1 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* content-model-1.dat: Tests for |footer| |
4 |
|
content model are added. |
5 |
|
|
6 |
|
* content-model-2.dat: Tests for |ping| |
7 |
|
and |tabindex| attributes are added. Tests for |datetime| |
8 |
|
attribute of |ins| and |del| elements are added. |
9 |
|
|
10 |
|
* content-model-4.dat: New test data. |
11 |
|
|
12 |
|
* ContentChecker.t: |content-model-4.dat| is added. |
13 |
|
|
14 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* tokenizer-test-1.test: Tests for HTML5 revisions 1.144 |
17 |
|
and 1.145 (CR and invalid character references) are added. |
18 |
|
Tests for HTML5 revision 1.148 (character references |
19 |
|
in attributes) are added. |
20 |
|
|
21 |
|
* tree-test-1.dat: Tests for HTML5 revision 1.146 (white |
22 |
|
space characters before root element start tag). |
23 |
|
|
24 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* tree-test-1.dat: Some test results are changed |
27 |
|
and a test is added according to the HTML5 |
28 |
|
revisions 1.142 and 1.143 (<noscript> in <head>). |
29 |
|
|
30 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* tree-test-1.dat: Some test results are changed |
33 |
|
since <base>, <link>, and <meta> in body |
34 |
|
are no longer appended to the head element pointer (HTML5 |
35 |
|
revision 935). |
36 |
|
|
37 |
|
* content-model-2.dat: Tests for |scoped| |
38 |
|
attribute are added (HTML5 revision 938). |
39 |
|
|
40 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* tree-test-1.dat: Tests for CDATA/RCDATA innerHTML |
43 |
|
with matching end tag are added (HTML5 revision 923). |
44 |
|
A test for h2 in h1 is added (HTML5 revision 926). |
45 |
|
|
46 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* tree-test-1.dat: Tests for |<isindex>| are added (HTML5 |
49 |
|
revision 920). |
50 |
|
|
51 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* tokenizer-test-1.test: Tests for conforming bare |&| |
54 |
|
are added. |
55 |
|
|
56 |
|
* tree-test-1.dat: Tests for |</body>| are added. |
57 |
|
|
58 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* tree-test-1.dat: Always use uppercase document type name. |
61 |
|
|
62 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* HTML-tokenizer.t: Support for new DOCTYPE token syntax. |
65 |
|
|
66 |
|
* tokenizer-test-1.test: Tests for DOCTYPE tokens |
67 |
|
are revised and added. |
68 |
|
|
69 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* tokenizer-test-1.test: Tests for |<| in tags are |
72 |
|
added. (HTML5 revisions 900, 901, 902, and 911.) |
73 |
|
|
74 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
|
* tokenizer-test-1.test: |⟨|, and |&rlang;| tests |
77 |
|
are added. (HTML5 revision 895.) A test for |&;| |
78 |
|
is added. |
79 |
|
|
80 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
81 |
|
|
82 |
|
* tokenizer-test-1.test: |™| test added. (HTML5 revision 889.) |
83 |
|
|
84 |
|
* HTML-tree.t: Output test file names. Escaped |
85 |
|
new line at the end of test data was removed. |
86 |
|
|
87 |
|
* tokenizer-test-2.dat: Tests for newlines, NULL, and |
88 |
|
escape flag stuff in |set_inner_html|. |
89 |
|
|
90 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
92 |
|
* tree-test-1.dat: New test for HTML5 revision 884 (</form> |
93 |
|
try to close its children). |
94 |
|
|
95 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
96 |
|
|
97 |
|
* content-model-1.dat: Tests for space characters |
98 |
|
in id="" attribute are added. |
99 |
|
|
100 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
101 |
|
|
102 |
|
* tree-test-1.dat: New tests for parse errors by |
103 |
|
tags closed by <li>, <dt>, or <dd>. (HTML5 revision 880.) |
104 |
|
|
105 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
106 |
|
|
107 |
|
* tokenizer-test-2.dat: New test. This test file contains |
108 |
|
some tests that cannot be reliably tested by |HTML-tokenize.t|, |
109 |
|
since they depends on how characeters are supplied to the |
110 |
|
tokenizer. |
111 |
|
|
112 |
|
* HTML-tree.t: |tokenizer-test-2.dat| added. |#data escaped| |
113 |
|
etc. supported. |
114 |
|
|
115 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
116 |
|
|
117 |
|
* tokenizer-test-1.test: Tests for C1 character |
118 |
|
references are added. |
119 |
|
|
120 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
121 |
|
|
122 |
|
* ContentChecker.t: Use NanoDOM-based manakai for XHTML. |
123 |
|
Note that a test fails that assumes XML attribute value |
124 |
|
normalization fails since XMLParserTemp.pm does |
125 |
|
not normalize white space in attribute value when |
126 |
|
creating an attribute node (and new NanoDOM-based |
127 |
|
manakai's Attr.value does not normalize white space |
128 |
|
for more Web compatibility). |
129 |
|
|
130 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
131 |
|
|
132 |
|
* Makefile, HTML-tokenizer.t, HTML-tree.t: New test |
133 |
|
files are added. |
134 |
|
|
135 |
|
* tokenize/, tree-construction/: Sync with latest html5lib |
136 |
|
trunk. |
137 |
|
|
138 |
|
2007-06-05 Wakaba <wakaba@suika.fam.cx> |
139 |
|
|
140 |
|
* content-model-2.dat: |script| |async| and |defer| |
141 |
|
no longer require |src|. |async| MUST NOT be |
142 |
|
specified if |defer|. (HTML5 revision 858). |
143 |
|
|
144 |
|
2007-05-30 Wakaba <wakaba@suika.fam.cx> |
145 |
|
|
146 |
|
* ContentChecker.t: Don't use obsolete |new| method. |
147 |
|
|
148 |
|
* tree-test-1.dat: Nested form test added. |
149 |
|
|
150 |
|
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
151 |
|
|
152 |
|
* content-model-2.dat: Some error messages are updated. |
153 |
|
|
154 |
|
* content-model-1.dat: Very simple test for |tbody|, |thead|, |
155 |
|
and |tfoot| is added. |
156 |
|
|
157 |
|
2007-05-26 Wakaba <wakaba@suika.fam.cx> |
158 |
|
|
159 |
|
* content-model-2.dat: Tests for |rel| values are added. |
160 |
|
|
161 |
|
2007-05-26 Wakaba <wakaba@suika.fam.cx> |
162 |
|
|
163 |
|
* content-model-2.dat: Errors on obsolete media |
164 |
|
type (i.e. |text/javascript|) are added to the expected results. |
165 |
|
|
166 |
|
* tree-test-1.dat: Tests for |style| elements' attributes |
167 |
|
are added. |
168 |
|
|
169 |
|
2007-05-25 Wakaba <wakaba@suika.fam.cx> |
170 |
|
|
171 |
|
* URIChecker.t: New test entries. |
172 |
|
|
173 |
|
* content-model-2.dat: New test entries for URI attributes. |
174 |
|
|
175 |
|
2007-05-25 Wakaba <wakaba@suika.fam.cx> |
176 |
|
|
177 |
|
* URIChecker.t: New test. |
178 |
|
|
179 |
|
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
180 |
|
|
181 |
|
* Makefile (content-type-files, content-checker-files): New rukes. |
182 |
|
|
183 |
|
* content-type-result.txt, content-checker-result.txt: New files. |
184 |
|
|
185 |
|
* tokenizer-result.txt, tree-construction-result.txt: New to CVS. |
186 |
|
|
187 |
|
* content-model-2.dat: Warnings are added to unknown attributes |
188 |
|
for unknown elements. New tests for newly implemented |
189 |
|
attributes are added. |
190 |
|
|
191 |
|
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
192 |
|
|
193 |
|
* content-model-1.dat: Required attributes are |
194 |
|
added to <link>s. |
195 |
|
|
196 |
|
* content-model-2.dat: Tests for global event handler |
197 |
|
content attributes, <link>s and <embed>s are added. |
198 |
|
|
199 |
|
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
200 |
|
|
201 |
|
* content-model-2.dat: Tests for additionally-implemented |
202 |
|
attributes are added. |
203 |
|
|
204 |
|
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
205 |
|
|
206 |
|
* content-model-2.dat: Tests for <a>/interactive |
207 |
|
elements non-nesting are added. |
208 |
|
|
209 |
|
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
210 |
|
|
211 |
|
* content-model-3.dat: New test. |
212 |
|
|
213 |
|
* ContentChecker.t (@FILES): |content-model-3.dat| added. |
214 |
|
|
215 |
|
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
216 |
|
|
217 |
|
* tree-test-1.dat: Tests for |<iframe>|, |<noframes>|, |
218 |
|
and |<xmp>| are added. |
219 |
|
|
220 |
|
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
221 |
|
|
222 |
|
* content-model-1.dat: A content model conformance |
223 |
|
error was missing. |
224 |
|
|
225 |
|
* content-model-2.dat: Unsupported global attribute (prefixed |
226 |
|
attribute) test is added. Tests for many HTML5 elements |
227 |
|
are added. |
228 |
|
|
229 |
|
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
230 |
|
|
231 |
|
* content-model-2.dat: Tests for elements up to |progress|. |
232 |
|
|
233 |
|
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
234 |
|
|
235 |
|
* content-model-2.dat: Tests for global attributes, |html|, |head|, |
236 |
|
|base|, |meta|, and |style|. |
237 |
|
|
238 |
|
* ContentChecker.t: Support for |#data html| (HTML parsing |
239 |
|
mode). |
240 |
|
|
241 |
|
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
242 |
|
|
243 |
|
* content-model-2.dat: New test. |
244 |
|
|
245 |
|
* ContentChecker.t (@FILES): |content-model-2.dat| is added. |
246 |
|
(get_node_path): |ATTRIBUTE_NODE| support. |
247 |
|
|
248 |
|
* content-model-1.dat: New tests for unknown |
249 |
|
element in HTML namespace. |
250 |
|
|
251 |
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
252 |
|
|
253 |
|
* ContentChecker.t (manakai_element_type_match): Removed. |
254 |
|
|
255 |
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
256 |
|
|
257 |
|
* content-model-1.dat: Tests for |a| content model are added. |
258 |
|
Tests for |legend| content model are added. |
259 |
|
|
260 |
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
261 |
|
|
262 |
|
* content-model-1.dat: Tests for |li| content model are added. |
263 |
|
|
264 |
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
265 |
|
|
266 |
|
* content-model-1.dat: Tests for |dd| content model are added. |
267 |
|
Tests for |em| content model (inline-level content |
268 |
|
or stricly inline-level content) are added. |
269 |
|
Tests for |dfn| content model are added. |
270 |
|
|
271 |
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
272 |
|
|
273 |
|
* content-model-1.dat: New test data. |
274 |
|
|
275 |
|
* ContentChecker.t: New test. |
276 |
|
|
277 |
|
2007-05-05 Wakaba <wakaba@suika.fam.cx> |
278 |
|
|
279 |
|
* tree-test-1.dat: ins > p test and noscript in noscript test |
280 |
|
are added. |
281 |
|
|
282 |
|
2007-05-03 Wakaba <wakaba@suika.fam.cx> |
283 |
|
|
284 |
|
* tokenizer-test-1.test: Incorrect DOCTYPE testa |
285 |
|
are added. |
286 |
|
|
287 |
|
* tree-test-1.dat: |innerHTML| tests are added. |
288 |
|
|
289 |
|
2007-05-03 Wakaba <wakaba@suika.fam.cx> |
290 |
|
|
291 |
|
* LICENSE: New document. |
292 |
|
|
293 |
|
2007-05-02 Wakaba <wakaba@suika.fam.cx> |
294 |
|
|
295 |
|
* .cvsignore: Result files are added. |
296 |
|
|
297 |
|
* HTML-tree.t: Support for document fragment tests. |
298 |
|
|
299 |
|
* Makefile: Generate test result files. |
300 |
|
|
301 |
|
* tokenizer-test-1.test: A new test to ensure that |
302 |
|
characters after end tag are preserved in RCDATA or CDATA |
303 |
|
case. |
304 |
|
|
305 |
|
2007-05-01 Wakaba <wakaba@suika.fam.cx> |
306 |
|
|
307 |
|
* HTML-tree.t: Use new |What::HTML->parse_string| method |
308 |
|
so that this test don't have to know parser class's |
309 |
|
internals. |
310 |
|
|
311 |
|
* tree-test-1.dat: New tests for "(<head> stuffs) in body" |
312 |
|
and "(<head> stuffs) after body" are added. |
313 |
|
|
314 |
|
2007-05-01 Wakaba <wakaba@suika.fam.cx> |
315 |
|
|
316 |
|
* HTML-tree.t: New test file is added. Sort key |
317 |
|
was incorrect. |
318 |
|
|
319 |
|
* HTML-tokenizer.t: New test file is added. |
320 |
|
|
321 |
|
* tokenizer-test-1.test, tree-test-1.dat: New tests. |
322 |
|
|
323 |
|
2007-04-30 Wakaba <wakaba@suika.fam.cx> |
324 |
|
|
325 |
|
* .cvsignore: |tree-consturction| is added. |
326 |
|
|
327 |
|
* HTML-tree.t: New test. |
328 |
|
|
329 |
|
* Makefile: Rules for tree constructor tests are added. |
330 |
|
|
331 |
|
2007-04-30 Wakaba <wakaba@suika.fam.cx> |
332 |
|
|
333 |
|
* HTML-tokenizer.t: |Data::Dumper::Useqq| is replaced |
334 |
|
by customized ones so that utf8 vs byte string handling |
335 |
|
cause no error. Set |$JSON::UTF8| flag on so |
336 |
|
that the |JSON| module turns the utf8 flag on. |
337 |
|
Support for the |contentModelFlags| and |lastStartTag| |
338 |
|
test props. Show the input as well as description |
339 |
|
when a test fails. |
340 |
|
|
341 |
|
2007-04-30 Wakaba <wakaba@suika.fam.cx> |
342 |
|
|
343 |
|
* .cvsignore: New file. |
344 |
|
|
345 |
|
* Makefile: New file. |
346 |
|
|
347 |
|
* HTML-tokenizer.t: New test. |
348 |
|
|
349 |
2007-04-24 Wakaba <wakaba@suika.fam.cx> |
2007-04-24 Wakaba <wakaba@suika.fam.cx> |
350 |
|
|
351 |
* ContentType.t: Remove some |my|s to avoid warnings. |
* ContentType.t: Remove some |my|s to avoid warnings. |