[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 #6 from Zack Weinberg <zackw@panix.com> ---
@charset "utf-8";    yes
@CHARSET "utf-8";    no
@ChArSeT "utf-8";    no
@cHaRsEt "utf-8";    no

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

@charset 'utf-8';    yes

Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.22+ (KHTML, like Gecko)
Chromium/17.0.963.56 Chrome/17.0.963.56 Safari/535.22+ Debian/unstable
(3.4.2-2) Epiphany/3.4.2

(this is probably representative of *uncustomized* WebKit)

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

Received on Tuesday, 6 November 2012 19:22:06 UTC