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

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.131

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24