[Webkit-unassigned] [Bug 116874] New: CSSOM: getComputedStyle for ::first-letter returns inherited values when it shouldn't

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 28 10:25:39 PDT 2013


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

           Summary: CSSOM: getComputedStyle for ::first-letter returns
                    inherited values when it shouldn't
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: martin.bouladour at gmail.com


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

The values of the CSS properties float, vertical-align, border-*, margin-* and padding-* are not inherited. Yet `getComputedStyle(reference_element, '::first-letter')` returns reference_element's value for these properties (unless they've been explicitly overridden for the pseudo-element), when it should instead return their respective initial values.

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