/[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.283 by wakaba, Sun Sep 21 12:37:10 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>
222    
223            * content-model-2.dat: Repetition model test is moved to another
224            file.  A wrong test result fixed.  Broken test entries fixed.
225            <area rev> is now reported as "unknown attribute", since RDFa spec
226            adds that attribute to all elements with the Common attribute set.
227            Note that we have no plan to support RDFa, at the moment.
228    
229    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
230    
231            * ContentChecker.t: New files added.
232    
233            * content-model-1.dat, content-model-2.dat: Numbers of test
234            entries are moved to other files.
235    
236    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
237    
238            * content-model-1.dat, content-model-2.dat: Test results on
239            |label| contents fixed.
240    
241            * ContentChecker.t: |dom-conformance/html-form-label.dat| added.
242    
243            * dom-conformance/: New directory.
244    
245    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
246    
247            * HTML-tree.t: New test files added.
248    
249            * Makefile: New test files added.
250    
251    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
252    
253            * tree-test-1.dat: Test results updated and new tests added on the
254            boundaries of Text nodes (HTML5 revision 2124).
255    
256    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
257    
258            * tree-test-form.dat: New test data file.
259    
260            * HTML-tree.t: |tree-test-form.dat| added.
261    
262            * tree-test-1.dat: Test results related to <option> and <optgroup>
263            are updated (cf. HTML5 revision 2128).
264    
265    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
266    
267            * tree-test-foreign.dat: New test data file.
268    
269            * HTML-tree.t: |tree-test-foreign.dat| added.
270    
271    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
272    
273            * tree-test-void.dat: Test on unmatched void end tag added (cf.
274            HTML5 revision 1731).
275    
276            * tree-test-1.dat: Test on unmatched end tag added (cf. HTML5
277            revision 1731).
278    
279    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
280    
281            * tree-test-void.dat: Test on |param| and |source| start tags are
282            added, as well as test on polytheistic slashes for new void
283            elements (HTML5 revision 1731).
284    
285    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
286    
287            * tree-test-flow.dat: Test on implied end tag before <p> start tag
288            are added (HTML5 revision 1731).
289    
290    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
291    
292            * tree-test-phrasing.dat, tree-test-flow.dat: New test data files.
293    
294            * HTML-tree.t: |tree-test-phrasing.dat| and |tree-test-flow.dat|
295            are added.
296    
297    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
298    
299            * tree-test-void.dat: New test data (cf. HTML5 revision 1731).
300    
301            * HTML-tree.t: |tree-test-void.dat| added.
302    
303            * tree-test-1.dat: Test on <listing> as a "special" element are
304            added.  Test on implied |option| and |optgroup| end tags are added
305            (cf. HTML5 revision 1731).
306    
307    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
308    
309            * tree-test-1.dat: Test related to "special", "formatting",
310            "scoping", and "phrasing" categories are added (cf. HTML5 revision
311            1778).
312    
313    2008-10-02  Wakaba  <wakaba@suika.fam.cx>
314    
315            * ContentType.t: More test cases on BOM are added.  Some test
316            results updated according to HTML5 revision 1927.  Tests on the
317            returned values in the list context are added.
318    
319    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
320    
321            * content-model-2.dat: Test data on |for=""| attribute are added.
322    
323    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
324    
325            * tokenizer-test-1.test: Test data on invalid character references
326            are added (cf. HTML5 revision 2138).
327    
328            * tokenizer-test-2.dat: Test data on U+000B are updated (HTML5
329            revision 2138).
330    
331    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
332    
333            * content-model-2.dat: Test data for |area| |alt=""| are added (HTML5
334            revision 1932).
335    
336  2008-09-21  Wakaba  <wakaba@suika.fam.cx>  2008-09-21  Wakaba  <wakaba@suika.fam.cx>
337    
338          * content-model-2.dat: Test data for |form=""| are added.          * content-model-2.dat: Test data for |form=""| are added.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24