[Webkit-unassigned] [Bug 84834] New: CSS Specificity for First-line selectors is not proper

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 25 03:31:23 PDT 2012


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

           Summary: CSS Specificity for First-line selectors is not proper
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pravind.2k4 at gmail.com


Issue:
According to 
http://www.w3.org/TR/selectors/#specificity and
http://www.w3.org/TR/2009/CR-CSS2-20090908/cascade.html#specificity

The specificity of a first-line selector much be less than ID selectors, class selectors and inline style. However on webkit , the first-line style seems to applied irrespective of the presence of any other selectors or inline style.


Steps to reproduce:
Open the attached test case. There should be no red text visible.

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