ractive-foundation icon indicating copy to clipboard operation
ractive-foundation copied to clipboard

ux-off-canvas uses an aria role incorrectly

Open ScottMaclure opened this issue 9 years ago • 0 comments

https://github.com/GoogleChrome/accessibility-developer-tools/wiki/Audit-Rules#ax_aria_10

Many ARIA attributes (states and properties) can only be used on elements with particular roles.

<a class="left-off-canvas-toggle menu-icon" aria-expanded="false"><span></span></a>

http://foundation.zurb.com/docs/components/offcanvas.html

ScottMaclure avatar Sep 28 '15 22:09 ScottMaclure