/[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.292 by wakaba, Sat Oct 4 08:58:02 2008 UTC revision 1.311 by wakaba, Tue Oct 14 13:24:52 2008 UTC
# Line 1  Line 1 
1    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
2    
3            * tree-test-foreign.dat: More test data are added.
4    
5    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
6    
7            * XML-Parser.t: "xml/elements-1.dat" and "xml/doctypes-1.dat"
8            added.
9    
10    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
11    
12            * XML-Parser.t: "xml/ns-attrs-1.dat" added.
13    
14    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
15    
16            * xml/: New directory.
17    
18            * Makefile: Tests for Whatpm::XML::Parser are added.
19    
20            * HTML-tree.t: Change the relative order of codes.
21    
22            * XML-Parser.t: New test script.
23    
24    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
25    
26            * HTML-tree.t: Serialization code moved to Whatpm::HTML::Dumper.
27    
28    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
29    
30            * tree-test-phrasing.dat: Wrong test results fixed.
31    
32            * tree-test-foreign.dat: New tests added.
33    
34            * testfiles.pl: "#..." line at the end of a test entry was not
35            supported.
36    
37            * HTML-tree.t: Show the "#data" content in "no #errors" error
38            message.
39    
40            * tokenizer-test-2.dat: A wrong test result fixed.
41    
42    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
43    
44            * HTML-tree.t: Test result format for oreign element/attribute
45            names are updated to the latest one for html5lib tests.  Append a
46            newline to the expected result only when it is not an empty
47            string, for comparablity with the actual result.
48    
49            * tokenizer-test-3.dat, tree-test-foreign.dat, tree-test-1.dat,
50            tree-test-3.dat: Test results for foreign elements are updated.
51    
52    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
53    
54            * HTML-tree.t: <!DOCTYPE> test result format changed to the latest
55            format for html5lib tests.
56    
57            * tree-test-1.dat, tokenizer-test-2.dat: Test results for
58            <!DOCTYPE> are updated.
59    
60    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
61    
62            * HTML-tree.t: Test data file parser changed to the common one.
63    
64    2008-10-13  Wakaba  <wakaba@suika.fam.cx>
65    
66            * tokenizer-test-2.dat: A test result was wrong.
67    
68    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
69    
70            * content-model-1.dat: Some entries moved to
71            dom-conformance/html-1.dat, dom-conformance/html-flows-1.dat,
72            dom-conformance/html-links-1.dat,
73            dom-conformance/html-objects-1.dat, and
74            dom-conformance/html-interactive-1.dat.
75    
76            * content-model-2.dat: Removed (moved to
77            dom-conformance/xml-1.dat, dom-conformance/html-1.dat,
78            dom-conformance/html-links-1.dat,
79            dom-conformance/html-objects-1.dat,
80            dom-conformance/html-interactive-1.dat, and
81            dom-conformance/html-flows-1.dat).
82    
83            * content-model-3.dat: Removed (moved to
84            dom-conformance/xml-global.dat).
85    
86            * content-model-4.dat: Removed (moved to
87            dom-conformance/html-texts-1.dat and
88            dom-conformance/html-links-1.dat).
89    
90            * content-model-5.dat: Removed (moved to
91            dom-conformance/html-flows-1.dat).
92    
93            * content-model-6.dat: Removed (moved to
94            dom-conformance/html-dataset.dat).
95    
96            * ContentChecker.t: References to the removed files removed and
97            references to new files added.
98    
99            * ContentChecker-XML.t: New script.
100    
101            * Makefile: Updated.
102    
103    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
104    
105            * content-model-2.dat: Repetition model test is moved to another
106            file.  A wrong test result fixed.  Broken test entries fixed.
107            <area rev> is now reported as "unknown attribute", since RDFa spec
108            adds that attribute to all elements with the Common attribute set.
109            Note that we have no plan to support RDFa, at the moment.
110    
111    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
112    
113            * ContentChecker.t: New files added.
114    
115            * content-model-1.dat, content-model-2.dat: Numbers of test
116            entries are moved to other files.
117    
118    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
119    
120            * content-model-1.dat, content-model-2.dat: Test results on
121            |label| contents fixed.
122    
123            * ContentChecker.t: |dom-conformance/html-form-label.dat| added.
124    
125            * dom-conformance/: New directory.
126    
127    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
128    
129            * HTML-tree.t: New test files added.
130    
131            * Makefile: New test files added.
132    
133    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
134    
135            * tree-test-1.dat: Test results updated and new tests added on the
136            boundaries of Text nodes (HTML5 revision 2124).
137    
138    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
139    
140            * tree-test-form.dat: New test data file.
141    
142            * HTML-tree.t: |tree-test-form.dat| added.
143    
144            * tree-test-1.dat: Test results related to <option> and <optgroup>
145            are updated (cf. HTML5 revision 2128).
146    
147    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
148    
149            * tree-test-foreign.dat: New test data file.
150    
151            * HTML-tree.t: |tree-test-foreign.dat| added.
152    
153    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
154    
155            * tree-test-void.dat: Test on unmatched void end tag added (cf.
156            HTML5 revision 1731).
157    
158            * tree-test-1.dat: Test on unmatched end tag added (cf. HTML5
159            revision 1731).
160    
161  2008-10-04  Wakaba  <wakaba@suika.fam.cx>  2008-10-04  Wakaba  <wakaba@suika.fam.cx>
162    
163          * tree-test-void.dat: Test on |param| and |source| start tags are          * tree-test-void.dat: Test on |param| and |source| start tags are

Legend:
Removed from v.1.292  
changed lines
  Added in v.1.311

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24