/[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.152 by wakaba, Sun Mar 2 23:38:37 2008 UTC
# Line 1  Line 1 
1    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm.src (_get_next_token): Where the /incorrect/ flag
4            is set are changed (HTML5 revision 1305).
5    
6    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
7    
8            * HTML.pm.src: Raise a parse error for |<span ===>| (HTML5 revision
9            1292).  Entities are not parsed in comment-like part in RCDATA
10            elements (HTML5 revision 1294).  Allow bare & at the end
11            of attribute value literals (HTML5 revision 1296).  More
12            quirks mode doctypes (HTML5 revision 1302).  Requires spaces
13            between attributes and ban attribute names or unquoted
14            attribute values containing single or double quotes (HTML5
15            revision 1303).
16    
17    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
18    
19            * ContentChecker.pm: Typo fixed.  Don't raise "character encoding"
20            and related errors unless it is an HTML document (though the spec
21            is unclear on whether it is applied to XHTML document).
22    
23            * HTML.pm (%HTMLAttrStatus): WF2 repetition model attributes
24            are added.
25    
26    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
27    
28            * HTML.pm.src: s/local_name/manakai_local_name/g.
29    
30    2008-03-01  Wakaba  <wakaba@suika.fam.cx>
31    
32            * _NamedEntityList.pm: Updated (HTML5 revision 1286).
33    
34            * HTML.pm.src: |charset| in |content| attribute is
35            case-insensitive (HTML5 revision 1270).
36    
37    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
38    
39            * ContentChecker.pm: New status constants are added.
40            ($ElementDefault): |status| added.
41            (check_element): Err for non-standard or deprecated elements.
42            (_attr_status_info): For non-standard or deprecated attributes.
43    
44    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
45    
46            * ContentChecker.pm (_attr_status_info): New internal method.
47    
48    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
49    
50            * ContentChecker.pm (check_element): Element standardized
51            status information is now dispatched.
52    
53    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
54    
55            * ContentChecker.pm (check_element): Fix |del|-and-significant
56            problem by adding some more arguments.
57    
58    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
59    
60            * ContentChecker.pm (check_element): Use context of
61            container-for-the-purpose-of-content-model element (not transparent
62            element) for |check_child_element| calling and significant
63            text flag marking.  This reintroduces |<del>|-and-significant
64            problem again.
65    
66    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
67    
68            * ContentChecker.pm (check_element): Make semi-transparent
69            elements ignored for the purpose of phase changes in
70            content model checking.
71    
72    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
73    
74            * ContentChecker.pm (check_element): In-element state
75            was not properly managed for transparent cases.
76    
77    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
78    
79            * ContentChecker.pm (check_element): Support for |video|
80            and |audio| as semi-transparent elements.
81    
82    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
83    
84            * ContentChecker.pm ($HTMLSemiTransparentElements): New.
85            (check_element): s/minuses/minus_elements/, s/pluses/plus_elements/.
86            Support for |html:object| as a semi-transparent element.
87    
88    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
89    
90            * ContentChecker.pm (check_element): The way to traverse
91            the tree is entirely revised to make it easier to track
92            the state of ancestors/descendants.  As a result of this
93            revision (which rewrites almost all of Whatpm::ContentChecker::HTML),
94            support for content model checking for HTML elements |figure|,
95            |object|, |video|, and |audio| and checking for XML elements (and
96            some XMLNS checkings) are dropped for now.  They will be
97            reimplemented in due cource.
98    
99    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
100    
101            * HTML.pm.src: |>| in public or system literal closes the DOCTYPE
102            token (HTML5 revision 1225).
103    
104    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
105    
106            * ContentChecker.pm ({unsupported_level}): New value.
107    
108            * HTML.pm.src: Save whether |meta| |content| attribute
109            contains character references or not.
110    
111    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
112    
113            * ContentChecker.pm (_get_children): (Incompleted) attempt to
114            imlement significant content checking for contents
115            with |del| elements.
116    
117    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
118    
119            * ContenteChecker.pm ($HTMLTransparentElements): More
120            elements are added.
121            (_get_children): HTML |object| elements are now semi-transparent.
122    
123            * NanoDOM.pm (manakai_html, manakai_head): New methods.
124    
125    2008-02-16  Wakaba  <wakaba@suika.fam.cx>
126    
127            * CacheManifest.pm: HTML5 revision 1211 implemented.
128    
129            * CacheManifest.pod: Updated.
130    
131    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
132    
133            * ContentChecker.pm (check_document, check_element): Support
134            for second argument ($onsubdoc).
135            (_get_css_parser): Removed (now it is part of WDCC).
136    
137    2008-02-09  Wakaba  <wakaba@suika.fam.cx>
138    
139            * ContentChecker.pm (_get_css_parser): New.
140    
141    2007-11-25  Wakaba  <wakaba@suika.fam.cx>
142    
143            * ContentChecker.pm ($AnyChecker): Old way to add child elements
144            for checking had been used.
145    
146    2007-11-25  Wakaba  <wakaba@suika.fam.cx>
147    
148            * ContentChecker.pm (check_element): New todo item type |descendant|.
149    
150    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
151    
152            * IMTChecker.pm: Revised to raise errors and warnings as (poorly)
153            specced in RFC 2046 and RFC 4288.
154            (application/atom+xml): Definition added.
155    
156    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
157    
158            * URIChecker.pm: Make RFC 3986 should-level errors
159            warnings (rather than SHOULD-level errors).
160    
161    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
162    
163            * NanoDOM.pm (get_user_data, set_user_data): New methods.
164    
165            * HTML.pm.src: A flag for character references in attribute
166            values are added.  Set |manakai_has_reference| user data
167            to |charset| attribute.
168    
169    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
170    
171            * NanoDOM.pm (input_encoding, manakai_charset, manakai_has_bom): New
172            attributes.
173    
174            * ContentChecker.pm (check_document): Warn if charset requirements
175            cannot be tested.
176    
177    2007-11-19  Wakaba  <wakaba@suika.fam.cx>
178    
179            * HTML.pm.src (parse_byte_string): Detect charset
180            by universalchardet if charset parameter is not specified.
181    
182            * Makefile (Charset-all, Charset-clean): New rules.
183    
184    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
185    
186            * ContentChecker.pm (check_document): Check the existence
187            of character encoding declaration and selection of encoding
188            for HTML document.
189    
190    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
191    
192            * ContentType.pm (get_sniffed_type): Return also the official
193            type in list context.
194    
195    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
196    
197            * ContentType.pm: Sniffing with leading white space
198            ignoring (HTML5 revisions 1013 and 1016).
199    
200    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
201    
202            * ContentType.pm: HTML5 revision 1013 changes, except for leading
203            white spaces, are implemented.
204    
205    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
206    
207            * HTML.pm.src (parse_char_string): Set |inner_encoding|
208            attribute if possible.
209    
210    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
211    
212            * HTML.pm.src (parse_byte_string): New method.
213            (parse_char_string): New alias for |parse_string|.
214            (main phase): Invoking "change the encoding" algorithm if desired.
215    
216            * HTML.pod: Updated.
217    
218    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
219    
220            * HTML.pod (get_inner_html): Removed.
221    
222            * Makefile (HTML-all, HTML-clean): New.
223    
224    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
225    
226            * HTML.pm.src (get_inner_html): Removed (moved to HTML/Serializer.pm).
227    
228    2007-11-08  Wakaba  <wakaba@suika.fam.cx>
229    
230            * mklinktypelist.pl: s/noreferer/noreferrer/ (HTML5 revision 1132).
231    
232    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
233    
234            * Makefile: |CacheManifest.html| is added.
235    
236            * CacheManifest.pod: New file.
237    
238    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
239    
240            * CacheManifest.pm: New module.
241    
242    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
243    
244            * HTML.pm.src: Support for application cache selection algorithm
245            callback.
246    
247    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
248    
249            * mklinktypelist.pl: Support for rel=noreferer (HTML5 revision 1118).
250    
251    2007-10-17  Wakaba  <wakaba@suika.fam.cx>
252    
253            * Makefile (clean): New rule.
254    
255            * NanoDOM.pm (public_id, system_id): New attributes.
256    
257    2007-10-17  Wakaba  <wakaba@suika.fam.cx>
258    
259            * Makefile (CSS-all, CSS-clean, clean): New rules.
260    
261    2007-10-14  Wakaba  <wakaba@suika.fam.cx>
262    
263            * ContentChecker.pm (check_document): Support for
264            new |is_xml_root| flag.
265            (check_element): Support for new |pluses| state.
266            (_add_pluses): New method.
267            (_remove_minuses): Support for new |minus| item.
268    
269    2007-09-24  Wakaba  <wakaba@suika.fam.cx>
270    
271            * ContentChecker.pm: Raise specific error for invalid
272            root element.
273    
274    2007-09-24  Wakaba  <wakaba@suika.fam.cx>
275    
276            * ContentChecker.pm: Set level values for later uses.
277    
278    2007-09-09  Wakaba  <wakaba@suika.fam.cx>
279    
280            * ContentChecker.pm: Support for language tag validation.
281    
282    2007-09-09  Wakaba  <wakaba@suika.fam.cx>
283    
284            * LangTag.pm (check_rfc3066_language_tag): New method.
285    
286    2007-09-09  Wakaba  <wakaba@suika.fam.cx>
287    
288            * LangTag.pm: New module.
289    
290    2007-09-04  Wakaba  <wakaba@suika.fam.cx>
291    
292            * HTML.pm.src: Some error types were wrong.
293    
294    2007-08-17  Wakaba  <wakaba@suika.fam.cx>
295    
296            * CSS/: New directory.
297    
298    2007-08-17  Wakaba  <wakaba@suika.fam.cx>
299    
300            * ContentChecker.pm (_check_get_children): Support
301            for |noscript| in |head|.
302    
303    2007-08-12  Wakaba  <wakaba@suika.fam.cx>
304    
305            * URI/: New directory.
306    
307    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
308    
309            * HTML.pm.src: Tokenizer's states are now represented in
310            number.
311    
312    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
313    
314            * HTML.pm.src: |or|s for insertion modes are replaced
315            by |&|s.
316    
317    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
318    
319            * HTML.pm.src: Token types are now represented in number.
320    
321    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
322    
323            * ContentType.pm (SEE ALSO): Updated.
324    
325            * HTML.pm.src: Insertion modes are now represented in number.
326    
327    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
328    
329            * ContentType.pm: Sniffing for bitmap images (HTML5 revision
330            999) is implemented.
331    
332    2007-08-08  Wakaba  <wakaba@suika.fam.cx>
333    
334            * ContentType.pm: Sniffing for |<script| (HTML5 revision
335            983) is implemented.
336    
337    2007-08-06  Wakaba  <wakaba@suika.fam.cx>
338    
339            * ContentChecker.pod: New documentation.
340    
341            * Makefile: A rule for |ContentChecker.html| is added.
342    
343            * ContentChecker.pm: A pod "LICENSE" section is added.
344    
345            * NanoDOM.pm ($VERSION): New variable.
346    
347    2007-08-05  Wakaba  <wakaba@suika.fam.cx>
348    
349            * H2H.pm: |b|, |i|, and |sub| are added to the
350            list of allowed HTML elements.
351    
352    2007-08-05  Wakaba  <wakaba@suika.fam.cx>
353    
354            * H2H.pm: |samp| is added to the list of allowed
355            HTML elements.
356    
357            * URIChecker.pm (check_iri): New.
358            (check_iri_reference): Error type for IRI reference
359            syntax error is changed.
360    
361    2007-08-04  Wakaba  <wakaba@suika.fam.cx>
362    
363            * ContentChecker.pm: Reference to the |Whatpm::ContentChecker::Atom|
364            is added.
365            (check_document): Load appropriate module before validation.
366    
367    2007-08-04  Wakaba  <wakaba@suika.fam.cx>
368    
369            * ContentChecker/: New directory.
370    
371    2007-08-04  Wakaba  <wakaba@suika.fam.cx>
372    
373            * ContentChecker.pm: HTML |time| element is implemented.
374    
375            * HTMLTable.pm: Comments are updated as HTML5 is revised.
376    
377    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
378    
379            * ContentChecker.pm (check_document): Return value
380            even if no document element is found.
381    
382    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
383    
384            * HTML.pm.src: |$in_body| is no longer a function.
385    
386    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
387    
388            * HTML.pm.src: The |$in_body| code has been moved down.
389    
390    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
391    
392            * HTML.pm.src: The "trailing end" insertion mode
393            is split into "after html body" and "after html frameset"
394            insertion modes.  Their codes are merged with "after body"
395            and "after frameset" codes.  |$previous_insertion_mode|
396            has been removed.  "after frameset" code is
397            merged with "in frameset" code.
398    
399    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
400    
401            * HTML.pm.src: The "before head" insertion mode is
402            merged with the "in head" insertion mode.
403    
404    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
405    
406            * HTML.pm.src: Cases in "in head" insertion mode are
407            reorganized.
408    
409    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
410    
411            * HTML.pm.src: Some cases in "in table" insertion mode
412            are merged.
413    
414    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
415    
416            * HTML.pm.src: The "in row" insertion mode is merged
417            with "in table" insertion mode.
418    
419    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
420    
421            * HTML.pm.src: The "in table" and "in table body" insertion
422            modes are merged.
423    
424    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
425    
426            * HTML.pm.src: There is no "in table head" or "in table foot"
427            insertion mode!
428    
429    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
430    
431            * HTML.pm.src: |<noframes>| "in frameset" and "in noframes"
432            now directly invoke the handler.
433    
434  2007-07-21  Wakaba  <wakaba@suika.fam.cx>  2007-07-21  Wakaba  <wakaba@suika.fam.cx>
435    
436          * 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.152

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24