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

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.147

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24