1 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* NanoDOM.pm (input_encoding, manakai_charset, manakai_has_bom): New |
4 |
|
attributes. |
5 |
|
|
6 |
|
* ContentChecker.pm (check_document): Warn if charset requirements |
7 |
|
cannot be tested. |
8 |
|
|
9 |
|
2007-11-19 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* HTML.pm.src (parse_byte_string): Detect charset |
12 |
|
by universalchardet if charset parameter is not specified. |
13 |
|
|
14 |
|
* Makefile (Charset-all, Charset-clean): New rules. |
15 |
|
|
16 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* ContentChecker.pm (check_document): Check the existence |
19 |
|
of character encoding declaration and selection of encoding |
20 |
|
for HTML document. |
21 |
|
|
22 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* ContentType.pm (get_sniffed_type): Return also the official |
25 |
|
type in list context. |
26 |
|
|
27 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* ContentType.pm: Sniffing with leading white space |
30 |
|
ignoring (HTML5 revisions 1013 and 1016). |
31 |
|
|
32 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* ContentType.pm: HTML5 revision 1013 changes, except for leading |
35 |
|
white spaces, are implemented. |
36 |
|
|
37 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* HTML.pm.src (parse_char_string): Set |inner_encoding| |
40 |
|
attribute if possible. |
41 |
|
|
42 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* HTML.pm.src (parse_byte_string): New method. |
45 |
|
(parse_char_string): New alias for |parse_string|. |
46 |
|
(main phase): Invoking "change the encoding" algorithm if desired. |
47 |
|
|
48 |
|
* HTML.pod: Updated. |
49 |
|
|
50 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* HTML.pod (get_inner_html): Removed. |
53 |
|
|
54 |
|
* Makefile (HTML-all, HTML-clean): New. |
55 |
|
|
56 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
|
* HTML.pm.src (get_inner_html): Removed (moved to HTML/Serializer.pm). |
59 |
|
|
60 |
|
2007-11-08 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* mklinktypelist.pl: s/noreferer/noreferrer/ (HTML5 revision 1132). |
63 |
|
|
64 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* Makefile: |CacheManifest.html| is added. |
67 |
|
|
68 |
|
* CacheManifest.pod: New file. |
69 |
|
|
70 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* CacheManifest.pm: New module. |
73 |
|
|
74 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
|
* HTML.pm.src: Support for application cache selection algorithm |
77 |
|
callback. |
78 |
|
|
79 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
81 |
|
* mklinktypelist.pl: Support for rel=noreferer (HTML5 revision 1118). |
82 |
|
|
83 |
|
2007-10-17 Wakaba <wakaba@suika.fam.cx> |
84 |
|
|
85 |
|
* Makefile (clean): New rule. |
86 |
|
|
87 |
|
* NanoDOM.pm (public_id, system_id): New attributes. |
88 |
|
|
89 |
|
2007-10-17 Wakaba <wakaba@suika.fam.cx> |
90 |
|
|
91 |
|
* Makefile (CSS-all, CSS-clean, clean): New rules. |
92 |
|
|
93 |
|
2007-10-14 Wakaba <wakaba@suika.fam.cx> |
94 |
|
|
95 |
|
* ContentChecker.pm (check_document): Support for |
96 |
|
new |is_xml_root| flag. |
97 |
|
(check_element): Support for new |pluses| state. |
98 |
|
(_add_pluses): New method. |
99 |
|
(_remove_minuses): Support for new |minus| item. |
100 |
|
|
101 |
|
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
102 |
|
|
103 |
|
* ContentChecker.pm: Raise specific error for invalid |
104 |
|
root element. |
105 |
|
|
106 |
|
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
107 |
|
|
108 |
|
* ContentChecker.pm: Set level values for later uses. |
109 |
|
|
110 |
|
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
111 |
|
|
112 |
|
* ContentChecker.pm: Support for language tag validation. |
113 |
|
|
114 |
|
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
115 |
|
|
116 |
|
* LangTag.pm (check_rfc3066_language_tag): New method. |
117 |
|
|
118 |
|
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
119 |
|
|
120 |
|
* LangTag.pm: New module. |
121 |
|
|
122 |
|
2007-09-04 Wakaba <wakaba@suika.fam.cx> |
123 |
|
|
124 |
|
* HTML.pm.src: Some error types were wrong. |
125 |
|
|
126 |
|
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
127 |
|
|
128 |
|
* CSS/: New directory. |
129 |
|
|
130 |
|
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
131 |
|
|
132 |
|
* ContentChecker.pm (_check_get_children): Support |
133 |
|
for |noscript| in |head|. |
134 |
|
|
135 |
|
2007-08-12 Wakaba <wakaba@suika.fam.cx> |
136 |
|
|
137 |
|
* URI/: New directory. |
138 |
|
|
139 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
140 |
|
|
141 |
|
* HTML.pm.src: Tokenizer's states are now represented in |
142 |
|
number. |
143 |
|
|
144 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
145 |
|
|
146 |
|
* HTML.pm.src: |or|s for insertion modes are replaced |
147 |
|
by |&|s. |
148 |
|
|
149 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
150 |
|
|
151 |
|
* HTML.pm.src: Token types are now represented in number. |
152 |
|
|
153 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
154 |
|
|
155 |
|
* ContentType.pm (SEE ALSO): Updated. |
156 |
|
|
157 |
|
* HTML.pm.src: Insertion modes are now represented in number. |
158 |
|
|
159 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
160 |
|
|
161 |
|
* ContentType.pm: Sniffing for bitmap images (HTML5 revision |
162 |
|
999) is implemented. |
163 |
|
|
164 |
|
2007-08-08 Wakaba <wakaba@suika.fam.cx> |
165 |
|
|
166 |
|
* ContentType.pm: Sniffing for |<script| (HTML5 revision |
167 |
|
983) is implemented. |
168 |
|
|
169 |
|
2007-08-06 Wakaba <wakaba@suika.fam.cx> |
170 |
|
|
171 |
|
* ContentChecker.pod: New documentation. |
172 |
|
|
173 |
|
* Makefile: A rule for |ContentChecker.html| is added. |
174 |
|
|
175 |
|
* ContentChecker.pm: A pod "LICENSE" section is added. |
176 |
|
|
177 |
|
* NanoDOM.pm ($VERSION): New variable. |
178 |
|
|
179 |
|
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
180 |
|
|
181 |
|
* H2H.pm: |b|, |i|, and |sub| are added to the |
182 |
|
list of allowed HTML elements. |
183 |
|
|
184 |
|
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
185 |
|
|
186 |
|
* H2H.pm: |samp| is added to the list of allowed |
187 |
|
HTML elements. |
188 |
|
|
189 |
|
* URIChecker.pm (check_iri): New. |
190 |
|
(check_iri_reference): Error type for IRI reference |
191 |
|
syntax error is changed. |
192 |
|
|
193 |
|
2007-08-04 Wakaba <wakaba@suika.fam.cx> |
194 |
|
|
195 |
|
* ContentChecker.pm: Reference to the |Whatpm::ContentChecker::Atom| |
196 |
|
is added. |
197 |
|
(check_document): Load appropriate module before validation. |
198 |
|
|
199 |
|
2007-08-04 Wakaba <wakaba@suika.fam.cx> |
200 |
|
|
201 |
|
* ContentChecker/: New directory. |
202 |
|
|
203 |
|
2007-08-04 Wakaba <wakaba@suika.fam.cx> |
204 |
|
|
205 |
|
* ContentChecker.pm: HTML |time| element is implemented. |
206 |
|
|
207 |
|
* HTMLTable.pm: Comments are updated as HTML5 is revised. |
208 |
|
|
209 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
210 |
|
|
211 |
|
* ContentChecker.pm (check_document): Return value |
212 |
|
even if no document element is found. |
213 |
|
|
214 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
215 |
|
|
216 |
|
* HTML.pm.src: |$in_body| is no longer a function. |
217 |
|
|
218 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
219 |
|
|
220 |
|
* HTML.pm.src: The |$in_body| code has been moved down. |
221 |
|
|
222 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
223 |
|
|
224 |
|
* HTML.pm.src: The "trailing end" insertion mode |
225 |
|
is split into "after html body" and "after html frameset" |
226 |
|
insertion modes. Their codes are merged with "after body" |
227 |
|
and "after frameset" codes. |$previous_insertion_mode| |
228 |
|
has been removed. "after frameset" code is |
229 |
|
merged with "in frameset" code. |
230 |
|
|
231 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
232 |
|
|
233 |
|
* HTML.pm.src: The "before head" insertion mode is |
234 |
|
merged with the "in head" insertion mode. |
235 |
|
|
236 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
237 |
|
|
238 |
|
* HTML.pm.src: Cases in "in head" insertion mode are |
239 |
|
reorganized. |
240 |
|
|
241 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
242 |
|
|
243 |
|
* HTML.pm.src: Some cases in "in table" insertion mode |
244 |
|
are merged. |
245 |
|
|
246 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
247 |
|
|
248 |
|
* HTML.pm.src: The "in row" insertion mode is merged |
249 |
|
with "in table" insertion mode. |
250 |
|
|
251 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
252 |
|
|
253 |
|
* HTML.pm.src: The "in table" and "in table body" insertion |
254 |
|
modes are merged. |
255 |
|
|
256 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
257 |
|
|
258 |
|
* HTML.pm.src: There is no "in table head" or "in table foot" |
259 |
|
insertion mode! |
260 |
|
|
261 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
262 |
|
|
263 |
|
* HTML.pm.src: |<noframes>| "in frameset" and "in noframes" |
264 |
|
now directly invoke the handler. |
265 |
|
|
266 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
267 |
|
|
268 |
|
* HTML.pm.src: Codes for "in cell" insertion mode |
269 |
|
is merged to the "in body" insertion mode code. |
270 |
|
|
271 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
272 |
|
|
273 |
|
* HTML.pm.src: Codes for "in body" and "in caption" |
274 |
|
insertion modes are merged. |
275 |
|
|
276 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
277 |
|
|
278 |
|
* HTML.pm.src: Two |!!!next-token|s were missing. |
279 |
|
|
280 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
281 |
|
|
282 |
|
* HTML.pm.src: Use numeric constant for |{content_mode}| |
283 |
|
instead of string constant for |{content_model_flag}|. |
284 |
|
|
285 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
286 |
|
|
287 |
|
* HTML.pm.src: Add the name of the attribute |
288 |
|
to the "duplicate attribute" error. |
289 |
|
|
290 |
|
2007-07-17 Wakaba <wakaba@suika.fam.cx> |
291 |
|
|
292 |
|
* ContentChecker.pm: Return the |class| node list. |
293 |
|
|
294 |
|
2007-07-17 Wakaba <wakaba@suika.fam.cx> |
295 |
|
|
296 |
|
* ContentChecker.pm: Return the |id| node list. |
297 |
|
|
298 |
|
* HTML.pm.src: A typo is fixed. |
299 |
|
|
300 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
301 |
|
|
302 |
|
* ContentChecker.pm: Drop wrong |level => 'error'| specification |
303 |
|
from "in HTML:xml:lang" error. Character position |
304 |
|
is now the last part of the error type in the URI error |
305 |
|
description. Report "unsupported" status for language |
306 |
|
tags, media queries, script codes, and style sheets. |
307 |
|
|
308 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
309 |
|
|
310 |
|
* ContentChecker.pm: Report error if |xml:lang| |
311 |
|
in HTML, |lang| in XML, |xmlns| in XML, and |meta| |charset| |
312 |
|
in XML. |
313 |
|
|
314 |
|
* NanoDOM.pm (Attr.owner_document): New attribute. |
315 |
|
|
316 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
317 |
|
|
318 |
|
* HTML.pm.src: The character immediately following |
319 |
|
a bare |hcro| was discarded. Fix handling of |
320 |
|
entity references in attribute values. |
321 |
|
|
322 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
323 |
|
|
324 |
|
* HTML.pm.src (main and trailin end phases): Token |
325 |
|
types |DOCTYPE|, |comment|, |end-of-file|, and |<html>| are |
326 |
|
factored out. Error types |in html:#DOCTYPE| |
327 |
|
and |after html:#DOCTYPE| are merged |
328 |
|
into |DOCTYPE in the middle|. |</frameset>| |
329 |
|
in fragment parsing mode changed the |
330 |
|
insertion mode. |
331 |
|
|
332 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
333 |
|
|
334 |
|
* HTML.pm.src: |$phase| has been removed; The |trailing end| |
335 |
|
phase is now an insertion mode. Treatments for white |
336 |
|
space character tokens were incorrect for some |
337 |
|
insertion modes. An old |meta| case was not removed. |
338 |
|
|
339 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
340 |
|
|
341 |
|
* HTML.pm.src: |meta| charset declaration extraction |
342 |
|
implemented (but changing the encoding is not yet:-). |
343 |
|
|
344 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
345 |
|
|
346 |
|
* Charset/: New directory. |
347 |
|
|
348 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
349 |
|
|
350 |
|
* H2H.pm: New Perl module (created from |
351 |
|
manakai's H2H.dis). |
352 |
|
|
353 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
354 |
|
|
355 |
|
* XMLSerializer.pm: New Perl module (created from |
356 |
|
manakai's SimpleLS.dis). |
357 |
|
|
358 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
359 |
|
|
360 |
|
* HTML.pm.src: |<!---x-->| was not processed correctly. |
361 |
|
|
362 |
|
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
363 |
|
|
364 |
|
* HTML.pm.src: Report correct error message |
365 |
|
for |<body></div></body>|. |
366 |
|
|
367 |
|
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
368 |
|
|
369 |
|
* HTMLTable.pm: An error description was incorrect. |
370 |
|
|
371 |
|
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
372 |
|
|
373 |
|
* ContentChecker.pm: Return |{term}| list. |
374 |
|
|
375 |
|
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
376 |
|
|
377 |
|
* HTML.pm.src: HTML5 revisions 961-966 (</p>, </br>, |
378 |
|
nested <nobr>, implied </tbody>, </tfoot>, and </thead>, |
379 |
|
and <title> outside of head). |
380 |
|
|
381 |
|
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
382 |
|
|
383 |
|
* IMTChecker.pm: Report warning for unregistered |
384 |
|
and private types/subtypes. |
385 |
|
|
386 |
|
* ContentChecker.pm, HTML.pm.src, IMTChecker.pm, |
387 |
|
URIChecker.pm, HTMLTable.pm: Error messages are now |
388 |
|
consistent; they are all listed in |
389 |
|
<http://suika.fam.cx/gate/2005/sw/Whatpm%20Error%20Types>. |
390 |
|
|
391 |
|
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
392 |
|
|
393 |
|
* ContentChecker.pm: |<img ismap>| not in |<a></a>| |
394 |
|
is now erred. |<datalist>| is implemented. |
395 |
|
Attribute checker for |<command>| and |<menu>| are |
396 |
|
added. Support for |contextmenu| global attribute |
397 |
|
is added. |
398 |
|
|
399 |
|
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
400 |
|
|
401 |
|
* HTML.pm.src (_reset_insertion_mode): Interpretation |
402 |
|
of Step 3 has been changed. |
403 |
|
|
404 |
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
405 |
|
|
406 |
* HTML.pm.src: Late |<html>| parse error is implemented. |
* HTML.pm.src: Late |<html>| parse error is implemented. |