/[suikacvs]/markup/html/whatpm/Whatpm/ChangeLog
Suika

Contents of /markup/html/whatpm/Whatpm/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.57 - (hide annotations) (download)
Sun Jul 1 04:46:48 2007 UTC (17 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.56: +8 -0 lines
++ whatpm/t/ChangeLog	1 Jul 2007 04:46:30 -0000
2007-07-01  Wakaba  <wakaba@suika.fam.cx>

	* table-1.dat: New test data.

	* ContentChecker.t: |table-1.dat| is added.

++ whatpm/Whatpm/ChangeLog	1 Jul 2007 04:45:38 -0000
2007-07-01  Wakaba  <wakaba@suika.fam.cx>

	* HTMLTable.pm: An error description was incorrect.

2007-06-30  Wakaba  <wakaba@suika.fam.cx>

	* ContentChecker.pm: Return |{term}| list.

1 wakaba 1.57 2007-07-01 Wakaba <wakaba@suika.fam.cx>
2    
3     * HTMLTable.pm: An error description was incorrect.
4    
5     2007-06-30 Wakaba <wakaba@suika.fam.cx>
6    
7     * ContentChecker.pm: Return |{term}| list.
8    
9 wakaba 1.55 2007-06-30 Wakaba <wakaba@suika.fam.cx>
10    
11 wakaba 1.56 * HTML.pm.src: HTML5 revisions 961-966 (</p>, </br>,
12     nested <nobr>, implied </tbody>, </tfoot>, and </thead>,
13     and <title> outside of head).
14    
15     2007-06-30 Wakaba <wakaba@suika.fam.cx>
16    
17 wakaba 1.55 * IMTChecker.pm: Report warning for unregistered
18     and private types/subtypes.
19    
20     * ContentChecker.pm, HTML.pm.src, IMTChecker.pm,
21     URIChecker.pm, HTMLTable.pm: Error messages are now
22     consistent; they are all listed in
23     <http://suika.fam.cx/gate/2005/sw/Whatpm%20Error%20Types>.
24    
25 wakaba 1.52 2007-06-25 Wakaba <wakaba@suika.fam.cx>
26    
27 wakaba 1.54 * ContentChecker.pm: |<img ismap>| not in |<a></a>|
28     is now erred. |<datalist>| is implemented.
29     Attribute checker for |<command>| and |<menu>| are
30     added. Support for |contextmenu| global attribute
31     is added.
32    
33     2007-06-25 Wakaba <wakaba@suika.fam.cx>
34    
35 wakaba 1.53 * HTML.pm.src (_reset_insertion_mode): Interpretation
36     of Step 3 has been changed.
37    
38     2007-06-25 Wakaba <wakaba@suika.fam.cx>
39    
40 wakaba 1.52 * HTML.pm.src: Late |<html>| parse error is implemented.
41    
42 wakaba 1.47 2007-06-24 Wakaba <wakaba@suika.fam.cx>
43    
44 wakaba 1.51 * URIChecker.pm (check_iri_reference): A |decode| method name was
45     incorrect.
46    
47     * ContentChecker.pm: Support for the |footer| element.
48     Check URI syntax for space-separated URI attributes.
49     Support for the |tabindex| attribute. Support
50     for |datetime| attribute.
51    
52     2007-06-24 Wakaba <wakaba@suika.fam.cx>
53    
54 wakaba 1.50 * HTML.pm.src: HTML5 revision 1.144 (&#x0D;) and 1.145 (invalid
55     character references). HTML5 revision 1.146 (white space
56     characters before root start tag). HTML5 revision
57     1.148 (named character references in attribute values).
58     HTML5 revision 1.152 (<plaintext>.innerHTML get).
59    
60     2007-06-24 Wakaba <wakaba@suika.fam.cx>
61    
62     * HTML.pm.src: HTML5 revisions 1.142 and 1.143 (<noscript>
63 wakaba 1.49 in <head>).
64    
65     2007-06-24 Wakaba <wakaba@suika.fam.cx>
66    
67 wakaba 1.48 * HTML.pm.src: HTML5 revision 935 (<base>, <link>, <meta>
68     in body).
69    
70     * ContentChecker.pm: HTML5 revision 938 (scoped="").
71    
72     2007-06-24 Wakaba <wakaba@suika.fam.cx>
73    
74 wakaba 1.47 * HTML.pm.src: HTML5 revision 923 (matching end tag in CDATA
75     or RCDATA in fragment parsing mode). HTML5 revision
76     924 (<!--> and <!--->). HTML5 revision 926 (hn in hn).
77    
78     2007-06-23 Wakaba <wakaba@suika.fam.cx>
79    
80     * HTML.pm.src (get_inner_html): HTML5 revision 922 (inner_html
81     for <pre> and <textarea>).
82    
83 wakaba 1.33 2007-06-23 Wakaba <wakaba@suika.fam.cx>
84    
85 wakaba 1.46 * HTML.pm.src: HTML5 revision 920 (<isindex>).
86    
87     2007-06-23 Wakaba <wakaba@suika.fam.cx>
88    
89 wakaba 1.45 * HTML.pm.src: HTML5 revision 918 (</head>, </body>, </html>).
90    
91     2007-06-23 Wakaba <wakaba@suika.fam.cx>
92    
93 wakaba 1.44 * HTML.pm.src: HTML5 revision 916 (</body>).
94     HTML5 revision 917 (conforming bare &).
95    
96     2007-06-23 Wakaba <wakaba@suika.fam.cx>
97    
98 wakaba 1.43 * NanoDOM.pm (manakai_is_html): Setting to false did not work.
99    
100     * HTML.pm.src: HTML5 revision 914 (</ in CDATA, RCDATA).
101     HTML5 revision 915 (<nobr>).
102    
103     2007-06-23 Wakaba <wakaba@suika.fam.cx>
104    
105 wakaba 1.42 * HTML.pm.src: HTML5 revisions 908, 909, 912, and 913 (quirks mode).
106    
107     * NanoDOM.pm (manakai_is_html, manakai_compat_mode, compat_mode):
108     New attributes.
109    
110     2007-06-23 Wakaba <wakaba@suika.fam.cx>
111    
112 wakaba 1.41 * HTML.pm.src: HTML5 revisions 900, 901, 902, and 911 (<
113     in tags).
114    
115     2007-06-23 Wakaba <wakaba@suika.fam.cx>
116    
117 wakaba 1.40 * .cvsignore: |Entities.html| is added.
118    
119     * HTML.pm.src: |$entity_char| is removed and
120     requires |Whatpm::_NamedEntityList| instead.
121     HTML5 revision 898 (refc), except that lack of refc
122     is parse error.
123    
124     * mkentitylist.pl: New script.
125    
126     * Makefile (all): |_NamedEntityList.pm| is added.
127     (_NamedEntityList.pm, Entities.html): New rules.
128    
129     2007-06-23 Wakaba <wakaba@suika.fam.cx>
130    
131 wakaba 1.39 * HTML.pm.src: Parse errors immediately after U+000D
132     were ignored and U+000D immediately following another
133     U+000D was not converted to U+000A.
134    
135     2007-06-23 Wakaba <wakaba@suika.fam.cx>
136    
137 wakaba 1.38 * HTML.pm.src (set_inner_html): HTML5 revision 892 (adopt
138     nodes before appended). Parser was not ready for NULL
139     parse error and escape flag.
140    
141     * NanoDOM.pm (adopt_node): New.
142    
143     2007-06-23 Wakaba <wakaba@suika.fam.cx>
144    
145 wakaba 1.37 * HTML.pm.src: HTML5 revision 886 (insane comment in
146     CDATA and RCDATA). Note that current implementation
147     is simply repeating what the spec says and it is maybe not
148     a best way to do it.
149    
150     2007-06-23 Wakaba <wakaba@suika.fam.cx>
151    
152 wakaba 1.36 * HTML.pm.src: HTML5 revision 884 (</form> don't close
153     the form element if a descendant element without implied end tag has
154     still been open).
155    
156     2007-06-23 Wakaba <wakaba@suika.fam.cx>
157    
158 wakaba 1.35 * ContentChecker.pm: HTML5 revision 881 (Make |id| attribute with
159     space characters non-conforming).
160    
161     2007-06-23 Wakaba <wakaba@suika.fam.cx>
162    
163 wakaba 1.34 * HTML.pm.src: An error message was incorrect.
164     HTML5 revision 869 (C1 character references).
165    
166     2007-06-23 Wakaba <wakaba@suika.fam.cx>
167    
168 wakaba 1.33 * HTML.pm.src: HTML5 revision 867 (a LF at the beginning of
169     a |textarea| is removed).
170    
171 wakaba 1.32 2007-06-05 Wakaba <wakaba@suika.fam.cx>
172    
173     * NanoDOM.pm (get_attribute_node_ns): New method.
174    
175     * ContentChecker.pm: |script| |async| and |defer|
176     no longer require |src|. |async| MUST NOT be
177     specified if |defer|. (HTML5 revision 858).
178    
179 wakaba 1.31 2007-05-30 Wakaba <wakaba@suika.fam.cx>
180    
181     * HTML.pm.src: |<form><form>| went to inifinite loop.
182    
183 wakaba 1.27 2007-05-27 Wakaba <wakaba@suika.fam.cx>
184    
185 wakaba 1.30 * ContentChecker.pm (html): Set |is_root| (allowed
186     as a document element) flag on.
187     (new): Removed.
188     (check_document): New method.
189    
190     2007-05-27 Wakaba <wakaba@suika.fam.cx>
191    
192 wakaba 1.29 * ContentChecker.pm (thead, tfoot): Checker specifications
193     were incorrect.
194    
195     2007-05-27 Wakaba <wakaba@suika.fam.cx>
196    
197 wakaba 1.28 * ContentChecker.pm ($HTMLURIAttrChecker): Include
198     error position in the |type| option of the error.
199    
200     * HTMLTable.pm (form_table): The |$onerror| parameter
201     is now optional. Some bugs are fixed.
202    
203     2007-05-27 Wakaba <wakaba@suika.fam.cx>
204    
205 wakaba 1.27 * HTMLTable.pm: New module.
206    
207     * ContentChecker.pm (table): Invoke table model error checker.
208    
209     * NanoDOM.pm (first_child, get_attribute_ns): New.
210    
211 wakaba 1.25 2007-05-26 Wakaba <wakaba@suika.fam.cx>
212    
213 wakaba 1.26 * ContentChecker.pm ($HTMLLinkTypesAttrChecker): New checker.
214     (link/@rel, a/@rel, area/@rel): Use new checker.
215    
216     * Makefile (_LinkTypeList.pm, RelExtensions.html): New rules.
217    
218     * _LinkTypeList.pm: New file.
219    
220     * mklinktypelist.pl: New file.
221    
222     * .cvsignore: |RelExtensions.html| added.
223    
224     * NanoDOM.pm (child_nodes): Returns an empty array
225     for non-child-containing node types.
226     (text_content): New attribute.
227    
228     2007-05-26 Wakaba <wakaba@suika.fam.cx>
229    
230 wakaba 1.25 * IMTChecker.pm: New module.
231    
232     * ContentChecker.pm ($HTMLIMTAttrChecker): Call IMTChecker
233     to test parameter value validity.
234    
235     * HTML.pm.src ($style_start_tag): Attributes were
236     discarded.
237    
238 wakaba 1.22 2007-05-25 Wakaba <wakaba@suika.fam.cx>
239    
240 wakaba 1.24 * ContentChecker.pm ($HTMLURIAttrChecker): Implemented.
241    
242     2007-05-25 Wakaba <wakaba@suika.fam.cx>
243    
244 wakaba 1.23 * URIChecker.pm: All recommendations from RFC 3986
245     and RFC 3987 are listed (not all testable items are checked yet).
246    
247     2007-05-25 Wakaba <wakaba@suika.fam.cx>
248    
249 wakaba 1.22 * URIChecker.pm: New module.
250    
251 wakaba 1.18 2007-05-20 Wakaba <wakaba@suika.fam.cx>
252    
253 wakaba 1.21 * ContentChecker.pm: Now most attributes are implemented
254     or associated to some placeholder.
255     ($ElementDefault): Warn unknown attributes
256     for unknown elements as "attribute not supported".
257     ($HTMLLanguageTagAttrChecker, $HTMLMQAttrChecker): New placeholders.
258     ($HTMLUsemapAttrChecker, $HTMLTargetAttrChecker): New checkers.
259     (|a| attribute checker): Reimplemented.
260    
261     2007-05-20 Wakaba <wakaba@suika.fam.cx>
262    
263 wakaba 1.20 * ContentChecker.pm ($HTMLEventHandlerAttrChecker): New placeholder.
264     ($HTMLAttrChecker): Event handler content attributes
265     are added.
266     (link, embed): Required attribute is now checked.
267     (embed): Unknown local attributes are no longer warned.
268    
269     2007-05-20 Wakaba <wakaba@suika.fam.cx>
270    
271 wakaba 1.19 * ContentChecker.pm ($HTMLSpaceURIsAttrChecker): New placeholder.
272     ($HTMLIMTAttrChecker): New checker.
273     (link@rel, link@href, link@type, style@type,
274     a@href, a@ping, a@ping, a@type, embed@src, embed@type,
275     object@data, object@type, source@src, source@type, area@alt,
276     area@shape, area@coords, area@href,
277     area@ping, area@rel, area@type, script@src,
278     script@defer, script@async, script@type): Checkers added.
279    
280     2007-05-20 Wakaba <wakaba@suika.fam.cx>
281    
282 wakaba 1.18 * ContentChecker.pm: Descendant checking was incorrect.
283    
284 wakaba 1.12 2007-05-19 Wakaba <wakaba@suika.fam.cx>
285    
286 wakaba 1.17 * ContentChecker.pm: Support |xml:*| and |xmlns:*|
287     attributes. Report an error if |Element.prefix|
288     is |xmlns|.
289    
290     * NanoDOM.pm (prefix): New attribute.
291    
292     2007-05-19 Wakaba <wakaba@suika.fam.cx>
293    
294 wakaba 1.16 * HTML.pm.src: In |main| phase, |in body| insertion
295     mode, action for |<iframe>| was missing.
296    
297     2007-05-19 Wakaba <wakaba@suika.fam.cx>
298    
299 wakaba 1.15 * ContentChecker.pm: Support for many of HTML5 elements.
300     ($GetHTMLNonNegativeIntegerAttrChecker): New.
301    
302     2007-05-19 Wakaba <wakaba@suika.fam.cx>
303    
304 wakaba 1.14 * ContentChecker.pm: Support for most elements up to |progress|.
305     ($HTMLURIAttrChecker): Placeholder.
306     ($HTMLIntegerAttrChecker, $GetHTMLFloatingPointNumberAttrChecker):
307     New.
308    
309     2007-05-19 Wakaba <wakaba@suika.fam.cx>
310    
311 wakaba 1.13 * ContentChecker.pm: Attribute checkers
312     for global attributes, |html|, |base|, |style|, and |meta|.
313    
314     * NanoDOM.pm (insert_before): Weaken reference
315     to the parent node.
316     (Attr::new): Set |owner_element| attribute.
317     (namespace_uri, manakai_local_name): New attribute implementations.
318     (owner_element): New attribute.
319    
320     2007-05-19 Wakaba <wakaba@suika.fam.cx>
321    
322 wakaba 1.12 * ContentChecker.pm ($AttrChecker, $HTMLAttrChecker,
323     $AnyChecker->{attr_checker}, $HTMLAttrsChecker,
324     $Element->{$HTML_NS}->{''}): New.
325     (check_element): Invoke attrs_checker for each element.
326    
327 wakaba 1.6 2007-05-13 Wakaba <wakaba@suika.fam.cx>
328    
329 wakaba 1.11 * ContentChecker.pm: Don't use |manakai_element_type_match|.
330    
331     2007-05-13 Wakaba <wakaba@suika.fam.cx>
332    
333 wakaba 1.10 * ContentChecker.pm: Use hashs rather than lists for
334     element type testings.
335    
336     2007-05-13 Wakaba <wakaba@suika.fam.cx>
337    
338 wakaba 1.9 * ContentChecker.pm: Don't generate duplicate
339     error when an element type is put in the "minus" list
340     and the element type is not allowed explicitly in the particular
341     element content model.
342     (html:a checker): New checker.
343     (html:details, html:datagrid): New checkers.
344     (html:legend): New checker.
345    
346     2007-05-13 Wakaba <wakaba@suika.fam.cx>
347    
348 wakaba 1.8 * ContentChecker.pm (html:li checker): Implemented.
349    
350     2007-05-13 Wakaba <wakaba@suika.fam.cx>
351    
352 wakaba 1.7 * ContentChecker.pm ($HTMLInlineOrStriclyInlineChecker): New
353     checker.
354     (html:dd checker): New checker.
355     (html:q, html:em, html:strong, html:small,
356     html:m, html:dfn, html:code, html:samp, html:span): New checkers.
357    
358     2007-05-13 Wakaba <wakaba@suika.fam.cx>
359    
360 wakaba 1.6 * ContentChecker.pm ($AnyChecker): Renamed
361     from |$ElementDefault->{checker}|.
362     ($ElementDefault->{checker}): Throw an error that
363     the element type is not supported by the checker.
364     ($HTMLMetadataElement): |html:base| was missing.
365     ($HTMLEmptyChecker): Don't throw an error
366     for inter-element whitespace nodes.
367     (html:html checker): Errors were not
368     thrown even if |html:head| and/or |html:body|
369     children were missing.
370     (html:head checker): An error was not
371     thrown if <meta charset> appered after other
372     elements.
373    
374 wakaba 1.5 2007-05-05 Wakaba <wakaba@suika.fam.cx>
375    
376     * ContentChecker.pm: |footer|, |video|, |audio|, |script|,
377     and |noscript| elements are implemented.
378     (new): New method.
379    
380 wakaba 1.3 2007-05-04 Wakaba <wakaba@suika.fam.cx>
381    
382 wakaba 1.4 * ContentChecker.pm: New module.
383    
384     2007-05-04 Wakaba <wakaba@suika.fam.cx>
385    
386 wakaba 1.3 * NanoDOM.pm (manakai_parent_element,
387     document_element, manakai_local_name,
388     manakai_element_type_match): New method.
389    
390     2007-05-03 Wakaba <wakaba@suika.fam.cx>
391    
392     * HTML.pm.src: Replace decimal and hexadecimal numeric
393     entities in C1 range using Windows-1252 mapping. Bare LF
394     did not count as new line for error reporting.
395    
396 wakaba 1.2 2007-05-02 Wakaba <wakaba@suika.fam.cx>
397    
398     * NanoDOM.pm (DOMImplementation): New class.
399     (append_child): Weaken the |parent_node| reference.
400     (create_element_ns, Element new): Set the |owner_document|
401     reference.
402     (implementation): New attribute.
403     (owner_document, local_name, namespace_uri): New attributes.
404    
405     * HTML.pm.src (parse_string): Line and column numbers
406     are now provided to error handler.
407     (!!!parse-error): Short descriptions are added.
408     (_construct_tree): Split into three methods; support
409     for innerHTML mode.
410     (set_inner_html): New method.
411    
412 wakaba 1.1 2007-05-01 Wakaba <wakaba@suika.fam.cx>
413    
414     * NanoDOM.html: Documentation is added.
415    
416     * HTML.pod, ContentType.html: Documentation is revised.
417    
418     * .cvsignore: Pod2html temporary files are added.
419    
420     * Makefile: Make |NanoDOM.html|.
421    
422     2007-05-01 Wakaba <wakaba@suika.fam.cx>
423    
424     * HTML.pm.src (parse_string): New method.
425     (get_inner_html): Renamed from |inner_html|.
426    
427     * Makefile: A rule for |HTML.html| is added.
428    
429     * HTML.pod: New documentation.
430    
431     2007-05-01 Wakaba <wakaba@suika.fam.cx>
432    
433     * NanoDOM.pm (last_child, previous_sibling): New attributes.
434     (clone_node): Attribute nodes were not completely copied.
435    
436     * HTML.pm.src: Many bugs are fixed.
437    
438     2007-04-30 Wakaba <wakaba@suika.fam.cx>
439    
440     * HTML.pm.src: Some typos are fixed.
441    
442     2007-04-30 Wakaba <wakaba@suika.fam.cx>
443    
444     * mkhtmlparser.pl, Makefile: References to the |HTML-consume-entity.src|
445     are removed.
446    
447     * HTML.pm.src: Tokenizer's handling on named entities are rewritten.
448    
449     * HTML-consume-entity.src: Removed.
450    
451     2007-04-30 Wakaba <wakaba@suika.fam.cx>
452    
453     * HTML.pm.src: Tokenizer's handling on hexadecimal
454     numeric entities are rewritten.
455    
456     2007-04-30 Wakaba <wakaba@suika.fam.cx>
457    
458     * HTML.pm.src: Some tokenizer bugs are fixed.
459    
460     2007-04-30 Wakaba <wakaba@suika.fam.cx>
461    
462     * HTML.pm.src: The tree construction stage is implemented.
463    
464     * mkhtmlparser.pl: New macros are added.
465    
466     2007-04-28 Wakaba <wakaba@suika.fam.cx>
467    
468     * ContentType.pm: A note on bug in the specification
469     is removed since it's been now fixed.
470    
471     * .cvsignore: New file.
472    
473     2007-04-28 Wakaba <wakaba@suika.fam.cx>
474    
475     * HTML.pm.src, HTML-consume-entity.src: New files.
476    
477     * Makefile (HTML.pm): New rule.
478    
479     * mkhtmlparser.pl: New script.
480    
481     2007-04-25 Wakaba <wakaba@suika.fam.cx>
482    
483     * Makefile: New file.
484    
485     2007-04-24 Wakaba <wakaba@suika.fam.cx>
486    
487     * ContentType.pm: An error in pod is fixed.
488    
489     2007-04-24 Wakaba <wakaba@suika.fam.cx>
490    
491     * ContentType.pm: Documentation is added.
492    
493     2007-04-24 Wakaba <wakaba@suika.fam.cx>
494    
495     * ContentType.pm: New Perl module.
496    
497     * ChangeLog: New file.
498    
499    

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24