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

Legend:
Removed from v.1.119  
changed lines
  Added in v.1.199

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24