NEW 225513
Contenteditable inverts tag nesting
https://bugs.webkit.org/show_bug.cgi?id=225513
Summary Contenteditable inverts tag nesting
Victor Borràs
Reported 2021-05-07 08:01:29 PDT
STEPS TO REPRODUCE: 1. Add a <div> with contenteditable. 2. Add the following markup: <a href="#"><mark>link</mark></a>a. 3. In the browser window, type something between "link" and "a". EXPECTED BEHAVIOR: The nesting order for the tags is kept, and the new character is added outside of them. CURRENT BEHAVIOR: The caracter is added to the mark tag and nesting gets inverted, resulting in this: <mark><a href="#">link</a>a</mark>a Reproduction: https://codepen.io/vborrasc/pen/XWMrRpe
Attachments
Radar WebKit Bug Importer
Comment 1 2021-05-14 08:02:19 PDT
Note You need to log in before you can comment on or make changes to this bug.