[Webkit-unassigned] [Bug 9355] New: !important bug
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Thu Jun 8 04:34:41 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=9355
Summary: !important bug
Product: WebKit
Version: 420+ (nightly)
Platform: Macintosh
URL: http://zen.vanproeyen.be/css/sample.css
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: New Bugs
AssignedTo: webkit-unassigned at opendarwin.org
ReportedBy: trianglejuice at mac.com
In the URL CSS code you will find 2 commented lines that say "weird bug".
Bottom-line of the bug: when too much !important overrulings are used, Safari
gets quirky on some non-overrulings.
E.g:
body {
margin: 16px 0;
}
does not have the same effect as
body {
margin: 16px 0 !importamt;
margin: 16px 0;
}
The first statement should be the correct one, while it's the second that
doesn't show the bug (note that both are correct, but the semantics of the
first are far better).
I've encountered this problem both in Safari 417.9.3 as in the newest nightly
build (r14767, Thu Jun 8 3:18:12 GMT 2006) - both Mac OS X 10.4.6.
--
Configure bugmail: http://bugzilla.opendarwin.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