1 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* ContentType.t: New tests for bitmap images are added. |
4 |
|
|
5 |
|
2007-08-08 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* content-model-2.dat: Some error messages are changed. |
8 |
|
|
9 |
|
* ContentType.t: New tests for |<script| sniffer are added. |
10 |
|
|
11 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* tree-test-2.dat: New tests for |thead|, |tbody|, and |tfoot| |
14 |
|
fragment parsing. |
15 |
|
|
16 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* tree-test-1.dat: More tests for tags "in row" are added. |
19 |
|
|
20 |
|
* HTML-tree.t: Quote test data for readability. |
21 |
|
|
22 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* tree-test-1.dat: More tests are added for |noframes| |
25 |
|
after |</frameset>|. |
26 |
|
|
27 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* tree-test-1.dat: More tests for start tags "in caption" |
30 |
|
insertion mode and for tags "in cell" insertion |
31 |
|
mode are added. |
32 |
|
|
33 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* tree-test-1.dat: More tests for ignoring some tokens |
36 |
|
are added. |
37 |
|
|
38 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* HTML-tokenizer.t: Set content model flag in new syntax. |
41 |
|
|
42 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* content-model-1.dat, content-model-2.dat: Some test data |
45 |
|
have been updated due to new warnings. |
46 |
|
|
47 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* content-model-1.dat, content-model-2.dat: Add "in XML:charset" |
50 |
|
error for test data that has |charset| in XML context. |
51 |
|
|
52 |
|
* content-model-2.dat: Test data for "in XML:charset", "in XML:lang", |
53 |
|
and "in HTML:xml:lang" are added. |
54 |
|
|
55 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* HTML-tokenizer.t: It now requires newer version |
58 |
|
of JSON.pm due to the broken handling for utf8 string |
59 |
|
of older version. Test data files |test3.test| |
60 |
|
and |test4.test| are added. Convert surrogate |
61 |
|
pair |\u| escapes in JSON file before it is input |
62 |
|
into JSON.pm parser since it does not decode |
63 |
|
them correctly. U+000D convertion was incorrect. |
64 |
|
|
65 |
|
* HTML-tree.t: Support for new format for fragment |
66 |
|
parsing tests. |
67 |
|
|
68 |
|
* Makefile (tokenizer-files): New test |
69 |
|
data files |test3.test| and |test4.test| are added. |
70 |
|
|
71 |
|
* tokenizer-test-1.test: Test data for bare |hcro| and |
72 |
|
entity references in attribute values are added. |
73 |
|
|
74 |
|
* tokenizer-test-2.dat: Test data for U+000D are added. |
75 |
|
|
76 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
|
* tree-test-1.dat: Tests for |<html>| in trailing |
79 |
|
end phase and |</frameset>| in after frameset mode |
80 |
|
are added. |
81 |
|
|
82 |
|
* tree-test-2.dat: Tests for |</frameset>| |
83 |
|
in |frameset| fragment parsing are added. |
84 |
|
|
85 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
86 |
|
|
87 |
|
* tree-test-1.dat: New tests for trailing end phase |
88 |
|
and white space in some insertion modes are added. |
89 |
|
|
90 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
92 |
|
* Charset-DecodeHandler.t: Cases for charset names has |
93 |
|
been changed to match with the module's implementation. |
94 |
|
|
95 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
96 |
|
|
97 |
|
* Charset-DecodeHandler.t: New test script. |
98 |
|
|
99 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
100 |
|
|
101 |
|
* tokenizer-test-1.test: A comment test is added. |
102 |
|
|
103 |
|
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
104 |
|
|
105 |
|
* tree-test-1.dat: New tests for unmatched end tags. |
106 |
|
|
107 |
|
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
108 |
|
|
109 |
|
* table-1.dat: New test data. |
110 |
|
|
111 |
|
* ContentChecker.t: |table-1.dat| is added. |
112 |
|
|
113 |
|
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
114 |
|
|
115 |
|
* tree-test-2.dat: Tests for <title> in fragments are added. |
116 |
|
|
117 |
|
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
118 |
|
|
119 |
|
* URIChecker.t: Error level names in test results has |
120 |
|
been changed. |
121 |
|
|
122 |
|
* tokenizer-test-1.test: A test for bogus SYSTEM identifier |
123 |
|
is added. |
124 |
|
|
125 |
|
* content-model-1.dat, content-model-2.dat, content-model-3.dat, |
126 |
|
content-model-4.dat: Error messages has been changed. |
127 |
|
|
128 |
|
* ContentChecker.t: Appends error level to the error |
129 |
|
message if any. |
130 |
|
|
131 |
|
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
132 |
|
|
133 |
|
* content-model-2.dat: Tests for |<img ismap>| context |
134 |
|
are added. Tests for |<command>|'s attributes are added. |
135 |
|
Tests for |<menu>|'s attributes are added. Tests for |contextmenu| |
136 |
|
are added. |
137 |
|
|
138 |
|
* content-model-1.dat: Tests for |<datagrid>| contents |
139 |
|
are added. |
140 |
|
|
141 |
|
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
142 |
|
|
143 |
|
* tree-test-1.dat: The tests using |#document-fragment| |
144 |
|
are move to |tree-test-2.dat|. |
145 |
|
|
146 |
|
* tree-test-2.dat: New test data. In addition to |
147 |
|
tests from |tree-test-1.dat|, two tests |
148 |
|
for |</table>| are added. |
149 |
|
|
150 |
|
* HTML-tree.t: |tree-test-2.dat| is added. |
151 |
|
|
152 |
|
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
153 |
|
|
154 |
|
* tree-test-1.dat: Tests for end tag strings |
155 |
|
in CDATA elements are added. |
156 |
|
|
157 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
158 |
|
|
159 |
|
* content-model-1.dat: Tests for |footer| |
160 |
|
content model are added. |
161 |
|
|
162 |
|
* content-model-2.dat: Tests for |ping| |
163 |
|
and |tabindex| attributes are added. Tests for |datetime| |
164 |
|
attribute of |ins| and |del| elements are added. |
165 |
|
|
166 |
|
* content-model-4.dat: New test data. |
167 |
|
|
168 |
|
* ContentChecker.t: |content-model-4.dat| is added. |
169 |
|
|
170 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
171 |
|
|
172 |
|
* tokenizer-test-1.test: Tests for HTML5 revisions 1.144 |
173 |
|
and 1.145 (CR and invalid character references) are added. |
174 |
|
Tests for HTML5 revision 1.148 (character references |
175 |
|
in attributes) are added. |
176 |
|
|
177 |
|
* tree-test-1.dat: Tests for HTML5 revision 1.146 (white |
178 |
|
space characters before root element start tag). |
179 |
|
|
180 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
181 |
|
|
182 |
|
* tree-test-1.dat: Some test results are changed |
183 |
|
and a test is added according to the HTML5 |
184 |
|
revisions 1.142 and 1.143 (<noscript> in <head>). |
185 |
|
|
186 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
187 |
|
|
188 |
|
* tree-test-1.dat: Some test results are changed |
189 |
|
since <base>, <link>, and <meta> in body |
190 |
|
are no longer appended to the head element pointer (HTML5 |
191 |
|
revision 935). |
192 |
|
|
193 |
|
* content-model-2.dat: Tests for |scoped| |
194 |
|
attribute are added (HTML5 revision 938). |
195 |
|
|
196 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
197 |
|
|
198 |
|
* tree-test-1.dat: Tests for CDATA/RCDATA innerHTML |
199 |
|
with matching end tag are added (HTML5 revision 923). |
200 |
|
A test for h2 in h1 is added (HTML5 revision 926). |
201 |
|
|
202 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
203 |
|
|
204 |
* tree-test-1.dat: Tests for |<isindex>| are added. |
* tree-test-1.dat: Tests for |<isindex>| are added (HTML5 |
205 |
|
revision 920). |
206 |
|
|
207 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
208 |
|
|