Bug 280419
| Summary: | contenteditable=true or contenteditable=plaintext-only on non-root editable elements should be ignored | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
| Component: | HTML Editing | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | webkit-bug-importer, wenson_hsieh |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari Technology Preview | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Ryosuke Niwa
When contenteditable=true or contenteditable=plaintext-only specified on an editable element, which is not a root editable element should be ignored.
For example, in the following HTML, both a and b should be richly editable:
<div contenteditable="trueƦ>a<div contenteditable="plaintext-only">b</div></div>
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/137219094>