[Webkit-unassigned] [Bug 16898] REGRESSION: Text of entire page incorrectly center aligned

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 19 09:29:12 PST 2008


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





------- Comment #3 from ddkilzer at webkit.org  2008-01-19 09:29 PDT -------
Created an attachment (id=18542)
 --> (http://bugs.webkit.org/attachment.cgi?id=18542&action=view)
Reduced test case

The issue is that one of the stylesheets included in the original page
(http://www.ffconsultancy.com/style.css) has an invalid rule, which causes
WebKit to stop parsing it, while Firefox 2.0.0.x and Opera 9.2x ignore the rule
and continue parsing.  The invalid rule is:

    width: *;

When both copies of the invalid rule are removed or commented out, the page
renders like Firefox.


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