Skip to content
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

s element mapping update #71

Closed
scottaohara opened this issue Jun 29, 2023 · 2 comments
Closed

s element mapping update #71

scottaohara opened this issue Jun 29, 2023 · 2 comments

Comments

@scottaohara
Copy link
Contributor

HTML AAM has been updated to map the s element to role=deletion with Chromium and Gecko having implemented this change, and an issue against webkit has been filed for them to do so as well.

ARIA in HTML is being updated w3c/html-aria#466 to reflect this change

Previously any role was allowed for the s element. That is still true but for the fact that like other elements with implicit roles it is now 'not recommended' for devs to use role=deletion on the element since it will already expose that.

The checker can surface this as an unnecessary role, as it does for other elements where their role is redundantly added.

@gezlemon
Copy link
Collaborator

Thanks, @scottaohara Updated to map the s element to role=deletion.

@scottaohara
Copy link
Contributor Author

thank you @gezlemon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants