1 |
|
2007-08-08 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* content-model-2.dat: Some error messages are changed. |
4 |
|
|
5 |
|
* ContentType.t: New tests for |<script| sniffer are added. |
6 |
|
|
7 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* tree-test-2.dat: New tests for |thead|, |tbody|, and |tfoot| |
10 |
|
fragment parsing. |
11 |
|
|
12 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* tree-test-1.dat: More tests for tags "in row" are added. |
15 |
|
|
16 |
|
* HTML-tree.t: Quote test data for readability. |
17 |
|
|
18 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* tree-test-1.dat: More tests are added for |noframes| |
21 |
|
after |</frameset>|. |
22 |
|
|
23 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* tree-test-1.dat: More tests for start tags "in caption" |
26 |
|
insertion mode and for tags "in cell" insertion |
27 |
|
mode are added. |
28 |
|
|
29 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* tree-test-1.dat: More tests for ignoring some tokens |
32 |
|
are added. |
33 |
|
|
34 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* HTML-tokenizer.t: Set content model flag in new syntax. |
37 |
|
|
38 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* content-model-1.dat, content-model-2.dat: Some test data |
41 |
|
have been updated due to new warnings. |
42 |
|
|
43 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* content-model-1.dat, content-model-2.dat: Add "in XML:charset" |
46 |
|
error for test data that has |charset| in XML context. |
47 |
|
|
48 |
|
* content-model-2.dat: Test data for "in XML:charset", "in XML:lang", |
49 |
|
and "in HTML:xml:lang" are added. |
50 |
|
|
51 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* HTML-tokenizer.t: It now requires newer version |
54 |
|
of JSON.pm due to the broken handling for utf8 string |
55 |
|
of older version. Test data files |test3.test| |
56 |
|
and |test4.test| are added. Convert surrogate |
57 |
|
pair |\u| escapes in JSON file before it is input |
58 |
|
into JSON.pm parser since it does not decode |
59 |
|
them correctly. U+000D convertion was incorrect. |
60 |
|
|
61 |
|
* HTML-tree.t: Support for new format for fragment |
62 |
|
parsing tests. |
63 |
|
|
64 |
|
* Makefile (tokenizer-files): New test |
65 |
|
data files |test3.test| and |test4.test| are added. |
66 |
|
|
67 |
|
* tokenizer-test-1.test: Test data for bare |hcro| and |
68 |
|
entity references in attribute values are added. |
69 |
|
|
70 |
|
* tokenizer-test-2.dat: Test data for U+000D are added. |
71 |
|
|
72 |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
* tree-test-1.dat: Tests for |<html>| in trailing |
* tree-test-1.dat: Tests for |<html>| in trailing |