[Webkit-unassigned] [Bug 36515] CSS style definitions are ignored if they just follow a "@charset" which appears in lines other than the first line in stylesheet.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 25 17:10:20 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=36515





--- Comment #5 from Alexey Proskuryakov <ap at webkit.org>  2010-03-25 17:10:19 PST ---
The spec just says that such stylesheets are invalid, so all we can do is check
other browsers' behavior.

My guess is that no browser switches the encoding. They may ignore misplaced
charset declarations, or they may honor the first, or the last. The first
option (ignoring) seems best and most likely to me in the absence of hard
facts.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list