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 EditingAssignee: 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
Reported 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>
Attachments
Radar WebKit Bug Importer
Comment 1 2024-10-03 11:23:15 PDT
Note You need to log in before you can comment on or make changes to this bug.