[Webkit-unassigned] [Bug 13200] New: Webkit doesnt honour specificities
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Mar 27 01:30:57 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=13200
Summary: Webkit doesnt honour specificities
Product: WebKit
Version: 522+ (nightly)
Platform: Macintosh
URL: http://blog.empyree.org/post/2439
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
I was sure I already entered it, but I cant find it right now.
On CSS specifities:
Here in English, but I dont find it that clear:
http://meyerweb.com/eric/css/link-specificity.html
Here in French: http://blog.empyree.org/post/2837 and in English:
http://blog.empyree.org/post/3122
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
checked 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