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

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.128

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24