w3c / html-aria

ARIA in HTML
https://w3c.github.io/html-aria/
Other
181 stars 48 forks source link

Use isContentEditable rather than contenteditable #235

Closed AlexLloyd0 closed 4 years ago

AlexLloyd0 commented 4 years ago
  1. isContentEditable covers the case when the contenteditable property is inherited from an ancestor
  2. "Element with contenteditable attribute" sounds like it also covers contenteditable="false" or contenteditable="inherit", but it doesn't make sense that aria-readonly="false" in this case.

Preview | Diff

AlexLloyd0 commented 4 years ago

I've now linked my github and W3 accounts