[Bug 20075] The parser takes as invalid the @charset css at-rule if the value is between single quotes (')

https://www.w3.org/Bugs/Public/show_bug.cgi?id=20075

Yves Lafon <ylafon@w3.org> changed:

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

--- Comment #1 from Yves Lafon <ylafon@w3.org> ---
>From CSS21:
http://www.w3.org/TR/2011/REC-CSS2-20110607/syndata.html#charset
<<
After "@charset", authors specify the name of a character encoding (in quotes).
For example:

@charset "ISO-8859-1";

@charset must be written literally, i.e., the 10 characters '@charset "'
(lowercase, no backslash escapes), followed by the encoding name, followed by
'";'. 
>>
So @charset        "XXX"; is not accepted, and @charset 'XXX'; is also not
accepted.
Cheers,

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 28 November 2012 14:13:48 UTC