/[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.296 by wakaba, Sat Oct 4 14:31:28 2008 UTC revision 1.330 by wakaba, Sat Dec 6 12:20:08 2008 UTC
# Line 1  Line 1 
1    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
2    
3            * ContentChecker.t: Added |dom-conformance/html-form-datalist.dat|.
4    
5    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
6    
7            * content-checker.pl: Use new XML parser for parsing test data.
8            Use NanoDOM instead of manakai DOM implementation.
9    
10    2008-11-07  Wakaba  <wakaba@suika.fam.cx>
11    
12            * SWML-Parser.t: New test data files added.
13    
14    2008-11-07  Wakaba  <wakaba@suika.fam.cx>
15    
16            * SWML-Parser.t: Test file |swml/blocks-1.dat| added.
17    
18    2008-11-07  Wakaba  <wakaba@suika.fam.cx>
19    
20            * Makefile: A rule for SWML testing is added.
21    
22            * SWML-Parser.t: New file.
23    
24            * swml/: New directory.
25    
26    2008-10-20  Wakaba  <wakaba@suika.fam.cx>
27    
28            * XML-Parser.t: "xml/attrs-2.dat" added.
29    
30    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
31    
32            * XML-Parser.t: "xml/entrefs-2.dat" added.
33    
34    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
35    
36            * XML-Parser.t: "xml/entrefs-1.dat" added.
37    
38    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
39    
40            * XML-Parser.t: "xml/eldecls-1.dat" added.
41    
42    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
43    
44            * XML-Parser.t: Typo fixed.
45    
46    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
47    
48            * XML-Parser.t: "xml/entities-1.dat" and "xml/entities-2.dat"
49            added.  Support for the "#entities" directive.
50    
51    2008-10-18  Wakaba  <wakaba@suika.fam.cx>
52    
53            * XML-Parser.t: "xml/notations-1.dat" added.
54    
55    2008-10-17  Wakaba  <wakaba@suika.fam.cx>
56    
57            * XML-Parser.t: "xml/attlists-1.dat" added.
58    
59    2008-10-16  Wakaba  <wakaba@suika.fam.cx>
60    
61            * XML-Parser.t: "xml/pis-2.dat" and "xml/comments-2.dat" are added.
62    
63    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
64    
65            * XML-Parser.t: "xml/doctypes-2.dat" added.
66    
67            * tokenizer-test-1.test: Keyword case-sensitivility tests added.
68    
69    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
70    
71            * XML-Parser.t: "xml/ns-elements-1.dat" added.
72    
73    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
74    
75            * XML-Parser.t: "xml/pis-1.dat" and "xml/xmldecls-1.dat" added.
76            Test directifes "#xml-version", "#xml-encoding", and
77            "#xml-standalone" are added.
78    
79    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
80    
81            * XML-Parser.t: "xml/charref-1.dat" added.
82    
83    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
84    
85            * XML-Parser.t: "xml/texts-1.dat" added.
86    
87            * tokenizer-test-2.dat: Test for ]]> are added.
88    
89    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
90    
91            * tree-test-foreign.dat: More test data are added.
92    
93    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
94    
95            * XML-Parser.t: "xml/elements-1.dat" and "xml/doctypes-1.dat"
96            added.
97    
98    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
99    
100            * XML-Parser.t: "xml/ns-attrs-1.dat" added.
101    
102    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
103    
104            * xml/: New directory.
105    
106            * Makefile: Tests for Whatpm::XML::Parser are added.
107    
108            * HTML-tree.t: Change the relative order of codes.
109    
110            * XML-Parser.t: New test script.
111    
112    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
113    
114            * HTML-tree.t: Serialization code moved to Whatpm::HTML::Dumper.
115    
116    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
117    
118            * tree-test-phrasing.dat: Wrong test results fixed.
119    
120            * tree-test-foreign.dat: New tests added.
121    
122            * testfiles.pl: "#..." line at the end of a test entry was not
123            supported.
124    
125            * HTML-tree.t: Show the "#data" content in "no #errors" error
126            message.
127    
128            * tokenizer-test-2.dat: A wrong test result fixed.
129    
130    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
131    
132            * HTML-tree.t: Test result format for oreign element/attribute
133            names are updated to the latest one for html5lib tests.  Append a
134            newline to the expected result only when it is not an empty
135            string, for comparablity with the actual result.
136    
137            * tokenizer-test-3.dat, tree-test-foreign.dat, tree-test-1.dat,
138            tree-test-3.dat: Test results for foreign elements are updated.
139    
140    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
141    
142            * HTML-tree.t: <!DOCTYPE> test result format changed to the latest
143            format for html5lib tests.
144    
145            * tree-test-1.dat, tokenizer-test-2.dat: Test results for
146            <!DOCTYPE> are updated.
147    
148    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
149    
150            * HTML-tree.t: Test data file parser changed to the common one.
151    
152    2008-10-13  Wakaba  <wakaba@suika.fam.cx>
153    
154            * tokenizer-test-2.dat: A test result was wrong.
155    
156    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
157    
158            * content-model-1.dat: Some entries moved to
159            dom-conformance/html-1.dat, dom-conformance/html-flows-1.dat,
160            dom-conformance/html-links-1.dat,
161            dom-conformance/html-objects-1.dat, and
162            dom-conformance/html-interactive-1.dat.
163    
164            * content-model-2.dat: Removed (moved to
165            dom-conformance/xml-1.dat, dom-conformance/html-1.dat,
166            dom-conformance/html-links-1.dat,
167            dom-conformance/html-objects-1.dat,
168            dom-conformance/html-interactive-1.dat, and
169            dom-conformance/html-flows-1.dat).
170    
171            * content-model-3.dat: Removed (moved to
172            dom-conformance/xml-global.dat).
173    
174            * content-model-4.dat: Removed (moved to
175            dom-conformance/html-texts-1.dat and
176            dom-conformance/html-links-1.dat).
177    
178            * content-model-5.dat: Removed (moved to
179            dom-conformance/html-flows-1.dat).
180    
181            * content-model-6.dat: Removed (moved to
182            dom-conformance/html-dataset.dat).
183    
184            * ContentChecker.t: References to the removed files removed and
185            references to new files added.
186    
187            * ContentChecker-XML.t: New script.
188    
189            * Makefile: Updated.
190    
191    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
192    
193            * content-model-2.dat: Repetition model test is moved to another
194            file.  A wrong test result fixed.  Broken test entries fixed.
195            <area rev> is now reported as "unknown attribute", since RDFa spec
196            adds that attribute to all elements with the Common attribute set.
197            Note that we have no plan to support RDFa, at the moment.
198    
199    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
200    
201            * ContentChecker.t: New files added.
202    
203            * content-model-1.dat, content-model-2.dat: Numbers of test
204            entries are moved to other files.
205    
206    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
207    
208            * content-model-1.dat, content-model-2.dat: Test results on
209            |label| contents fixed.
210    
211            * ContentChecker.t: |dom-conformance/html-form-label.dat| added.
212    
213            * dom-conformance/: New directory.
214    
215    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
216    
217            * HTML-tree.t: New test files added.
218    
219            * Makefile: New test files added.
220    
221  2008-10-04  Wakaba  <wakaba@suika.fam.cx>  2008-10-04  Wakaba  <wakaba@suika.fam.cx>
222    
223          * tree-test-1.dat: Test results updated and new tests added on the          * tree-test-1.dat: Test results updated and new tests added on the

Legend:
Removed from v.1.296  
changed lines
  Added in v.1.330

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24