1 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML-tree.t: <!DOCTYPE> test result format changed to the latest |
4 |
|
format for html5lib tests. |
5 |
|
|
6 |
|
* tree-test-1.dat, tokenizer-test-2.dat: Test results for |
7 |
|
<!DOCTYPE> are updated. |
8 |
|
|
9 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* HTML-tree.t: Test data file parser changed to the common one. |
12 |
|
|
13 |
|
2008-10-13 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* tokenizer-test-2.dat: A test result was wrong. |
16 |
|
|
17 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* content-model-1.dat: Some entries moved to |
20 |
|
dom-conformance/html-1.dat, dom-conformance/html-flows-1.dat, |
21 |
|
dom-conformance/html-links-1.dat, |
22 |
|
dom-conformance/html-objects-1.dat, and |
23 |
|
dom-conformance/html-interactive-1.dat. |
24 |
|
|
25 |
|
* content-model-2.dat: Removed (moved to |
26 |
|
dom-conformance/xml-1.dat, dom-conformance/html-1.dat, |
27 |
|
dom-conformance/html-links-1.dat, |
28 |
|
dom-conformance/html-objects-1.dat, |
29 |
|
dom-conformance/html-interactive-1.dat, and |
30 |
|
dom-conformance/html-flows-1.dat). |
31 |
|
|
32 |
|
* content-model-3.dat: Removed (moved to |
33 |
|
dom-conformance/xml-global.dat). |
34 |
|
|
35 |
|
* content-model-4.dat: Removed (moved to |
36 |
|
dom-conformance/html-texts-1.dat and |
37 |
|
dom-conformance/html-links-1.dat). |
38 |
|
|
39 |
|
* content-model-5.dat: Removed (moved to |
40 |
|
dom-conformance/html-flows-1.dat). |
41 |
|
|
42 |
|
* content-model-6.dat: Removed (moved to |
43 |
|
dom-conformance/html-dataset.dat). |
44 |
|
|
45 |
|
* ContentChecker.t: References to the removed files removed and |
46 |
|
references to new files added. |
47 |
|
|
48 |
|
* ContentChecker-XML.t: New script. |
49 |
|
|
50 |
|
* Makefile: Updated. |
51 |
|
|
52 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* content-model-2.dat: Repetition model test is moved to another |
55 |
|
file. A wrong test result fixed. Broken test entries fixed. |
56 |
|
<area rev> is now reported as "unknown attribute", since RDFa spec |
57 |
|
adds that attribute to all elements with the Common attribute set. |
58 |
|
Note that we have no plan to support RDFa, at the moment. |
59 |
|
|
60 |
|
2008-10-05 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* ContentChecker.t: New files added. |
63 |
|
|
64 |
|
* content-model-1.dat, content-model-2.dat: Numbers of test |
65 |
|
entries are moved to other files. |
66 |
|
|
67 |
|
2008-10-05 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* content-model-1.dat, content-model-2.dat: Test results on |
70 |
|
|label| contents fixed. |
71 |
|
|
72 |
|
* ContentChecker.t: |dom-conformance/html-form-label.dat| added. |
73 |
|
|
74 |
|
* dom-conformance/: New directory. |
75 |
|
|
76 |
|
2008-10-05 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
|
* HTML-tree.t: New test files added. |
79 |
|
|
80 |
|
* Makefile: New test files added. |
81 |
|
|
82 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
84 |
|
* tree-test-1.dat: Test results updated and new tests added on the |
85 |
|
boundaries of Text nodes (HTML5 revision 2124). |
86 |
|
|
87 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
88 |
|
|
89 |
|
* tree-test-form.dat: New test data file. |
90 |
|
|
91 |
|
* HTML-tree.t: |tree-test-form.dat| added. |
92 |
|
|
93 |
|
* tree-test-1.dat: Test results related to <option> and <optgroup> |
94 |
|
are updated (cf. HTML5 revision 2128). |
95 |
|
|
96 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
97 |
|
|
98 |
|
* tree-test-foreign.dat: New test data file. |
99 |
|
|
100 |
|
* HTML-tree.t: |tree-test-foreign.dat| added. |
101 |
|
|
102 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
103 |
|
|
104 |
|
* tree-test-void.dat: Test on unmatched void end tag added (cf. |
105 |
|
HTML5 revision 1731). |
106 |
|
|
107 |
|
* tree-test-1.dat: Test on unmatched end tag added (cf. HTML5 |
108 |
|
revision 1731). |
109 |
|
|
110 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
111 |
|
|
112 |
|
* tree-test-void.dat: Test on |param| and |source| start tags are |
113 |
|
added, as well as test on polytheistic slashes for new void |
114 |
|
elements (HTML5 revision 1731). |
115 |
|
|
116 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
117 |
|
|
118 |
|
* tree-test-flow.dat: Test on implied end tag before <p> start tag |
119 |
|
are added (HTML5 revision 1731). |
120 |
|
|
121 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
122 |
|
|
123 |
|
* tree-test-phrasing.dat, tree-test-flow.dat: New test data files. |
124 |
|
|
125 |
|
* HTML-tree.t: |tree-test-phrasing.dat| and |tree-test-flow.dat| |
126 |
|
are added. |
127 |
|
|
128 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
129 |
|
|
130 |
|
* tree-test-void.dat: New test data (cf. HTML5 revision 1731). |
131 |
|
|
132 |
|
* HTML-tree.t: |tree-test-void.dat| added. |
133 |
|
|
134 |
|
* tree-test-1.dat: Test on <listing> as a "special" element are |
135 |
|
added. Test on implied |option| and |optgroup| end tags are added |
136 |
|
(cf. HTML5 revision 1731). |
137 |
|
|
138 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
139 |
|
|
140 |
|
* tree-test-1.dat: Test related to "special", "formatting", |
141 |
|
"scoping", and "phrasing" categories are added (cf. HTML5 revision |
142 |
|
1778). |
143 |
|
|
144 |
|
2008-10-02 Wakaba <wakaba@suika.fam.cx> |
145 |
|
|
146 |
|
* ContentType.t: More test cases on BOM are added. Some test |
147 |
|
results updated according to HTML5 revision 1927. Tests on the |
148 |
|
returned values in the list context are added. |
149 |
|
|
150 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
151 |
|
|
152 |
|
* content-model-2.dat: Test data on |for=""| attribute are added. |
153 |
|
|
154 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
155 |
|
|
156 |
|
* tokenizer-test-1.test: Test data on invalid character references |
157 |
|
are added (cf. HTML5 revision 2138). |
158 |
|
|
159 |
|
* tokenizer-test-2.dat: Test data on U+000B are updated (HTML5 |
160 |
|
revision 2138). |
161 |
|
|
162 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
163 |
|
|
164 |
|
* content-model-2.dat: Test data for |area| |alt=""| are added (HTML5 |
165 |
|
revision 1932). |
166 |
|
|
167 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
168 |
|
|
169 |
|
* content-model-2.dat: Test data for |form=""| are added. |
170 |
|
|
171 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
172 |
|
|
173 |
|
* content-model-1.dat: Test data for |fieldset| |legend| are added. |
174 |
|
|
175 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
176 |
|
|
177 |
|
* content-model-2.dat: Test data for |form| |name| are added. |
178 |
|
|
179 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
180 |
|
|
181 |
|
* content-model-1.dat, content-model-2.dat, content-model-4.dat: |
182 |
|
Test data for U+000B are added (cf. HTML5 revision 1738). |
183 |
|
|
184 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
185 |
|
|
186 |
|
* tokenizer-test-2.dat: Test result updated (cf. HTML5 revision |
187 |
|
1738). |
188 |
|
|
189 |
|
* tree-test-1.dat: Test results updated. New test data for the |
190 |
|
treatement of U+000B are added (HTML5 revision 1738). |
191 |
|
|
192 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
193 |
|
|
194 |
|
* tokenizer-test-1.test: Test data for U+000B are added (cf. HTML5 |
195 |
|
revision 1738). |
196 |
|
|
197 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
198 |
|
|
199 |
|
* ContentType.t: Updated to disallow 0x0B as text byte (HTML5 |
200 |
|
revision 1738). |
201 |
|
|
202 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
203 |
|
|
204 |
|
* content-checker.pl: Remove dedicated parser and adopt |
205 |
|
testfiles.pl parser. |
206 |
|
|
207 |
|
* content-model-1.dat, content-model-2.dat: Typo fixed. |
208 |
|
|
209 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
210 |
|
|
211 |
|
* content-model-1.dat: Test data for interactive contents are |
212 |
|
added (cf. HTML5 revision 2018). |
213 |
|
|
214 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
215 |
|
|
216 |
|
* content-model-2.dat: Add test data for accept-charset="" |
217 |
|
attributes. |
218 |
|
|
219 |
|
2008-09-18 Wakaba <wakaba@suika.fam.cx> |
220 |
|
|
221 |
|
* langtag-1.dat: More test data from RFC 4646 are added. |
222 |
|
|
223 |
|
2008-09-18 Wakaba <wakaba@suika.fam.cx> |
224 |
|
|
225 |
|
* langtag-1.dat: More test data from RFC 4646 sections 1.-2.2.4. |
226 |
|
are added. |
227 |
|
|
228 |
|
2008-09-18 Wakaba <wakaba@suika.fam.cx> |
229 |
|
|
230 |
|
* LangTag.t: Completely rewritten using |testfiles.pl|. |
231 |
|
|
232 |
|
* testfiles.pl: New script. |
233 |
|
|
234 |
|
* langtag-1.dat: Tests for case are added. |
235 |
|
|
236 |
|
2008-09-18 Wakaba <wakaba@suika.fam.cx> |
237 |
|
|
238 |
|
* ContentChecker.t: Atom tests are moved to another file. |
239 |
|
|
240 |
|
* ContentChecker-Atom.t, LangTag.t: New test scripts. |
241 |
|
|
242 |
|
* Makefile: Updated to invoke new test scripts. |
243 |
|
|
244 |
|
* langtag-1.dat: New test data file. |
245 |
|
|
246 |
|
2008-09-18 Wakaba <wakaba@suika.fam.cx> |
247 |
|
|
248 |
|
* ContentChecker.t: Test engine moved to another script. |
249 |
|
|
250 |
|
* content-checker.pl: New script. |
251 |
|
|
252 |
|
2008-09-17 Wakaba <wakaba@suika.fam.cx> |
253 |
|
|
254 |
|
* content-model-1.dat: Test results are updated. |
255 |
|
|
256 |
|
* content-model-2.dat: Tests for style="" are added. |
257 |
|
|
258 |
|
2008-09-16 Wakaba <wakaba@suika.fam.cx> |
259 |
|
|
260 |
|
* css-text.dat: Test data for pre-wrap updated. |
261 |
|
|
262 |
|
2008-09-15 Wakaba <wakaba@suika.fam.cx> |
263 |
|
|
264 |
|
* css-visual.dat: New test data for Firefox3's new 'width' |
265 |
|
values. |
266 |
|
|
267 |
|
2008-09-13 Wakaba <wakaba@suika.fam.cx> |
268 |
|
|
269 |
|
* content-model-2.dat: A test case for NCR in charset="" |
270 |
|
is added. |
271 |
|
|
272 |
|
2008-09-13 Wakaba <wakaba@suika.fam.cx> |
273 |
|
|
274 |
|
* tokenizer-test-3.dat: New test for MSE is added. |
275 |
|
|
276 |
|
2008-09-13 Wakaba <wakaba@suika.fam.cx> |
277 |
|
|
278 |
|
* HTML-tree.t: tokenizer-test-3.dat added. |
279 |
|
|
280 |
|
* tokenizer-test-3.dat: New test data. |
281 |
|
|
282 |
|
2008-09-09 Wakaba <wakaba@suika.fam.cx> |
283 |
|
|
284 |
|
* content-model-1.dat, content-model-7.dat: |a| is now |
285 |
|
transparent (HTML5 revision 1963). |
286 |
|
|
287 |
|
2008-09-07 Wakaba <wakaba@suika.fam.cx> |
288 |
|
|
289 |
|
* content-model-7.dat: Typo fixed. |
290 |
|
|
291 |
|
* content-model-6.dat: Test data for data-UPPERCASE (now |
292 |
|
disallowed) are added (HTML5 revision 1945). |
293 |
|
|
294 |
2008-09-06 Wakaba <wakaba@suika.fam.cx> |
2008-09-06 Wakaba <wakaba@suika.fam.cx> |
295 |
|
|
296 |
* content-model-1.dat: Test data for |XSLT-compat| |
* content-model-1.dat: Test data for |XSLT-compat| |