1 |
|
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* tokenizer-test-1.test: Two tests removed from |tokenizer/test2.test| |
4 |
|
are added. |
5 |
|
|
6 |
|
* tree-construction/, tokenizer/: Sync with latest html5lib. |
7 |
|
|
8 |
|
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
9 |
|
|
10 |
|
* content-model-1.dat: New tests for |meta| corner cases |
11 |
|
are added. |
12 |
|
|
13 |
|
2007-08-22 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* tree-test-2.dat: New tests for |html| innerHTML are added. |
16 |
|
|
17 |
|
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* content-model-2.dat: New tests for |base| |
20 |
|
following URI or hyperlink are added. |
21 |
|
|
22 |
|
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* content-model-1.dat: New tests for |noscript| in |head| are added. |
25 |
|
|
26 |
|
* content-model-2.dat: A wrong result for |xml:lang| in |
27 |
|
HTML document is fixed. |
28 |
|
|
29 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* ContentType.t: New tests for bitmap images are added. |
32 |
|
|
33 |
|
2007-08-08 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* content-model-2.dat: Some error messages are changed. |
36 |
|
|
37 |
|
* ContentType.t: New tests for |<script| sniffer are added. |
38 |
|
|
39 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* tree-test-2.dat: New tests for |thead|, |tbody|, and |tfoot| |
42 |
|
fragment parsing. |
43 |
|
|
44 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* tree-test-1.dat: More tests for tags "in row" are added. |
47 |
|
|
48 |
|
* HTML-tree.t: Quote test data for readability. |
49 |
|
|
50 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* tree-test-1.dat: More tests are added for |noframes| |
53 |
|
after |</frameset>|. |
54 |
|
|
55 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* tree-test-1.dat: More tests for start tags "in caption" |
58 |
|
insertion mode and for tags "in cell" insertion |
59 |
|
mode are added. |
60 |
|
|
61 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
* tree-test-1.dat: More tests for ignoring some tokens |
64 |
|
are added. |
65 |
|
|
66 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
* HTML-tokenizer.t: Set content model flag in new syntax. |
69 |
|
|
70 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* content-model-1.dat, content-model-2.dat: Some test data |
73 |
|
have been updated due to new warnings. |
74 |
|
|
75 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* content-model-1.dat, content-model-2.dat: Add "in XML:charset" |
78 |
|
error for test data that has |charset| in XML context. |
79 |
|
|
80 |
|
* content-model-2.dat: Test data for "in XML:charset", "in XML:lang", |
81 |
|
and "in HTML:xml:lang" are added. |
82 |
|
|
83 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
84 |
|
|
85 |
|
* HTML-tokenizer.t: It now requires newer version |
86 |
|
of JSON.pm due to the broken handling for utf8 string |
87 |
|
of older version. Test data files |test3.test| |
88 |
|
and |test4.test| are added. Convert surrogate |
89 |
|
pair |\u| escapes in JSON file before it is input |
90 |
|
into JSON.pm parser since it does not decode |
91 |
|
them correctly. U+000D convertion was incorrect. |
92 |
|
|
93 |
|
* HTML-tree.t: Support for new format for fragment |
94 |
|
parsing tests. |
95 |
|
|
96 |
|
* Makefile (tokenizer-files): New test |
97 |
|
data files |test3.test| and |test4.test| are added. |
98 |
|
|
99 |
|
* tokenizer-test-1.test: Test data for bare |hcro| and |
100 |
|
entity references in attribute values are added. |
101 |
|
|
102 |
|
* tokenizer-test-2.dat: Test data for U+000D are added. |
103 |
|
|
104 |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
105 |
|
|
106 |
* tree-test-1.dat: Tests for |<html>| in trailing |
* tree-test-1.dat: Tests for |<html>| in trailing |