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