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