Skip to content

masuP9/display-wai-aria.css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

display-wai-aria.css

This CSS file displays WAI ARIA ( [role], [aria-*] )

Bookmarklet

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

javascript:(function(){dwa=document.createElement('link');dwa.href="https://rawgit.com/masuP9/display-wai-aria.css/master/display-wai-aria.css";dwa.rel="stylesheet";dwa.media="all";document.head.appendChild(dwa);})();

Project Page

display-wai-aria.css

ChangeLog

  • v0.3.0 Removed aria-describedat property.
  • v0.2.3 Added aria-keyshortcuts property.
  • v0.2.2 Added aria-details property.
  • v0.2.1 Added aria-errormessage property.
  • v0.2.0 Added style when value is false.
  • v0.1.1 Fixed style in the case of when layer overlaped.
  • v0.1.0 Added support for WAI-ARIA 1.1[WD].

About

This CSS file displays WAI ARIA ( [role], [aria-*] )

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published