Bug 88485 - [Shadow][Editing] document.execCommand('Indent') can be applied to non-editable element in Shadow DOM.
Summary: [Shadow][Editing] document.execCommand('Indent') can be applied to non-editab...
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 88514
Blocks: 82697
  Show dependency treegraph
 
Reported: 2012-06-06 19:29 PDT by Shinya Kawanaka
Modified: 2012-06-10 21:29 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.