Bug 18818

Summary: REGRESSION (3.1.1-TOT): Character order (float:left ordered after the first letter)
Product: WebKit Reporter: cnep5ll3 <norm>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: mitz
Priority: P1 Keywords: InRadar, NeedsReduction, Regression
Version: 312.x   
Hardware: Mac (Intel)   
OS: OS X 10.5   
URL: http://www.lemonde.fr/economie/article/2008/04/30/la-crise-financiere-s-apaise-mais-la-crise-economique-s-aggrave_1040125_3234.html#ens_id=893669
Attachments:
Description Flags
Reduction
none
Add the first letter container where the first letter was, not necessarily at the beginning mrowe: review+

Description cnep5ll3 2008-04-30 13:35:38 PDT
Layout of characters wrong. Should be "Le" but "eL" is displayed. "L" is 'dropcap'.
I have guessed that it is a CSS problem but I don't know that logic well.

WebKit says its version is 3.1.1; the dmg filename is WebKit-SVN-R32698

I have seen this on a few other pages.

Miscellaneous additional info including image: at http://cap-lore.com/lm/
Comment 1 mitz 2008-04-30 14:05:21 PDT
<rdar://problem/5901544>
Comment 2 mitz 2008-04-30 14:29:26 PDT
Oops, this has nothing to do with :first-letter, just a float issue I guess.
Comment 3 mitz 2008-04-30 20:19:11 PDT
Created attachment 20907 [details]
Reduction

After <http://trac.webkit.org/changeset/30724>, :first-letter selects the digit 2, which is the first letter in flow, so both the 1 and the 2 end up in floats. Still, the 1 should come first.
Comment 4 mitz 2008-05-08 21:50:21 PDT
Created attachment 21031 [details]
Add the first letter container where the first letter was, not necessarily at the beginning
Comment 5 mitz 2008-05-08 22:10:18 PDT
Fixed in <http://trac.webkit.org/changeset/32992>.