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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.44 - (hide annotations) (download)
Sat Jun 23 14:25:05 2007 UTC (19 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.43: +5 -0 lines
++ whatpm/t/ChangeLog	23 Jun 2007 14:23:56 -0000
	* tokenizer-test-1.test: Tests for conforming bare |&|
	are added.

	* tree-test-1.dat: Tests for |</body>| are added.

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

++ whatpm/Whatpm/ChangeLog	23 Jun 2007 14:24:52 -0000
	* HTML.pm.src: HTML5 revision 916 (</body>).
	HTML5 revision 917 (conforming bare &).

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

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24