You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
scottaohara
changed the title
Clarification needed
Clarification needed regarding contenteditable and aria-readonly flag
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 adiv
, which would be sufficient if not for thecontenteditable
attribute)There should be a rule that explicitly looks for if an element has
contenteditable
, and if so, throw an error ifaria-readonly=true
is also set to that element.The text was updated successfully, but these errors were encountered: