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

Legend:
Removed from v.1.300  
changed lines
  Added in v.1.337

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24