1 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* tree-test-1.dat: New tests for trailing end phase |
4 |
|
and white space in some insertion modes are added. |
5 |
|
|
6 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* Charset-DecodeHandler.t: Cases for charset names has |
9 |
|
been changed to match with the module's implementation. |
10 |
|
|
11 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* Charset-DecodeHandler.t: New test script. |
14 |
|
|
15 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* tokenizer-test-1.test: A comment test is added. |
18 |
|
|
19 |
|
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* tree-test-1.dat: New tests for unmatched end tags. |
22 |
|
|
23 |
|
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* table-1.dat: New test data. |
26 |
|
|
27 |
|
* ContentChecker.t: |table-1.dat| is added. |
28 |
|
|
29 |
|
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* tree-test-2.dat: Tests for <title> in fragments are added. |
32 |
|
|
33 |
|
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* URIChecker.t: Error level names in test results has |
36 |
|
been changed. |
37 |
|
|
38 |
|
* tokenizer-test-1.test: A test for bogus SYSTEM identifier |
39 |
|
is added. |
40 |
|
|
41 |
|
* content-model-1.dat, content-model-2.dat, content-model-3.dat, |
42 |
|
content-model-4.dat: Error messages has been changed. |
43 |
|
|
44 |
|
* ContentChecker.t: Appends error level to the error |
45 |
|
message if any. |
46 |
|
|
47 |
|
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* content-model-2.dat: Tests for |<img ismap>| context |
50 |
|
are added. Tests for |<command>|'s attributes are added. |
51 |
|
Tests for |<menu>|'s attributes are added. Tests for |contextmenu| |
52 |
|
are added. |
53 |
|
|
54 |
|
* content-model-1.dat: Tests for |<datagrid>| contents |
55 |
|
are added. |
56 |
|
|
57 |
|
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* tree-test-1.dat: The tests using |#document-fragment| |
60 |
|
are move to |tree-test-2.dat|. |
61 |
|
|
62 |
|
* tree-test-2.dat: New test data. In addition to |
63 |
|
tests from |tree-test-1.dat|, two tests |
64 |
|
for |</table>| are added. |
65 |
|
|
66 |
|
* HTML-tree.t: |tree-test-2.dat| is added. |
67 |
|
|
68 |
|
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* tree-test-1.dat: Tests for end tag strings |
71 |
|
in CDATA elements are added. |
72 |
|
|
73 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
75 |
|
* content-model-1.dat: Tests for |footer| |
76 |
|
content model are added. |
77 |
|
|
78 |
|
* content-model-2.dat: Tests for |ping| |
79 |
|
and |tabindex| attributes are added. Tests for |datetime| |
80 |
|
attribute of |ins| and |del| elements are added. |
81 |
|
|
82 |
|
* content-model-4.dat: New test data. |
83 |
|
|
84 |
|
* ContentChecker.t: |content-model-4.dat| is added. |
85 |
|
|
86 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* tokenizer-test-1.test: Tests for HTML5 revisions 1.144 |
89 |
|
and 1.145 (CR and invalid character references) are added. |
90 |
|
Tests for HTML5 revision 1.148 (character references |
91 |
|
in attributes) are added. |
92 |
|
|
93 |
|
* tree-test-1.dat: Tests for HTML5 revision 1.146 (white |
94 |
|
space characters before root element start tag). |
95 |
|
|
96 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
97 |
|
|
98 |
|
* tree-test-1.dat: Some test results are changed |
99 |
|
and a test is added according to the HTML5 |
100 |
|
revisions 1.142 and 1.143 (<noscript> in <head>). |
101 |
|
|
102 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
103 |
|
|
104 |
|
* tree-test-1.dat: Some test results are changed |
105 |
|
since <base>, <link>, and <meta> in body |
106 |
|
are no longer appended to the head element pointer (HTML5 |
107 |
|
revision 935). |
108 |
|
|
109 |
|
* content-model-2.dat: Tests for |scoped| |
110 |
|
attribute are added (HTML5 revision 938). |
111 |
|
|
112 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
113 |
|
|
114 |
|
* tree-test-1.dat: Tests for CDATA/RCDATA innerHTML |
115 |
|
with matching end tag are added (HTML5 revision 923). |
116 |
|
A test for h2 in h1 is added (HTML5 revision 926). |
117 |
|
|
118 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
119 |
|
|
120 |
* tree-test-1.dat: Tests for |<isindex>| are added. |
* tree-test-1.dat: Tests for |<isindex>| are added (HTML5 |
121 |
|
revision 920). |
122 |
|
|
123 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
124 |
|
|