1 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* ContentChecker.pm: |contextmenu| validness is now checked using |
4 |
|
|id| and |id_type| properties, and |menu| property is removed. |
5 |
|
|
6 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* ContentChecker.pm: Prepare for |form| |name| attribute's |
9 |
|
duplication checking. |
10 |
|
|
11 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* HTML.pm.src (parse_byte_stream): Support (or non-support) for |
14 |
|
unsupported charset="" parameter value (HTML5 revision 2131). |
15 |
|
|
16 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* HTML.pm.src: Reminding places where U+000B is allowed as a space |
19 |
|
character is fixed (cf. HTML5 revision 1738). |
20 |
|
|
21 |
|
* ContentChecker.pm, HTMLTable.pm: U+000B is no longer part of |
22 |
|
space characters (HTML5 revision 1738). |
23 |
|
|
24 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* HTML.pm.src: The "anything else" case for the "after after body" |
27 |
|
insertion mode was not updated to swtich to the "in body" |
28 |
|
insertion mode. U+000B is no longer a space character for the |
29 |
|
purpose of tree construction phase (HTML5 revision 1738). |
30 |
|
|
31 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* HTML.pm.src: U+000B is no longer a space character (HTML5 |
34 |
|
revision 1738). |
35 |
|
|
36 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* ContentType.pm: 0x0B is no longer a space character (HTML5 |
39 |
|
revision 1738). |
40 |
|
|
41 |
|
* HTML.pm.src: U+000B is no longer a space character for the |
42 |
|
algorithm for extracting an encoding from a Content-Type (HTML5 |
43 |
|
revision 1738). |
44 |
|
|
45 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* ContentChecker.pm ($IsInHTMLInteractiveContent): New. |
48 |
|
|
49 |
|
2008-09-18 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* LangTag.pm: Add checks for remaining requirements from RFC 4646. |
52 |
|
|
53 |
|
* mklangreg.pl: Sort 'Prefix' values by their length, to ease |
54 |
|
matching. |
55 |
|
|
56 |
|
2008-09-18 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
|
* LangTag.pm: Warn for private use language subtags. Error level |
59 |
|
typos fixed. Support for Suppress-Script field. |
60 |
|
|
61 |
|
* mklangreg.pl: Support for dumping of nested structure. |
62 |
|
|
63 |
|
2008-09-18 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
|
* LangTag.pm (check_rfc4646_langtag): Check if a tag is in the |
66 |
|
recommended case as per RFC 4646. |
67 |
|
|
68 |
|
2008-09-18 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* LangTag.pm (check_rfc4646_langtag): New method. |
71 |
|
|
72 |
|
2008-09-18 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
|
* mklangreg.pl: New script. |
75 |
|
|
76 |
|
* Makefile: Updated for creation of the module for language subtag |
77 |
|
registry. |
78 |
|
|
79 |
|
2008-09-16 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
81 |
|
* Makefile: WebIDL.html added. |
82 |
|
|
83 |
|
* WebIDL.pod: New documentation. |
84 |
|
|
85 |
|
2008-09-16 Wakaba <wakaba@suika.fam.cx> |
86 |
|
|
87 |
|
* WebIDL.pm: Checker's error types are redefined. |
88 |
|
|
89 |
|
2008-09-16 Wakaba <wakaba@suika.fam.cx> |
90 |
|
|
91 |
|
* WebIDL.pm: Parser's error types are redefined. Some forward |
92 |
|
compatible parsing bugs are fixed. Some unreachable codes are |
93 |
|
commented out. |
94 |
|
|
95 |
|
2008-09-16 Wakaba <wakaba@suika.fam.cx> |
96 |
|
|
97 |
|
* WebIDL.pm: Support for the reminding extended attributes are |
98 |
|
added. It does not satisfy the definition that a forward |
99 |
|
interface declaration has an extended attribute. It seems that |
100 |
|
unless explicitly allowed multiple extended attributes with the |
101 |
|
same name is not allowed, though it is not explicitly mentioned in |
102 |
|
the spec. |
103 |
|
|
104 |
2008-09-16 Wakaba <wakaba@suika.fam.cx> |
2008-09-16 Wakaba <wakaba@suika.fam.cx> |
105 |
|
|
106 |
* WebIDL.pm: Unescapes extended attribute names and extended |
* WebIDL.pm: Unescapes extended attribute names and extended |