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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24