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

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.123

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24