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

Legend:
Removed from v.1.128  
changed lines
  Added in v.1.214

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24