/[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.70 by wakaba, Tue Jul 17 14:26:48 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>  2007-07-17  Wakaba  <wakaba@suika.fam.cx>
310    
311          * ContentChecker.pm: Return the |class| node list.          * ContentChecker.pm: Return the |class| node list.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24