Bug 120063

Summary: [CSS Regions] Calling document.execCommand() has no effect if element with contentEditable attribute set is a region
Product: WebKit Reporter: Mihai Balan <mibalan>
Component: HTML EditingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: bfulgham, WebkitBugTracker
Priority: P2 Keywords: AdobeTracked
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 57312    

Description Mihai Balan 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).
Comment 1 Brent Fulgham 2022-07-13 09:23:32 PDT
CSS Regions were removed in Bug 174978.