-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Part 2: Indicate that role=directory will be deprecated (aria 1.2) #680
Comments
shunguoy
added
Bug
Something isn't working
engine
Issues in the accessibility-checker-engine component
labels
Feb 9, 2022
shunguoy
changed the title
[Impl Part 2][Bug]: Indicate that role=directory will be deprecated (aria 1.2)
[Bug]: Part 2: Indicate that role=directory will be deprecated (aria 1.2)
Feb 9, 2022
added deprecated aria roles and attributes, see the initial code: https://github.com/IBMa/equal-access/blob/dev-608/accessibility-checker-engine/src/v2/checker/accessibility/rules/rpt-elem-rules.ts |
shunguoy
added a commit
that referenced
this issue
Feb 10, 2022
shunguoy
added a commit
that referenced
this issue
Feb 11, 2022
shunguoy
added a commit
that referenced
this issue
Feb 14, 2022
shunguoy
added a commit
that referenced
this issue
Feb 16, 2022
per team process, close the issue and continue working on #696 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Project
a11y checker engine
Browser
Chrome
Operating system
MacOS
Description
this is part 2 of the #608
ARIA 1.2 is deprecating the directory role, as in reality it had no practical difference between a role=list.
ARIA in HTML is being updated to call out that authors should not use this role, and request that conformance checkers warn authors to instead use a HTML list element, or role=list instead.
role=directory test case
Steps to reproduce
role=directory test case
The text was updated successfully, but these errors were encountered: