Bug 98423

Summary: Prepending a child to an element with :first-letter inserts between the existing letter and the firstChild
Product: WebKit Reporter: Elliott Sprehn <esprehn>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: dbates, inferno, mrobinson, rakuco
Priority: P2 Keywords: HasReduction
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Reduction none

Description Elliott Sprehn 2012-10-04 10:29:13 PDT
If you have an element with :first-letter and no block children and you prepend an element it ends up between the first letter and it's remaining text.
Comment 1 Elliott Sprehn 2012-10-04 10:30:43 PDT
Created attachment 167122 [details]
Reduction
Comment 2 Martin Robinson 2013-03-01 17:39:43 PST
Related bug, I think: https://bugs.webkit.org/show_bug.cgi?id=86404
Comment 3 Raphael Kubo da Costa (:rakuco) 2013-05-16 06:59:26 PDT

*** This bug has been marked as a duplicate of bug 15602 ***