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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24