RESOLVED WONTFIX 120063
[CSS Regions] Calling document.execCommand() has no effect if element with contentEditable attribute set is a region
https://bugs.webkit.org/show_bug.cgi?id=120063
Summary [CSS Regions] Calling document.execCommand() has no effect if element with co...
Mihai Balan
Reported 2013-08-20 05:37:10 PDT
If an element is a region (has the flow-from property set to a valid identifier) and it also has the contentEditable attribute set to 'true', calling document.execCommand() to change the contents of said element will have no effect. However, I'm not 100% sure this behavior is non standard (or if specified, in a way or another, at all).
Attachments
Brent Fulgham
Comment 1 2022-07-13 09:23:32 PDT
CSS Regions were removed in Bug 174978.
Note You need to log in before you can comment on or make changes to this bug.