[Bug 9628] Algorithm for detecting the charaset="" parameter.

http://www.w3.org/Bugs/Public/show_bug.cgi?id=9628

--- Comment #14 from Julian Reschke <julian.reschke@gmx.de> 2010-09-29 09:54:48 UTC ---
(In reply to comment #11)
> My test suite is here, in case anyone can test IE9:
>    http://www.hixie.ch/tests/adhoc/html/parsing/encoding/all.html

12.test 012: expected Windows-1254; used Windows-1252<!DOCTYPE HTML>
<meta http-equiv="Content-Type " content="text/html; charset=ISO-8859-9">
13.test 013: expected Windows-1254; used Windows-1252<!DOCTYPE HTML>
<meta content="text/html; charset=ISO-8859-9" http-equiv="Content-Type ">
14.test 014: expected Windows-1254; used Windows-1252<!DOCTYPE HTML>
<meta http-equiv="Content-Type>" content="text/html; charset=ISO-8859-9">
15.test 015: expected Windows-1254; used Windows-1252<!DOCTYPE HTML>
<meta content="text/html; charset=ISO-8859-9" http-equiv="Content-Type>">
16.test 016: expected Windows-1254; used Windows-1252<!DOCTYPE HTML>
<meta http-equiv="Content-Style-Type" content="text/html; charset=ISO-8859-9">
17.test 017: expected Windows-1254; used Windows-1252<!DOCTYPE HTML>
<meta content="text/html; charset=ISO-8859-9" http-equiv="Content-Style-Type">
18.test 018: expected Windows-1254; used Windows-1252<!DOCTYPE HTML>
<meta name="Content-Style-Type" content="text/html; charset=ISO-8859-9">
19.test 019: expected Windows-1254; used Windows-1252<!DOCTYPE HTML>
<meta content="text/html; charset=ISO-8859-9" name="Content-Style-Type">
20.test 020: expected Windows-1254; used Windows-1252<!DOCTYPE HTML>
<meta content="text/html; charset=ISO-8859-9">
21.test 021: expected Windows-1254; used Windows-1252<!DOCTYPE HTML>
<meta content=" text/html; charset = ISO-8859-9 ">
22.test 022: expected Windows-1254; used Windows-1252<!DOCTYPE HTML>
<meta content="
text/html; charset=ISO-8859-9
">
26.test 026: expected Windows-1252; used Windows-1254<!DOCTYPE HTML>
<meta charset=ISO-8859-9">
<p>"</p>
56.test 056: expected Windows-1254; used Windows-1252<!DOCTYPE HTML>
<script>document.write('<meta charset="ISO-8859-' + '9">')</script>
57.test 057: expected Windows-1254; used Windows-1252<!DOCTYPE HTML>
<script>var s = '9">'; document.write('<meta charset="ISO-8859-' + s)</script>
58.test 058: expected Windows-1254; used Windows-1252<!DOCTYPE HTML>
<script>document.write('<meta charset="ISO-8859-9">')</script>
59.test 059: expected Windows-1254; used Windows-1252<!DOCTYPE HTML>
<script type="text/plain"><meta charset="ISO-8859-9"></script>
60.test 060: expected Windows-1254; used Windows-1252<!DOCTYPE HTML>
<style type="text/plain"><meta charset="ISO-8859-9"></style>
65.test 065: expected Windows-1252; used Windows-1254<!DOCTYPE HTML>
<meta charset="     
ISO-8859-9     ">
67.test 067: expected Windows-1252; used Windows-1254<!DOCTYPE HTML>
<meta charset=" ISO-8859-9 ">
69.test 069: expected Windows-1252; used Windows-1254<!DOCTYPE HTML>
<meta http-equiv="Content-Type" charset="     
ISO-8859-9     ">
71.test 071: expected Windows-1252; used Windows-1254<!DOCTYPE HTML>
<meta http-equiv="Content-Type" charset=" ISO-8859-9 ">
74.test 074: expected Windows-1252; used Windows-1254<!DOCTYPE HTML>
<meta http-equiv="Content-Type" content="text/html;charset=&quot;ISO-8859-9">
75.test 075: expected Windows-1254; used Windows-1252<!DOCTYPE HTML>
<meta http-equiv="Content-Type" content="text/html;charset='ISO-8859-9'">
77.test 077: expected Windows-1254; used Windows-1252<!DOCTYPE HTML>
<meta http-equiv="Content-Type" content="text/html;charset='ISO-8859-9';">
82.test 082: expected Windows-1252; used Windows-1254<!DOCTYPE HTML>
<meta http-equiv="Content-Type" content="text/html;charsetx=ISO-8859-9">
86.test 086: expected Windows-1254; used Windows-1252<!DOCTYPE HTML>
<meta http-equiv="Content-Type" content="text/html charset=ISO-8859-9">
88.test 088: expected Windows-1254; used Windows-1252<!DOCTYPE HTML>
<meta http-equiv="Content-Type" content="text/html charset = ISO-8859-9">
89.test 089: expected Windows-1254; used Windows-1252<!DOCTYPE HTML>
<meta http-equiv="Content-Type" content="text/html charset = 'ISO-8859-9'">

-- 
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 Wednesday, 29 September 2010 09:54:53 UTC