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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24