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> |
47 |
|
|
48 |
|
* LangTag.pm: Warn for private use language subtags. Error level |
49 |
|
typos fixed. Support for Suppress-Script field. |
50 |
|
|
51 |
|
* mklangreg.pl: Support for dumping of nested structure. |
52 |
|
|
53 |
|
2008-09-18 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* LangTag.pm (check_rfc4646_langtag): Check if a tag is in the |
56 |
|
recommended case as per RFC 4646. |
57 |
|
|
58 |
|
2008-09-18 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* LangTag.pm (check_rfc4646_langtag): New method. |
61 |
|
|
62 |
|
2008-09-18 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* mklangreg.pl: New script. |
65 |
|
|
66 |
|
* Makefile: Updated for creation of the module for language subtag |
67 |
|
registry. |
68 |
|
|
69 |
|
2008-09-16 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* Makefile: WebIDL.html added. |
72 |
|
|
73 |
|
* WebIDL.pod: New documentation. |
74 |
|
|
75 |
2008-09-16 Wakaba <wakaba@suika.fam.cx> |
2008-09-16 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
* WebIDL.pm: Checker's error types are redefined. |
* WebIDL.pm: Checker's error types are redefined. |