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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.56 - (hide annotations) (download)
Sat Jun 30 14:13:19 2007 UTC (17 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.55: +6 -0 lines
++ whatpm/t/ChangeLog	30 Jun 2007 14:13:12 -0000
	* tree-test-2.dat: Tests for <title> in fragments are added.

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

++ whatpm/Whatpm/ChangeLog	30 Jun 2007 14:07:56 -0000
	* HTML.pm.src: HTML5 revisions 961-966 (</p>, </br>,
	nested <nobr>, implied </tbody>, </tfoot>, and </thead>,
	and <title> outside of head).

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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24