cba
cba copied to clipboard
Ensure change event recording for contenteditable="true"
Background
Currently change
event is not recorded when content/text inside of contenteditable="true"
element is modified.
What to do
- Ensure that change is recorded for
contenteditable="true"
elements. - Ensure that change event on
contenteditable="true"
updates the content.