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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.83 - (hide annotations) (download)
Sat Jul 21 11:46:40 2007 UTC (17 years, 3 months ago) by wakaba
Branch: MAIN
Changes since 1.82: +9 -0 lines
++ whatpm/Whatpm/ChangeLog	21 Jul 2007 11:46:34 -0000
	* HTML.pm.src: The "trailing end" insertion mode
	is split into "after html body" and "after html frameset"
	insertion modes.  Their codes are merged with "after body"
	and "after frameset" codes.  |$previous_insertion_mode|
	has been removed.  "after frameset" code is
	merged with "in frameset" code.

2007-07-21  Wakaba  <wakaba@suika.fam.cx>

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24