This CSS file displays WAI ARIA ( [role], [aria-*] )
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);})();
- 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].