1 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* tree-test-1.dat: Test data on <input> in <select> and <select> |
4 |
|
in table are added (HTML5 revision 1342). |
5 |
|
|
6 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* tree-test-1.dat: Test data on <script> or <style> |
9 |
|
in <table> are added. |
10 |
|
|
11 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* tree-test-1.dat, tree-test-2.dat: Test data on white space |
14 |
|
between <html> and <head> are added (HTML5 revision 1332). |
15 |
|
|
16 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* tree-test-1.dat: More tests are added for foster parenting (HTML5 |
19 |
|
revision 1331 and so on). |
20 |
|
|
21 |
|
2008-03-08 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* tree-test-1.dat, tree-test-2.dat: Tests on \u000A at |
24 |
|
the first of <textarea>, <pre>, and <listing> are |
25 |
|
added (c.f. HTML5 revision 1330). |
26 |
|
|
27 |
|
2008-03-08 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* tree-test-1.dat: A test data on <title> in <table> |
30 |
|
are added. |
31 |
|
|
32 |
|
* tree-test-2.dat: Test results updated (HTML5 revision 1328). |
33 |
|
|
34 |
|
2008-03-08 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* tree-test-1.dat: Test data for tainted space in tables are |
37 |
|
added (HTML5 revision 1326). |
38 |
|
|
39 |
|
2008-03-08 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* tree-test-1.dat: Tests for </form> are added (HTML5 revision 1320). |
42 |
|
|
43 |
|
2008-03-06 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* tree-test-1.dat, tree-test-2.dat: More <html> test |
46 |
|
cases are added (HTML5 revision 1314). |
47 |
|
|
48 |
|
2008-03-05 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* HTML-tree.t: Support for \Uhhhhhhhh escapes. Support for |
51 |
|
dumping PUBLIC and SYSTEM identifiers of DOCTYPE tokens. |
52 |
|
|
53 |
|
* tree-test-1.dat, tree-test-2.dat: More test data for previously |
54 |
|
uncovered cases are added. Some error descriptions are revised. |
55 |
|
|
56 |
|
2008-03-05 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
|
* tree-test-1.dat: More test data for previously uncovered |
59 |
|
cases are added. |
60 |
|
|
61 |
|
2008-03-04 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
* tree-test-1.dat: More test data for previously uncovered |
64 |
|
cases are added. |
65 |
|
|
66 |
|
2008-03-04 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
* tree-test-1.dat: Missing tests from the initial stage are added. |
69 |
|
|
70 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* HTML-tokenizer.t: Ignore tree-construction phase and set_inner_html |
73 |
|
checkpoints. |
74 |
|
|
75 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* tokenizer-test-1.test: New test data are added to cover |
78 |
|
all possible cases. |
79 |
|
|
80 |
|
* HTML-tree.t: Support for test coverage. |
81 |
|
|
82 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
84 |
|
* HTML-tokenizer.t: Support for test coverage caluclation. |
85 |
|
|
86 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* HTML-tokenizer.t: s/_input_character/_input_char/g for simplicity. |
89 |
|
|
90 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
92 |
|
* HTML-tokenizer.t: s/correct/force-quirks/. |
93 |
|
|
94 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
95 |
|
|
96 |
|
* tokenizer-test-1.test: New tests on trailing garbage |
97 |
|
after SYSTEM literal (HTML5 revision 1306) are added. |
98 |
|
|
99 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
100 |
|
|
101 |
|
* tokenizer-test-1.test: Tests for |<span ===>| is added (HTML5 |
102 |
|
revision 1292). Tests for & at the end of attribute value |
103 |
|
are added (HTML5 revision 1296). Tests for bogus comments |
104 |
|
are added (HTML5 revision 1297). Tests for |=| in |
105 |
|
unquoted attribute values are added (HTML5 revision 1299). |
106 |
|
Tests for single or double quotes in unquoted attribute |
107 |
|
values or attribute names and tests for missing spaces |
108 |
|
between attributes are added (HTML5 revision 1303). |
109 |
|
|
110 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
111 |
|
|
112 |
|
* content-model-atom-1.dat: New test data are added. |
113 |
|
|
114 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
115 |
|
|
116 |
|
* content-model-1.dat: Test data for |<area>| are added. |
117 |
|
|
118 |
|
* content-model-2.dat: Test data for |<img ismap>| are added. |
119 |
|
|
120 |
|
2008-03-01 Wakaba <wakaba@suika.fam.cx> |
121 |
|
|
122 |
|
* content-model-1.dat: |address| content model tests |
123 |
|
are added. |
124 |
|
|
125 |
|
2008-03-01 Wakaba <wakaba@suika.fam.cx> |
126 |
|
|
127 |
|
* tokenizer-test-1.test: Updated (HTML5 recision 1286). |
128 |
|
|
129 |
|
* content-model-2.dat: Updated (HTML5 revision 1275). |
130 |
|
|
131 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
132 |
|
|
133 |
|
* content-model-1.dat: Test data for |header| and |footer| |
134 |
|
exclusions of sectioning contents are added (c.f. HTML5 |
135 |
|
revision 1250). |
136 |
|
|
137 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
138 |
|
|
139 |
|
* content-model-1.dat: Figure caption is now optional (HTML5 |
140 |
|
revision 1240). Add test data for |ol reversed| (HTML5 |
141 |
|
revision 1248). |
142 |
|
|
143 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
144 |
|
|
145 |
|
* content-model-2.dat: Test data for |acronym|, |big|, |tt|, |s|, |
146 |
|
|strike|, and |u| are added. |
147 |
|
|
148 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
149 |
|
|
150 |
|
* content-model-1.dat, content-model-2.dat: Some test |
151 |
|
results are updated. New test data on non-standard |
152 |
|
attributes are added. Note that some test results do |
153 |
|
still need to be updated. |
154 |
|
|
155 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
156 |
|
|
157 |
|
* content-model-1.dat: Some test results on |meta| |
158 |
|
in |noscript| are updated. |
159 |
|
|
160 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
161 |
|
|
162 |
|
* content-model-1.dat: Some test results are updated. |
163 |
|
New tests for |details| are added. |
164 |
|
|
165 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
166 |
|
|
167 |
|
* content-model-1.dat: Some test results are fixed. |
168 |
|
New tests for |video| and |audio| are added. |
169 |
|
|
170 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
171 |
|
|
172 |
|
* content-model-1.dat: New test data for |object| transparentness |
173 |
|
are added. |
174 |
|
|
175 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
176 |
|
|
177 |
|
* content-model-1.dat, content-model-2.dat: Wrong "significant" |
178 |
|
errors are removed. |
179 |
|
|
180 |
|
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
181 |
|
|
182 |
|
* content-model-1.dat: New test data for |object| are added. |
183 |
|
|
184 |
|
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
185 |
|
|
186 |
|
* content-model-1.dat: New test data for |mark| are added (HTML5 |
187 |
|
revision 1232). |
188 |
|
|
189 |
|
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
190 |
|
|
191 |
|
* content-model-2.dat: |alt=""| test results revised. |
192 |
|
|
193 |
|
* content-model-1.dat: |<img/>|s in tests are revised so |
194 |
|
that they are conforming. |
195 |
|
|
196 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
197 |
|
|
198 |
|
* content-model-1.dat: Test results corrected. |
199 |
|
|
200 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
201 |
|
|
202 |
|
* content-model-1.dat: New test data for |<figure>| are added. |
203 |
|
Some test data are corrected. |
204 |
|
|
205 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
206 |
|
|
207 |
|
* content-model-1.dat: New test data for |<noscript>| |
208 |
|
in |<head>|. |
209 |
|
|
210 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
211 |
|
|
212 |
|
* content-model-1.dat: More test on |<meta http-equiv=Content-Type>| |
213 |
|
are added. |
214 |
|
|
215 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
216 |
|
|
217 |
|
* content-model-1.dat, content-model-2.dat: Updated. |
218 |
|
|
219 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
220 |
|
|
221 |
|
* content-model-1.dat: Updated. |
222 |
|
|
223 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
224 |
|
|
225 |
|
* content-model-1.dat, content-model-2.dat, content-model-4.dat, |
226 |
|
content-model-5.dat: Error result revised. |
227 |
|
|
228 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
229 |
|
|
230 |
|
* content-model-1.dat, content-model-2.dat, content-model-5.dat: |
231 |
|
Test results are updated; new tests are added. |
232 |
|
|
233 |
|
2008-02-16 Wakaba <wakaba@suika.fam.cx> |
234 |
|
|
235 |
|
* ContentChecker.t: Tentative support for subdoc mode. |
236 |
|
|
237 |
|
* tree-test-1.dat: Some tests are added from #whatwg. |
238 |
|
|
239 |
|
2008-02-11 Wakaba <wakaba@suika.fam.cx> |
240 |
|
|
241 |
|
* css-text.dat: Test data for 'writing-mode' and 'text-anchor' |
242 |
|
are added. |
243 |
|
|
244 |
|
* CSS-Parser-1.t: New properties are added. |
245 |
|
|
246 |
|
2008-02-11 Wakaba <wakaba@suika.fam.cx> |
247 |
|
|
248 |
|
* css-4.dat: New test file. |
249 |
|
|
250 |
|
* CSS-Parser-1.t: |css-4.dat| added. Support for '@charset' |
251 |
|
and '@import'. |
252 |
|
|
253 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
254 |
|
|
255 |
|
* CSS-Parser-1.t (get_parser): Call |init|. |
256 |
|
|
257 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
258 |
|
|
259 |
|
* css-3.dat: New test file. |
260 |
|
|
261 |
|
* CSS-Parser-1.t: |css-3.dat| is added. '-moz-pre-wrap' added. |
262 |
|
Typo for 'collapse' value fixed. Support for '@namespace' |
263 |
|
serialization. |
264 |
|
|
265 |
|
* css-1.dat: New test data for selectors parsing. |
266 |
|
|
267 |
|
* css-font.dat: Error locations for 'u' errors are corrected. |
268 |
|
|
269 |
|
* css-table.dat: Test data for 'border-collapse' are added. |
270 |
|
|
271 |
|
* css-text.dat: Test data for '-moz-pre-wrap' are added. |
272 |
|
|
273 |
|
* css-visual.dat: Test data for 'background-position' are added. |
274 |
|
|
275 |
|
2008-02-09 Wakaba <wakaba@suika.fam.cx> |
276 |
|
|
277 |
|
* css-2.dat, css-font.dat: s/unsupported/u/g; |
278 |
|
|
279 |
|
2008-02-08 Wakaba <wakaba@suika.fam.cx> |
280 |
|
|
281 |
|
* css-2.dat: New test data. |
282 |
|
|
283 |
|
* CSS-Parser-1.t: |css-2.dat| added. Support for |@media|. |
284 |
|
|
285 |
|
2008-02-08 Wakaba <wakaba@suika.fam.cx> |
286 |
|
|
287 |
|
* CSS-MediaQuery.t, mq-1.dat: New files. |
288 |
|
|
289 |
|
2008-02-03 Wakaba <wakaba@suika.fam.cx> |
290 |
|
|
291 |
|
* CSS-Parser-1.t: Typo fixed. New properties added. |
292 |
|
|
293 |
|
* css-font.dat, css-table.dat, css-paged.dat, css-generated.dat, |
294 |
|
css-visual.dat: New test data for |
295 |
|
newly supported properties are added. |
296 |
|
|
297 |
|
2008-02-02 Wakaba <wakaba@suika.fam.cx> |
298 |
|
|
299 |
|
* CSS-Parser-1.t: 'clip' added. |
300 |
|
|
301 |
|
* css-visual.t: New test data for 'clip' are added. |
302 |
|
|
303 |
|
2008-01-30 Wakaba <wakaba@suika.fam.cx> |
304 |
|
|
305 |
|
* css-generated.dat: New test data for 'counter-increment', 'content', |
306 |
|
and 'counter-reset' are added. |
307 |
|
|
308 |
|
* CSS-Parser-1.t: 'counter-reset' and 'counter-increment' |
309 |
|
are added. |
310 |
|
|
311 |
|
2008-01-28 Wakaba <wakaba@suika.fam.cx> |
312 |
|
|
313 |
|
* CSS-Parser-1.t: 'content' added to the list of supported |
314 |
|
property and the list of initial values. |
315 |
|
|
316 |
|
* css-generated.dat: Tests for 'content' are added. |
317 |
|
|
318 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
319 |
|
|
320 |
|
* CSS-Parser-1.t: Loads test files as UTF-8. |
321 |
|
|
322 |
|
* css-generated.dat: Semi-real-world test data for 'quotes' are added. |
323 |
|
|
324 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
325 |
|
|
326 |
|
* CSS-Parser-1.t: 'quotes' added. |
327 |
|
|
328 |
|
* css-generated.dat: Test data for 'quotes' are added. |
329 |
|
|
330 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
331 |
|
|
332 |
|
* CSS-Parser-1.t: 'overflow-x' and 'overflow-y' are added. |
333 |
|
|
334 |
|
* css-visual.dat: New test data for 'overflow', 'overflow-x', |
335 |
|
and 'overflow-y' are added. |
336 |
|
|
337 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
338 |
|
|
339 |
|
* css-visual.dat: New test data for 'opacity' and '-moz-opacity' |
340 |
|
are added. |
341 |
|
|
342 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
343 |
|
|
344 |
|
* CSS-Parser-1.t: Files |css-table.dat| and |css-interactive.dat| |
345 |
|
are added. |
346 |
|
|
347 |
|
* css-table.dat: New test file. |
348 |
|
|
349 |
|
* css-interactive.dat: New test file. |
350 |
|
|
351 |
|
* css-font.dat: New test data for 'font-size' are added. |
352 |
|
|
353 |
|
* css-text.dat: New test data for 'text-indent', 'letter-spacing', |
354 |
|
and 'word-spacing' are added. |
355 |
|
|
356 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
357 |
|
|
358 |
|
* CSS-Parser-1.t: Files |css-text.dat| and |css-paged.dat| |
359 |
|
are added. |
360 |
|
|
361 |
|
* css-visual.dat: New test data for 'background-position' are |
362 |
|
added. |
363 |
|
|
364 |
|
* css-text.dat: New test file. |
365 |
|
|
366 |
|
* css-paged.dat: New test file. |
367 |
|
|
368 |
|
2008-01-27 Wakaba <wakaba@suika.fam.cx> |
369 |
|
|
370 |
|
* css-visual.dat: New test data for 'border-top-width', 'border-width', |
371 |
|
'padding-top', 'top', 'right', 'bottom', 'left', 'z-index', |
372 |
|
'width', 'min-width', 'max-width', 'height', 'min-height', |
373 |
|
'max-height', 'line-height', and 'vertical-align' are added. |
374 |
|
|
375 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
376 |
|
|
377 |
|
* css-font.dat: New test data for 'font-weight' |
378 |
|
and 'font-size' are added. |
379 |
|
|
380 |
|
* css-visual.dat: New test data for leading and |
381 |
|
trailing zeros are added. |
382 |
|
|
383 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
384 |
|
|
385 |
|
* css-font.dat: New test data for 'font' and 'font-size'. |
386 |
|
|
387 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
388 |
|
|
389 |
|
* CSS-Parser-1.t: 'background-position' was missing |
390 |
|
from the list of default values. |
391 |
|
|
392 |
|
* css-visual.dat: New test data for 'background' |
393 |
|
and 'background-position' are added. |
394 |
|
|
395 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
396 |
|
|
397 |
|
* css-visual.dat: New test data for 'border' are added. |
398 |
|
|
399 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
400 |
|
|
401 |
|
* css-1.dat: Some test results were incorrect. |
402 |
|
|
403 |
|
* css-font.dat: New test data on 'font' are added. |
404 |
|
|
405 |
|
* css-visual.dat: Some test results were incorrect. New |
406 |
|
test data on 'margin' are added. |
407 |
|
|
408 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
409 |
|
|
410 |
|
* css-font.dat: New test file. |
411 |
|
|
412 |
|
* CSS-Parser-1.dat: |css-font.dat| is added. |
413 |
|
|
414 |
|
2008-01-26 Wakaba <wakaba@suika.fam.cx> |
415 |
|
|
416 |
|
* css-visual.dat: Test data for 'padding', 'margin', |
417 |
|
and 'border' related shorthands are added. |
418 |
|
|
419 |
|
2008-01-25 Wakaba <wakaba@suika.fam.cx> |
420 |
|
|
421 |
|
* CSS-Parser-1.t: |css-generated.dat| is added. |
422 |
|
(get_computed_style): The subject of |query_selector| |
423 |
|
should have been the document. |
424 |
|
|
425 |
|
* css-generated.dat: New test data. |
426 |
|
|
427 |
|
* css-visual.dat: New test data for 'display' are added. |
428 |
|
|
429 |
|
2008-01-24 Wakaba <wakaba@suika.fam.cx> |
430 |
|
|
431 |
|
* CSS-Parser-1.t: Default values are updated. |
432 |
|
|
433 |
|
* css-1.t: Tests for duplicate declarations are added. |
434 |
|
|
435 |
|
* css-visual.t: Some tests were incorrect. Tests for 'margin' |
436 |
|
serialization and '+' in 'margin' are added. |
437 |
|
|
438 |
|
2008-01-24 Wakaba <wakaba@suika.fam.cx> |
439 |
|
|
440 |
|
* CSS-Parser-1.t: Test data file |css-visual.dat| is added. |
441 |
|
Support for the quirks mode. |
442 |
|
|
443 |
|
* css-visual.dat: New file. |
444 |
|
|
445 |
|
2008-01-24 Wakaba <wakaba@suika.fam.cx> |
446 |
|
|
447 |
|
* css-1.dat: Typo fixed. |
448 |
|
|
449 |
|
* CSS-Parser-1.t: The attribute name for computed style |
450 |
|
has been changed. |
451 |
|
|
452 |
|
2008-01-22 Wakaba <wakaba@suika.fam.cx> |
453 |
|
|
454 |
|
* css-1.dat: Basic tests for forward compatible parsing |
455 |
|
are added. |
456 |
|
|
457 |
|
* CSS-Parser-1.t: Support for |#errors| validation. |
458 |
|
|
459 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
460 |
|
|
461 |
|
* CSS-Parser-1.t, css-1.dat: New test files. |
462 |
|
|
463 |
|
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
464 |
|
|
465 |
|
* content-model-1.dat, content-model-2.dat, content-model-3.dat, |
466 |
|
content-model-4.dat, table-1.dat: Test data are updated |
467 |
|
for the significant content check. |
468 |
|
|
469 |
|
* content-model-5.dat: New test data. |
470 |
|
|
471 |
|
* ContentChecker.t: New test data file is added. |
472 |
|
|
473 |
|
2007-11-24 Wakaba <wakaba@suika.fam.cx> |
474 |
|
|
475 |
|
* content-model-2.dat: nest/@mode test data revised. |
476 |
|
Test data for nest/@filter and rule/@condition are added. |
477 |
|
|
478 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
479 |
|
|
480 |
|
* content-model-2.dat: Media type tests are revised. |
481 |
|
|
482 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
483 |
|
|
484 |
|
* content-model-2.dat: New test data for character references |
485 |
|
in |charset| attribute values. |
486 |
|
|
487 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
488 |
|
|
489 |
|
* ContentChecker.t: Unset |input_encoding| attribute. |
490 |
|
|
491 |
|
* content-model-1.dat, content-model-2.dat: New tests |
492 |
|
for |charset| attribute value are added. |
493 |
|
|
494 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
495 |
|
|
496 |
|
* ContentType.t: New tests for HTML5 sniffing algorithm, |
497 |
|
leading white space support (HTML5 revisions 1013 and 1016). |
498 |
|
|
499 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
500 |
|
|
501 |
|
* ContentType.t: New tests for HTML5 revision 1013 (except |
502 |
|
for leading white spaces). |
503 |
|
|
504 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
505 |
|
|
506 |
|
* content-model-4.dat: New tests for proposed link types. |
507 |
|
|
508 |
|
2007-11-08 Wakaba <wakaba@suika.fam.cx> |
509 |
|
|
510 |
|
* content-model-4.dat: s/noreferer/noreferrer/g |
511 |
|
and s/noreferrer/noreferer/g (HTML5 revision 1132). |
512 |
|
|
513 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
514 |
|
|
515 |
|
* content-model-2.dat: Tests for |manifest=""| are added. |
516 |
|
|
517 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
518 |
|
|
519 |
|
* content-model-2.dat: <a><img ismap></a> is no longer |
520 |
|
conforming (HTML5 revision 1115). |
521 |
|
|
522 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
523 |
|
|
524 |
|
* content-model-1.dat, content-model-2.dat: <base> |
525 |
|
w/o @target and @href is non-conforming (HTML5 revision 1115). |
526 |
|
|
527 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
528 |
|
|
529 |
|
* content-model-4.dat: New tests for rel=up (HTML5 revision 1112) |
530 |
|
and rel=noreferer (HTML5 revision 1118). |
531 |
|
|
532 |
|
2007-10-26 Wakaba <wakaba@suika.fam.cx> |
533 |
|
|
534 |
|
* content-model-2.dat: New test for |poster| (HTML5 revision 1097). |
535 |
|
|
536 |
|
2007-10-23 Wakaba <wakaba@suika.fam.cx> |
537 |
|
|
538 |
|
* content-model-2.dat: <script async defer> is now conforming (HTML5 |
539 |
|
revision 1085). |
540 |
|
|
541 |
|
2007-10-14 Wakaba <wakaba@suika.fam.cx> |
542 |
|
|
543 |
|
* content-model-1.dat, content-model-2.dat: New test |
544 |
|
data for |rule|, |nest|, and |datatemplate| elements. |
545 |
|
|
546 |
|
2007-09-30 Wakaba <wakaba@suika.fam.cx> |
547 |
|
|
548 |
|
* css-token-1.dat: Test results for |\\{nl}| were incorrect. |
549 |
|
|
550 |
|
2007-09-30 Wakaba <wakaba@suika.fam.cx> |
551 |
|
|
552 |
|
* Makefile (update): New rule. |
553 |
|
|
554 |
|
2007-09-29 Wakaba <wakaba@suika.fam.cx> |
555 |
|
|
556 |
|
* tokenizer-test-1.test: New tests for invalid |
557 |
|
attribute specifications are added. |
558 |
|
|
559 |
|
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
560 |
|
|
561 |
|
* ContentChecker.t: New test data files are added. |
562 |
|
|
563 |
|
* content-model-atom-1.dat, content-model-atom-2.dat: New test data. |
564 |
|
|
565 |
|
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
566 |
|
|
567 |
|
* css-token-1.test: Test cases for remaining CSS tokens |
568 |
|
are added. |
569 |
|
|
570 |
|
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
571 |
|
|
572 |
|
* css-token-1.test: Test cases for one-char tokens, |COMMENT|, |
573 |
|
and |COMMENT_INVALID| are added. |
574 |
|
|
575 |
|
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
576 |
|
|
577 |
|
* css-token-1.test: |URI_PREFIX|, |UNICODE_RANGE|, |CDO|, |
578 |
|
and |CDC| test cases are added. |
579 |
|
|
580 |
|
2007-09-08 Wakaba <wakaba@suika.fam.cx> |
581 |
|
|
582 |
|
* css-token-1.test: |URI| and |INVALID| test |
583 |
|
cases are added. |
584 |
|
|
585 |
|
2007-09-08 Wakaba <wakaba@suika.fam.cx> |
586 |
|
|
587 |
|
* css-token-1.test: |NUMBER| and |DIMENSION| test |
588 |
|
cases are added. |
589 |
|
|
590 |
|
2007-09-08 Wakaba <wakaba@suika.fam.cx> |
591 |
|
|
592 |
|
* css-token-1.test: |HASH| and |NUMBER| |
593 |
|
test cases are added. |
594 |
|
|
595 |
|
2007-09-08 Wakaba <wakaba@suika.fam.cx> |
596 |
|
|
597 |
|
* css-token-1.test: |STRING| and |INVALID| |
598 |
|
test cases are added. |
599 |
|
|
600 |
|
2007-09-08 Wakaba <wakaba@suika.fam.cx> |
601 |
|
|
602 |
|
* css-token-1.test: New tests are added. |
603 |
|
|
604 |
|
2007-09-08 Wakaba <wakaba@suika.fam.cx> |
605 |
|
|
606 |
|
* css-token-1.test, CSS-Tokenizer.t: New files. |
607 |
|
|
608 |
|
2007-09-04 Wakaba <wakaba@suika.fam.cx> |
609 |
|
|
610 |
|
* tree-test-1.dat: New tests are added. |
611 |
|
|
612 |
|
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
613 |
|
|
614 |
|
* tokenizer-test-1.test: Two tests removed from |tokenizer/test2.test| |
615 |
|
are added. |
616 |
|
|
617 |
|
* tree-construction/, tokenizer/: Sync with latest html5lib. |
618 |
|
|
619 |
|
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
620 |
|
|
621 |
|
* content-model-1.dat: New tests for |meta| corner cases |
622 |
|
are added. |
623 |
|
|
624 |
|
2007-08-22 Wakaba <wakaba@suika.fam.cx> |
625 |
|
|
626 |
|
* tree-test-2.dat: New tests for |html| innerHTML are added. |
627 |
|
|
628 |
|
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
629 |
|
|
630 |
|
* content-model-2.dat: New tests for |base| |
631 |
|
following URI or hyperlink are added. |
632 |
|
|
633 |
|
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
634 |
|
|
635 |
|
* content-model-1.dat: New tests for |noscript| in |head| are added. |
636 |
|
|
637 |
|
* content-model-2.dat: A wrong result for |xml:lang| in |
638 |
|
HTML document is fixed. |
639 |
|
|
640 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
641 |
|
|
642 |
|
* ContentType.t: New tests for bitmap images are added. |
643 |
|
|
644 |
|
2007-08-08 Wakaba <wakaba@suika.fam.cx> |
645 |
|
|
646 |
|
* content-model-2.dat: Some error messages are changed. |
647 |
|
|
648 |
|
* ContentType.t: New tests for |<script| sniffer are added. |
649 |
|
|
650 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
651 |
|
|
652 |
|
* tree-test-2.dat: New tests for |thead|, |tbody|, and |tfoot| |
653 |
|
fragment parsing. |
654 |
|
|
655 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
656 |
|
|
657 |
|
* tree-test-1.dat: More tests for tags "in row" are added. |
658 |
|
|
659 |
|
* HTML-tree.t: Quote test data for readability. |
660 |
|
|
661 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
662 |
|
|
663 |
|
* tree-test-1.dat: More tests are added for |noframes| |
664 |
|
after |</frameset>|. |
665 |
|
|
666 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
667 |
|
|
668 |
|
* tree-test-1.dat: More tests for start tags "in caption" |
669 |
|
insertion mode and for tags "in cell" insertion |
670 |
|
mode are added. |
671 |
|
|
672 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
673 |
|
|
674 |
|
* tree-test-1.dat: More tests for ignoring some tokens |
675 |
|
are added. |
676 |
|
|
677 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
678 |
|
|
679 |
|
* HTML-tokenizer.t: Set content model flag in new syntax. |
680 |
|
|
681 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
682 |
|
|
683 |
|
* content-model-1.dat, content-model-2.dat: Some test data |
684 |
|
have been updated due to new warnings. |
685 |
|
|
686 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
687 |
|
|
688 |
|
* content-model-1.dat, content-model-2.dat: Add "in XML:charset" |
689 |
|
error for test data that has |charset| in XML context. |
690 |
|
|
691 |
|
* content-model-2.dat: Test data for "in XML:charset", "in XML:lang", |
692 |
|
and "in HTML:xml:lang" are added. |
693 |
|
|
694 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
695 |
|
|
696 |
|
* HTML-tokenizer.t: It now requires newer version |
697 |
|
of JSON.pm due to the broken handling for utf8 string |
698 |
|
of older version. Test data files |test3.test| |
699 |
|
and |test4.test| are added. Convert surrogate |
700 |
|
pair |\u| escapes in JSON file before it is input |
701 |
|
into JSON.pm parser since it does not decode |
702 |
|
them correctly. U+000D convertion was incorrect. |
703 |
|
|
704 |
|
* HTML-tree.t: Support for new format for fragment |
705 |
|
parsing tests. |
706 |
|
|
707 |
|
* Makefile (tokenizer-files): New test |
708 |
|
data files |test3.test| and |test4.test| are added. |
709 |
|
|
710 |
|
* tokenizer-test-1.test: Test data for bare |hcro| and |
711 |
|
entity references in attribute values are added. |
712 |
|
|
713 |
|
* tokenizer-test-2.dat: Test data for U+000D are added. |
714 |
|
|
715 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
716 |
|
|
717 |
|
* tree-test-1.dat: Tests for |<html>| in trailing |
718 |
|
end phase and |</frameset>| in after frameset mode |
719 |
|
are added. |
720 |
|
|
721 |
|
* tree-test-2.dat: Tests for |</frameset>| |
722 |
|
in |frameset| fragment parsing are added. |
723 |
|
|
724 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
725 |
|
|
726 |
|
* tree-test-1.dat: New tests for trailing end phase |
727 |
|
and white space in some insertion modes are added. |
728 |
|
|
729 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
730 |
|
|
731 |
|
* Charset-DecodeHandler.t: Cases for charset names has |
732 |
|
been changed to match with the module's implementation. |
733 |
|
|
734 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
735 |
|
|
736 |
|
* Charset-DecodeHandler.t: New test script. |
737 |
|
|
738 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
739 |
|
|
740 |
|
* tokenizer-test-1.test: A comment test is added. |
741 |
|
|
742 |
|
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
743 |
|
|
744 |
|
* tree-test-1.dat: New tests for unmatched end tags. |
745 |
|
|
746 |
|
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
747 |
|
|
748 |
|
* table-1.dat: New test data. |
749 |
|
|
750 |
|
* ContentChecker.t: |table-1.dat| is added. |
751 |
|
|
752 |
|
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
753 |
|
|
754 |
|
* tree-test-2.dat: Tests for <title> in fragments are added. |
755 |
|
|
756 |
|
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
757 |
|
|
758 |
|
* URIChecker.t: Error level names in test results has |
759 |
|
been changed. |
760 |
|
|
761 |
|
* tokenizer-test-1.test: A test for bogus SYSTEM identifier |
762 |
|
is added. |
763 |
|
|
764 |
|
* content-model-1.dat, content-model-2.dat, content-model-3.dat, |
765 |
|
content-model-4.dat: Error messages has been changed. |
766 |
|
|
767 |
|
* ContentChecker.t: Appends error level to the error |
768 |
|
message if any. |
769 |
|
|
770 |
|
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
771 |
|
|
772 |
|
* content-model-2.dat: Tests for |<img ismap>| context |
773 |
|
are added. Tests for |<command>|'s attributes are added. |
774 |
|
Tests for |<menu>|'s attributes are added. Tests for |contextmenu| |
775 |
|
are added. |
776 |
|
|
777 |
|
* content-model-1.dat: Tests for |<datagrid>| contents |
778 |
|
are added. |
779 |
|
|
780 |
|
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
781 |
|
|
782 |
|
* tree-test-1.dat: The tests using |#document-fragment| |
783 |
|
are move to |tree-test-2.dat|. |
784 |
|
|
785 |
|
* tree-test-2.dat: New test data. In addition to |
786 |
|
tests from |tree-test-1.dat|, two tests |
787 |
|
for |</table>| are added. |
788 |
|
|
789 |
|
* HTML-tree.t: |tree-test-2.dat| is added. |
790 |
|
|
791 |
|
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
792 |
|
|
793 |
|
* tree-test-1.dat: Tests for end tag strings |
794 |
|
in CDATA elements are added. |
795 |
|
|
796 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
797 |
|
|
798 |
|
* content-model-1.dat: Tests for |footer| |
799 |
|
content model are added. |
800 |
|
|
801 |
|
* content-model-2.dat: Tests for |ping| |
802 |
|
and |tabindex| attributes are added. Tests for |datetime| |
803 |
|
attribute of |ins| and |del| elements are added. |
804 |
|
|
805 |
|
* content-model-4.dat: New test data. |
806 |
|
|
807 |
|
* ContentChecker.t: |content-model-4.dat| is added. |
808 |
|
|
809 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
810 |
|
|
811 |
|
* tokenizer-test-1.test: Tests for HTML5 revisions 1.144 |
812 |
|
and 1.145 (CR and invalid character references) are added. |
813 |
|
Tests for HTML5 revision 1.148 (character references |
814 |
|
in attributes) are added. |
815 |
|
|
816 |
|
* tree-test-1.dat: Tests for HTML5 revision 1.146 (white |
817 |
|
space characters before root element start tag). |
818 |
|
|
819 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
820 |
|
|
821 |
|
* tree-test-1.dat: Some test results are changed |
822 |
|
and a test is added according to the HTML5 |
823 |
|
revisions 1.142 and 1.143 (<noscript> in <head>). |
824 |
|
|
825 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
826 |
|
|
827 |
|
* tree-test-1.dat: Some test results are changed |
828 |
|
since <base>, <link>, and <meta> in body |
829 |
|
are no longer appended to the head element pointer (HTML5 |
830 |
|
revision 935). |
831 |
|
|
832 |
|
* content-model-2.dat: Tests for |scoped| |
833 |
|
attribute are added (HTML5 revision 938). |
834 |
|
|
835 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
836 |
|
|
837 |
|
* tree-test-1.dat: Tests for CDATA/RCDATA innerHTML |
838 |
|
with matching end tag are added (HTML5 revision 923). |
839 |
|
A test for h2 in h1 is added (HTML5 revision 926). |
840 |
|
|
841 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
842 |
|
|
843 |
|
* tree-test-1.dat: Tests for |<isindex>| are added (HTML5 |
844 |
|
revision 920). |
845 |
|
|
846 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
847 |
|
|
848 |
|
* tokenizer-test-1.test: Tests for conforming bare |&| |
849 |
|
are added. |
850 |
|
|
851 |
|
* tree-test-1.dat: Tests for |</body>| are added. |
852 |
|
|
853 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
854 |
|
|
855 |
|
* tree-test-1.dat: Always use uppercase document type name. |
856 |
|
|
857 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
858 |
|
|
859 |
|
* HTML-tokenizer.t: Support for new DOCTYPE token syntax. |
860 |
|
|
861 |
|
* tokenizer-test-1.test: Tests for DOCTYPE tokens |
862 |
|
are revised and added. |
863 |
|
|
864 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
865 |
|
|
866 |
|
* tokenizer-test-1.test: Tests for |<| in tags are |
867 |
|
added. (HTML5 revisions 900, 901, 902, and 911.) |
868 |
|
|
869 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
870 |
|
|
871 |
|
* tokenizer-test-1.test: |⟨|, and |&rlang;| tests |
872 |
|
are added. (HTML5 revision 895.) A test for |&;| |
873 |
|
is added. |
874 |
|
|
875 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
876 |
|
|
877 |
|
* tokenizer-test-1.test: |™| test added. (HTML5 revision 889.) |
878 |
|
|
879 |
|
* HTML-tree.t: Output test file names. Escaped |
880 |
|
new line at the end of test data was removed. |
881 |
|
|
882 |
|
* tokenizer-test-2.dat: Tests for newlines, NULL, and |
883 |
|
escape flag stuff in |set_inner_html|. |
884 |
|
|
885 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
886 |
|
|
887 |
|
* tree-test-1.dat: New test for HTML5 revision 884 (</form> |
888 |
|
try to close its children). |
889 |
|
|
890 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
891 |
|
|
892 |
|
* content-model-1.dat: Tests for space characters |
893 |
|
in id="" attribute are added. |
894 |
|
|
895 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
896 |
|
|
897 |
* tree-test-1.dat: New tests for parse errors by |
* tree-test-1.dat: New tests for parse errors by |