1 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src (parse_byte_stream): Support (or non-support) for |
4 |
|
unsupported charset="" parameter value (HTML5 revision 2131). |
5 |
|
|
6 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm.src: Reminding places where U+000B is allowed as a space |
9 |
|
character is fixed (cf. HTML5 revision 1738). |
10 |
|
|
11 |
|
* ContentChecker.pm, HTMLTable.pm: U+000B is no longer part of |
12 |
|
space characters (HTML5 revision 1738). |
13 |
|
|
14 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* HTML.pm.src: The "anything else" case for the "after after body" |
17 |
|
insertion mode was not updated to swtich to the "in body" |
18 |
|
insertion mode. U+000B is no longer a space character for the |
19 |
|
purpose of tree construction phase (HTML5 revision 1738). |
20 |
|
|
21 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* HTML.pm.src: U+000B is no longer a space character (HTML5 |
24 |
|
revision 1738). |
25 |
|
|
26 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* ContentType.pm: 0x0B is no longer a space character (HTML5 |
29 |
|
revision 1738). |
30 |
|
|
31 |
|
* HTML.pm.src: U+000B is no longer a space character for the |
32 |
|
algorithm for extracting an encoding from a Content-Type (HTML5 |
33 |
|
revision 1738). |
34 |
|
|
35 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* ContentChecker.pm ($IsInHTMLInteractiveContent): New. |
38 |
|
|
39 |
|
2008-09-18 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* LangTag.pm: Add checks for remaining requirements from RFC 4646. |
42 |
|
|
43 |
|
* mklangreg.pl: Sort 'Prefix' values by their length, to ease |
44 |
|
matching. |
45 |
|
|
46 |
2008-09-18 Wakaba <wakaba@suika.fam.cx> |
2008-09-18 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
* LangTag.pm: Warn for private use language subtags. Error level |
* LangTag.pm: Warn for private use language subtags. Error level |