dequelabs / axe-core

Accessibility engine for automated Web UI testing
https://www.deque.com/axe/
Mozilla Public License 2.0
5.76k stars 747 forks source link

Deprecated ARIA roles unexpected suggestion #4413

Open scottaohara opened 2 months ago

scottaohara commented 2 months ago

Product

axe-core

Description

the Deprecated ARIA roles documentation states:

Ensure all values assigned to role="" correspond to WAI-ARIA roles that are not deprecated, or abstract.

followed by

directory: Consider using section, list, or tree instead.

But section is an abstract role. Was this a typo and meant to be "section element", or is this just a mistake?

straker commented 2 months ago

Thanks for the issue. I'm unsure but either way we'll get it update. Thanks for letting us know.