/[suikacvs]/markup/html/whatpm/t/ChangeLog
Suika

Diff of /markup/html/whatpm/t/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.260 by wakaba, Fri Sep 5 17:57:47 2008 UTC revision 1.344 by wakaba, Sun Aug 16 04:06:34 2009 UTC
# Line 1  Line 1 
1    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
2    
3            * tree-test-1.dat, tree-test-3.dat, tree-test-flow.dat,
4            tree-test-foreign.dat, tree-test-form.dat, tree-test-phrasing.dat,
5            tokenizer-test-1.test, tokenizer-test-2.dat, tokenizer-test-3.dat:
6            DOCTYPE names are now normalized to its lowercased form (HTML5
7            revision 2502).
8    
9    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
10    
11            * tree-test-form.dat: Added test cases for <select> in "in select"
12            parsing modes.
13    
14    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
15    
16            * tree-test-foreign.dat: Added xmlns:xlink test cases (cf. HTML5
17            revision 2701).
18    
19    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
20    
21            * tree-test-2.dat: Fixed some wrong test results.
22    
23            * tree-test-form.dat, tree-test-phrasing.dat: Tests on </body>
24            after start tags of end-tag-optional element (cf. HTML5 revision
25            2806).
26    
27    2009-07-05  Wakaba  <wakaba@suika.fam.cx>
28    
29            * tree-test-1.dat: Added tests for <table> in <p> (c.f. HTML5
30            revision 3132).
31    
32    2009-07-05  Wakaba  <wakaba@suika.fam.cx>
33    
34            * tokenizer-test-1.test: Updated the result (c.f. HTML5 revision
35            3121).
36    
37    2009-07-03  Wakaba  <wakaba@suika.fam.cx>
38            
39            * tree-test-1.dat: Added test on <keygen> in <select> (c.f. HTML5
40            revision 3163).
41    
42    2009-07-03  Wakaba  <wakaba@suika.fam.cx>
43    
44            * tokenizer-test-1.test: < in unquoted attribute value is no
45            longer allowed (HTML5 revision 3206).
46    
47    2009-06-28  Wakaba  <wakaba@suika.fam.cx>
48    
49            * tree-test-1.dat, tree-test-flow.dat: Updated test results on
50            isindex (c.f. HTML5 revision 3236).
51    
52    2009-06-28  Wakaba  <wakaba@suika.fam.cx>
53    
54            * ContentChecker.t: Added new test data file.
55    
56    2008-12-13  Wakaba  <wakaba@suika.fam.cx>
57    
58            * content-model-7.dat: Added an example from HTML5 spec.
59    
60    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
61    
62            * ContentChecker.t: Added new test data file.
63    
64    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
65    
66            * ContentChecker.t: Added new test data file.
67    
68    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
69    
70            * ContentChecker.t: Added new test data file.
71    
72    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
73    
74            * ContentChecker.t: Added |dom-conformance/html-form-datalist.dat|.
75    
76    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
77    
78            * content-checker.pl: Use new XML parser for parsing test data.
79            Use NanoDOM instead of manakai DOM implementation.
80    
81    2008-11-07  Wakaba  <wakaba@suika.fam.cx>
82    
83            * SWML-Parser.t: New test data files added.
84    
85    2008-11-07  Wakaba  <wakaba@suika.fam.cx>
86    
87            * SWML-Parser.t: Test file |swml/blocks-1.dat| added.
88    
89    2008-11-07  Wakaba  <wakaba@suika.fam.cx>
90    
91            * Makefile: A rule for SWML testing is added.
92    
93            * SWML-Parser.t: New file.
94    
95            * swml/: New directory.
96    
97    2008-10-20  Wakaba  <wakaba@suika.fam.cx>
98    
99            * XML-Parser.t: "xml/attrs-2.dat" added.
100    
101    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
102    
103            * XML-Parser.t: "xml/entrefs-2.dat" added.
104    
105    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
106    
107            * XML-Parser.t: "xml/entrefs-1.dat" added.
108    
109    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
110    
111            * XML-Parser.t: "xml/eldecls-1.dat" added.
112    
113    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
114    
115            * XML-Parser.t: Typo fixed.
116    
117    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
118    
119            * XML-Parser.t: "xml/entities-1.dat" and "xml/entities-2.dat"
120            added.  Support for the "#entities" directive.
121    
122    2008-10-18  Wakaba  <wakaba@suika.fam.cx>
123    
124            * XML-Parser.t: "xml/notations-1.dat" added.
125    
126    2008-10-17  Wakaba  <wakaba@suika.fam.cx>
127    
128            * XML-Parser.t: "xml/attlists-1.dat" added.
129    
130    2008-10-16  Wakaba  <wakaba@suika.fam.cx>
131    
132            * XML-Parser.t: "xml/pis-2.dat" and "xml/comments-2.dat" are added.
133    
134    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
135    
136            * XML-Parser.t: "xml/doctypes-2.dat" added.
137    
138            * tokenizer-test-1.test: Keyword case-sensitivility tests added.
139    
140    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
141    
142            * XML-Parser.t: "xml/ns-elements-1.dat" added.
143    
144    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
145    
146            * XML-Parser.t: "xml/pis-1.dat" and "xml/xmldecls-1.dat" added.
147            Test directifes "#xml-version", "#xml-encoding", and
148            "#xml-standalone" are added.
149    
150    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
151    
152            * XML-Parser.t: "xml/charref-1.dat" added.
153    
154    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
155    
156            * XML-Parser.t: "xml/texts-1.dat" added.
157    
158            * tokenizer-test-2.dat: Test for ]]> are added.
159    
160    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
161    
162            * tree-test-foreign.dat: More test data are added.
163    
164    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
165    
166            * XML-Parser.t: "xml/elements-1.dat" and "xml/doctypes-1.dat"
167            added.
168    
169    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
170    
171            * XML-Parser.t: "xml/ns-attrs-1.dat" added.
172    
173    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
174    
175            * xml/: New directory.
176    
177            * Makefile: Tests for Whatpm::XML::Parser are added.
178    
179            * HTML-tree.t: Change the relative order of codes.
180    
181            * XML-Parser.t: New test script.
182    
183    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
184    
185            * HTML-tree.t: Serialization code moved to Whatpm::HTML::Dumper.
186    
187    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
188    
189            * tree-test-phrasing.dat: Wrong test results fixed.
190    
191            * tree-test-foreign.dat: New tests added.
192    
193            * testfiles.pl: "#..." line at the end of a test entry was not
194            supported.
195    
196            * HTML-tree.t: Show the "#data" content in "no #errors" error
197            message.
198    
199            * tokenizer-test-2.dat: A wrong test result fixed.
200    
201    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
202    
203            * HTML-tree.t: Test result format for oreign element/attribute
204            names are updated to the latest one for html5lib tests.  Append a
205            newline to the expected result only when it is not an empty
206            string, for comparablity with the actual result.
207    
208            * tokenizer-test-3.dat, tree-test-foreign.dat, tree-test-1.dat,
209            tree-test-3.dat: Test results for foreign elements are updated.
210    
211    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
212    
213            * HTML-tree.t: <!DOCTYPE> test result format changed to the latest
214            format for html5lib tests.
215    
216            * tree-test-1.dat, tokenizer-test-2.dat: Test results for
217            <!DOCTYPE> are updated.
218    
219    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
220    
221            * HTML-tree.t: Test data file parser changed to the common one.
222    
223    2008-10-13  Wakaba  <wakaba@suika.fam.cx>
224    
225            * tokenizer-test-2.dat: A test result was wrong.
226    
227    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
228    
229            * content-model-1.dat: Some entries moved to
230            dom-conformance/html-1.dat, dom-conformance/html-flows-1.dat,
231            dom-conformance/html-links-1.dat,
232            dom-conformance/html-objects-1.dat, and
233            dom-conformance/html-interactive-1.dat.
234    
235            * content-model-2.dat: Removed (moved to
236            dom-conformance/xml-1.dat, dom-conformance/html-1.dat,
237            dom-conformance/html-links-1.dat,
238            dom-conformance/html-objects-1.dat,
239            dom-conformance/html-interactive-1.dat, and
240            dom-conformance/html-flows-1.dat).
241    
242            * content-model-3.dat: Removed (moved to
243            dom-conformance/xml-global.dat).
244    
245            * content-model-4.dat: Removed (moved to
246            dom-conformance/html-texts-1.dat and
247            dom-conformance/html-links-1.dat).
248    
249            * content-model-5.dat: Removed (moved to
250            dom-conformance/html-flows-1.dat).
251    
252            * content-model-6.dat: Removed (moved to
253            dom-conformance/html-dataset.dat).
254    
255            * ContentChecker.t: References to the removed files removed and
256            references to new files added.
257    
258            * ContentChecker-XML.t: New script.
259    
260            * Makefile: Updated.
261    
262    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
263    
264            * content-model-2.dat: Repetition model test is moved to another
265            file.  A wrong test result fixed.  Broken test entries fixed.
266            <area rev> is now reported as "unknown attribute", since RDFa spec
267            adds that attribute to all elements with the Common attribute set.
268            Note that we have no plan to support RDFa, at the moment.
269    
270    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
271    
272            * ContentChecker.t: New files added.
273    
274            * content-model-1.dat, content-model-2.dat: Numbers of test
275            entries are moved to other files.
276    
277    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
278    
279            * content-model-1.dat, content-model-2.dat: Test results on
280            |label| contents fixed.
281    
282            * ContentChecker.t: |dom-conformance/html-form-label.dat| added.
283    
284            * dom-conformance/: New directory.
285    
286    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
287    
288            * HTML-tree.t: New test files added.
289    
290            * Makefile: New test files added.
291    
292    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
293    
294            * tree-test-1.dat: Test results updated and new tests added on the
295            boundaries of Text nodes (HTML5 revision 2124).
296    
297    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
298    
299            * tree-test-form.dat: New test data file.
300    
301            * HTML-tree.t: |tree-test-form.dat| added.
302    
303            * tree-test-1.dat: Test results related to <option> and <optgroup>
304            are updated (cf. HTML5 revision 2128).
305    
306    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
307    
308            * tree-test-foreign.dat: New test data file.
309    
310            * HTML-tree.t: |tree-test-foreign.dat| added.
311    
312    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
313    
314            * tree-test-void.dat: Test on unmatched void end tag added (cf.
315            HTML5 revision 1731).
316    
317            * tree-test-1.dat: Test on unmatched end tag added (cf. HTML5
318            revision 1731).
319    
320    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
321    
322            * tree-test-void.dat: Test on |param| and |source| start tags are
323            added, as well as test on polytheistic slashes for new void
324            elements (HTML5 revision 1731).
325    
326    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
327    
328            * tree-test-flow.dat: Test on implied end tag before <p> start tag
329            are added (HTML5 revision 1731).
330    
331    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
332    
333            * tree-test-phrasing.dat, tree-test-flow.dat: New test data files.
334    
335            * HTML-tree.t: |tree-test-phrasing.dat| and |tree-test-flow.dat|
336            are added.
337    
338    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
339    
340            * tree-test-void.dat: New test data (cf. HTML5 revision 1731).
341    
342            * HTML-tree.t: |tree-test-void.dat| added.
343    
344            * tree-test-1.dat: Test on <listing> as a "special" element are
345            added.  Test on implied |option| and |optgroup| end tags are added
346            (cf. HTML5 revision 1731).
347    
348    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
349    
350            * tree-test-1.dat: Test related to "special", "formatting",
351            "scoping", and "phrasing" categories are added (cf. HTML5 revision
352            1778).
353    
354    2008-10-02  Wakaba  <wakaba@suika.fam.cx>
355    
356            * ContentType.t: More test cases on BOM are added.  Some test
357            results updated according to HTML5 revision 1927.  Tests on the
358            returned values in the list context are added.
359    
360    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
361    
362            * content-model-2.dat: Test data on |for=""| attribute are added.
363    
364    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
365    
366            * tokenizer-test-1.test: Test data on invalid character references
367            are added (cf. HTML5 revision 2138).
368    
369            * tokenizer-test-2.dat: Test data on U+000B are updated (HTML5
370            revision 2138).
371    
372    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
373    
374            * content-model-2.dat: Test data for |area| |alt=""| are added (HTML5
375            revision 1932).
376    
377    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
378    
379            * content-model-2.dat: Test data for |form=""| are added.
380    
381    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
382    
383            * content-model-1.dat: Test data for |fieldset| |legend| are added.
384    
385    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
386    
387            * content-model-2.dat: Test data for |form| |name| are added.
388    
389    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
390    
391            * content-model-1.dat, content-model-2.dat, content-model-4.dat:
392            Test data for U+000B are added (cf. HTML5 revision 1738).
393    
394    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
395    
396            * tokenizer-test-2.dat: Test result updated (cf. HTML5 revision
397            1738).
398    
399            * tree-test-1.dat: Test results updated.  New test data for the
400            treatement of U+000B are added (HTML5 revision 1738).
401    
402    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
403    
404            * tokenizer-test-1.test: Test data for U+000B are added (cf. HTML5
405            revision 1738).
406    
407    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
408    
409            * ContentType.t: Updated to disallow 0x0B as text byte (HTML5
410            revision 1738).
411    
412    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
413    
414            * content-checker.pl: Remove dedicated parser and adopt
415            testfiles.pl parser.
416    
417            * content-model-1.dat, content-model-2.dat: Typo fixed.
418    
419    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
420    
421            * content-model-1.dat: Test data for interactive contents are
422            added (cf. HTML5 revision 2018).
423    
424    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
425    
426            * content-model-2.dat: Add test data for accept-charset=""
427            attributes.
428    
429    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
430    
431            * langtag-1.dat: More test data from RFC 4646 are added.
432    
433    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
434    
435            * langtag-1.dat: More test data from RFC 4646 sections 1.-2.2.4.
436            are added.
437    
438    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
439    
440            * LangTag.t: Completely rewritten using |testfiles.pl|.
441    
442            * testfiles.pl: New script.
443    
444            * langtag-1.dat: Tests for case are added.
445    
446    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
447    
448            * ContentChecker.t: Atom tests are moved to another file.
449    
450            * ContentChecker-Atom.t, LangTag.t: New test scripts.
451    
452            * Makefile: Updated to invoke new test scripts.
453    
454            * langtag-1.dat: New test data file.
455    
456    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
457    
458            * ContentChecker.t: Test engine moved to another script.
459    
460            * content-checker.pl: New script.
461    
462    2008-09-17  Wakaba  <wakaba@suika.fam.cx>
463    
464            * content-model-1.dat: Test results are updated.
465    
466            * content-model-2.dat: Tests for style="" are added.
467    
468    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
469    
470            * css-text.dat: Test data for pre-wrap updated.
471    
472    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
473    
474            * css-visual.dat: New test data for Firefox3's new 'width'
475            values.
476    
477    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
478    
479            * content-model-2.dat: A test case for NCR in charset=""
480            is added.
481    
482    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
483    
484            * tokenizer-test-3.dat: New test for MSE is added.
485    
486    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
487    
488            * HTML-tree.t: tokenizer-test-3.dat added.
489    
490            * tokenizer-test-3.dat: New test data.
491    
492    2008-09-09  Wakaba  <wakaba@suika.fam.cx>
493    
494            * content-model-1.dat, content-model-7.dat: |a| is now
495            transparent (HTML5 revision 1963).
496    
497    2008-09-07  Wakaba  <wakaba@suika.fam.cx>
498    
499            * content-model-7.dat: Typo fixed.
500    
501            * content-model-6.dat: Test data for data-UPPERCASE (now
502            disallowed) are added (HTML5 revision 1945).
503    
504  2008-09-06  Wakaba  <wakaba@suika.fam.cx>  2008-09-06  Wakaba  <wakaba@suika.fam.cx>
505    
506          * content-model-1.dat: Test data for |XSLT-compat|          * content-model-1.dat: Test data for |XSLT-compat|

Legend:
Removed from v.1.260  
changed lines
  Added in v.1.344

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24