RESOLVED FIXED Bug 62687
div can be a child of span on InsertParagraph
https://bugs.webkit.org/show_bug.cgi?id=62687
Summary div can be a child of span on InsertParagraph
Annie Sullivan
Reported 2011-06-14 18:11:41 PDT
Create a contenteditable div and set the contents to: <span>hello</span> Place the cursor at the start of the span and press enter. The div now contains: <span><div><span><br></span></div>hello</span> There shouldn't be a block <div> element inside an inline <span> element. See comments 10 and 11 on bug 62621 for more details.
Attachments
Patch (3.94 KB, patch)
2011-06-15 17:43 PDT, Annie Sullivan
no flags
Annie Sullivan
Comment 1 2011-06-15 17:43:31 PDT
WebKit Review Bot
Comment 2 2011-06-17 11:01:14 PDT
Comment on attachment 97377 [details] Patch Clearing flags on attachment: 97377 Committed r89145: <http://trac.webkit.org/changeset/89145>
WebKit Review Bot
Comment 3 2011-06-17 11:01:18 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.