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

Diff of /markup/html/whatpm/Whatpm/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.78 by wakaba, Sat Jul 21 08:52:59 2007 UTC revision 1.193 by wakaba, Thu Mar 20 01:33:59 2008 UTC
# Line 1  Line 1 
1    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm.src: Unused line/column markings are removed.
4    
5    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
6    
7            * HTML.pm.src (_get_next_token): Remove |first_start_tag|
8            flag, which is no longer used.
9    
10    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
11    
12            * HTML.pm.src: Set line/column information to element nodes.
13    
14            * mkhtmlparser.pl (!!!create-element, !!!insert-element,
15            and !!!insert-element-t): Set line/column information to
16            element nodes.
17    
18    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
19    
20            * HTML.pm.src (_get_next_token): The first "<" character
21            in "<?", "<>", or "</>" should be the error point.
22    
23    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
24    
25            * HTML.pm.src: Some more fixes on error position reporting.
26    
27    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
28    
29            * HTML.pm.src: Token-level precious error reporting.
30    
31    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
32    
33            * HTML.pm.src: Preparation for more precious error point
34            reporting.
35    
36    2008-03-11  Wakaba  <wakaba@suika.fam.cx>
37    
38            * HTML.pm.src: Error type revised.
39    
40    2008-03-11  Wakaba  <wakaba@suika.fam.cx>
41    
42            * HTML.pm.src: Similar codes are merged together, again.
43    
44    2008-03-11  Wakaba  <wakaba@suika.fam.cx>
45    
46            * HTML.pm.src: Similar codes are merged together.
47    
48    2008-03-10  Wakaba  <wakaba@suika.fam.cx>
49    
50            * mkhtmlparser.pl: Set "level" parameter to parse errors.
51    
52            * HTML.pm.src: Code refined.
53    
54    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
55    
56            * HTML.pm.src: |</body>| treatement has been changed (HTML5
57            revision 1348).  Note that I really don't know this makes
58            any difference in the black-box behavior of the parser.
59    
60    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
61    
62            * HTML.pm.src: New end-of-file token implementation (HTML5
63            revision 1348).
64    
65    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
66    
67            * HTML.pm.src: |applet| support (HTML5 revision 1347).
68    
69    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
70    
71            * HTML.pm.src: Foster parenting in AAA (HTML5 revision 1343).
72    
73    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
74    
75            * HTML.pm.src: Support for |<input>| in the "in select" insertion
76            mode and support for the "in select in table" insertion mode (HTML5
77            revision 1342).
78    
79    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
80    
81            * HTML.pm.src: No foster parenting for <script> and <script>
82            in non-tainted <table>s (HTML5 revision 1336).
83    
84    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
85    
86            * HTML.pm.src: Ignore white space characters between <html>
87            and <head> (HTML5 revision 1332).
88    
89    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
90    
91            * HTML.pm.src: Treat <input type=hidden> as if it were a
92            white space (HTML5 revision 1331).
93    
94    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
95    
96            * HTML.pm.src: Ignore U+000A at the beginning of a |listing|
97            element (HTML5 revision 1330).
98    
99    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
100    
101            * HTML.pm.src: <title> is always appended to the current
102            element (HTML5 revision 1328).
103    
104    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
105    
106            * HTML.pm.src: White space in tainted tables are moved
107            into foster parents (HTML5 revision 1326).
108    
109    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
110    
111            * HTML.pm.src: Reduce errors from foster parenting cases (HTML5
112            revision 1321).
113    
114    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
115    
116            * HTML.pm.src: |</h/n/>| case code rearranged to align with
117            the spec (HTML5 revision 1320).  Note that we finally complete
118            all of HTML5 revision 1320 changes.
119    
120    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
121    
122            * HTML.pm.src: |</form>| now works similar to |</div>| for unclosed
123            tags (HTML5 revision 1320).
124    
125    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
126    
127            * HTML.pm.src: |</p>| case rearranged with no actual change in fact.
128    
129    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
130    
131            * HTML.pm.src: A "generate implied end tags" code (t409.1)
132            could not be reached so that it is now removed (HTML5 revision
133            1320).
134    
135    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
136    
137            * HTML.pm.src: Code for the case of |</div>| and so on are revised
138            to align with new spec text (HTML5 revision 1320).
139    
140    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
141    
142            * HTML.pm.src: Remove strange |if| condition; however, it should
143            have had no harm in theory.
144    
145    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
146    
147            * HTML.pm.src (_tree_construction_main): '</p>' in body
148            case is split from other end tags for the preparation
149            of implementing HTML revision 1320.
150    
151    2008-03-07  Wakaba  <wakaba@suika.fam.cx>
152    
153            * HTML.pm.src: Simplified "generate implied end tag" (HTML5
154            revision 1320).
155    
156    2008-03-07  Wakaba  <wakaba@suika.fam.cx>
157    
158            * HTML.pm.src (_tree_construction_main): Merge rules for "h1"
159            and "div" (HTML5 revision 1318).  Add comments to where
160            |form| pointer association codes should be inserted (HTML5 revision
161            1319).
162    
163    2008-03-06  Wakaba  <wakaba@suika.fam.cx>
164    
165            * HTML.pm.src: <html> treatement refined (HTML5 revision 1314).
166    
167    2008-03-05  Wakaba  <wakaba@suika.fam.cx>
168    
169            * HTML.pm.src: Since the case t268 should never be reached (no
170            other token type, there are), it is replaced by a |die| statement.
171    
172    2008-03-05  Wakaba  <wakaba@suika.fam.cx>
173    
174            * HTML.pm.src: Typo fixed.
175    
176    2008-03-04  Wakaba  <wakaba@suika.fam.cx>
177    
178            * HTML.pm.src (_tree_construction_initial): Some limited quirks
179            doctypes were not uppercased for comparison.
180    
181    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
182    
183            * HTML.pm.src (tree construction and set_inner_html): Checkpoints
184            are added.
185    
186    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
187    
188            * HTML.pm.src (_tokenize_attempt_to_consume_an_entity): Checkpoints
189            are set.  Cases that are unlikely reached are noted as so.
190    
191    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
192    
193            * HTML.pm.src: Checkpoints for debugging are added.
194    
195            * mkhtmlparser.pl: Support for |!!!cp| syntax.
196    
197    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
198    
199            * HTML.pm.src, mkhtmlparser.pl: s/_input_character/_char/g
200            for simplicity.
201    
202    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
203    
204            * HTML.pm.src: Flag name changed: s/correct/force-quirks/g (HTML5
205            revision 1307).
206    
207    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
208    
209            * HTML.pm.src (_get_next_token): Where the /incorrect/ flag
210            is set are changed (HTML5 revision 1305).
211    
212    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
213    
214            * HTML.pm.src: Raise a parse error for |<span ===>| (HTML5 revision
215            1292).  Entities are not parsed in comment-like part in RCDATA
216            elements (HTML5 revision 1294).  Allow bare & at the end
217            of attribute value literals (HTML5 revision 1296).  More
218            quirks mode doctypes (HTML5 revision 1302).  Requires spaces
219            between attributes and ban attribute names or unquoted
220            attribute values containing single or double quotes (HTML5
221            revision 1303).
222    
223    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
224    
225            * ContentChecker.pm: Typo fixed.  Don't raise "character encoding"
226            and related errors unless it is an HTML document (though the spec
227            is unclear on whether it is applied to XHTML document).
228    
229            * HTML.pm (%HTMLAttrStatus): WF2 repetition model attributes
230            are added.
231    
232    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
233    
234            * HTML.pm.src: s/local_name/manakai_local_name/g.
235    
236    2008-03-01  Wakaba  <wakaba@suika.fam.cx>
237    
238            * _NamedEntityList.pm: Updated (HTML5 revision 1286).
239    
240            * HTML.pm.src: |charset| in |content| attribute is
241            case-insensitive (HTML5 revision 1270).
242    
243    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
244    
245            * ContentChecker.pm: New status constants are added.
246            ($ElementDefault): |status| added.
247            (check_element): Err for non-standard or deprecated elements.
248            (_attr_status_info): For non-standard or deprecated attributes.
249    
250    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
251    
252            * ContentChecker.pm (_attr_status_info): New internal method.
253    
254    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
255    
256            * ContentChecker.pm (check_element): Element standardized
257            status information is now dispatched.
258    
259    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
260    
261            * ContentChecker.pm (check_element): Fix |del|-and-significant
262            problem by adding some more arguments.
263    
264    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
265    
266            * ContentChecker.pm (check_element): Use context of
267            container-for-the-purpose-of-content-model element (not transparent
268            element) for |check_child_element| calling and significant
269            text flag marking.  This reintroduces |<del>|-and-significant
270            problem again.
271    
272    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
273    
274            * ContentChecker.pm (check_element): Make semi-transparent
275            elements ignored for the purpose of phase changes in
276            content model checking.
277    
278    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
279    
280            * ContentChecker.pm (check_element): In-element state
281            was not properly managed for transparent cases.
282    
283    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
284    
285            * ContentChecker.pm (check_element): Support for |video|
286            and |audio| as semi-transparent elements.
287    
288    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
289    
290            * ContentChecker.pm ($HTMLSemiTransparentElements): New.
291            (check_element): s/minuses/minus_elements/, s/pluses/plus_elements/.
292            Support for |html:object| as a semi-transparent element.
293    
294    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
295    
296            * ContentChecker.pm (check_element): The way to traverse
297            the tree is entirely revised to make it easier to track
298            the state of ancestors/descendants.  As a result of this
299            revision (which rewrites almost all of Whatpm::ContentChecker::HTML),
300            support for content model checking for HTML elements |figure|,
301            |object|, |video|, and |audio| and checking for XML elements (and
302            some XMLNS checkings) are dropped for now.  They will be
303            reimplemented in due cource.
304    
305    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
306    
307            * HTML.pm.src: |>| in public or system literal closes the DOCTYPE
308            token (HTML5 revision 1225).
309    
310    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
311    
312            * ContentChecker.pm ({unsupported_level}): New value.
313    
314            * HTML.pm.src: Save whether |meta| |content| attribute
315            contains character references or not.
316    
317    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
318    
319            * ContentChecker.pm (_get_children): (Incompleted) attempt to
320            imlement significant content checking for contents
321            with |del| elements.
322    
323    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
324    
325            * ContenteChecker.pm ($HTMLTransparentElements): More
326            elements are added.
327            (_get_children): HTML |object| elements are now semi-transparent.
328    
329            * NanoDOM.pm (manakai_html, manakai_head): New methods.
330    
331    2008-02-16  Wakaba  <wakaba@suika.fam.cx>
332    
333            * CacheManifest.pm: HTML5 revision 1211 implemented.
334    
335            * CacheManifest.pod: Updated.
336    
337    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
338    
339            * ContentChecker.pm (check_document, check_element): Support
340            for second argument ($onsubdoc).
341            (_get_css_parser): Removed (now it is part of WDCC).
342    
343    2008-02-09  Wakaba  <wakaba@suika.fam.cx>
344    
345            * ContentChecker.pm (_get_css_parser): New.
346    
347    2007-11-25  Wakaba  <wakaba@suika.fam.cx>
348    
349            * ContentChecker.pm ($AnyChecker): Old way to add child elements
350            for checking had been used.
351    
352    2007-11-25  Wakaba  <wakaba@suika.fam.cx>
353    
354            * ContentChecker.pm (check_element): New todo item type |descendant|.
355    
356    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
357    
358            * IMTChecker.pm: Revised to raise errors and warnings as (poorly)
359            specced in RFC 2046 and RFC 4288.
360            (application/atom+xml): Definition added.
361    
362    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
363    
364            * URIChecker.pm: Make RFC 3986 should-level errors
365            warnings (rather than SHOULD-level errors).
366    
367    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
368    
369            * NanoDOM.pm (get_user_data, set_user_data): New methods.
370    
371            * HTML.pm.src: A flag for character references in attribute
372            values are added.  Set |manakai_has_reference| user data
373            to |charset| attribute.
374    
375    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
376    
377            * NanoDOM.pm (input_encoding, manakai_charset, manakai_has_bom): New
378            attributes.
379    
380            * ContentChecker.pm (check_document): Warn if charset requirements
381            cannot be tested.
382    
383    2007-11-19  Wakaba  <wakaba@suika.fam.cx>
384    
385            * HTML.pm.src (parse_byte_string): Detect charset
386            by universalchardet if charset parameter is not specified.
387    
388            * Makefile (Charset-all, Charset-clean): New rules.
389    
390    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
391    
392            * ContentChecker.pm (check_document): Check the existence
393            of character encoding declaration and selection of encoding
394            for HTML document.
395    
396    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
397    
398            * ContentType.pm (get_sniffed_type): Return also the official
399            type in list context.
400    
401    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
402    
403            * ContentType.pm: Sniffing with leading white space
404            ignoring (HTML5 revisions 1013 and 1016).
405    
406    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
407    
408            * ContentType.pm: HTML5 revision 1013 changes, except for leading
409            white spaces, are implemented.
410    
411    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
412    
413            * HTML.pm.src (parse_char_string): Set |inner_encoding|
414            attribute if possible.
415    
416    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
417    
418            * HTML.pm.src (parse_byte_string): New method.
419            (parse_char_string): New alias for |parse_string|.
420            (main phase): Invoking "change the encoding" algorithm if desired.
421    
422            * HTML.pod: Updated.
423    
424    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
425    
426            * HTML.pod (get_inner_html): Removed.
427    
428            * Makefile (HTML-all, HTML-clean): New.
429    
430    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
431    
432            * HTML.pm.src (get_inner_html): Removed (moved to HTML/Serializer.pm).
433    
434    2007-11-08  Wakaba  <wakaba@suika.fam.cx>
435    
436            * mklinktypelist.pl: s/noreferer/noreferrer/ (HTML5 revision 1132).
437    
438    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
439    
440            * Makefile: |CacheManifest.html| is added.
441    
442            * CacheManifest.pod: New file.
443    
444    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
445    
446            * CacheManifest.pm: New module.
447    
448    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
449    
450            * HTML.pm.src: Support for application cache selection algorithm
451            callback.
452    
453    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
454    
455            * mklinktypelist.pl: Support for rel=noreferer (HTML5 revision 1118).
456    
457    2007-10-17  Wakaba  <wakaba@suika.fam.cx>
458    
459            * Makefile (clean): New rule.
460    
461            * NanoDOM.pm (public_id, system_id): New attributes.
462    
463    2007-10-17  Wakaba  <wakaba@suika.fam.cx>
464    
465            * Makefile (CSS-all, CSS-clean, clean): New rules.
466    
467    2007-10-14  Wakaba  <wakaba@suika.fam.cx>
468    
469            * ContentChecker.pm (check_document): Support for
470            new |is_xml_root| flag.
471            (check_element): Support for new |pluses| state.
472            (_add_pluses): New method.
473            (_remove_minuses): Support for new |minus| item.
474    
475    2007-09-24  Wakaba  <wakaba@suika.fam.cx>
476    
477            * ContentChecker.pm: Raise specific error for invalid
478            root element.
479    
480    2007-09-24  Wakaba  <wakaba@suika.fam.cx>
481    
482            * ContentChecker.pm: Set level values for later uses.
483    
484    2007-09-09  Wakaba  <wakaba@suika.fam.cx>
485    
486            * ContentChecker.pm: Support for language tag validation.
487    
488    2007-09-09  Wakaba  <wakaba@suika.fam.cx>
489    
490            * LangTag.pm (check_rfc3066_language_tag): New method.
491    
492    2007-09-09  Wakaba  <wakaba@suika.fam.cx>
493    
494            * LangTag.pm: New module.
495    
496    2007-09-04  Wakaba  <wakaba@suika.fam.cx>
497    
498            * HTML.pm.src: Some error types were wrong.
499    
500    2007-08-17  Wakaba  <wakaba@suika.fam.cx>
501    
502            * CSS/: New directory.
503    
504    2007-08-17  Wakaba  <wakaba@suika.fam.cx>
505    
506            * ContentChecker.pm (_check_get_children): Support
507            for |noscript| in |head|.
508    
509    2007-08-12  Wakaba  <wakaba@suika.fam.cx>
510    
511            * URI/: New directory.
512    
513    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
514    
515            * HTML.pm.src: Tokenizer's states are now represented in
516            number.
517    
518    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
519    
520            * HTML.pm.src: |or|s for insertion modes are replaced
521            by |&|s.
522    
523    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
524    
525            * HTML.pm.src: Token types are now represented in number.
526    
527    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
528    
529            * ContentType.pm (SEE ALSO): Updated.
530    
531            * HTML.pm.src: Insertion modes are now represented in number.
532    
533    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
534    
535            * ContentType.pm: Sniffing for bitmap images (HTML5 revision
536            999) is implemented.
537    
538    2007-08-08  Wakaba  <wakaba@suika.fam.cx>
539    
540            * ContentType.pm: Sniffing for |<script| (HTML5 revision
541            983) is implemented.
542    
543    2007-08-06  Wakaba  <wakaba@suika.fam.cx>
544    
545            * ContentChecker.pod: New documentation.
546    
547            * Makefile: A rule for |ContentChecker.html| is added.
548    
549            * ContentChecker.pm: A pod "LICENSE" section is added.
550    
551            * NanoDOM.pm ($VERSION): New variable.
552    
553    2007-08-05  Wakaba  <wakaba@suika.fam.cx>
554    
555            * H2H.pm: |b|, |i|, and |sub| are added to the
556            list of allowed HTML elements.
557    
558    2007-08-05  Wakaba  <wakaba@suika.fam.cx>
559    
560            * H2H.pm: |samp| is added to the list of allowed
561            HTML elements.
562    
563            * URIChecker.pm (check_iri): New.
564            (check_iri_reference): Error type for IRI reference
565            syntax error is changed.
566    
567    2007-08-04  Wakaba  <wakaba@suika.fam.cx>
568    
569            * ContentChecker.pm: Reference to the |Whatpm::ContentChecker::Atom|
570            is added.
571            (check_document): Load appropriate module before validation.
572    
573    2007-08-04  Wakaba  <wakaba@suika.fam.cx>
574    
575            * ContentChecker/: New directory.
576    
577    2007-08-04  Wakaba  <wakaba@suika.fam.cx>
578    
579            * ContentChecker.pm: HTML |time| element is implemented.
580    
581            * HTMLTable.pm: Comments are updated as HTML5 is revised.
582    
583    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
584    
585            * ContentChecker.pm (check_document): Return value
586            even if no document element is found.
587    
588    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
589    
590            * HTML.pm.src: |$in_body| is no longer a function.
591    
592    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
593    
594            * HTML.pm.src: The |$in_body| code has been moved down.
595    
596    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
597    
598            * HTML.pm.src: The "trailing end" insertion mode
599            is split into "after html body" and "after html frameset"
600            insertion modes.  Their codes are merged with "after body"
601            and "after frameset" codes.  |$previous_insertion_mode|
602            has been removed.  "after frameset" code is
603            merged with "in frameset" code.
604    
605    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
606    
607            * HTML.pm.src: The "before head" insertion mode is
608            merged with the "in head" insertion mode.
609    
610    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
611    
612            * HTML.pm.src: Cases in "in head" insertion mode are
613            reorganized.
614    
615    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
616    
617            * HTML.pm.src: Some cases in "in table" insertion mode
618            are merged.
619    
620    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
621    
622            * HTML.pm.src: The "in row" insertion mode is merged
623            with "in table" insertion mode.
624    
625  2007-07-21  Wakaba  <wakaba@suika.fam.cx>  2007-07-21  Wakaba  <wakaba@suika.fam.cx>
626    
627          * HTML.pm.src: The "in table" and "in table body" insertion          * HTML.pm.src: The "in table" and "in table body" insertion

Legend:
Removed from v.1.78  
changed lines
  Added in v.1.193

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24