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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.241 - (show annotations) (download)
Sat Aug 2 12:51:52 2008 UTC (18 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.240: +5 -0 lines
++ whatpm/t/ChangeLog	2 Aug 2008 12:51:15 -0000
	* WebIDL.t: Check whether |text| argument of the error
	is correct or not.

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

++ whatpm/t/webidl/ChangeLog	2 Aug 2008 12:51:46 -0000
	* webidl-interface.dat: More test data for interface inheritances
	and interface member identifier duplications.

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

++ whatpm/Whatpm/ChangeLog	2 Aug 2008 12:50:36 -0000
	* WebIDL.pm ($get_scoped_name): Now scoped names are stored
	in its stringified format ("scoped name" as defined in the
	spec).  Note that future version of this module should not use
	array references for type values and the |type_text| attribute
	should be made obsolete.
	(parse_char_string): Unescape attribute names.
	(check): Support for checking of whether inherited interfaces
	are actually defined or not.  Support for checking of whether
	interface member identifiers are duplicated or not.
	($serialize_type): Scoped names are returned as is.  A future
	version of this code should escape identifiers other than "DOMString",
	otherwise the idl_text would be non-conforming.

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

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24