Bug 88485

Summary: [Shadow][Editing] document.execCommand('Indent') can be applied to non-editable element in Shadow DOM.
Product: WebKit Reporter: Shinya Kawanaka <shinyak>
Component: HTML EditingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: hayato
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 88514    
Bug Blocks: 82697    

Description Shinya Kawanaka 2012-06-06 19:29:28 PDT
If the shadow host is content-editable, document.execCommand('Indent') is applicable to Shadow DOM, though Shadow DOM is not content editable.
Comment 1 Shinya Kawanaka 2012-06-06 19:40:31 PDT
Other commands are also applicable...
Comment 2 Hayato Ito 2012-06-10 21:29:59 PDT
Closing. A bug 88514 should fix this.