[Bug 19882] @charset rule logic is not case insensitive & should state ASCII interpretation for clarity

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

--- Comment #5 from Zack Weinberg <zackw@panix.com> ---
@charset "utf-8";    no
@CHARSET "utf-8";    no
@ChArSeT "utf-8";    no
@cHaRsEt "utf-8";    no

@charset"utf-8";     no
@charset  "utf-8";   no
@charset\9"utf-8";   no
@charset\A"utf-8";   no
@charset\C"utf-8";   no
@charset\D"utf-8";   no
@charset "utf-8" ;   no
 @charset "utf-8";   no

@charset 'utf-8';    no

Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko)
Chrome/22.0.1229.94 Safari/537.4

(this is the browser that appears to ignore @charset in a data: URL altogether)

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

Received on Tuesday, 6 November 2012 19:21:34 UTC