1 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* tokenizer-test-1.test: New test data are added to cover |
4 |
|
all possible cases. |
5 |
|
|
6 |
|
* HTML-tree.t: Support for test coverage. |
7 |
|
|
8 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
9 |
|
|
10 |
|
* HTML-tokenizer.t: Support for test coverage caluclation. |
11 |
|
|
12 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* HTML-tokenizer.t: s/_input_character/_input_char/g for simplicity. |
15 |
|
|
16 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* HTML-tokenizer.t: s/correct/force-quirks/. |
19 |
|
|
20 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* tokenizer-test-1.test: New tests on trailing garbage |
23 |
|
after SYSTEM literal (HTML5 revision 1306) are added. |
24 |
|
|
25 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* tokenizer-test-1.test: Tests for |<span ===>| is added (HTML5 |
28 |
|
revision 1292). Tests for & at the end of attribute value |
29 |
|
are added (HTML5 revision 1296). Tests for bogus comments |
30 |
|
are added (HTML5 revision 1297). Tests for |=| in |
31 |
|
unquoted attribute values are added (HTML5 revision 1299). |
32 |
|
Tests for single or double quotes in unquoted attribute |
33 |
|
values or attribute names and tests for missing spaces |
34 |
|
between attributes are added (HTML5 revision 1303). |
35 |
|
|
36 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* content-model-atom-1.dat: New test data are added. |
39 |
|
|
40 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* content-model-1.dat: Test data for |<area>| are added. |
43 |
|
|
44 |
|
* content-model-2.dat: Test data for |<img ismap>| are added. |
45 |
|
|
46 |
2008-03-01 Wakaba <wakaba@suika.fam.cx> |
2008-03-01 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
* content-model-1.dat: |address| content model tests |
* content-model-1.dat: |address| content model tests |