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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.242 - (show annotations) (download)
Sat Aug 2 15:14:24 2008 UTC (17 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.241: +5 -0 lines
++ whatpm/t/ChangeLog	2 Aug 2008 15:13:47 -0000
	* WebIDL.t ($onerror): |value| argument value should be
	checked as well as other argument values.

2008-08-02  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/t/webidl/ChangeLog	2 Aug 2008 15:14:12 -0000
	* webidl-defs.dat: Test result updated.

	* webidl-interface.dat: New test data for constants are added.

2008-08-02  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ChangeLog	2 Aug 2008 15:12:09 -0000
	* WebIDL.pm ($integer): Order of selections are changed to match
	hexadecimal numbers (the original pattern, taken from the spec,
	was not work for hexadecimal numbers, because the "0" prefix
	matches to the [0-7]* part (as an empty string) and therefore
	it does not match with remaining "x..." part of a "0x..." integer
	literal.
	($get_type): It now returns a string, not an array reference,
	for regular types and |sequence| types (i.e. it in any case
	returns a string).
	($get_next_token): The second item in the array that represents
	a integer or float token is now a Perl number value, not the
	original string representation of the number.
	(check): Support for const value consistency checking.
	No extended attribute is defined for constants.
	(Node subclasses): Use simple strings rather than array references
	for default data type values.
	($serialize_type): Type values are now simple strings.
	(value): If the new attribute value is a false value, then
	a FALSE value is set to the attribute.

2008-08-02  Wakaba  <wakaba@suika.fam.cx>

1 2008-08-02 Wakaba <[email protected]>
2
3 * WebIDL.t ($onerror): |value| argument value should be
4 checked as well as other argument values.
5
6 2008-08-02 Wakaba <[email protected]>
7
8 * WebIDL.t: Check whether |text| argument of the error
9 is correct or not.
10
11 2008-08-02 Wakaba <[email protected]>
12
13 * WebIDL.t: New test script.
14
15 * webidl/: New directory.
16
17 2008-06-08 Wakaba <[email protected]>
18
19 * content-model-1.dat, content-model-2.dat: Test data are
20 updated and added for <map name=""> and <map id=""> (HTML5
21 revisions 1722 and 1728).
22
23 2008-06-08 Wakaba <[email protected]>
24
25 * content-model-1.dat: Test data for ruby are added (HTML5 revision
26 1704).
27
28 2008-06-08 Wakaba <[email protected]>
29
30 * tree-test-1.dat: Test data added for ruby parsing (HTML5 revision
31 1704).
32
33 2008-06-01 Wakaba <[email protected]>
34
35 * HTML-tokenizer.t, tokenizer-test-1.test: Update for new format.
36
37 2008-06-01 Wakaba <[email protected]>
38
39 * content-model-6.dat: "data-" attribute is no longer allowed (HTML5
40 revision 1709).
41
42 * content-model-2.dat: Add tests for rel=contact (cf. HTML5
43 revision 1711).
44
45 2008-05-25 Wakaba <[email protected]>
46
47 * ContentType.t: Test result related to UTF-32 updated (HTML5
48 revision 1701).
49
50 2008-05-25 Wakaba <[email protected]>
51
52 * content-model-2.dat: Test data on sizes="" are added (HTML5
53 revision 1558).
54
55 2008-05-25 Wakaba <[email protected]>
56
57 * content-model-1.dat: Test data on <datagrid> content model
58 are added (cf. HTML5 revision 1566). Empty |datagrid| elements
59 are no longer in error.
60
61 2008-05-25 Wakaba <[email protected]>
62
63 * tree-test-1.dat: Test data on <noframes> are added (HTML5 revision
64 1692).
65
66 2008-05-25 Wakaba <[email protected]>
67
68 * tree-test-1.dat: Test data on <isindex/> are added (HTML5
69 revision 1697).
70
71 2008-05-24 Wakaba <[email protected]>
72
73 * tree-test-1.dat: Test data on EOF in foreign content insertion
74 mode are added (HTML5 revision 1693). Test data on SVG camelCase
75 attributes are added (HTML5 revision 1700). Test data on <textarea>
76 in <select> are added (HTML5 revision 1699). Test data on HTML start
77 tags in foreign content insertion mode are added (HTML5 revision
78 1698).
79
80 * content-model-1.dat, content-model-2.dat: Update test
81 results for <style> and <script>.
82
83 2008-05-24 Wakaba <[email protected]>
84
85 * content-model-2.dat: Test data on sandbox="" and seemless=""
86 are added (cf. HTML5 revision 1637 and 1643).
87
88 2008-05-24 Wakaba <[email protected]>
89
90 * ContentType.t: A fictional test data for image/vnd.microsoft.icon
91 are added (cf. HTML5 revision 1676).
92
93 2008-05-24 Wakaba <[email protected]>
94
95 * tokenizer-test-2.dat: New test data on truncated doctypes (c.f.
96 HTML5 revision 1685).
97
98 2008-05-24 Wakaba <[email protected]>
99
100 * tokenizer-test-1.test: New test data on EOF in tags are added
101 to cover changes in HTML5 revision 1684.
102
103 2008-05-24 Wakaba <[email protected]>
104
105 * tree-test-1.dat: Test data related to changes in HTML5
106 revision 1686 are added.
107
108 2008-05-16 Wakaba <[email protected]>
109
110 * content-model-2.dat: Test data for charset="" attribute
111 are added.
112
113 2008-05-16 Wakaba <[email protected]>
114
115 * content-model-2.dat: Test data for pixeldata="" attribute
116 are added (HTML5 revision 1629).
117
118 2008-05-10 Wakaba <[email protected]>
119
120 * content-model-2.dat: Boolean attributes now allow uppercase
121 letters (HTML5 revision 1572).
122
123 2008-05-06 Wakaba <[email protected]>
124
125 * content-model-2.dat: Test data for td/@headers are added.
126
127 2008-05-05 Wakaba <[email protected]>
128
129 * content-model-2.dat: Test data for table/@cellpadding,
130 table/@cellspacing, @charoff, and script/@langauge are added.
131
132 2008-05-05 Wakaba <[email protected]>
133
134 * content-model-1.dat, content-model-2.dat: New test data
135 for meta refresh; some test results updated. Duplicate
136 meta http-equiv="" are now non-conforming.
137
138 2008-05-05 Wakaba <[email protected]>
139
140 * table-1.dat: Test data updated and some new test data
141 added for new requirements (HTML5 revisions 1387 and 1388).
142
143 2008-05-05 Wakaba <[email protected]>
144
145 * ContentType.t: "text/plain; charset=UTF-8" and Content-Encoding
146 are no longer safe; test data for them are added (HTML5 revision 1288).
147
148 2008-05-05 Wakaba <[email protected]>
149
150 * ContentType.t: Test data of HTML with BOM are added (c.f.
151 HTML5 revision 1282).
152
153 2008-05-05 Wakaba <[email protected]>
154
155 * content-model-2.dat: Test data for repeat* global attributes
156 are added.
157
158 2008-05-03 Wakaba <[email protected]>
159
160 * content-model-2.dat: Test data for |repeat-max=""|
161 and |repeat-start=""| attributes are added.
162
163 2008-05-03 Wakaba <[email protected]>
164
165 * content-model-2.dat: Test data for repetition template attributes
166 are added.
167
168 2008-05-03 Wakaba <[email protected]>
169
170 * content-model-2.dat: Test data for data template attributes are
171 added.
172
173 2008-04-29 Wakaba <[email protected]>
174
175 * content-model-1.dat: Test data for <font> context are added.
176
177 2008-04-29 Wakaba <[email protected]>
178
179 * content-model-4.dat: Terms no longer have to be unique (HTML5
180 revision 1467).
181
182 * content-model-2.dat: Tests for |onstorage| attribute
183 are added (HTML5 revision 1495). Fix test results
184 for unknown elements and attributes in the HTML namespace.
185
186 2008-04-29 Wakaba <[email protected]>
187
188 * content-model-1.dat, content-model-2.dat: Test results
189 related to browsing context name or keyword are revised
190 and added (HTML5 revision 1470 and 1471).
191
192 2008-04-13 Wakaba <[email protected]>
193
194 * HTML-tokenizer.t: Raise a parse error if there are disallowed
195 character (for compatibility with existing html5lib test data).
196
197 * tokenizer-test-1.test: Some test results are updated with
198 regard to parse errors on disallowed characters.
199
200 * tokenizer-test-2.dat: Test data for disallowed characters
201 are added (HTML5 revision 1263).
202
203 2008-04-13 Wakaba <[email protected]>
204
205 * HTML-tokenizer.t, HTML-tree.t, Makefile: Support for html5lib
206 new test files.
207
208 2008-04-13 Wakaba <[email protected]>
209
210 * content-model-2.dat: Test data updated and added for
211 global |xmlns| attributes (HTML5 revision 1426).
212
213 2008-04-12 Wakaba <[email protected]>
214
215 * HTML-tokenizer.t: Remove "self-closing flag" if the start
216 tag token is that of a slash permitted element (This is necessary
217 to maintain compatibility with current test data, since in the
218 new algorithm whether slash is permitted or not is decided in
219 tree construction stage).
220
221 2008-04-12 Wakaba <[email protected]>
222
223 * content-model-6.dat: New test data file. Test data for
224 HTML custom data attributes (HTML5 revision 1399) are added.
225
226 * ContentChecker.t: New test file |content-model-6.dat| is added.
227
228 2008-03-29 Wakaba <[email protected]>
229
230 * content-model-1.dat, content-model-2.dat: s/prose/flow/g.
231
232 2008-03-22 Wakaba <[email protected]>
233
234 * content-model-2.dat: Test data on |rev| attribute are added.
235
236 2008-03-22 Wakaba <[email protected]>
237
238 * content-model-2.dat: Some test results were wrong.
239
240 2008-03-22 Wakaba <[email protected]>
241
242 * content-model-2.dat: Test data on more HTML4 attributes
243 are added.
244
245 2008-03-22 Wakaba <[email protected]>
246
247 * content-model-2.dat: Test data on more HTML4 attributes
248 are added.
249
250 2008-03-22 Wakaba <[email protected]>
251
252 * content-model-2.dat: Test data on numbers of HTML4 deprecated
253 attributes are added.
254
255 2008-03-22 Wakaba <[email protected]>
256
257 * content-model-2.dat: Test data on |@profile| and |@version| are
258 added.
259
260 2008-03-22 Wakaba <[email protected]>
261
262 * content-model-1.dat: Now we support RDF.
263
264 * content-model-2.dat: Test data on |@accesskey| attribute
265 are added.
266
267 2008-03-21 Wakaba <[email protected]>
268
269 * tokenizer-test-2.dat: A test from #whatwg is added.
270
271 2008-03-20 Wakaba <[email protected]>
272
273 * content-model-atom-1.dat: New test data are added.
274
275 * content-model-atom-2.dat: New test data are
276 added from Atom test suite.
277
278 2008-03-20 Wakaba <[email protected]>
279
280 * content-model-atom-threading-1.dat: New test data
281 on |thr:total| element are added
282
283 2008-03-20 Wakaba <[email protected]>
284
285 * ContentChecker.t: |content-model-atom-threading-1.dat|
286 added.
287
288 * content-model-atom-threading-1.dat: New test file.
289
290 2008-03-20 Wakaba <[email protected]>
291
292 * ContentCheker.t: Replace dummy error type for subdoc
293 checking invocations to ";SUBDOC".
294
295 * content-model-1.dat, content-model-2.dat: Test
296 results revised to support the aforementioned change.
297
298 * content-model-atom-1.dat: Test results revised
299 so that |type=html| in Text construct is now
300 tested whether the subdoc code is invoked.
301
302 2008-03-20 Wakaba <[email protected]>
303
304 * content-model-atom-1.dat: Test data on cases of
305 missing |atom:summary| in |atom:entry| are added.
306
307 2008-03-20 Wakaba <[email protected]>
308
309 * content-model-1.dat: Some test results were incorrect, again... orz
310
311 2008-03-20 Wakaba <[email protected]>
312
313 * content-model-1.dat: Some test results are fixed.
314
315 * content-model-atom-1.dat: Some test results are fixed.
316 Test data for |atom:author| for |atom:feed| are added.
317
318 2008-03-20 Wakaba <[email protected]>
319
320 * content-model-atom-1.dat: Test data for |atom:author|
321 for |atom:feed| are added.
322
323 2008-03-20 Wakaba <[email protected]>
324
325 * content-model-1.dat: Some test results related on |atom:entry|
326 are fixed.
327
328 * content-model-atom-1.dat: Test data for |atom:author|
329 for |atom:entry| are added.
330
331 2008-03-09 Wakaba <[email protected]>
332
333 * content-model-1.dat: Test data for |center|, |dir|, and |basefont|
334 are added.
335
336 2008-03-09 Wakaba <[email protected]>
337
338 * content-model-2.dat: |contenteditable=""| tests are added.
339
340 2008-03-09 Wakaba <[email protected]>
341
342 * tree-test-1.dat, tree-test-2.dat: Test results are updated
343 with some test data additions.
344
345 2008-03-09 Wakaba <[email protected]>
346
347 * tree-test-1.dat, tree-test-2.dat: Test data on end-of-file
348 are added (c.f. HTML5 revision 1348).
349
350 2008-03-09 Wakaba <[email protected]>
351
352 * tree-test-1.dat: Test data on |applet| are added (HTML5 revision
353 1347).
354
355 2008-03-09 Wakaba <[email protected]>
356
357 * tree-test-1.dat: Test data on foster parenting in AAA
358 are added (HTML5 revision 1343).
359
360 2008-03-09 Wakaba <[email protected]>
361
362 * tree-test-1.dat: Test data on <input> in <select> and <select>
363 in table are added (HTML5 revision 1342).
364
365 2008-03-09 Wakaba <[email protected]>
366
367 * tree-test-1.dat: Test data on <script> or <style>
368 in <table> are added.
369
370 2008-03-09 Wakaba <[email protected]>
371
372 * tree-test-1.dat, tree-test-2.dat: Test data on white space
373 between <html> and <head> are added (HTML5 revision 1332).
374
375 2008-03-09 Wakaba <[email protected]>
376
377 * tree-test-1.dat: More tests are added for foster parenting (HTML5
378 revision 1331 and so on).
379
380 2008-03-08 Wakaba <[email protected]>
381
382 * tree-test-1.dat, tree-test-2.dat: Tests on \u000A at
383 the first of <textarea>, <pre>, and <listing> are
384 added (c.f. HTML5 revision 1330).
385
386 2008-03-08 Wakaba <[email protected]>
387
388 * tree-test-1.dat: A test data on <title> in <table>
389 are added.
390
391 * tree-test-2.dat: Test results updated (HTML5 revision 1328).
392
393 2008-03-08 Wakaba <[email protected]>
394
395 * tree-test-1.dat: Test data for tainted space in tables are
396 added (HTML5 revision 1326).
397
398 2008-03-08 Wakaba <[email protected]>
399
400 * tree-test-1.dat: Tests for </form> are added (HTML5 revision 1320).
401
402 2008-03-06 Wakaba <[email protected]>
403
404 * tree-test-1.dat, tree-test-2.dat: More <html> test
405 cases are added (HTML5 revision 1314).
406
407 2008-03-05 Wakaba <[email protected]>
408
409 * HTML-tree.t: Support for \Uhhhhhhhh escapes. Support for
410 dumping PUBLIC and SYSTEM identifiers of DOCTYPE tokens.
411
412 * tree-test-1.dat, tree-test-2.dat: More test data for previously
413 uncovered cases are added. Some error descriptions are revised.
414
415 2008-03-05 Wakaba <[email protected]>
416
417 * tree-test-1.dat: More test data for previously uncovered
418 cases are added.
419
420 2008-03-04 Wakaba <[email protected]>
421
422 * tree-test-1.dat: More test data for previously uncovered
423 cases are added.
424
425 2008-03-04 Wakaba <[email protected]>
426
427 * tree-test-1.dat: Missing tests from the initial stage are added.
428
429 2008-03-03 Wakaba <[email protected]>
430
431 * HTML-tokenizer.t: Ignore tree-construction phase and set_inner_html
432 checkpoints.
433
434 2008-03-03 Wakaba <[email protected]>
435
436 * tokenizer-test-1.test: New test data are added to cover
437 all possible cases.
438
439 * HTML-tree.t: Support for test coverage.
440
441 2008-03-03 Wakaba <[email protected]>
442
443 * HTML-tokenizer.t: Support for test coverage caluclation.
444
445 2008-03-03 Wakaba <[email protected]>
446
447 * HTML-tokenizer.t: s/_input_character/_input_char/g for simplicity.
448
449 2008-03-03 Wakaba <[email protected]>
450
451 * HTML-tokenizer.t: s/correct/force-quirks/.
452
453 2008-03-03 Wakaba <[email protected]>
454
455 * tokenizer-test-1.test: New tests on trailing garbage
456 after SYSTEM literal (HTML5 revision 1306) are added.
457
458 2008-03-02 Wakaba <[email protected]>
459
460 * tokenizer-test-1.test: Tests for |<span ===>| is added (HTML5
461 revision 1292). Tests for & at the end of attribute value
462 are added (HTML5 revision 1296). Tests for bogus comments
463 are added (HTML5 revision 1297). Tests for |=| in
464 unquoted attribute values are added (HTML5 revision 1299).
465 Tests for single or double quotes in unquoted attribute
466 values or attribute names and tests for missing spaces
467 between attributes are added (HTML5 revision 1303).
468
469 2008-03-02 Wakaba <[email protected]>
470
471 * content-model-atom-1.dat: New test data are added.
472
473 2008-03-02 Wakaba <[email protected]>
474
475 * content-model-1.dat: Test data for |<area>| are added.
476
477 * content-model-2.dat: Test data for |<img ismap>| are added.
478
479 2008-03-01 Wakaba <[email protected]>
480
481 * content-model-1.dat: |address| content model tests
482 are added.
483
484 2008-03-01 Wakaba <[email protected]>
485
486 * tokenizer-test-1.test: Updated (HTML5 recision 1286).
487
488 * content-model-2.dat: Updated (HTML5 revision 1275).
489
490 2008-02-26 Wakaba <[email protected]>
491
492 * content-model-1.dat: Test data for |header| and |footer|
493 exclusions of sectioning contents are added (c.f. HTML5
494 revision 1250).
495
496 2008-02-26 Wakaba <[email protected]>
497
498 * content-model-1.dat: Figure caption is now optional (HTML5
499 revision 1240). Add test data for |ol reversed| (HTML5
500 revision 1248).
501
502 2008-02-24 Wakaba <[email protected]>
503
504 * content-model-2.dat: Test data for |acronym|, |big|, |tt|, |s|,
505 |strike|, and |u| are added.
506
507 2008-02-24 Wakaba <[email protected]>
508
509 * content-model-1.dat, content-model-2.dat: Some test
510 results are updated. New test data on non-standard
511 attributes are added. Note that some test results do
512 still need to be updated.
513
514 2008-02-24 Wakaba <[email protected]>
515
516 * content-model-1.dat: Some test results on |meta|
517 in |noscript| are updated.
518
519 2008-02-23 Wakaba <[email protected]>
520
521 * content-model-1.dat: Some test results are updated.
522 New tests for |details| are added.
523
524 2008-02-23 Wakaba <[email protected]>
525
526 * content-model-1.dat: Some test results are fixed.
527 New tests for |video| and |audio| are added.
528
529 2008-02-23 Wakaba <[email protected]>
530
531 * content-model-1.dat: New test data for |object| transparentness
532 are added.
533
534 2008-02-23 Wakaba <[email protected]>
535
536 * content-model-1.dat, content-model-2.dat: Wrong "significant"
537 errors are removed.
538
539 2008-02-18 Wakaba <[email protected]>
540
541 * content-model-1.dat: New test data for |object| are added.
542
543 2008-02-18 Wakaba <[email protected]>
544
545 * content-model-1.dat: New test data for |mark| are added (HTML5
546 revision 1232).
547
548 2008-02-18 Wakaba <[email protected]>
549
550 * content-model-2.dat: |alt=""| test results revised.
551
552 * content-model-1.dat: |<img/>|s in tests are revised so
553 that they are conforming.
554
555 2008-02-17 Wakaba <[email protected]>
556
557 * content-model-1.dat: Test results corrected.
558
559 2008-02-17 Wakaba <[email protected]>
560
561 * content-model-1.dat: New test data for |<figure>| are added.
562 Some test data are corrected.
563
564 2008-02-17 Wakaba <[email protected]>
565
566 * content-model-1.dat: New test data for |<noscript>|
567 in |<head>|.
568
569 2008-02-17 Wakaba <[email protected]>
570
571 * content-model-1.dat: More test on |<meta http-equiv=Content-Type>|
572 are added.
573
574 2008-02-17 Wakaba <[email protected]>
575
576 * content-model-1.dat, content-model-2.dat: Updated.
577
578 2008-02-17 Wakaba <[email protected]>
579
580 * content-model-1.dat: Updated.
581
582 2008-02-17 Wakaba <[email protected]>
583
584 * content-model-1.dat, content-model-2.dat, content-model-4.dat,
585 content-model-5.dat: Error result revised.
586
587 2008-02-17 Wakaba <[email protected]>
588
589 * content-model-1.dat, content-model-2.dat, content-model-5.dat:
590 Test results are updated; new tests are added.
591
592 2008-02-16 Wakaba <[email protected]>
593
594 * ContentChecker.t: Tentative support for subdoc mode.
595
596 * tree-test-1.dat: Some tests are added from #whatwg.
597
598 2008-02-11 Wakaba <[email protected]>
599
600 * css-text.dat: Test data for 'writing-mode' and 'text-anchor'
601 are added.
602
603 * CSS-Parser-1.t: New properties are added.
604
605 2008-02-11 Wakaba <[email protected]>
606
607 * css-4.dat: New test file.
608
609 * CSS-Parser-1.t: |css-4.dat| added. Support for '@charset'
610 and '@import'.
611
612 2008-02-10 Wakaba <[email protected]>
613
614 * CSS-Parser-1.t (get_parser): Call |init|.
615
616 2008-02-10 Wakaba <[email protected]>
617
618 * css-3.dat: New test file.
619
620 * CSS-Parser-1.t: |css-3.dat| is added. '-moz-pre-wrap' added.
621 Typo for 'collapse' value fixed. Support for '@namespace'
622 serialization.
623
624 * css-1.dat: New test data for selectors parsing.
625
626 * css-font.dat: Error locations for 'u' errors are corrected.
627
628 * css-table.dat: Test data for 'border-collapse' are added.
629
630 * css-text.dat: Test data for '-moz-pre-wrap' are added.
631
632 * css-visual.dat: Test data for 'background-position' are added.
633
634 2008-02-09 Wakaba <[email protected]>
635
636 * css-2.dat, css-font.dat: s/unsupported/u/g;
637
638 2008-02-08 Wakaba <[email protected]>
639
640 * css-2.dat: New test data.
641
642 * CSS-Parser-1.t: |css-2.dat| added. Support for |@media|.
643
644 2008-02-08 Wakaba <[email protected]>
645
646 * CSS-MediaQuery.t, mq-1.dat: New files.
647
648 2008-02-03 Wakaba <[email protected]>
649
650 * CSS-Parser-1.t: Typo fixed. New properties added.
651
652 * css-font.dat, css-table.dat, css-paged.dat, css-generated.dat,
653 css-visual.dat: New test data for
654 newly supported properties are added.
655
656 2008-02-02 Wakaba <[email protected]>
657
658 * CSS-Parser-1.t: 'clip' added.
659
660 * css-visual.t: New test data for 'clip' are added.
661
662 2008-01-30 Wakaba <[email protected]>
663
664 * css-generated.dat: New test data for 'counter-increment', 'content',
665 and 'counter-reset' are added.
666
667 * CSS-Parser-1.t: 'counter-reset' and 'counter-increment'
668 are added.
669
670 2008-01-28 Wakaba <[email protected]>
671
672 * CSS-Parser-1.t: 'content' added to the list of supported
673 property and the list of initial values.
674
675 * css-generated.dat: Tests for 'content' are added.
676
677 2008-01-27 Wakaba <[email protected]>
678
679 * CSS-Parser-1.t: Loads test files as UTF-8.
680
681 * css-generated.dat: Semi-real-world test data for 'quotes' are added.
682
683 2008-01-27 Wakaba <[email protected]>
684
685 * CSS-Parser-1.t: 'quotes' added.
686
687 * css-generated.dat: Test data for 'quotes' are added.
688
689 2008-01-27 Wakaba <[email protected]>
690
691 * CSS-Parser-1.t: 'overflow-x' and 'overflow-y' are added.
692
693 * css-visual.dat: New test data for 'overflow', 'overflow-x',
694 and 'overflow-y' are added.
695
696 2008-01-27 Wakaba <[email protected]>
697
698 * css-visual.dat: New test data for 'opacity' and '-moz-opacity'
699 are added.
700
701 2008-01-27 Wakaba <[email protected]>
702
703 * CSS-Parser-1.t: Files |css-table.dat| and |css-interactive.dat|
704 are added.
705
706 * css-table.dat: New test file.
707
708 * css-interactive.dat: New test file.
709
710 * css-font.dat: New test data for 'font-size' are added.
711
712 * css-text.dat: New test data for 'text-indent', 'letter-spacing',
713 and 'word-spacing' are added.
714
715 2008-01-27 Wakaba <[email protected]>
716
717 * CSS-Parser-1.t: Files |css-text.dat| and |css-paged.dat|
718 are added.
719
720 * css-visual.dat: New test data for 'background-position' are
721 added.
722
723 * css-text.dat: New test file.
724
725 * css-paged.dat: New test file.
726
727 2008-01-27 Wakaba <[email protected]>
728
729 * css-visual.dat: New test data for 'border-top-width', 'border-width',
730 'padding-top', 'top', 'right', 'bottom', 'left', 'z-index',
731 'width', 'min-width', 'max-width', 'height', 'min-height',
732 'max-height', 'line-height', and 'vertical-align' are added.
733
734 2008-01-26 Wakaba <[email protected]>
735
736 * css-font.dat: New test data for 'font-weight'
737 and 'font-size' are added.
738
739 * css-visual.dat: New test data for leading and
740 trailing zeros are added.
741
742 2008-01-26 Wakaba <[email protected]>
743
744 * css-font.dat: New test data for 'font' and 'font-size'.
745
746 2008-01-26 Wakaba <[email protected]>
747
748 * CSS-Parser-1.t: 'background-position' was missing
749 from the list of default values.
750
751 * css-visual.dat: New test data for 'background'
752 and 'background-position' are added.
753
754 2008-01-26 Wakaba <[email protected]>
755
756 * css-visual.dat: New test data for 'border' are added.
757
758 2008-01-26 Wakaba <[email protected]>
759
760 * css-1.dat: Some test results were incorrect.
761
762 * css-font.dat: New test data on 'font' are added.
763
764 * css-visual.dat: Some test results were incorrect. New
765 test data on 'margin' are added.
766
767 2008-01-26 Wakaba <[email protected]>
768
769 * css-font.dat: New test file.
770
771 * CSS-Parser-1.dat: |css-font.dat| is added.
772
773 2008-01-26 Wakaba <[email protected]>
774
775 * css-visual.dat: Test data for 'padding', 'margin',
776 and 'border' related shorthands are added.
777
778 2008-01-25 Wakaba <[email protected]>
779
780 * CSS-Parser-1.t: |css-generated.dat| is added.
781 (get_computed_style): The subject of |query_selector|
782 should have been the document.
783
784 * css-generated.dat: New test data.
785
786 * css-visual.dat: New test data for 'display' are added.
787
788 2008-01-24 Wakaba <[email protected]>
789
790 * CSS-Parser-1.t: Default values are updated.
791
792 * css-1.t: Tests for duplicate declarations are added.
793
794 * css-visual.t: Some tests were incorrect. Tests for 'margin'
795 serialization and '+' in 'margin' are added.
796
797 2008-01-24 Wakaba <[email protected]>
798
799 * CSS-Parser-1.t: Test data file |css-visual.dat| is added.
800 Support for the quirks mode.
801
802 * css-visual.dat: New file.
803
804 2008-01-24 Wakaba <[email protected]>
805
806 * css-1.dat: Typo fixed.
807
808 * CSS-Parser-1.t: The attribute name for computed style
809 has been changed.
810
811 2008-01-22 Wakaba <[email protected]>
812
813 * css-1.dat: Basic tests for forward compatible parsing
814 are added.
815
816 * CSS-Parser-1.t: Support for |#errors| validation.
817
818 2008-01-14 Wakaba <[email protected]>
819
820 * CSS-Parser-1.t, css-1.dat: New test files.
821
822 2007-11-25 Wakaba <[email protected]>
823
824 * content-model-1.dat, content-model-2.dat, content-model-3.dat,
825 content-model-4.dat, table-1.dat: Test data are updated
826 for the significant content check.
827
828 * content-model-5.dat: New test data.
829
830 * ContentChecker.t: New test data file is added.
831
832 2007-11-24 Wakaba <[email protected]>
833
834 * content-model-2.dat: nest/@mode test data revised.
835 Test data for nest/@filter and rule/@condition are added.
836
837 2007-11-23 Wakaba <[email protected]>
838
839 * content-model-2.dat: Media type tests are revised.
840
841 2007-11-23 Wakaba <[email protected]>
842
843 * content-model-2.dat: New test data for character references
844 in |charset| attribute values.
845
846 2007-11-23 Wakaba <[email protected]>
847
848 * ContentChecker.t: Unset |input_encoding| attribute.
849
850 * content-model-1.dat, content-model-2.dat: New tests
851 for |charset| attribute value are added.
852
853 2007-11-18 Wakaba <[email protected]>
854
855 * ContentType.t: New tests for HTML5 sniffing algorithm,
856 leading white space support (HTML5 revisions 1013 and 1016).
857
858 2007-11-18 Wakaba <[email protected]>
859
860 * ContentType.t: New tests for HTML5 revision 1013 (except
861 for leading white spaces).
862
863 2007-11-11 Wakaba <[email protected]>
864
865 * content-model-4.dat: New tests for proposed link types.
866
867 2007-11-08 Wakaba <[email protected]>
868
869 * content-model-4.dat: s/noreferer/noreferrer/g
870 and s/noreferrer/noreferer/g (HTML5 revision 1132).
871
872 2007-11-04 Wakaba <[email protected]>
873
874 * content-model-2.dat: Tests for |manifest=""| are added.
875
876 2007-11-04 Wakaba <[email protected]>
877
878 * content-model-2.dat: <a><img ismap></a> is no longer
879 conforming (HTML5 revision 1115).
880
881 2007-11-04 Wakaba <[email protected]>
882
883 * content-model-1.dat, content-model-2.dat: <base>
884 w/o @target and @href is non-conforming (HTML5 revision 1115).
885
886 2007-11-04 Wakaba <[email protected]>
887
888 * content-model-4.dat: New tests for rel=up (HTML5 revision 1112)
889 and rel=noreferer (HTML5 revision 1118).
890
891 2007-10-26 Wakaba <[email protected]>
892
893 * content-model-2.dat: New test for |poster| (HTML5 revision 1097).
894
895 2007-10-23 Wakaba <[email protected]>
896
897 * content-model-2.dat: <script async defer> is now conforming (HTML5
898 revision 1085).
899
900 2007-10-14 Wakaba <[email protected]>
901
902 * content-model-1.dat, content-model-2.dat: New test
903 data for |rule|, |nest|, and |datatemplate| elements.
904
905 2007-09-30 Wakaba <[email protected]>
906
907 * css-token-1.dat: Test results for |\\{nl}| were incorrect.
908
909 2007-09-30 Wakaba <[email protected]>
910
911 * Makefile (update): New rule.
912
913 2007-09-29 Wakaba <[email protected]>
914
915 * tokenizer-test-1.test: New tests for invalid
916 attribute specifications are added.
917
918 2007-09-24 Wakaba <[email protected]>
919
920 * ContentChecker.t: New test data files are added.
921
922 * content-model-atom-1.dat, content-model-atom-2.dat: New test data.
923
924 2007-09-09 Wakaba <[email protected]>
925
926 * css-token-1.test: Test cases for remaining CSS tokens
927 are added.
928
929 2007-09-09 Wakaba <[email protected]>
930
931 * css-token-1.test: Test cases for one-char tokens, |COMMENT|,
932 and |COMMENT_INVALID| are added.
933
934 2007-09-09 Wakaba <[email protected]>
935
936 * css-token-1.test: |URI_PREFIX|, |UNICODE_RANGE|, |CDO|,
937 and |CDC| test cases are added.
938
939 2007-09-08 Wakaba <[email protected]>
940
941 * css-token-1.test: |URI| and |INVALID| test
942 cases are added.
943
944 2007-09-08 Wakaba <[email protected]>
945
946 * css-token-1.test: |NUMBER| and |DIMENSION| test
947 cases are added.
948
949 2007-09-08 Wakaba <[email protected]>
950
951 * css-token-1.test: |HASH| and |NUMBER|
952 test cases are added.
953
954 2007-09-08 Wakaba <[email protected]>
955
956 * css-token-1.test: |STRING| and |INVALID|
957 test cases are added.
958
959 2007-09-08 Wakaba <[email protected]>
960
961 * css-token-1.test: New tests are added.
962
963 2007-09-08 Wakaba <[email protected]>
964
965 * css-token-1.test, CSS-Tokenizer.t: New files.
966
967 2007-09-04 Wakaba <[email protected]>
968
969 * tree-test-1.dat: New tests are added.
970
971 2007-08-25 Wakaba <[email protected]>
972
973 * tokenizer-test-1.test: Two tests removed from |tokenizer/test2.test|
974 are added.
975
976 * tree-construction/, tokenizer/: Sync with latest html5lib.
977
978 2007-08-25 Wakaba <[email protected]>
979
980 * content-model-1.dat: New tests for |meta| corner cases
981 are added.
982
983 2007-08-22 Wakaba <[email protected]>
984
985 * tree-test-2.dat: New tests for |html| innerHTML are added.
986
987 2007-08-17 Wakaba <[email protected]>
988
989 * content-model-2.dat: New tests for |base|
990 following URI or hyperlink are added.
991
992 2007-08-17 Wakaba <[email protected]>
993
994 * content-model-1.dat: New tests for |noscript| in |head| are added.
995
996 * content-model-2.dat: A wrong result for |xml:lang| in
997 HTML document is fixed.
998
999 2007-08-11 Wakaba <[email protected]>
1000
1001 * ContentType.t: New tests for bitmap images are added.
1002
1003 2007-08-08 Wakaba <[email protected]>
1004
1005 * content-model-2.dat: Some error messages are changed.
1006
1007 * ContentType.t: New tests for |<script| sniffer are added.
1008
1009 2007-07-21 Wakaba <[email protected]>
1010
1011 * tree-test-2.dat: New tests for |thead|, |tbody|, and |tfoot|
1012 fragment parsing.
1013
1014 2007-07-21 Wakaba <[email protected]>
1015
1016 * tree-test-1.dat: More tests for tags "in row" are added.
1017
1018 * HTML-tree.t: Quote test data for readability.
1019
1020 2007-07-21 Wakaba <[email protected]>
1021
1022 * tree-test-1.dat: More tests are added for |noframes|
1023 after |</frameset>|.
1024
1025 2007-07-21 Wakaba <[email protected]>
1026
1027 * tree-test-1.dat: More tests for start tags "in caption"
1028 insertion mode and for tags "in cell" insertion
1029 mode are added.
1030
1031 2007-07-21 Wakaba <[email protected]>
1032
1033 * tree-test-1.dat: More tests for ignoring some tokens
1034 are added.
1035
1036 2007-07-21 Wakaba <[email protected]>
1037
1038 * HTML-tokenizer.t: Set content model flag in new syntax.
1039
1040 2007-07-16 Wakaba <[email protected]>
1041
1042 * content-model-1.dat, content-model-2.dat: Some test data
1043 have been updated due to new warnings.
1044
1045 2007-07-16 Wakaba <[email protected]>
1046
1047 * content-model-1.dat, content-model-2.dat: Add "in XML:charset"
1048 error for test data that has |charset| in XML context.
1049
1050 * content-model-2.dat: Test data for "in XML:charset", "in XML:lang",
1051 and "in HTML:xml:lang" are added.
1052
1053 2007-07-16 Wakaba <[email protected]>
1054
1055 * HTML-tokenizer.t: It now requires newer version
1056 of JSON.pm due to the broken handling for utf8 string
1057 of older version. Test data files |test3.test|
1058 and |test4.test| are added. Convert surrogate
1059 pair |\u| escapes in JSON file before it is input
1060 into JSON.pm parser since it does not decode
1061 them correctly. U+000D convertion was incorrect.
1062
1063 * HTML-tree.t: Support for new format for fragment
1064 parsing tests.
1065
1066 * Makefile (tokenizer-files): New test
1067 data files |test3.test| and |test4.test| are added.
1068
1069 * tokenizer-test-1.test: Test data for bare |hcro| and
1070 entity references in attribute values are added.
1071
1072 * tokenizer-test-2.dat: Test data for U+000D are added.
1073
1074 2007-07-16 Wakaba <[email protected]>
1075
1076 * tree-test-1.dat: Tests for |<html>| in trailing
1077 end phase and |</frameset>| in after frameset mode
1078 are added.
1079
1080 * tree-test-2.dat: Tests for |</frameset>|
1081 in |frameset| fragment parsing are added.
1082
1083 2007-07-16 Wakaba <[email protected]>
1084
1085 * tree-test-1.dat: New tests for trailing end phase
1086 and white space in some insertion modes are added.
1087
1088 2007-07-15 Wakaba <[email protected]>
1089
1090 * Charset-DecodeHandler.t: Cases for charset names has
1091 been changed to match with the module's implementation.
1092
1093 2007-07-15 Wakaba <[email protected]>
1094
1095 * Charset-DecodeHandler.t: New test script.
1096
1097 2007-07-07 Wakaba <[email protected]>
1098
1099 * tokenizer-test-1.test: A comment test is added.
1100
1101 2007-07-01 Wakaba <[email protected]>
1102
1103 * tree-test-1.dat: New tests for unmatched end tags.
1104
1105 2007-07-01 Wakaba <[email protected]>
1106
1107 * table-1.dat: New test data.
1108
1109 * ContentChecker.t: |table-1.dat| is added.
1110
1111 2007-06-30 Wakaba <[email protected]>
1112
1113 * tree-test-2.dat: Tests for <title> in fragments are added.
1114
1115 2007-06-30 Wakaba <[email protected]>
1116
1117 * URIChecker.t: Error level names in test results has
1118 been changed.
1119
1120 * tokenizer-test-1.test: A test for bogus SYSTEM identifier
1121 is added.
1122
1123 * content-model-1.dat, content-model-2.dat, content-model-3.dat,
1124 content-model-4.dat: Error messages has been changed.
1125
1126 * ContentChecker.t: Appends error level to the error
1127 message if any.
1128
1129 2007-06-25 Wakaba <[email protected]>
1130
1131 * content-model-2.dat: Tests for |<img ismap>| context
1132 are added. Tests for |<command>|'s attributes are added.
1133 Tests for |<menu>|'s attributes are added. Tests for |contextmenu|
1134 are added.
1135
1136 * content-model-1.dat: Tests for |<datagrid>| contents
1137 are added.
1138
1139 2007-06-25 Wakaba <[email protected]>
1140
1141 * tree-test-1.dat: The tests using |#document-fragment|
1142 are move to |tree-test-2.dat|.
1143
1144 * tree-test-2.dat: New test data. In addition to
1145 tests from |tree-test-1.dat|, two tests
1146 for |</table>| are added.
1147
1148 * HTML-tree.t: |tree-test-2.dat| is added.
1149
1150 2007-06-25 Wakaba <[email protected]>
1151
1152 * tree-test-1.dat: Tests for end tag strings
1153 in CDATA elements are added.
1154
1155 2007-06-24 Wakaba <[email protected]>
1156
1157 * content-model-1.dat: Tests for |footer|
1158 content model are added.
1159
1160 * content-model-2.dat: Tests for |ping|
1161 and |tabindex| attributes are added. Tests for |datetime|
1162 attribute of |ins| and |del| elements are added.
1163
1164 * content-model-4.dat: New test data.
1165
1166 * ContentChecker.t: |content-model-4.dat| is added.
1167
1168 2007-06-24 Wakaba <[email protected]>
1169
1170 * tokenizer-test-1.test: Tests for HTML5 revisions 1.144
1171 and 1.145 (CR and invalid character references) are added.
1172 Tests for HTML5 revision 1.148 (character references
1173 in attributes) are added.
1174
1175 * tree-test-1.dat: Tests for HTML5 revision 1.146 (white
1176 space characters before root element start tag).
1177
1178 2007-06-24 Wakaba <[email protected]>
1179
1180 * tree-test-1.dat: Some test results are changed
1181 and a test is added according to the HTML5
1182 revisions 1.142 and 1.143 (<noscript> in <head>).
1183
1184 2007-06-24 Wakaba <[email protected]>
1185
1186 * tree-test-1.dat: Some test results are changed
1187 since <base>, <link>, and <meta> in body
1188 are no longer appended to the head element pointer (HTML5
1189 revision 935).
1190
1191 * content-model-2.dat: Tests for |scoped|
1192 attribute are added (HTML5 revision 938).
1193
1194 2007-06-24 Wakaba <[email protected]>
1195
1196 * tree-test-1.dat: Tests for CDATA/RCDATA innerHTML
1197 with matching end tag are added (HTML5 revision 923).
1198 A test for h2 in h1 is added (HTML5 revision 926).
1199
1200 2007-06-23 Wakaba <[email protected]>
1201
1202 * tree-test-1.dat: Tests for |<isindex>| are added (HTML5
1203 revision 920).
1204
1205 2007-06-23 Wakaba <[email protected]>
1206
1207 * tokenizer-test-1.test: Tests for conforming bare |&|
1208 are added.
1209
1210 * tree-test-1.dat: Tests for |</body>| are added.
1211
1212 2007-06-23 Wakaba <[email protected]>
1213
1214 * tree-test-1.dat: Always use uppercase document type name.
1215
1216 2007-06-23 Wakaba <[email protected]>
1217
1218 * HTML-tokenizer.t: Support for new DOCTYPE token syntax.
1219
1220 * tokenizer-test-1.test: Tests for DOCTYPE tokens
1221 are revised and added.
1222
1223 2007-06-23 Wakaba <[email protected]>
1224
1225 * tokenizer-test-1.test: Tests for |<| in tags are
1226 added. (HTML5 revisions 900, 901, 902, and 911.)
1227
1228 2007-06-23 Wakaba <[email protected]>
1229
1230 * tokenizer-test-1.test: |&lang;|, and |&rlang;| tests
1231 are added. (HTML5 revision 895.) A test for |&amp;;|
1232 is added.
1233
1234 2007-06-23 Wakaba <[email protected]>
1235
1236 * tokenizer-test-1.test: |&TRADE;| test added. (HTML5 revision 889.)
1237
1238 * HTML-tree.t: Output test file names. Escaped
1239 new line at the end of test data was removed.
1240
1241 * tokenizer-test-2.dat: Tests for newlines, NULL, and
1242 escape flag stuff in |set_inner_html|.
1243
1244 2007-06-23 Wakaba <[email protected]>
1245
1246 * tree-test-1.dat: New test for HTML5 revision 884 (</form>
1247 try to close its children).
1248
1249 2007-06-23 Wakaba <[email protected]>
1250
1251 * content-model-1.dat: Tests for space characters
1252 in id="" attribute are added.
1253
1254 2007-06-23 Wakaba <[email protected]>
1255
1256 * tree-test-1.dat: New tests for parse errors by
1257 tags closed by <li>, <dt>, or <dd>. (HTML5 revision 880.)
1258
1259 2007-06-23 Wakaba <[email protected]>
1260
1261 * tokenizer-test-2.dat: New test. This test file contains
1262 some tests that cannot be reliably tested by |HTML-tokenize.t|,
1263 since they depends on how characeters are supplied to the
1264 tokenizer.
1265
1266 * HTML-tree.t: |tokenizer-test-2.dat| added. |#data escaped|
1267 etc. supported.
1268
1269 2007-06-23 Wakaba <[email protected]>
1270
1271 * tokenizer-test-1.test: Tests for C1 character
1272 references are added.
1273
1274 2007-06-23 Wakaba <[email protected]>
1275
1276 * ContentChecker.t: Use NanoDOM-based manakai for XHTML.
1277 Note that a test fails that assumes XML attribute value
1278 normalization fails since XMLParserTemp.pm does
1279 not normalize white space in attribute value when
1280 creating an attribute node (and new NanoDOM-based
1281 manakai's Attr.value does not normalize white space
1282 for more Web compatibility).
1283
1284 2007-06-23 Wakaba <[email protected]>
1285
1286 * Makefile, HTML-tokenizer.t, HTML-tree.t: New test
1287 files are added.
1288
1289 * tokenize/, tree-construction/: Sync with latest html5lib
1290 trunk.
1291
1292 2007-06-05 Wakaba <[email protected]>
1293
1294 * content-model-2.dat: |script| |async| and |defer|
1295 no longer require |src|. |async| MUST NOT be
1296 specified if |defer|. (HTML5 revision 858).
1297
1298 2007-05-30 Wakaba <[email protected]>
1299
1300 * ContentChecker.t: Don't use obsolete |new| method.
1301
1302 * tree-test-1.dat: Nested form test added.
1303
1304 2007-05-27 Wakaba <[email protected]>
1305
1306 * content-model-2.dat: Some error messages are updated.
1307
1308 * content-model-1.dat: Very simple test for |tbody|, |thead|,
1309 and |tfoot| is added.
1310
1311 2007-05-26 Wakaba <[email protected]>
1312
1313 * content-model-2.dat: Tests for |rel| values are added.
1314
1315 2007-05-26 Wakaba <[email protected]>
1316
1317 * content-model-2.dat: Errors on obsolete media
1318 type (i.e. |text/javascript|) are added to the expected results.
1319
1320 * tree-test-1.dat: Tests for |style| elements' attributes
1321 are added.
1322
1323 2007-05-25 Wakaba <[email protected]>
1324
1325 * URIChecker.t: New test entries.
1326
1327 * content-model-2.dat: New test entries for URI attributes.
1328
1329 2007-05-25 Wakaba <[email protected]>
1330
1331 * URIChecker.t: New test.
1332
1333 2007-05-20 Wakaba <[email protected]>
1334
1335 * Makefile (content-type-files, content-checker-files): New rukes.
1336
1337 * content-type-result.txt, content-checker-result.txt: New files.
1338
1339 * tokenizer-result.txt, tree-construction-result.txt: New to CVS.
1340
1341 * content-model-2.dat: Warnings are added to unknown attributes
1342 for unknown elements. New tests for newly implemented
1343 attributes are added.
1344
1345 2007-05-20 Wakaba <[email protected]>
1346
1347 * content-model-1.dat: Required attributes are
1348 added to <link>s.
1349
1350 * content-model-2.dat: Tests for global event handler
1351 content attributes, <link>s and <embed>s are added.
1352
1353 2007-05-20 Wakaba <[email protected]>
1354
1355 * content-model-2.dat: Tests for additionally-implemented
1356 attributes are added.
1357
1358 2007-05-20 Wakaba <[email protected]>
1359
1360 * content-model-2.dat: Tests for <a>/interactive
1361 elements non-nesting are added.
1362
1363 2007-05-19 Wakaba <[email protected]>
1364
1365 * content-model-3.dat: New test.
1366
1367 * ContentChecker.t (@FILES): |content-model-3.dat| added.
1368
1369 2007-05-19 Wakaba <[email protected]>
1370
1371 * tree-test-1.dat: Tests for |<iframe>|, |<noframes>|,
1372 and |<xmp>| are added.
1373
1374 2007-05-19 Wakaba <[email protected]>
1375
1376 * content-model-1.dat: A content model conformance
1377 error was missing.
1378
1379 * content-model-2.dat: Unsupported global attribute (prefixed
1380 attribute) test is added. Tests for many HTML5 elements
1381 are added.
1382
1383 2007-05-19 Wakaba <[email protected]>
1384
1385 * content-model-2.dat: Tests for elements up to |progress|.
1386
1387 2007-05-19 Wakaba <[email protected]>
1388
1389 * content-model-2.dat: Tests for global attributes, |html|, |head|,
1390 |base|, |meta|, and |style|.
1391
1392 * ContentChecker.t: Support for |#data html| (HTML parsing
1393 mode).
1394
1395 2007-05-19 Wakaba <[email protected]>
1396
1397 * content-model-2.dat: New test.
1398
1399 * ContentChecker.t (@FILES): |content-model-2.dat| is added.
1400 (get_node_path): |ATTRIBUTE_NODE| support.
1401
1402 * content-model-1.dat: New tests for unknown
1403 element in HTML namespace.
1404
1405 2007-05-13 Wakaba <[email protected]>
1406
1407 * ContentChecker.t (manakai_element_type_match): Removed.
1408
1409 2007-05-13 Wakaba <[email protected]>
1410
1411 * content-model-1.dat: Tests for |a| content model are added.
1412 Tests for |legend| content model are added.
1413
1414 2007-05-13 Wakaba <[email protected]>
1415
1416 * content-model-1.dat: Tests for |li| content model are added.
1417
1418 2007-05-13 Wakaba <[email protected]>
1419
1420 * content-model-1.dat: Tests for |dd| content model are added.
1421 Tests for |em| content model (inline-level content
1422 or stricly inline-level content) are added.
1423 Tests for |dfn| content model are added.
1424
1425 2007-05-13 Wakaba <[email protected]>
1426
1427 * content-model-1.dat: New test data.
1428
1429 * ContentChecker.t: New test.
1430
1431 2007-05-05 Wakaba <[email protected]>
1432
1433 * tree-test-1.dat: ins > p test and noscript in noscript test
1434 are added.
1435
1436 2007-05-03 Wakaba <[email protected]>
1437
1438 * tokenizer-test-1.test: Incorrect DOCTYPE testa
1439 are added.
1440
1441 * tree-test-1.dat: |innerHTML| tests are added.
1442
1443 2007-05-03 Wakaba <[email protected]>
1444
1445 * LICENSE: New document.
1446
1447 2007-05-02 Wakaba <[email protected]>
1448
1449 * .cvsignore: Result files are added.
1450
1451 * HTML-tree.t: Support for document fragment tests.
1452
1453 * Makefile: Generate test result files.
1454
1455 * tokenizer-test-1.test: A new test to ensure that
1456 characters after end tag are preserved in RCDATA or CDATA
1457 case.
1458
1459 2007-05-01 Wakaba <[email protected]>
1460
1461 * HTML-tree.t: Use new |What::HTML->parse_string| method
1462 so that this test don't have to know parser class's
1463 internals.
1464
1465 * tree-test-1.dat: New tests for "(<head> stuffs) in body"
1466 and "(<head> stuffs) after body" are added.
1467
1468 2007-05-01 Wakaba <[email protected]>
1469
1470 * HTML-tree.t: New test file is added. Sort key
1471 was incorrect.
1472
1473 * HTML-tokenizer.t: New test file is added.
1474
1475 * tokenizer-test-1.test, tree-test-1.dat: New tests.
1476
1477 2007-04-30 Wakaba <[email protected]>
1478
1479 * .cvsignore: |tree-consturction| is added.
1480
1481 * HTML-tree.t: New test.
1482
1483 * Makefile: Rules for tree constructor tests are added.
1484
1485 2007-04-30 Wakaba <[email protected]>
1486
1487 * HTML-tokenizer.t: |Data::Dumper::Useqq| is replaced
1488 by customized ones so that utf8 vs byte string handling
1489 cause no error. Set |$JSON::UTF8| flag on so
1490 that the |JSON| module turns the utf8 flag on.
1491 Support for the |contentModelFlags| and |lastStartTag|
1492 test props. Show the input as well as description
1493 when a test fails.
1494
1495 2007-04-30 Wakaba <[email protected]>
1496
1497 * .cvsignore: New file.
1498
1499 * Makefile: New file.
1500
1501 * HTML-tokenizer.t: New test.
1502
1503 2007-04-24 Wakaba <[email protected]>
1504
1505 * ContentType.t: Remove some |my|s to avoid warnings.
1506
1507 2007-04-24 Wakaba <[email protected]>
1508
1509 * ChangeLog: New file.
1510
1511 * ContentType.t: New Perl test.
1512
1513

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24