- From: <bugzilla@jessica.w3.org>
- Date: Sun, 26 Sep 2010 01:08:08 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=10656
Ian 'Hixie' Hickson <ian@hixie.ch> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ian@hixie.ch
--- Comment #3 from Ian 'Hixie' Hickson <ian@hixie.ch> 2010-09-26 01:08:08 ---
The spec's order for scripts is:
1) BOM
2) HTTP header
3) charset=""
4) Linking document
For documents, it is:
1) User
2) HTTP
3) BOM
4) <meta>
5) History
6) autodetect
7) default
I could see an argument for having the script order be:
1) HTTP header
2) BOM
3) charset=""
4) Linking document
...but why would you put charset="" between the HTTP headers and the BOM?
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Sunday, 26 September 2010 01:08:10 UTC