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