HTMLElement.contentEditable
should apply the contenteditable
attribute.
#1463
Labels
bug
Something isn't working
Describe the bug
When changing the
HTMLElement.contentEditable
property, the element does not get thecontenteditable
attribute.To Reproduce
Repository to reproduce: https://github.com/mozesstumpf/contentEditable-attribute-should-change
Expected behavior
The
contenteditable
attribute should be added to the element when theHTMLElement.contentEditable
changed.The text was updated successfully, but these errors were encountered: