[Bug 1073] CSS3: Required "Rules for handling parsing errors" not working

http://www.w3.org/Bugs/Public/show_bug.cgi?id=1073


ylafon@w3.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #3 from ylafon@w3.org  2008-03-17 14:34 -------
http://www.w3.org/TR/CSS2/syndata.html#parsing-errors
is saying:
"In some cases, user agents must ignore part of an illegal style sheet. This
specification defines ignore to mean that the user agent parses the illegal
part (in order to find its beginning and end), but otherwise acts as if it had
not been there.". To me, it matches the examples in
http://www.w3.org/TR/CSS21/syndata.html#parsing-errors regarding malformed
declarations, and what was defined already for invalid at-keywords.

It is now fixed and should parse all the "malformed declaration" section, as
written in the examples.
See http://qa-dev.w3.org:8001/css-validator/ 

Received on Monday, 17 March 2008 14:35:28 UTC