[Webkit-unassigned] [Bug 105126] Flexbox should ignore firstLetter pseudo element.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 21 11:36:48 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=105126





--- Comment #10 from Tony Chang <tony at chromium.org>  2013-02-21 11:39:11 PST ---
(From update of attachment 179648)
View in context: https://bugs.webkit.org/attachment.cgi?id=179648&action=review

>>> Source/WebCore/rendering/RenderBlock.cpp:6466
>>> +        return;
>> 
>> This looks funny. Do we create the first letter renderer?
> 
> This code just prevent RenderBlock update its first text child. No, the first letter renderer would not be created. The first letter renderer as the first text child's new parent used to update RenderText's first letter info.

I think this check should go in findFirstLetterBlock.  Why do we check both if both |this| is a flexible box and if its parent is a flexible box?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list