/[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.83 by wakaba, Sat Jul 21 11:46:40 2007 UTC revision 1.136 by wakaba, Sun Feb 17 12:18:06 2008 UTC
# Line 1  Line 1 
1    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
2    
3            * ContentChecker.pm ({unsupported_level}): New value.
4    
5            * HTML.pm.src: Save whether |meta| |content| attribute
6            contains character references or not.
7    
8    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
9    
10            * ContentChecker.pm (_get_children): (Incompleted) attempt to
11            imlement significant content checking for contents
12            with |del| elements.
13    
14    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
15    
16            * ContenteChecker.pm ($HTMLTransparentElements): More
17            elements are added.
18            (_get_children): HTML |object| elements are now semi-transparent.
19    
20            * NanoDOM.pm (manakai_html, manakai_head): New methods.
21    
22    2008-02-16  Wakaba  <wakaba@suika.fam.cx>
23    
24            * CacheManifest.pm: HTML5 revision 1211 implemented.
25    
26            * CacheManifest.pod: Updated.
27    
28    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
29    
30            * ContentChecker.pm (check_document, check_element): Support
31            for second argument ($onsubdoc).
32            (_get_css_parser): Removed (now it is part of WDCC).
33    
34    2008-02-09  Wakaba  <wakaba@suika.fam.cx>
35    
36            * ContentChecker.pm (_get_css_parser): New.
37    
38    2007-11-25  Wakaba  <wakaba@suika.fam.cx>
39    
40            * ContentChecker.pm ($AnyChecker): Old way to add child elements
41            for checking had been used.
42    
43    2007-11-25  Wakaba  <wakaba@suika.fam.cx>
44    
45            * ContentChecker.pm (check_element): New todo item type |descendant|.
46    
47    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
48    
49            * IMTChecker.pm: Revised to raise errors and warnings as (poorly)
50            specced in RFC 2046 and RFC 4288.
51            (application/atom+xml): Definition added.
52    
53    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
54    
55            * URIChecker.pm: Make RFC 3986 should-level errors
56            warnings (rather than SHOULD-level errors).
57    
58    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
59    
60            * NanoDOM.pm (get_user_data, set_user_data): New methods.
61    
62            * HTML.pm.src: A flag for character references in attribute
63            values are added.  Set |manakai_has_reference| user data
64            to |charset| attribute.
65    
66    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
67    
68            * NanoDOM.pm (input_encoding, manakai_charset, manakai_has_bom): New
69            attributes.
70    
71            * ContentChecker.pm (check_document): Warn if charset requirements
72            cannot be tested.
73    
74    2007-11-19  Wakaba  <wakaba@suika.fam.cx>
75    
76            * HTML.pm.src (parse_byte_string): Detect charset
77            by universalchardet if charset parameter is not specified.
78    
79            * Makefile (Charset-all, Charset-clean): New rules.
80    
81    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
82    
83            * ContentChecker.pm (check_document): Check the existence
84            of character encoding declaration and selection of encoding
85            for HTML document.
86    
87    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
88    
89            * ContentType.pm (get_sniffed_type): Return also the official
90            type in list context.
91    
92    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
93    
94            * ContentType.pm: Sniffing with leading white space
95            ignoring (HTML5 revisions 1013 and 1016).
96    
97    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
98    
99            * ContentType.pm: HTML5 revision 1013 changes, except for leading
100            white spaces, are implemented.
101    
102    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
103    
104            * HTML.pm.src (parse_char_string): Set |inner_encoding|
105            attribute if possible.
106    
107    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
108    
109            * HTML.pm.src (parse_byte_string): New method.
110            (parse_char_string): New alias for |parse_string|.
111            (main phase): Invoking "change the encoding" algorithm if desired.
112    
113            * HTML.pod: Updated.
114    
115    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
116    
117            * HTML.pod (get_inner_html): Removed.
118    
119            * Makefile (HTML-all, HTML-clean): New.
120    
121    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
122    
123            * HTML.pm.src (get_inner_html): Removed (moved to HTML/Serializer.pm).
124    
125    2007-11-08  Wakaba  <wakaba@suika.fam.cx>
126    
127            * mklinktypelist.pl: s/noreferer/noreferrer/ (HTML5 revision 1132).
128    
129    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
130    
131            * Makefile: |CacheManifest.html| is added.
132    
133            * CacheManifest.pod: New file.
134    
135    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
136    
137            * CacheManifest.pm: New module.
138    
139    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
140    
141            * HTML.pm.src: Support for application cache selection algorithm
142            callback.
143    
144    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
145    
146            * mklinktypelist.pl: Support for rel=noreferer (HTML5 revision 1118).
147    
148    2007-10-17  Wakaba  <wakaba@suika.fam.cx>
149    
150            * Makefile (clean): New rule.
151    
152            * NanoDOM.pm (public_id, system_id): New attributes.
153    
154    2007-10-17  Wakaba  <wakaba@suika.fam.cx>
155    
156            * Makefile (CSS-all, CSS-clean, clean): New rules.
157    
158    2007-10-14  Wakaba  <wakaba@suika.fam.cx>
159    
160            * ContentChecker.pm (check_document): Support for
161            new |is_xml_root| flag.
162            (check_element): Support for new |pluses| state.
163            (_add_pluses): New method.
164            (_remove_minuses): Support for new |minus| item.
165    
166    2007-09-24  Wakaba  <wakaba@suika.fam.cx>
167    
168            * ContentChecker.pm: Raise specific error for invalid
169            root element.
170    
171    2007-09-24  Wakaba  <wakaba@suika.fam.cx>
172    
173            * ContentChecker.pm: Set level values for later uses.
174    
175    2007-09-09  Wakaba  <wakaba@suika.fam.cx>
176    
177            * ContentChecker.pm: Support for language tag validation.
178    
179    2007-09-09  Wakaba  <wakaba@suika.fam.cx>
180    
181            * LangTag.pm (check_rfc3066_language_tag): New method.
182    
183    2007-09-09  Wakaba  <wakaba@suika.fam.cx>
184    
185            * LangTag.pm: New module.
186    
187    2007-09-04  Wakaba  <wakaba@suika.fam.cx>
188    
189            * HTML.pm.src: Some error types were wrong.
190    
191    2007-08-17  Wakaba  <wakaba@suika.fam.cx>
192    
193            * CSS/: New directory.
194    
195    2007-08-17  Wakaba  <wakaba@suika.fam.cx>
196    
197            * ContentChecker.pm (_check_get_children): Support
198            for |noscript| in |head|.
199    
200    2007-08-12  Wakaba  <wakaba@suika.fam.cx>
201    
202            * URI/: New directory.
203    
204    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
205    
206            * HTML.pm.src: Tokenizer's states are now represented in
207            number.
208    
209    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
210    
211            * HTML.pm.src: |or|s for insertion modes are replaced
212            by |&|s.
213    
214    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
215    
216            * HTML.pm.src: Token types are now represented in number.
217    
218    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
219    
220            * ContentType.pm (SEE ALSO): Updated.
221    
222            * HTML.pm.src: Insertion modes are now represented in number.
223    
224    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
225    
226            * ContentType.pm: Sniffing for bitmap images (HTML5 revision
227            999) is implemented.
228    
229    2007-08-08  Wakaba  <wakaba@suika.fam.cx>
230    
231            * ContentType.pm: Sniffing for |<script| (HTML5 revision
232            983) is implemented.
233    
234    2007-08-06  Wakaba  <wakaba@suika.fam.cx>
235    
236            * ContentChecker.pod: New documentation.
237    
238            * Makefile: A rule for |ContentChecker.html| is added.
239    
240            * ContentChecker.pm: A pod "LICENSE" section is added.
241    
242            * NanoDOM.pm ($VERSION): New variable.
243    
244    2007-08-05  Wakaba  <wakaba@suika.fam.cx>
245    
246            * H2H.pm: |b|, |i|, and |sub| are added to the
247            list of allowed HTML elements.
248    
249    2007-08-05  Wakaba  <wakaba@suika.fam.cx>
250    
251            * H2H.pm: |samp| is added to the list of allowed
252            HTML elements.
253    
254            * URIChecker.pm (check_iri): New.
255            (check_iri_reference): Error type for IRI reference
256            syntax error is changed.
257    
258    2007-08-04  Wakaba  <wakaba@suika.fam.cx>
259    
260            * ContentChecker.pm: Reference to the |Whatpm::ContentChecker::Atom|
261            is added.
262            (check_document): Load appropriate module before validation.
263    
264    2007-08-04  Wakaba  <wakaba@suika.fam.cx>
265    
266            * ContentChecker/: New directory.
267    
268    2007-08-04  Wakaba  <wakaba@suika.fam.cx>
269    
270            * ContentChecker.pm: HTML |time| element is implemented.
271    
272            * HTMLTable.pm: Comments are updated as HTML5 is revised.
273    
274    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
275    
276            * ContentChecker.pm (check_document): Return value
277            even if no document element is found.
278    
279    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
280    
281            * HTML.pm.src: |$in_body| is no longer a function.
282    
283    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
284    
285            * HTML.pm.src: The |$in_body| code has been moved down.
286    
287  2007-07-21  Wakaba  <wakaba@suika.fam.cx>  2007-07-21  Wakaba  <wakaba@suika.fam.cx>
288    
289          * HTML.pm.src: The "trailing end" insertion mode          * HTML.pm.src: The "trailing end" insertion mode

Legend:
Removed from v.1.83  
changed lines
  Added in v.1.136

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24