Skip to content

Web Accessibility Compliance Implementation for websites with Core/Vanilla Javascript

Notifications You must be signed in to change notification settings

jordantsap/wact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wact

Web Accessibility Implementation Compliance with Core/Vanilla Javascript

Currently in development stage

Javascript used

addEventListener("DOMContentLoaded");
setAttribute('class')
setAttribute("style")
createElement
textContent
prepend
innerHTML
addEventListener('click')
style.cssText
Object.assign
appendChild
querySelectorAll('img')
forEach()
anonymous function
prepend

How to use it
  1. You can use it just download it with:
    git clone https://github.com/jordantsap/wact.git

  2. Copy the wact.js file to the required website location

  3. Link the file using <script src="wact.js"></script> in head or footer html tag

  4. Enjoy!

About

Web Accessibility Compliance Implementation for websites with Core/Vanilla Javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published