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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24