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

Legend:
Removed from v.1.78  
changed lines
  Added in v.1.121

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24