/[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.282 by wakaba, Sun Sep 21 10:40:49 2008 UTC revision 1.309 by wakaba, Tue Oct 14 10:36:33 2008 UTC
# Line 1  Line 1 
1    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
2    
3            * XML-Parser.t: "xml/ns-attrs-1.dat" added.
4    
5    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
6    
7            * xml/: New directory.
8    
9            * Makefile: Tests for Whatpm::XML::Parser are added.
10    
11            * HTML-tree.t: Change the relative order of codes.
12    
13            * XML-Parser.t: New test script.
14    
15    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
16    
17            * HTML-tree.t: Serialization code moved to Whatpm::HTML::Dumper.
18    
19    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
20    
21            * tree-test-phrasing.dat: Wrong test results fixed.
22    
23            * tree-test-foreign.dat: New tests added.
24    
25            * testfiles.pl: "#..." line at the end of a test entry was not
26            supported.
27    
28            * HTML-tree.t: Show the "#data" content in "no #errors" error
29            message.
30    
31            * tokenizer-test-2.dat: A wrong test result fixed.
32    
33    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
34    
35            * HTML-tree.t: Test result format for oreign element/attribute
36            names are updated to the latest one for html5lib tests.  Append a
37            newline to the expected result only when it is not an empty
38            string, for comparablity with the actual result.
39    
40            * tokenizer-test-3.dat, tree-test-foreign.dat, tree-test-1.dat,
41            tree-test-3.dat: Test results for foreign elements are updated.
42    
43    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
44    
45            * HTML-tree.t: <!DOCTYPE> test result format changed to the latest
46            format for html5lib tests.
47    
48            * tree-test-1.dat, tokenizer-test-2.dat: Test results for
49            <!DOCTYPE> are updated.
50    
51    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
52    
53            * HTML-tree.t: Test data file parser changed to the common one.
54    
55    2008-10-13  Wakaba  <wakaba@suika.fam.cx>
56    
57            * tokenizer-test-2.dat: A test result was wrong.
58    
59    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
60    
61            * content-model-1.dat: Some entries moved to
62            dom-conformance/html-1.dat, dom-conformance/html-flows-1.dat,
63            dom-conformance/html-links-1.dat,
64            dom-conformance/html-objects-1.dat, and
65            dom-conformance/html-interactive-1.dat.
66    
67            * content-model-2.dat: Removed (moved to
68            dom-conformance/xml-1.dat, dom-conformance/html-1.dat,
69            dom-conformance/html-links-1.dat,
70            dom-conformance/html-objects-1.dat,
71            dom-conformance/html-interactive-1.dat, and
72            dom-conformance/html-flows-1.dat).
73    
74            * content-model-3.dat: Removed (moved to
75            dom-conformance/xml-global.dat).
76    
77            * content-model-4.dat: Removed (moved to
78            dom-conformance/html-texts-1.dat and
79            dom-conformance/html-links-1.dat).
80    
81            * content-model-5.dat: Removed (moved to
82            dom-conformance/html-flows-1.dat).
83    
84            * content-model-6.dat: Removed (moved to
85            dom-conformance/html-dataset.dat).
86    
87            * ContentChecker.t: References to the removed files removed and
88            references to new files added.
89    
90            * ContentChecker-XML.t: New script.
91    
92            * Makefile: Updated.
93    
94    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
95    
96            * content-model-2.dat: Repetition model test is moved to another
97            file.  A wrong test result fixed.  Broken test entries fixed.
98            <area rev> is now reported as "unknown attribute", since RDFa spec
99            adds that attribute to all elements with the Common attribute set.
100            Note that we have no plan to support RDFa, at the moment.
101    
102    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
103    
104            * ContentChecker.t: New files added.
105    
106            * content-model-1.dat, content-model-2.dat: Numbers of test
107            entries are moved to other files.
108    
109    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
110    
111            * content-model-1.dat, content-model-2.dat: Test results on
112            |label| contents fixed.
113    
114            * ContentChecker.t: |dom-conformance/html-form-label.dat| added.
115    
116            * dom-conformance/: New directory.
117    
118    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
119    
120            * HTML-tree.t: New test files added.
121    
122            * Makefile: New test files added.
123    
124    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
125    
126            * tree-test-1.dat: Test results updated and new tests added on the
127            boundaries of Text nodes (HTML5 revision 2124).
128    
129    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
130    
131            * tree-test-form.dat: New test data file.
132    
133            * HTML-tree.t: |tree-test-form.dat| added.
134    
135            * tree-test-1.dat: Test results related to <option> and <optgroup>
136            are updated (cf. HTML5 revision 2128).
137    
138    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
139    
140            * tree-test-foreign.dat: New test data file.
141    
142            * HTML-tree.t: |tree-test-foreign.dat| added.
143    
144    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
145    
146            * tree-test-void.dat: Test on unmatched void end tag added (cf.
147            HTML5 revision 1731).
148    
149            * tree-test-1.dat: Test on unmatched end tag added (cf. HTML5
150            revision 1731).
151    
152    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
153    
154            * tree-test-void.dat: Test on |param| and |source| start tags are
155            added, as well as test on polytheistic slashes for new void
156            elements (HTML5 revision 1731).
157    
158    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
159    
160            * tree-test-flow.dat: Test on implied end tag before <p> start tag
161            are added (HTML5 revision 1731).
162    
163    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
164    
165            * tree-test-phrasing.dat, tree-test-flow.dat: New test data files.
166    
167            * HTML-tree.t: |tree-test-phrasing.dat| and |tree-test-flow.dat|
168            are added.
169    
170    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
171    
172            * tree-test-void.dat: New test data (cf. HTML5 revision 1731).
173    
174            * HTML-tree.t: |tree-test-void.dat| added.
175    
176            * tree-test-1.dat: Test on <listing> as a "special" element are
177            added.  Test on implied |option| and |optgroup| end tags are added
178            (cf. HTML5 revision 1731).
179    
180    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
181    
182            * tree-test-1.dat: Test related to "special", "formatting",
183            "scoping", and "phrasing" categories are added (cf. HTML5 revision
184            1778).
185    
186    2008-10-02  Wakaba  <wakaba@suika.fam.cx>
187    
188            * ContentType.t: More test cases on BOM are added.  Some test
189            results updated according to HTML5 revision 1927.  Tests on the
190            returned values in the list context are added.
191    
192    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
193    
194            * content-model-2.dat: Test data on |for=""| attribute are added.
195    
196    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
197    
198            * tokenizer-test-1.test: Test data on invalid character references
199            are added (cf. HTML5 revision 2138).
200    
201            * tokenizer-test-2.dat: Test data on U+000B are updated (HTML5
202            revision 2138).
203    
204    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
205    
206            * content-model-2.dat: Test data for |area| |alt=""| are added (HTML5
207            revision 1932).
208    
209    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
210    
211            * content-model-2.dat: Test data for |form=""| are added.
212    
213  2008-09-21  Wakaba  <wakaba@suika.fam.cx>  2008-09-21  Wakaba  <wakaba@suika.fam.cx>
214    
215          * content-model-1.dat: Test data for |fieldset| |legend| are added.          * content-model-1.dat: Test data for |fieldset| |legend| are added.

Legend:
Removed from v.1.282  
changed lines
  Added in v.1.309

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24