[Webkit-unassigned] [Bug 47815] New: First letter style is applied for the letters that were once first but not any more due to style change

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 18 05:34:46 PDT 2010


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

           Summary: First letter style is applied for the letters that
                    were once first but not any more due to style change
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yuzo at google.com


Created an attachment (id=71025)
 --> (https://bugs.webkit.org/attachment.cgi?id=71025&action=review)
Test

Some style changes, e.g., change in before pseudo-element content, can change what the first letter is.
Then first letter style should be applied only to the new first letters. But WebKit r69940 applies first
letter style to letters that are not first any more.

This can be though of as a part of 14550.
But this seems to be more difficult to fix from the comment in RenderBlock.cpp:
       // FIXME: We need to destroy the first-letter object if it is no longer the first child.  Need to find
       // an efficient way to check for that situation though before implementing anything.

Hence filing a separate bug should make sense.

-- 
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