[Webkit-unassigned] [Bug 19567] New: Parsing malformed rules: Valid rule after malformed rule
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jun 16 00:47:16 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=19567
Summary: Parsing malformed rules: Valid rule after malformed rule
Product: WebKit
Version: 526+ (Nightly build)
Platform: Macintosh
URL: http://samples.msdn.microsoft.com/csstestpages/Chapter_4
/malformed-decl-006.htm
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: wilwayco at gmail.com
Couldn't find if this was reported already... Just looking at what IE8 guys are
up to... But current nightly build (as of 6/16/08 2am CST) isn't handling the
malformed CSS correctly...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS 2.1 Test Suite: Parsing malformed rules: Valid rule after
malformed rule</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com" />
<link rel="help"
href="http://www.w3.org/TR/CSS21/syndata.html#parsing-errors" />
<meta name="flags" content="invalid" />
<meta name="assert" content="Malformed rules should be ignored while
valid rules are applied." />
<style type="text/css">
p
{
color: red;
color{;color: red}; <!-- malformed rule --/>
color: green;
}
</style>
</head>
<body>
<p>This text should be green.</p>
</body>
</html>
--
Configure bugmail: https://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