Bug 280419 - contenteditable=true or contenteditable=plaintext-only on non-root editable elements should be ignored
Summary: contenteditable=true or contenteditable=plaintext-only on non-root editable e...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: Safari Technology Preview
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-09-26 11:22 PDT by Ryosuke Niwa
Modified: 2024-09-26 11:22 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 Ryosuke Niwa 2024-09-26 11:22:50 PDT
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>