/[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.43 by wakaba, Sat Jun 23 13:05:16 2007 UTC revision 1.136 by wakaba, Sun Feb 17 12:18:06 2008 UTC
# Line 1  Line 1 
1    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
2    
3            * ContentChecker.pm ({unsupported_level}): New value.
4    
5            * HTML.pm.src: Save whether |meta| |content| attribute
6            contains character references or not.
7    
8    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
9    
10            * ContentChecker.pm (_get_children): (Incompleted) attempt to
11            imlement significant content checking for contents
12            with |del| elements.
13    
14    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
15    
16            * ContenteChecker.pm ($HTMLTransparentElements): More
17            elements are added.
18            (_get_children): HTML |object| elements are now semi-transparent.
19    
20            * NanoDOM.pm (manakai_html, manakai_head): New methods.
21    
22    2008-02-16  Wakaba  <wakaba@suika.fam.cx>
23    
24            * CacheManifest.pm: HTML5 revision 1211 implemented.
25    
26            * CacheManifest.pod: Updated.
27    
28    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
29    
30            * ContentChecker.pm (check_document, check_element): Support
31            for second argument ($onsubdoc).
32            (_get_css_parser): Removed (now it is part of WDCC).
33    
34    2008-02-09  Wakaba  <wakaba@suika.fam.cx>
35    
36            * ContentChecker.pm (_get_css_parser): New.
37    
38    2007-11-25  Wakaba  <wakaba@suika.fam.cx>
39    
40            * ContentChecker.pm ($AnyChecker): Old way to add child elements
41            for checking had been used.
42    
43    2007-11-25  Wakaba  <wakaba@suika.fam.cx>
44    
45            * ContentChecker.pm (check_element): New todo item type |descendant|.
46    
47    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
48    
49            * IMTChecker.pm: Revised to raise errors and warnings as (poorly)
50            specced in RFC 2046 and RFC 4288.
51            (application/atom+xml): Definition added.
52    
53    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
54    
55            * URIChecker.pm: Make RFC 3986 should-level errors
56            warnings (rather than SHOULD-level errors).
57    
58    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
59    
60            * NanoDOM.pm (get_user_data, set_user_data): New methods.
61    
62            * HTML.pm.src: A flag for character references in attribute
63            values are added.  Set |manakai_has_reference| user data
64            to |charset| attribute.
65    
66    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
67    
68            * NanoDOM.pm (input_encoding, manakai_charset, manakai_has_bom): New
69            attributes.
70    
71            * ContentChecker.pm (check_document): Warn if charset requirements
72            cannot be tested.
73    
74    2007-11-19  Wakaba  <wakaba@suika.fam.cx>
75    
76            * HTML.pm.src (parse_byte_string): Detect charset
77            by universalchardet if charset parameter is not specified.
78    
79            * Makefile (Charset-all, Charset-clean): New rules.
80    
81    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
82    
83            * ContentChecker.pm (check_document): Check the existence
84            of character encoding declaration and selection of encoding
85            for HTML document.
86    
87    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
88    
89            * ContentType.pm (get_sniffed_type): Return also the official
90            type in list context.
91    
92    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
93    
94            * ContentType.pm: Sniffing with leading white space
95            ignoring (HTML5 revisions 1013 and 1016).
96    
97    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
98    
99            * ContentType.pm: HTML5 revision 1013 changes, except for leading
100            white spaces, are implemented.
101    
102    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
103    
104            * HTML.pm.src (parse_char_string): Set |inner_encoding|
105            attribute if possible.
106    
107    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
108    
109            * HTML.pm.src (parse_byte_string): New method.
110            (parse_char_string): New alias for |parse_string|.
111            (main phase): Invoking "change the encoding" algorithm if desired.
112    
113            * HTML.pod: Updated.
114    
115    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
116    
117            * HTML.pod (get_inner_html): Removed.
118    
119            * Makefile (HTML-all, HTML-clean): New.
120    
121    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
122    
123            * HTML.pm.src (get_inner_html): Removed (moved to HTML/Serializer.pm).
124    
125    2007-11-08  Wakaba  <wakaba@suika.fam.cx>
126    
127            * mklinktypelist.pl: s/noreferer/noreferrer/ (HTML5 revision 1132).
128    
129    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
130    
131            * Makefile: |CacheManifest.html| is added.
132    
133            * CacheManifest.pod: New file.
134    
135    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
136    
137            * CacheManifest.pm: New module.
138    
139    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
140    
141            * HTML.pm.src: Support for application cache selection algorithm
142            callback.
143    
144    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
145    
146            * mklinktypelist.pl: Support for rel=noreferer (HTML5 revision 1118).
147    
148    2007-10-17  Wakaba  <wakaba@suika.fam.cx>
149    
150            * Makefile (clean): New rule.
151    
152            * NanoDOM.pm (public_id, system_id): New attributes.
153    
154    2007-10-17  Wakaba  <wakaba@suika.fam.cx>
155    
156            * Makefile (CSS-all, CSS-clean, clean): New rules.
157    
158    2007-10-14  Wakaba  <wakaba@suika.fam.cx>
159    
160            * ContentChecker.pm (check_document): Support for
161            new |is_xml_root| flag.
162            (check_element): Support for new |pluses| state.
163            (_add_pluses): New method.
164            (_remove_minuses): Support for new |minus| item.
165    
166    2007-09-24  Wakaba  <wakaba@suika.fam.cx>
167    
168            * ContentChecker.pm: Raise specific error for invalid
169            root element.
170    
171    2007-09-24  Wakaba  <wakaba@suika.fam.cx>
172    
173            * ContentChecker.pm: Set level values for later uses.
174    
175    2007-09-09  Wakaba  <wakaba@suika.fam.cx>
176    
177            * ContentChecker.pm: Support for language tag validation.
178    
179    2007-09-09  Wakaba  <wakaba@suika.fam.cx>
180    
181            * LangTag.pm (check_rfc3066_language_tag): New method.
182    
183    2007-09-09  Wakaba  <wakaba@suika.fam.cx>
184    
185            * LangTag.pm: New module.
186    
187    2007-09-04  Wakaba  <wakaba@suika.fam.cx>
188    
189            * HTML.pm.src: Some error types were wrong.
190    
191    2007-08-17  Wakaba  <wakaba@suika.fam.cx>
192    
193            * CSS/: New directory.
194    
195    2007-08-17  Wakaba  <wakaba@suika.fam.cx>
196    
197            * ContentChecker.pm (_check_get_children): Support
198            for |noscript| in |head|.
199    
200    2007-08-12  Wakaba  <wakaba@suika.fam.cx>
201    
202            * URI/: New directory.
203    
204    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
205    
206            * HTML.pm.src: Tokenizer's states are now represented in
207            number.
208    
209    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
210    
211            * HTML.pm.src: |or|s for insertion modes are replaced
212            by |&|s.
213    
214    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
215    
216            * HTML.pm.src: Token types are now represented in number.
217    
218    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
219    
220            * ContentType.pm (SEE ALSO): Updated.
221    
222            * HTML.pm.src: Insertion modes are now represented in number.
223    
224    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
225    
226            * ContentType.pm: Sniffing for bitmap images (HTML5 revision
227            999) is implemented.
228    
229    2007-08-08  Wakaba  <wakaba@suika.fam.cx>
230    
231            * ContentType.pm: Sniffing for |<script| (HTML5 revision
232            983) is implemented.
233    
234    2007-08-06  Wakaba  <wakaba@suika.fam.cx>
235    
236            * ContentChecker.pod: New documentation.
237    
238            * Makefile: A rule for |ContentChecker.html| is added.
239    
240            * ContentChecker.pm: A pod "LICENSE" section is added.
241    
242            * NanoDOM.pm ($VERSION): New variable.
243    
244    2007-08-05  Wakaba  <wakaba@suika.fam.cx>
245    
246            * H2H.pm: |b|, |i|, and |sub| are added to the
247            list of allowed HTML elements.
248    
249    2007-08-05  Wakaba  <wakaba@suika.fam.cx>
250    
251            * H2H.pm: |samp| is added to the list of allowed
252            HTML elements.
253    
254            * URIChecker.pm (check_iri): New.
255            (check_iri_reference): Error type for IRI reference
256            syntax error is changed.
257    
258    2007-08-04  Wakaba  <wakaba@suika.fam.cx>
259    
260            * ContentChecker.pm: Reference to the |Whatpm::ContentChecker::Atom|
261            is added.
262            (check_document): Load appropriate module before validation.
263    
264    2007-08-04  Wakaba  <wakaba@suika.fam.cx>
265    
266            * ContentChecker/: New directory.
267    
268    2007-08-04  Wakaba  <wakaba@suika.fam.cx>
269    
270            * ContentChecker.pm: HTML |time| element is implemented.
271    
272            * HTMLTable.pm: Comments are updated as HTML5 is revised.
273    
274    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
275    
276            * ContentChecker.pm (check_document): Return value
277            even if no document element is found.
278    
279    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
280    
281            * HTML.pm.src: |$in_body| is no longer a function.
282    
283    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
284    
285            * HTML.pm.src: The |$in_body| code has been moved down.
286    
287    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
288    
289            * HTML.pm.src: The "trailing end" insertion mode
290            is split into "after html body" and "after html frameset"
291            insertion modes.  Their codes are merged with "after body"
292            and "after frameset" codes.  |$previous_insertion_mode|
293            has been removed.  "after frameset" code is
294            merged with "in frameset" code.
295    
296    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
297    
298            * HTML.pm.src: The "before head" insertion mode is
299            merged with the "in head" insertion mode.
300    
301    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
302    
303            * HTML.pm.src: Cases in "in head" insertion mode are
304            reorganized.
305    
306    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
307    
308            * HTML.pm.src: Some cases in "in table" insertion mode
309            are merged.
310    
311    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
312    
313            * HTML.pm.src: The "in row" insertion mode is merged
314            with "in table" insertion mode.
315    
316    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
317    
318            * HTML.pm.src: The "in table" and "in table body" insertion
319            modes are merged.
320    
321    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
322    
323            * HTML.pm.src: There is no "in table head" or "in table foot"
324            insertion mode!
325    
326    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
327    
328            * HTML.pm.src: |<noframes>| "in frameset" and "in noframes"
329            now directly invoke the handler.
330    
331    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
332    
333            * HTML.pm.src: Codes for "in cell" insertion mode
334            is merged to the "in body" insertion mode code.
335    
336    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
337    
338            * HTML.pm.src: Codes for "in body" and "in caption"
339            insertion modes are merged.
340    
341    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
342    
343            * HTML.pm.src: Two |!!!next-token|s were missing.
344    
345    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
346    
347            * HTML.pm.src: Use numeric constant for |{content_mode}|
348            instead of string constant for |{content_model_flag}|.
349    
350    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
351    
352            * HTML.pm.src: Add the name of the attribute
353            to the "duplicate attribute" error.
354    
355    2007-07-17  Wakaba  <wakaba@suika.fam.cx>
356    
357            * ContentChecker.pm: Return the |class| node list.
358    
359    2007-07-17  Wakaba  <wakaba@suika.fam.cx>
360    
361            * ContentChecker.pm: Return the |id| node list.
362    
363            * HTML.pm.src: A typo is fixed.
364    
365    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
366    
367            * ContentChecker.pm: Drop wrong |level => 'error'| specification
368            from "in HTML:xml:lang" error.  Character position
369            is now the last part of the error type in the URI error
370            description.  Report "unsupported" status for language
371            tags, media queries, script codes, and style sheets.
372    
373    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
374    
375            * ContentChecker.pm: Report error if |xml:lang|
376            in HTML, |lang| in XML, |xmlns| in XML, and |meta| |charset|
377            in XML.
378    
379            * NanoDOM.pm (Attr.owner_document): New attribute.
380    
381    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
382    
383            * HTML.pm.src: The character immediately following
384            a bare |hcro| was discarded.  Fix handling of
385            entity references in attribute values.
386    
387    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
388    
389            * HTML.pm.src (main and trailin end phases): Token
390            types |DOCTYPE|, |comment|, |end-of-file|, and |<html>| are
391            factored out.  Error types |in html:#DOCTYPE|
392            and |after html:#DOCTYPE| are merged
393            into |DOCTYPE in the middle|.  |</frameset>|
394            in fragment parsing mode changed the
395            insertion mode.
396    
397    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
398    
399            * HTML.pm.src: |$phase| has been removed; The |trailing end|
400            phase is now an insertion mode.  Treatments for white
401            space character tokens were incorrect for some
402            insertion modes.  An old |meta| case was not removed.
403    
404    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
405    
406            * HTML.pm.src: |meta| charset declaration extraction
407            implemented (but changing the encoding is not yet:-).
408    
409    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
410    
411            * Charset/: New directory.
412    
413    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
414    
415            * H2H.pm: New Perl module (created from
416            manakai's H2H.dis).
417    
418    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
419    
420            * XMLSerializer.pm: New Perl module (created from
421            manakai's SimpleLS.dis).
422    
423    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
424    
425            * HTML.pm.src: |<!---x-->| was not processed correctly.
426    
427    2007-07-01  Wakaba  <wakaba@suika.fam.cx>
428    
429            * HTML.pm.src: Report correct error message
430            for |<body></div></body>|.
431    
432    2007-07-01  Wakaba  <wakaba@suika.fam.cx>
433    
434            * HTMLTable.pm: An error description was incorrect.
435    
436    2007-06-30  Wakaba  <wakaba@suika.fam.cx>
437    
438            * ContentChecker.pm: Return |{term}| list.
439    
440    2007-06-30  Wakaba  <wakaba@suika.fam.cx>
441    
442            * HTML.pm.src: HTML5 revisions 961-966 (</p>, </br>,
443            nested <nobr>, implied </tbody>, </tfoot>, and </thead>,
444            and <title> outside of head).
445    
446    2007-06-30  Wakaba  <wakaba@suika.fam.cx>
447    
448            * IMTChecker.pm: Report warning for unregistered
449            and private types/subtypes.
450    
451            * ContentChecker.pm, HTML.pm.src, IMTChecker.pm,
452            URIChecker.pm, HTMLTable.pm: Error messages are now
453            consistent; they are all listed in
454            <http://suika.fam.cx/gate/2005/sw/Whatpm%20Error%20Types>.
455    
456    2007-06-25  Wakaba  <wakaba@suika.fam.cx>
457    
458            * ContentChecker.pm: |<img ismap>| not in |<a></a>|
459            is now erred.  |<datalist>| is implemented.
460            Attribute checker for |<command>| and |<menu>| are
461            added.  Support for |contextmenu| global attribute
462            is added.
463    
464    2007-06-25  Wakaba  <wakaba@suika.fam.cx>
465    
466            * HTML.pm.src (_reset_insertion_mode): Interpretation
467            of Step 3 has been changed.
468    
469    2007-06-25  Wakaba  <wakaba@suika.fam.cx>
470    
471            * HTML.pm.src: Late |<html>| parse error is implemented.
472    
473    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
474    
475            * URIChecker.pm (check_iri_reference): A |decode| method name was
476            incorrect.
477    
478            * ContentChecker.pm: Support for the |footer| element.
479            Check URI syntax for space-separated URI attributes.
480            Support for the |tabindex| attribute.  Support
481            for |datetime| attribute.
482    
483    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
484    
485            * HTML.pm.src: HTML5 revision 1.144 (&#x0D;) and 1.145 (invalid
486            character references).  HTML5 revision 1.146 (white space
487            characters before root start tag).  HTML5 revision
488            1.148 (named character references in attribute values).
489            HTML5 revision 1.152 (<plaintext>.innerHTML get).
490    
491    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
492    
493            * HTML.pm.src: HTML5 revisions 1.142 and 1.143 (<noscript>
494            in <head>).
495    
496    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
497    
498            * HTML.pm.src: HTML5 revision 935 (<base>, <link>, <meta>
499            in body).
500    
501            * ContentChecker.pm: HTML5 revision 938 (scoped="").
502    
503    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
504    
505            * HTML.pm.src: HTML5 revision 923 (matching end tag in CDATA
506            or RCDATA in fragment parsing mode).  HTML5 revision
507            924 (<!--> and <!--->).  HTML5 revision 926 (hn in hn).
508    
509    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
510    
511            * HTML.pm.src (get_inner_html): HTML5 revision 922 (inner_html
512            for <pre> and <textarea>).
513    
514    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
515    
516            * HTML.pm.src: HTML5 revision 920 (<isindex>).
517    
518    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
519    
520            * HTML.pm.src: HTML5 revision 918 (</head>, </body>, </html>).
521    
522    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
523    
524            * HTML.pm.src: HTML5 revision 916 (</body>).
525            HTML5 revision 917 (conforming bare &).
526    
527  2007-06-23  Wakaba  <wakaba@suika.fam.cx>  2007-06-23  Wakaba  <wakaba@suika.fam.cx>
528    
529          * NanoDOM.pm (manakai_is_html): Setting to false did not work.          * NanoDOM.pm (manakai_is_html): Setting to false did not work.

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.136

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24