Does aria-label trigger presentation role conflict? #1824
Labels
1.3-Blocking
Blocking issues for 1.3 WRWD
needs-automated-test
Needs an additional automated test via WPT computedLabel(), computedRole(), or other methods.
Milestone
In ARIA 1.2 the concept of prohibited properties and states was introduced. This included prohibiting
aria-label
andaria-labelledby
onpresentation
andnone
. Reading the description of global attributes then seems to suggest (but not explicitly state) that prohibited props are not global.If
aria-label
is no longer considered a global property forpresentation
, that means using it wouldn't cause presentational role conflict to occur, and so some browsers have started ignoringaria-label
when used on presentational elements (implicit and explicit):It's not clear whether or not this was the intended behavior for prohibited properties. In either case it would be good for the presentational role conflict resolution to clarify what should happen with prohibited attributes.
This issue came up in migrating ACT rules to WAI-ARIA 1.2, and is one of the outstanding questions we have for updating our Element marked as decorative is not exposed rule.
The text was updated successfully, but these errors were encountered: