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