/[suikacvs]/markup/html/whatpm/t/ChangeLog
Suika

Contents of /markup/html/whatpm/t/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.66 - (show annotations) (download)
Mon Jul 16 07:48:19 2007 UTC (19 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.65: +8 -0 lines
++ whatpm/t/ChangeLog	16 Jul 2007 07:48:16 -0000
	* content-model-1.dat, content-model-2.dat: Add "in XML:charset"
	error for test data that has |charset| in XML context.

	* content-model-2.dat: Test data for "in XML:charset", "in XML:lang",
	and "in HTML:xml:lang" are added.

2007-07-16  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ChangeLog	16 Jul 2007 07:33:46 -0000
	* ContentChecker.pm: Report error if |xml:lang|
	in HTML, |lang| in XML, |xmlns| in XML, and |meta| |charset|
	in XML.

	* NanoDOM.pm (Attr.owner_document): New attribute.

2007-07-16  Wakaba  <wakaba@suika.fam.cx>

1 2007-07-16 Wakaba <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
50
51 * Charset-DecodeHandler.t: New test script.
52
53 2007-07-07 Wakaba <[email protected]>
54
55 * tokenizer-test-1.test: A comment test is added.
56
57 2007-07-01 Wakaba <[email protected]>
58
59 * tree-test-1.dat: New tests for unmatched end tags.
60
61 2007-07-01 Wakaba <[email protected]>
62
63 * table-1.dat: New test data.
64
65 * ContentChecker.t: |table-1.dat| is added.
66
67 2007-06-30 Wakaba <[email protected]>
68
69 * tree-test-2.dat: Tests for <title> in fragments are added.
70
71 2007-06-30 Wakaba <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
107
108 * tree-test-1.dat: Tests for end tag strings
109 in CDATA elements are added.
110
111 2007-06-24 Wakaba <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
157
158 * tree-test-1.dat: Tests for |<isindex>| are added (HTML5
159 revision 920).
160
161 2007-06-23 Wakaba <[email protected]>
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 <[email protected]>
169
170 * tree-test-1.dat: Always use uppercase document type name.
171
172 2007-06-23 Wakaba <[email protected]>
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 <[email protected]>
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 <[email protected]>
185
186 * tokenizer-test-1.test: |&lang;|, and |&rlang;| tests
187 are added. (HTML5 revision 895.) A test for |&amp;;|
188 is added.
189
190 2007-06-23 Wakaba <[email protected]>
191
192 * tokenizer-test-1.test: |&TRADE;| 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 <[email protected]>
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 <[email protected]>
206
207 * content-model-1.dat: Tests for space characters
208 in id="" attribute are added.
209
210 2007-06-23 Wakaba <[email protected]>
211
212 * tree-test-1.dat: New tests for parse errors by
213 tags closed by <li>, <dt>, or <dd>. (HTML5 revision 880.)
214
215 2007-06-23 Wakaba <[email protected]>
216
217 * tokenizer-test-2.dat: New test. This test file contains
218 some tests that cannot be reliably tested by |HTML-tokenize.t|,
219 since they depends on how characeters are supplied to the
220 tokenizer.
221
222 * HTML-tree.t: |tokenizer-test-2.dat| added. |#data escaped|
223 etc. supported.
224
225 2007-06-23 Wakaba <[email protected]>
226
227 * tokenizer-test-1.test: Tests for C1 character
228 references are added.
229
230 2007-06-23 Wakaba <[email protected]>
231
232 * ContentChecker.t: Use NanoDOM-based manakai for XHTML.
233 Note that a test fails that assumes XML attribute value
234 normalization fails since XMLParserTemp.pm does
235 not normalize white space in attribute value when
236 creating an attribute node (and new NanoDOM-based
237 manakai's Attr.value does not normalize white space
238 for more Web compatibility).
239
240 2007-06-23 Wakaba <[email protected]>
241
242 * Makefile, HTML-tokenizer.t, HTML-tree.t: New test
243 files are added.
244
245 * tokenize/, tree-construction/: Sync with latest html5lib
246 trunk.
247
248 2007-06-05 Wakaba <[email protected]>
249
250 * content-model-2.dat: |script| |async| and |defer|
251 no longer require |src|. |async| MUST NOT be
252 specified if |defer|. (HTML5 revision 858).
253
254 2007-05-30 Wakaba <[email protected]>
255
256 * ContentChecker.t: Don't use obsolete |new| method.
257
258 * tree-test-1.dat: Nested form test added.
259
260 2007-05-27 Wakaba <[email protected]>
261
262 * content-model-2.dat: Some error messages are updated.
263
264 * content-model-1.dat: Very simple test for |tbody|, |thead|,
265 and |tfoot| is added.
266
267 2007-05-26 Wakaba <[email protected]>
268
269 * content-model-2.dat: Tests for |rel| values are added.
270
271 2007-05-26 Wakaba <[email protected]>
272
273 * content-model-2.dat: Errors on obsolete media
274 type (i.e. |text/javascript|) are added to the expected results.
275
276 * tree-test-1.dat: Tests for |style| elements' attributes
277 are added.
278
279 2007-05-25 Wakaba <[email protected]>
280
281 * URIChecker.t: New test entries.
282
283 * content-model-2.dat: New test entries for URI attributes.
284
285 2007-05-25 Wakaba <[email protected]>
286
287 * URIChecker.t: New test.
288
289 2007-05-20 Wakaba <[email protected]>
290
291 * Makefile (content-type-files, content-checker-files): New rukes.
292
293 * content-type-result.txt, content-checker-result.txt: New files.
294
295 * tokenizer-result.txt, tree-construction-result.txt: New to CVS.
296
297 * content-model-2.dat: Warnings are added to unknown attributes
298 for unknown elements. New tests for newly implemented
299 attributes are added.
300
301 2007-05-20 Wakaba <[email protected]>
302
303 * content-model-1.dat: Required attributes are
304 added to <link>s.
305
306 * content-model-2.dat: Tests for global event handler
307 content attributes, <link>s and <embed>s are added.
308
309 2007-05-20 Wakaba <[email protected]>
310
311 * content-model-2.dat: Tests for additionally-implemented
312 attributes are added.
313
314 2007-05-20 Wakaba <[email protected]>
315
316 * content-model-2.dat: Tests for <a>/interactive
317 elements non-nesting are added.
318
319 2007-05-19 Wakaba <[email protected]>
320
321 * content-model-3.dat: New test.
322
323 * ContentChecker.t (@FILES): |content-model-3.dat| added.
324
325 2007-05-19 Wakaba <[email protected]>
326
327 * tree-test-1.dat: Tests for |<iframe>|, |<noframes>|,
328 and |<xmp>| are added.
329
330 2007-05-19 Wakaba <[email protected]>
331
332 * content-model-1.dat: A content model conformance
333 error was missing.
334
335 * content-model-2.dat: Unsupported global attribute (prefixed
336 attribute) test is added. Tests for many HTML5 elements
337 are added.
338
339 2007-05-19 Wakaba <[email protected]>
340
341 * content-model-2.dat: Tests for elements up to |progress|.
342
343 2007-05-19 Wakaba <[email protected]>
344
345 * content-model-2.dat: Tests for global attributes, |html|, |head|,
346 |base|, |meta|, and |style|.
347
348 * ContentChecker.t: Support for |#data html| (HTML parsing
349 mode).
350
351 2007-05-19 Wakaba <[email protected]>
352
353 * content-model-2.dat: New test.
354
355 * ContentChecker.t (@FILES): |content-model-2.dat| is added.
356 (get_node_path): |ATTRIBUTE_NODE| support.
357
358 * content-model-1.dat: New tests for unknown
359 element in HTML namespace.
360
361 2007-05-13 Wakaba <[email protected]>
362
363 * ContentChecker.t (manakai_element_type_match): Removed.
364
365 2007-05-13 Wakaba <[email protected]>
366
367 * content-model-1.dat: Tests for |a| content model are added.
368 Tests for |legend| content model are added.
369
370 2007-05-13 Wakaba <[email protected]>
371
372 * content-model-1.dat: Tests for |li| content model are added.
373
374 2007-05-13 Wakaba <[email protected]>
375
376 * content-model-1.dat: Tests for |dd| content model are added.
377 Tests for |em| content model (inline-level content
378 or stricly inline-level content) are added.
379 Tests for |dfn| content model are added.
380
381 2007-05-13 Wakaba <[email protected]>
382
383 * content-model-1.dat: New test data.
384
385 * ContentChecker.t: New test.
386
387 2007-05-05 Wakaba <[email protected]>
388
389 * tree-test-1.dat: ins > p test and noscript in noscript test
390 are added.
391
392 2007-05-03 Wakaba <[email protected]>
393
394 * tokenizer-test-1.test: Incorrect DOCTYPE testa
395 are added.
396
397 * tree-test-1.dat: |innerHTML| tests are added.
398
399 2007-05-03 Wakaba <[email protected]>
400
401 * LICENSE: New document.
402
403 2007-05-02 Wakaba <[email protected]>
404
405 * .cvsignore: Result files are added.
406
407 * HTML-tree.t: Support for document fragment tests.
408
409 * Makefile: Generate test result files.
410
411 * tokenizer-test-1.test: A new test to ensure that
412 characters after end tag are preserved in RCDATA or CDATA
413 case.
414
415 2007-05-01 Wakaba <[email protected]>
416
417 * HTML-tree.t: Use new |What::HTML->parse_string| method
418 so that this test don't have to know parser class's
419 internals.
420
421 * tree-test-1.dat: New tests for "(<head> stuffs) in body"
422 and "(<head> stuffs) after body" are added.
423
424 2007-05-01 Wakaba <[email protected]>
425
426 * HTML-tree.t: New test file is added. Sort key
427 was incorrect.
428
429 * HTML-tokenizer.t: New test file is added.
430
431 * tokenizer-test-1.test, tree-test-1.dat: New tests.
432
433 2007-04-30 Wakaba <[email protected]>
434
435 * .cvsignore: |tree-consturction| is added.
436
437 * HTML-tree.t: New test.
438
439 * Makefile: Rules for tree constructor tests are added.
440
441 2007-04-30 Wakaba <[email protected]>
442
443 * HTML-tokenizer.t: |Data::Dumper::Useqq| is replaced
444 by customized ones so that utf8 vs byte string handling
445 cause no error. Set |$JSON::UTF8| flag on so
446 that the |JSON| module turns the utf8 flag on.
447 Support for the |contentModelFlags| and |lastStartTag|
448 test props. Show the input as well as description
449 when a test fails.
450
451 2007-04-30 Wakaba <[email protected]>
452
453 * .cvsignore: New file.
454
455 * Makefile: New file.
456
457 * HTML-tokenizer.t: New test.
458
459 2007-04-24 Wakaba <[email protected]>
460
461 * ContentType.t: Remove some |my|s to avoid warnings.
462
463 2007-04-24 Wakaba <[email protected]>
464
465 * ChangeLog: New file.
466
467 * ContentType.t: New Perl test.
468
469

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24