1 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* ContentChecker.pm (check_element): Fix |del|-and-significant |
4 |
|
problem by adding some more arguments. |
5 |
|
|
6 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* ContentChecker.pm (check_element): Use context of |
9 |
|
container-for-the-purpose-of-content-model element (not transparent |
10 |
|
element) for |check_child_element| calling and significant |
11 |
|
text flag marking. This reintroduces |<del>|-and-significant |
12 |
|
problem again. |
13 |
|
|
14 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* ContentChecker.pm (check_element): Make semi-transparent |
17 |
|
elements ignored for the purpose of phase changes in |
18 |
|
content model checking. |
19 |
|
|
20 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* ContentChecker.pm (check_element): In-element state |
23 |
|
was not properly managed for transparent cases. |
24 |
|
|
25 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* ContentChecker.pm (check_element): Support for |video| |
28 |
|
and |audio| as semi-transparent elements. |
29 |
|
|
30 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* ContentChecker.pm ($HTMLSemiTransparentElements): New. |
33 |
|
(check_element): s/minuses/minus_elements/, s/pluses/plus_elements/. |
34 |
|
Support for |html:object| as a semi-transparent element. |
35 |
|
|
36 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* ContentChecker.pm (check_element): The way to traverse |
39 |
|
the tree is entirely revised to make it easier to track |
40 |
|
the state of ancestors/descendants. As a result of this |
41 |
|
revision (which rewrites almost all of Whatpm::ContentChecker::HTML), |
42 |
|
support for content model checking for HTML elements |figure|, |
43 |
|
|object|, |video|, and |audio| and checking for XML elements (and |
44 |
|
some XMLNS checkings) are dropped for now. They will be |
45 |
|
reimplemented in due cource. |
46 |
|
|
47 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* HTML.pm.src: |>| in public or system literal closes the DOCTYPE |
50 |
|
token (HTML5 revision 1225). |
51 |
|
|
52 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* ContentChecker.pm ({unsupported_level}): New value. |
55 |
|
|
56 |
|
* HTML.pm.src: Save whether |meta| |content| attribute |
57 |
|
contains character references or not. |
58 |
|
|
59 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* ContentChecker.pm (_get_children): (Incompleted) attempt to |
62 |
|
imlement significant content checking for contents |
63 |
|
with |del| elements. |
64 |
|
|
65 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* ContenteChecker.pm ($HTMLTransparentElements): More |
68 |
|
elements are added. |
69 |
|
(_get_children): HTML |object| elements are now semi-transparent. |
70 |
|
|
71 |
|
* NanoDOM.pm (manakai_html, manakai_head): New methods. |
72 |
|
|
73 |
|
2008-02-16 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
75 |
|
* CacheManifest.pm: HTML5 revision 1211 implemented. |
76 |
|
|
77 |
|
* CacheManifest.pod: Updated. |
78 |
|
|
79 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
81 |
|
* ContentChecker.pm (check_document, check_element): Support |
82 |
|
for second argument ($onsubdoc). |
83 |
|
(_get_css_parser): Removed (now it is part of WDCC). |
84 |
|
|
85 |
|
2008-02-09 Wakaba <wakaba@suika.fam.cx> |
86 |
|
|
87 |
|
* ContentChecker.pm (_get_css_parser): New. |
88 |
|
|
89 |
|
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
90 |
|
|
91 |
|
* ContentChecker.pm ($AnyChecker): Old way to add child elements |
92 |
|
for checking had been used. |
93 |
|
|
94 |
|
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
95 |
|
|
96 |
|
* ContentChecker.pm (check_element): New todo item type |descendant|. |
97 |
|
|
98 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
99 |
|
|
100 |
|
* IMTChecker.pm: Revised to raise errors and warnings as (poorly) |
101 |
|
specced in RFC 2046 and RFC 4288. |
102 |
|
(application/atom+xml): Definition added. |
103 |
|
|
104 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
105 |
|
|
106 |
|
* URIChecker.pm: Make RFC 3986 should-level errors |
107 |
|
warnings (rather than SHOULD-level errors). |
108 |
|
|
109 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
110 |
|
|
111 |
|
* NanoDOM.pm (get_user_data, set_user_data): New methods. |
112 |
|
|
113 |
|
* HTML.pm.src: A flag for character references in attribute |
114 |
|
values are added. Set |manakai_has_reference| user data |
115 |
|
to |charset| attribute. |
116 |
|
|
117 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
118 |
|
|
119 |
|
* NanoDOM.pm (input_encoding, manakai_charset, manakai_has_bom): New |
120 |
|
attributes. |
121 |
|
|
122 |
|
* ContentChecker.pm (check_document): Warn if charset requirements |
123 |
|
cannot be tested. |
124 |
|
|
125 |
|
2007-11-19 Wakaba <wakaba@suika.fam.cx> |
126 |
|
|
127 |
|
* HTML.pm.src (parse_byte_string): Detect charset |
128 |
|
by universalchardet if charset parameter is not specified. |
129 |
|
|
130 |
|
* Makefile (Charset-all, Charset-clean): New rules. |
131 |
|
|
132 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
133 |
|
|
134 |
|
* ContentChecker.pm (check_document): Check the existence |
135 |
|
of character encoding declaration and selection of encoding |
136 |
|
for HTML document. |
137 |
|
|
138 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
139 |
|
|
140 |
|
* ContentType.pm (get_sniffed_type): Return also the official |
141 |
|
type in list context. |
142 |
|
|
143 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
144 |
|
|
145 |
|
* ContentType.pm: Sniffing with leading white space |
146 |
|
ignoring (HTML5 revisions 1013 and 1016). |
147 |
|
|
148 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
149 |
|
|
150 |
|
* ContentType.pm: HTML5 revision 1013 changes, except for leading |
151 |
|
white spaces, are implemented. |
152 |
|
|
153 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
154 |
|
|
155 |
|
* HTML.pm.src (parse_char_string): Set |inner_encoding| |
156 |
|
attribute if possible. |
157 |
|
|
158 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
159 |
|
|
160 |
|
* HTML.pm.src (parse_byte_string): New method. |
161 |
|
(parse_char_string): New alias for |parse_string|. |
162 |
|
(main phase): Invoking "change the encoding" algorithm if desired. |
163 |
|
|
164 |
|
* HTML.pod: Updated. |
165 |
|
|
166 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
167 |
|
|
168 |
|
* HTML.pod (get_inner_html): Removed. |
169 |
|
|
170 |
|
* Makefile (HTML-all, HTML-clean): New. |
171 |
|
|
172 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
173 |
|
|
174 |
|
* HTML.pm.src (get_inner_html): Removed (moved to HTML/Serializer.pm). |
175 |
|
|
176 |
|
2007-11-08 Wakaba <wakaba@suika.fam.cx> |
177 |
|
|
178 |
|
* mklinktypelist.pl: s/noreferer/noreferrer/ (HTML5 revision 1132). |
179 |
|
|
180 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
181 |
|
|
182 |
|
* Makefile: |CacheManifest.html| is added. |
183 |
|
|
184 |
|
* CacheManifest.pod: New file. |
185 |
|
|
186 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
187 |
|
|
188 |
|
* CacheManifest.pm: New module. |
189 |
|
|
190 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
191 |
|
|
192 |
|
* HTML.pm.src: Support for application cache selection algorithm |
193 |
|
callback. |
194 |
|
|
195 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
196 |
|
|
197 |
|
* mklinktypelist.pl: Support for rel=noreferer (HTML5 revision 1118). |
198 |
|
|
199 |
|
2007-10-17 Wakaba <wakaba@suika.fam.cx> |
200 |
|
|
201 |
|
* Makefile (clean): New rule. |
202 |
|
|
203 |
|
* NanoDOM.pm (public_id, system_id): New attributes. |
204 |
|
|
205 |
|
2007-10-17 Wakaba <wakaba@suika.fam.cx> |
206 |
|
|
207 |
|
* Makefile (CSS-all, CSS-clean, clean): New rules. |
208 |
|
|
209 |
|
2007-10-14 Wakaba <wakaba@suika.fam.cx> |
210 |
|
|
211 |
|
* ContentChecker.pm (check_document): Support for |
212 |
|
new |is_xml_root| flag. |
213 |
|
(check_element): Support for new |pluses| state. |
214 |
|
(_add_pluses): New method. |
215 |
|
(_remove_minuses): Support for new |minus| item. |
216 |
|
|
217 |
|
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
218 |
|
|
219 |
|
* ContentChecker.pm: Raise specific error for invalid |
220 |
|
root element. |
221 |
|
|
222 |
|
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
223 |
|
|
224 |
|
* ContentChecker.pm: Set level values for later uses. |
225 |
|
|
226 |
|
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
227 |
|
|
228 |
|
* ContentChecker.pm: Support for language tag validation. |
229 |
|
|
230 |
|
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
231 |
|
|
232 |
|
* LangTag.pm (check_rfc3066_language_tag): New method. |
233 |
|
|
234 |
|
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
235 |
|
|
236 |
|
* LangTag.pm: New module. |
237 |
|
|
238 |
|
2007-09-04 Wakaba <wakaba@suika.fam.cx> |
239 |
|
|
240 |
|
* HTML.pm.src: Some error types were wrong. |
241 |
|
|
242 |
|
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
243 |
|
|
244 |
|
* CSS/: New directory. |
245 |
|
|
246 |
|
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
247 |
|
|
248 |
|
* ContentChecker.pm (_check_get_children): Support |
249 |
|
for |noscript| in |head|. |
250 |
|
|
251 |
|
2007-08-12 Wakaba <wakaba@suika.fam.cx> |
252 |
|
|
253 |
|
* URI/: New directory. |
254 |
|
|
255 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
256 |
|
|
257 |
|
* HTML.pm.src: Tokenizer's states are now represented in |
258 |
|
number. |
259 |
|
|
260 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
261 |
|
|
262 |
|
* HTML.pm.src: |or|s for insertion modes are replaced |
263 |
|
by |&|s. |
264 |
|
|
265 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
266 |
|
|
267 |
|
* HTML.pm.src: Token types are now represented in number. |
268 |
|
|
269 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
270 |
|
|
271 |
|
* ContentType.pm (SEE ALSO): Updated. |
272 |
|
|
273 |
|
* HTML.pm.src: Insertion modes are now represented in number. |
274 |
|
|
275 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
276 |
|
|
277 |
|
* ContentType.pm: Sniffing for bitmap images (HTML5 revision |
278 |
|
999) is implemented. |
279 |
|
|
280 |
|
2007-08-08 Wakaba <wakaba@suika.fam.cx> |
281 |
|
|
282 |
|
* ContentType.pm: Sniffing for |<script| (HTML5 revision |
283 |
|
983) is implemented. |
284 |
|
|
285 |
|
2007-08-06 Wakaba <wakaba@suika.fam.cx> |
286 |
|
|
287 |
|
* ContentChecker.pod: New documentation. |
288 |
|
|
289 |
|
* Makefile: A rule for |ContentChecker.html| is added. |
290 |
|
|
291 |
|
* ContentChecker.pm: A pod "LICENSE" section is added. |
292 |
|
|
293 |
|
* NanoDOM.pm ($VERSION): New variable. |
294 |
|
|
295 |
|
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
296 |
|
|
297 |
|
* H2H.pm: |b|, |i|, and |sub| are added to the |
298 |
|
list of allowed HTML elements. |
299 |
|
|
300 |
|
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
301 |
|
|
302 |
|
* H2H.pm: |samp| is added to the list of allowed |
303 |
|
HTML elements. |
304 |
|
|
305 |
|
* URIChecker.pm (check_iri): New. |
306 |
|
(check_iri_reference): Error type for IRI reference |
307 |
|
syntax error is changed. |
308 |
|
|
309 |
|
2007-08-04 Wakaba <wakaba@suika.fam.cx> |
310 |
|
|
311 |
|
* ContentChecker.pm: Reference to the |Whatpm::ContentChecker::Atom| |
312 |
|
is added. |
313 |
|
(check_document): Load appropriate module before validation. |
314 |
|
|
315 |
|
2007-08-04 Wakaba <wakaba@suika.fam.cx> |
316 |
|
|
317 |
|
* ContentChecker/: New directory. |
318 |
|
|
319 |
|
2007-08-04 Wakaba <wakaba@suika.fam.cx> |
320 |
|
|
321 |
|
* ContentChecker.pm: HTML |time| element is implemented. |
322 |
|
|
323 |
|
* HTMLTable.pm: Comments are updated as HTML5 is revised. |
324 |
|
|
325 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
326 |
|
|
327 |
|
* ContentChecker.pm (check_document): Return value |
328 |
|
even if no document element is found. |
329 |
|
|
330 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
331 |
|
|
332 |
|
* HTML.pm.src: |$in_body| is no longer a function. |
333 |
|
|
334 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
335 |
|
|
336 |
|
* HTML.pm.src: The |$in_body| code has been moved down. |
337 |
|
|
338 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
339 |
|
|
340 |
|
* HTML.pm.src: The "trailing end" insertion mode |
341 |
|
is split into "after html body" and "after html frameset" |
342 |
|
insertion modes. Their codes are merged with "after body" |
343 |
|
and "after frameset" codes. |$previous_insertion_mode| |
344 |
|
has been removed. "after frameset" code is |
345 |
|
merged with "in frameset" code. |
346 |
|
|
347 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
348 |
|
|
349 |
|
* HTML.pm.src: The "before head" insertion mode is |
350 |
|
merged with the "in head" insertion mode. |
351 |
|
|
352 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
353 |
|
|
354 |
|
* HTML.pm.src: Cases in "in head" insertion mode are |
355 |
|
reorganized. |
356 |
|
|
357 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
358 |
|
|
359 |
|
* HTML.pm.src: Some cases in "in table" insertion mode |
360 |
|
are merged. |
361 |
|
|
362 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
363 |
|
|
364 |
|
* HTML.pm.src: The "in row" insertion mode is merged |
365 |
|
with "in table" insertion mode. |
366 |
|
|
367 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
368 |
|
|
369 |
|
* HTML.pm.src: The "in table" and "in table body" insertion |
370 |
|
modes are merged. |
371 |
|
|
372 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
373 |
|
|
374 |
|
* HTML.pm.src: There is no "in table head" or "in table foot" |
375 |
|
insertion mode! |
376 |
|
|
377 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
378 |
|
|
379 |
|
* HTML.pm.src: |<noframes>| "in frameset" and "in noframes" |
380 |
|
now directly invoke the handler. |
381 |
|
|
382 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
383 |
|
|
384 |
|
* HTML.pm.src: Codes for "in cell" insertion mode |
385 |
|
is merged to the "in body" insertion mode code. |
386 |
|
|
387 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
388 |
|
|
389 |
|
* HTML.pm.src: Codes for "in body" and "in caption" |
390 |
|
insertion modes are merged. |
391 |
|
|
392 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
393 |
|
|
394 |
|
* HTML.pm.src: Two |!!!next-token|s were missing. |
395 |
|
|
396 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
397 |
|
|
398 |
|
* HTML.pm.src: Use numeric constant for |{content_mode}| |
399 |
|
instead of string constant for |{content_model_flag}|. |
400 |
|
|
401 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
402 |
|
|
403 |
|
* HTML.pm.src: Add the name of the attribute |
404 |
|
to the "duplicate attribute" error. |
405 |
|
|
406 |
|
2007-07-17 Wakaba <wakaba@suika.fam.cx> |
407 |
|
|
408 |
|
* ContentChecker.pm: Return the |class| node list. |
409 |
|
|
410 |
|
2007-07-17 Wakaba <wakaba@suika.fam.cx> |
411 |
|
|
412 |
|
* ContentChecker.pm: Return the |id| node list. |
413 |
|
|
414 |
|
* HTML.pm.src: A typo is fixed. |
415 |
|
|
416 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
417 |
|
|
418 |
|
* ContentChecker.pm: Drop wrong |level => 'error'| specification |
419 |
|
from "in HTML:xml:lang" error. Character position |
420 |
|
is now the last part of the error type in the URI error |
421 |
|
description. Report "unsupported" status for language |
422 |
|
tags, media queries, script codes, and style sheets. |
423 |
|
|
424 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
425 |
|
|
426 |
|
* ContentChecker.pm: Report error if |xml:lang| |
427 |
|
in HTML, |lang| in XML, |xmlns| in XML, and |meta| |charset| |
428 |
|
in XML. |
429 |
|
|
430 |
|
* NanoDOM.pm (Attr.owner_document): New attribute. |
431 |
|
|
432 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
433 |
|
|
434 |
|
* HTML.pm.src: The character immediately following |
435 |
|
a bare |hcro| was discarded. Fix handling of |
436 |
|
entity references in attribute values. |
437 |
|
|
438 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
439 |
|
|
440 |
|
* HTML.pm.src (main and trailin end phases): Token |
441 |
|
types |DOCTYPE|, |comment|, |end-of-file|, and |<html>| are |
442 |
|
factored out. Error types |in html:#DOCTYPE| |
443 |
|
and |after html:#DOCTYPE| are merged |
444 |
|
into |DOCTYPE in the middle|. |</frameset>| |
445 |
|
in fragment parsing mode changed the |
446 |
|
insertion mode. |
447 |
|
|
448 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
449 |
|
|
450 |
|
* HTML.pm.src: |$phase| has been removed; The |trailing end| |
451 |
|
phase is now an insertion mode. Treatments for white |
452 |
|
space character tokens were incorrect for some |
453 |
|
insertion modes. An old |meta| case was not removed. |
454 |
|
|
455 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
456 |
|
|
457 |
|
* HTML.pm.src: |meta| charset declaration extraction |
458 |
|
implemented (but changing the encoding is not yet:-). |
459 |
|
|
460 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
461 |
|
|
462 |
|
* Charset/: New directory. |
463 |
|
|
464 |
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
465 |
|
|
466 |
* H2H.pm: New Perl module (created from |
* H2H.pm: New Perl module (created from |