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

Legend:
Removed from v.1.107  
changed lines
  Added in v.1.179

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24