[Webkit-unassigned] [Bug 13191] New: Webkit doesn’t honour specificities

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 25 19:09:15 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13191

           Summary: Webkit doesn’t honour specificities
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: david at goddess-gate.com


On CSS specifities:

* Here in English, but I don’t find it that clear:
http://meyerweb.com/eric/css/link-specificity.html

* Here in French (I’ll try to translate it one day):
http://blog.empyree.org/post/2837

The test case uses two styles (in that writing order):

/* specificity 0,0,2 */
        html table :before, html table :after {content:inherit}

/* specificity 0,0,1 */
        abbr:after          {content:" ("attr(title)")"}

Even though it is the last one, the second one shall be overridden by the
first, by virtue of specificities. This is the case with Opera (I did not check
with Gecko).


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



More information about the webkit-unassigned mailing list