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

Legend:
Removed from v.1.298  
changed lines
  Added in v.1.331

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24