Skip to content

Harut/wai-aria.css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wai-aria.css

CSS showing how page is visible for screen reader user as much as it is possible.

Bookmarklet

You can use the latest version of this stylesheet by bookmarklet.

javascript:(function(){var dwa=document.createElement('link');dwa.href="https://rawgit.com/Harut/wai-aria.css/master/wai-aria.css";dwa.rel="stylesheet";dwa.media="all";document.head.appendChild(dwa);var btn=document.createElement('button');btn.textContent="ARIA ON/OFF";btn.className="toggle-special-debug";btn.onclick=function(){var cl=document.body.classList;cl[cl.contains('special-debug')?'remove':'add']('special-debug'); };document.body.appendChild(btn);btn.click()})();

Project Page

wai-aria.css

About

CSS showing how page is visible for screen reader user as much as it is possible

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages