1 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src: The "in table" and "in table body" insertion |
4 |
|
modes are merged. |
5 |
|
|
6 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm.src: There is no "in table head" or "in table foot" |
9 |
|
insertion mode! |
10 |
|
|
11 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* HTML.pm.src: |<noframes>| "in frameset" and "in noframes" |
14 |
|
now directly invoke the handler. |
15 |
|
|
16 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* HTML.pm.src: Codes for "in cell" insertion mode |
19 |
|
is merged to the "in body" insertion mode code. |
20 |
|
|
21 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* HTML.pm.src: Codes for "in body" and "in caption" |
24 |
|
insertion modes are merged. |
25 |
|
|
26 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* HTML.pm.src: Two |!!!next-token|s were missing. |
29 |
|
|
30 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* HTML.pm.src: Use numeric constant for |{content_mode}| |
33 |
|
instead of string constant for |{content_model_flag}|. |
34 |
|
|
35 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* HTML.pm.src: Add the name of the attribute |
38 |
|
to the "duplicate attribute" error. |
39 |
|
|
40 |
|
2007-07-17 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* ContentChecker.pm: Return the |class| node list. |
43 |
|
|
44 |
|
2007-07-17 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* ContentChecker.pm: Return the |id| node list. |
47 |
|
|
48 |
|
* HTML.pm.src: A typo is fixed. |
49 |
|
|
50 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* ContentChecker.pm: Drop wrong |level => 'error'| specification |
53 |
|
from "in HTML:xml:lang" error. Character position |
54 |
|
is now the last part of the error type in the URI error |
55 |
|
description. Report "unsupported" status for language |
56 |
|
tags, media queries, script codes, and style sheets. |
57 |
|
|
58 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* ContentChecker.pm: Report error if |xml:lang| |
61 |
|
in HTML, |lang| in XML, |xmlns| in XML, and |meta| |charset| |
62 |
|
in XML. |
63 |
|
|
64 |
|
* NanoDOM.pm (Attr.owner_document): New attribute. |
65 |
|
|
66 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
* HTML.pm.src: The character immediately following |
69 |
|
a bare |hcro| was discarded. Fix handling of |
70 |
|
entity references in attribute values. |
71 |
|
|
72 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
|
* HTML.pm.src (main and trailin end phases): Token |
75 |
|
types |DOCTYPE|, |comment|, |end-of-file|, and |<html>| are |
76 |
|
factored out. Error types |in html:#DOCTYPE| |
77 |
|
and |after html:#DOCTYPE| are merged |
78 |
|
into |DOCTYPE in the middle|. |</frameset>| |
79 |
|
in fragment parsing mode changed the |
80 |
|
insertion mode. |
81 |
|
|
82 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
84 |
|
* HTML.pm.src: |$phase| has been removed; The |trailing end| |
85 |
|
phase is now an insertion mode. Treatments for white |
86 |
|
space character tokens were incorrect for some |
87 |
|
insertion modes. An old |meta| case was not removed. |
88 |
|
|
89 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
90 |
|
|
91 |
|
* HTML.pm.src: |meta| charset declaration extraction |
92 |
|
implemented (but changing the encoding is not yet:-). |
93 |
|
|
94 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
95 |
|
|
96 |
|
* Charset/: New directory. |
97 |
|
|
98 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
99 |
|
|
100 |
|
* H2H.pm: New Perl module (created from |
101 |
|
manakai's H2H.dis). |
102 |
|
|
103 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
104 |
|
|
105 |
|
* XMLSerializer.pm: New Perl module (created from |
106 |
|
manakai's SimpleLS.dis). |
107 |
|
|
108 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
109 |
|
|
110 |
|
* HTML.pm.src: |<!---x-->| was not processed correctly. |
111 |
|
|
112 |
|
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
113 |
|
|
114 |
|
* HTML.pm.src: Report correct error message |
115 |
|
for |<body></div></body>|. |
116 |
|
|
117 |
|
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
118 |
|
|
119 |
|
* HTMLTable.pm: An error description was incorrect. |
120 |
|
|
121 |
|
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
122 |
|
|
123 |
|
* ContentChecker.pm: Return |{term}| list. |
124 |
|
|
125 |
|
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
126 |
|
|
127 |
|
* HTML.pm.src: HTML5 revisions 961-966 (</p>, </br>, |
128 |
|
nested <nobr>, implied </tbody>, </tfoot>, and </thead>, |
129 |
|
and <title> outside of head). |
130 |
|
|
131 |
|
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
132 |
|
|
133 |
|
* IMTChecker.pm: Report warning for unregistered |
134 |
|
and private types/subtypes. |
135 |
|
|
136 |
|
* ContentChecker.pm, HTML.pm.src, IMTChecker.pm, |
137 |
|
URIChecker.pm, HTMLTable.pm: Error messages are now |
138 |
|
consistent; they are all listed in |
139 |
|
<http://suika.fam.cx/gate/2005/sw/Whatpm%20Error%20Types>. |
140 |
|
|
141 |
|
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
142 |
|
|
143 |
|
* ContentChecker.pm: |<img ismap>| not in |<a></a>| |
144 |
|
is now erred. |<datalist>| is implemented. |
145 |
|
Attribute checker for |<command>| and |<menu>| are |
146 |
|
added. Support for |contextmenu| global attribute |
147 |
|
is added. |
148 |
|
|
149 |
|
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
150 |
|
|
151 |
|
* HTML.pm.src (_reset_insertion_mode): Interpretation |
152 |
|
of Step 3 has been changed. |
153 |
|
|
154 |
|
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
155 |
|
|
156 |
|
* HTML.pm.src: Late |<html>| parse error is implemented. |
157 |
|
|
158 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
159 |
|
|
160 |
|
* URIChecker.pm (check_iri_reference): A |decode| method name was |
161 |
|
incorrect. |
162 |
|
|
163 |
|
* ContentChecker.pm: Support for the |footer| element. |
164 |
|
Check URI syntax for space-separated URI attributes. |
165 |
|
Support for the |tabindex| attribute. Support |
166 |
|
for |datetime| attribute. |
167 |
|
|
168 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
169 |
|
|
170 |
|
* HTML.pm.src: HTML5 revision 1.144 (
) and 1.145 (invalid |
171 |
|
character references). HTML5 revision 1.146 (white space |
172 |
|
characters before root start tag). HTML5 revision |
173 |
|
1.148 (named character references in attribute values). |
174 |
|
HTML5 revision 1.152 (<plaintext>.innerHTML get). |
175 |
|
|
176 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
177 |
|
|
178 |
|
* HTML.pm.src: HTML5 revisions 1.142 and 1.143 (<noscript> |
179 |
|
in <head>). |
180 |
|
|
181 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
182 |
|
|
183 |
|
* HTML.pm.src: HTML5 revision 935 (<base>, <link>, <meta> |
184 |
|
in body). |
185 |
|
|
186 |
|
* ContentChecker.pm: HTML5 revision 938 (scoped=""). |
187 |
|
|
188 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
189 |
|
|
190 |
|
* HTML.pm.src: HTML5 revision 923 (matching end tag in CDATA |
191 |
|
or RCDATA in fragment parsing mode). HTML5 revision |
192 |
|
924 (<!--> and <!--->). HTML5 revision 926 (hn in hn). |
193 |
|
|
194 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
195 |
|
|
196 |
|
* HTML.pm.src (get_inner_html): HTML5 revision 922 (inner_html |
197 |
|
for <pre> and <textarea>). |
198 |
|
|
199 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
200 |
|
|
201 |
|
* HTML.pm.src: HTML5 revision 920 (<isindex>). |
202 |
|
|
203 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
204 |
|
|
205 |
|
* HTML.pm.src: HTML5 revision 918 (</head>, </body>, </html>). |
206 |
|
|
207 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
208 |
|
|
209 |
|
* HTML.pm.src: HTML5 revision 916 (</body>). |
210 |
|
HTML5 revision 917 (conforming bare &). |
211 |
|
|
212 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
213 |
|
|
214 |
|
* NanoDOM.pm (manakai_is_html): Setting to false did not work. |
215 |
|
|
216 |
|
* HTML.pm.src: HTML5 revision 914 (</ in CDATA, RCDATA). |
217 |
|
HTML5 revision 915 (<nobr>). |
218 |
|
|
219 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
220 |
|
|
221 |
|
* HTML.pm.src: HTML5 revisions 908, 909, 912, and 913 (quirks mode). |
222 |
|
|
223 |
|
* NanoDOM.pm (manakai_is_html, manakai_compat_mode, compat_mode): |
224 |
|
New attributes. |
225 |
|
|
226 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
227 |
|
|
228 |
|
* HTML.pm.src: HTML5 revisions 900, 901, 902, and 911 (< |
229 |
|
in tags). |
230 |
|
|
231 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
232 |
|
|
233 |
|
* .cvsignore: |Entities.html| is added. |
234 |
|
|
235 |
|
* HTML.pm.src: |$entity_char| is removed and |
236 |
|
requires |Whatpm::_NamedEntityList| instead. |
237 |
|
HTML5 revision 898 (refc), except that lack of refc |
238 |
|
is parse error. |
239 |
|
|
240 |
|
* mkentitylist.pl: New script. |
241 |
|
|
242 |
|
* Makefile (all): |_NamedEntityList.pm| is added. |
243 |
|
(_NamedEntityList.pm, Entities.html): New rules. |
244 |
|
|
245 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
246 |
|
|
247 |
|
* HTML.pm.src: Parse errors immediately after U+000D |
248 |
|
were ignored and U+000D immediately following another |
249 |
|
U+000D was not converted to U+000A. |
250 |
|
|
251 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
252 |
|
|
253 |
|
* HTML.pm.src (set_inner_html): HTML5 revision 892 (adopt |
254 |
|
nodes before appended). Parser was not ready for NULL |
255 |
|
parse error and escape flag. |
256 |
|
|
257 |
|
* NanoDOM.pm (adopt_node): New. |
258 |
|
|
259 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
260 |
|
|
261 |
* HTML.pm.src: HTML5 revision 886 (insane comment in |
* HTML.pm.src: HTML5 revision 886 (insane comment in |