[Webkit-unassigned] [Bug 14346] New: CSS parser accepts unexpected { } in declarations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 23 15:50:19 PDT 2007


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

           Summary: CSS parser accepts unexpected { } in declarations
           Product: WebKit
           Version: 522+ (nightly)
          Platform: PC
               URL: http://www.hixie.ch/tests/evil/css/css21/tests/t0402-
                    syntax-05-f.htm
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: browserbugs at gtalbot.org


<style type="text/css">
p { color:green; color{;color:maroon} } 
</style>

<p>This text should be green</p>

MSIE 7, Opera 9.21, Firefox 2.0.0.4 all pass this test.
This test directly comes from a given example in
CSS 2.1, section 4.2 Rules for handling parsing errors, malformed declarations
item:
http://www.w3.org/TR/CSS21/syndata.html#parsing-errors


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