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

Legend:
Removed from v.1.75  
changed lines
  Added in v.1.138

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24