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

Clarification needed regarding contenteditable and aria-readonly flag #19

Closed
scottaohara opened this issue Mar 6, 2021 · 2 comments
Closed

Comments

@scottaohara
Copy link
Contributor

scottaohara commented Mar 6, 2021

Per this aria-readonly on an element with contenteditable test, the ARIA validator is correctly indicating that aria-readonly is invalid, but not for the expected reason. (e.g., presently it just indicates that aria-readonly is invalid on a div, which would be sufficient if not for the contenteditable attribute)

There should be a rule that explicitly looks for if an element has contenteditable, and if so, throw an error if aria-readonly=true is also set to that element.

@scottaohara scottaohara changed the title Clarification needed Clarification needed regarding contenteditable and aria-readonly flag Mar 6, 2021
@gezlemon
Copy link
Collaborator

gezlemon commented Mar 8, 2021

Added contenteditable rule with aria-readonly

@scottaohara
Copy link
Contributor Author

retested and verified implemented

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