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

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.139

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24