Addition: Prohibit naming of elements by scottaohara · Pull Request #402 · w3c/html-aria (original) (raw)
Adds new naming requirements section.
Additional work and review needed.
Need to indicate all elements with implicit roles which prohibit naming
closes #147
- axe largely supports this rule, but for a few elements.
- w3c validator partially supports this rule, but needs to change warnings to errors, and needs to add a check for aria-labelledby (only checks for aria-label right now)
- ibm and
arc toolkitdo not yet support the naming prohibited rule (arc toolkit has implemented this rule) - HTML validator
- IBM equal access accessibility checker
- axe-core (supported but for 2 elements)
- ARC toolkit
NOTE: see follow on issue #407 concerning the rp
element, which has been removed from this PR.