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

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.126

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24