act-rules / act-rules.github.io

Accessibility conformance testing rules for HTML
https://act-rules.github.io/
Other
131 stars 67 forks source link

Rule idea: ARIA required accessible names #2119

Open WilcoFiers opened 10 months ago

WilcoFiers commented 10 months ago

Basically, a rule that checks that when ARIA says "Accessible Name Required: true" on a role, that whenever that role is present, it has an accessible name.

This rule has a lot of overlap with other rules, image names, button names, link names, etc. Implementation would likely then end up with many-to-one mappings. This will require various secondary requirements to be added from WCAG, as this overlaps with a number of criteria.

giacomo-petri commented 2 months ago

I'll address that in combination with #2189.