givepulse / knowbilitywarriors

Web Accessibility Website work for Accessible Housing Austin
0 stars 1 forks source link

An element that does not have a role must reference only valid WAI-ARIA global properties. #39

Closed mehdia closed 10 years ago

mehdia commented 10 years ago

Page : donate On Elements : /html/body/ul/li[3]/a /html/body/ul/li[6]/a /html/body/ul/li[7]/a

Solution: An element that does not have a role must reference only valid WAI-ARIA global properties to enable compatibility with assistive technologies.

For example, the following element does not have a WAI-ARIA role and references a valid aria-labelledby WAI-ARIA global property. Unlike WAI-ARIA widget properties, a global property may be applied to any element.

<div id="label2">A label:</div> <div aria-labelledby="label2">...</div>
mehdia commented 10 years ago

Please disregard this as this is a duplicate.