/[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.68 by wakaba, Mon Jul 16 14:28:35 2007 UTC revision 1.122 by wakaba, Sun Nov 18 05:29:22 2007 UTC
# Line 1  Line 1 
1    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
2    
3            * ContentType.pm (get_sniffed_type): Return also the official
4            type in list context.
5    
6    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
7    
8            * ContentType.pm: Sniffing with leading white space
9            ignoring (HTML5 revisions 1013 and 1016).
10    
11    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
12    
13            * ContentType.pm: HTML5 revision 1013 changes, except for leading
14            white spaces, are implemented.
15    
16    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
17    
18            * HTML.pm.src (parse_char_string): Set |inner_encoding|
19            attribute if possible.
20    
21    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
22    
23            * HTML.pm.src (parse_byte_string): New method.
24            (parse_char_string): New alias for |parse_string|.
25            (main phase): Invoking "change the encoding" algorithm if desired.
26    
27            * HTML.pod: Updated.
28    
29    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
30    
31            * HTML.pod (get_inner_html): Removed.
32    
33            * Makefile (HTML-all, HTML-clean): New.
34    
35    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
36    
37            * HTML.pm.src (get_inner_html): Removed (moved to HTML/Serializer.pm).
38    
39    2007-11-08  Wakaba  <wakaba@suika.fam.cx>
40    
41            * mklinktypelist.pl: s/noreferer/noreferrer/ (HTML5 revision 1132).
42    
43    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
44    
45            * Makefile: |CacheManifest.html| is added.
46    
47            * CacheManifest.pod: New file.
48    
49    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
50    
51            * CacheManifest.pm: New module.
52    
53    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
54    
55            * HTML.pm.src: Support for application cache selection algorithm
56            callback.
57    
58    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
59    
60            * mklinktypelist.pl: Support for rel=noreferer (HTML5 revision 1118).
61    
62    2007-10-17  Wakaba  <wakaba@suika.fam.cx>
63    
64            * Makefile (clean): New rule.
65    
66            * NanoDOM.pm (public_id, system_id): New attributes.
67    
68    2007-10-17  Wakaba  <wakaba@suika.fam.cx>
69    
70            * Makefile (CSS-all, CSS-clean, clean): New rules.
71    
72    2007-10-14  Wakaba  <wakaba@suika.fam.cx>
73    
74            * ContentChecker.pm (check_document): Support for
75            new |is_xml_root| flag.
76            (check_element): Support for new |pluses| state.
77            (_add_pluses): New method.
78            (_remove_minuses): Support for new |minus| item.
79    
80    2007-09-24  Wakaba  <wakaba@suika.fam.cx>
81    
82            * ContentChecker.pm: Raise specific error for invalid
83            root element.
84    
85    2007-09-24  Wakaba  <wakaba@suika.fam.cx>
86    
87            * ContentChecker.pm: Set level values for later uses.
88    
89    2007-09-09  Wakaba  <wakaba@suika.fam.cx>
90    
91            * ContentChecker.pm: Support for language tag validation.
92    
93    2007-09-09  Wakaba  <wakaba@suika.fam.cx>
94    
95            * LangTag.pm (check_rfc3066_language_tag): New method.
96    
97    2007-09-09  Wakaba  <wakaba@suika.fam.cx>
98    
99            * LangTag.pm: New module.
100    
101    2007-09-04  Wakaba  <wakaba@suika.fam.cx>
102    
103            * HTML.pm.src: Some error types were wrong.
104    
105    2007-08-17  Wakaba  <wakaba@suika.fam.cx>
106    
107            * CSS/: New directory.
108    
109    2007-08-17  Wakaba  <wakaba@suika.fam.cx>
110    
111            * ContentChecker.pm (_check_get_children): Support
112            for |noscript| in |head|.
113    
114    2007-08-12  Wakaba  <wakaba@suika.fam.cx>
115    
116            * URI/: New directory.
117    
118    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
119    
120            * HTML.pm.src: Tokenizer's states are now represented in
121            number.
122    
123    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
124    
125            * HTML.pm.src: |or|s for insertion modes are replaced
126            by |&|s.
127    
128    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
129    
130            * HTML.pm.src: Token types are now represented in number.
131    
132    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
133    
134            * ContentType.pm (SEE ALSO): Updated.
135    
136            * HTML.pm.src: Insertion modes are now represented in number.
137    
138    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
139    
140            * ContentType.pm: Sniffing for bitmap images (HTML5 revision
141            999) is implemented.
142    
143    2007-08-08  Wakaba  <wakaba@suika.fam.cx>
144    
145            * ContentType.pm: Sniffing for |<script| (HTML5 revision
146            983) is implemented.
147    
148    2007-08-06  Wakaba  <wakaba@suika.fam.cx>
149    
150            * ContentChecker.pod: New documentation.
151    
152            * Makefile: A rule for |ContentChecker.html| is added.
153    
154            * ContentChecker.pm: A pod "LICENSE" section is added.
155    
156            * NanoDOM.pm ($VERSION): New variable.
157    
158    2007-08-05  Wakaba  <wakaba@suika.fam.cx>
159    
160            * H2H.pm: |b|, |i|, and |sub| are added to the
161            list of allowed HTML elements.
162    
163    2007-08-05  Wakaba  <wakaba@suika.fam.cx>
164    
165            * H2H.pm: |samp| is added to the list of allowed
166            HTML elements.
167    
168            * URIChecker.pm (check_iri): New.
169            (check_iri_reference): Error type for IRI reference
170            syntax error is changed.
171    
172    2007-08-04  Wakaba  <wakaba@suika.fam.cx>
173    
174            * ContentChecker.pm: Reference to the |Whatpm::ContentChecker::Atom|
175            is added.
176            (check_document): Load appropriate module before validation.
177    
178    2007-08-04  Wakaba  <wakaba@suika.fam.cx>
179    
180            * ContentChecker/: New directory.
181    
182    2007-08-04  Wakaba  <wakaba@suika.fam.cx>
183    
184            * ContentChecker.pm: HTML |time| element is implemented.
185    
186            * HTMLTable.pm: Comments are updated as HTML5 is revised.
187    
188    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
189    
190            * ContentChecker.pm (check_document): Return value
191            even if no document element is found.
192    
193    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
194    
195            * HTML.pm.src: |$in_body| is no longer a function.
196    
197    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
198    
199            * HTML.pm.src: The |$in_body| code has been moved down.
200    
201    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
202    
203            * HTML.pm.src: The "trailing end" insertion mode
204            is split into "after html body" and "after html frameset"
205            insertion modes.  Their codes are merged with "after body"
206            and "after frameset" codes.  |$previous_insertion_mode|
207            has been removed.  "after frameset" code is
208            merged with "in frameset" code.
209    
210    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
211    
212            * HTML.pm.src: The "before head" insertion mode is
213            merged with the "in head" insertion mode.
214    
215    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
216    
217            * HTML.pm.src: Cases in "in head" insertion mode are
218            reorganized.
219    
220    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
221    
222            * HTML.pm.src: Some cases in "in table" insertion mode
223            are merged.
224    
225    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
226    
227            * HTML.pm.src: The "in row" insertion mode is merged
228            with "in table" insertion mode.
229    
230    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
231    
232            * HTML.pm.src: The "in table" and "in table body" insertion
233            modes are merged.
234    
235    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
236    
237            * HTML.pm.src: There is no "in table head" or "in table foot"
238            insertion mode!
239    
240    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
241    
242            * HTML.pm.src: |<noframes>| "in frameset" and "in noframes"
243            now directly invoke the handler.
244    
245    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
246    
247            * HTML.pm.src: Codes for "in cell" insertion mode
248            is merged to the "in body" insertion mode code.
249    
250    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
251    
252            * HTML.pm.src: Codes for "in body" and "in caption"
253            insertion modes are merged.
254    
255    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
256    
257            * HTML.pm.src: Two |!!!next-token|s were missing.
258    
259    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
260    
261            * HTML.pm.src: Use numeric constant for |{content_mode}|
262            instead of string constant for |{content_model_flag}|.
263    
264    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
265    
266            * HTML.pm.src: Add the name of the attribute
267            to the "duplicate attribute" error.
268    
269    2007-07-17  Wakaba  <wakaba@suika.fam.cx>
270    
271            * ContentChecker.pm: Return the |class| node list.
272    
273    2007-07-17  Wakaba  <wakaba@suika.fam.cx>
274    
275            * ContentChecker.pm: Return the |id| node list.
276    
277            * HTML.pm.src: A typo is fixed.
278    
279  2007-07-16  Wakaba  <wakaba@suika.fam.cx>  2007-07-16  Wakaba  <wakaba@suika.fam.cx>
280    
281          * ContentChecker.pm: Drop wrong |level => 'error'| specification          * ContentChecker.pm: Drop wrong |level => 'error'| specification

Legend:
Removed from v.1.68  
changed lines
  Added in v.1.122

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24