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 Editing | Assignee: | 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 | ||
Shinya Kawanaka
If the shadow host is content-editable, document.execCommand('Indent') is applicable to Shadow DOM, though Shadow DOM is not content editable.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Shinya Kawanaka
Other commands are also applicable...
Hayato Ito
Closing. A bug 88514 should fix this.