1 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML-tokenizer.t: It now requires newer version |
4 |
|
of JSON.pm due to the broken handling for utf8 string |
5 |
|
of older version. Test data files |test3.test| |
6 |
|
and |test4.test| are added. Convert surrogate |
7 |
|
pair |\u| escapes in JSON file before it is input |
8 |
|
into JSON.pm parser since it does not decode |
9 |
|
them correctly. U+000D convertion was incorrect. |
10 |
|
|
11 |
|
* HTML-tree.t: Support for new format for fragment |
12 |
|
parsing tests. |
13 |
|
|
14 |
|
* Makefile (tokenizer-files): New test |
15 |
|
data files |test3.test| and |test4.test| are added. |
16 |
|
|
17 |
|
* tokenizer-test-1.test: Test data for bare |hcro| and |
18 |
|
entity references in attribute values are added. |
19 |
|
|
20 |
|
* tokenizer-test-2.dat: Test data for U+000D are added. |
21 |
|
|
22 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* tree-test-1.dat: Tests for |<html>| in trailing |
25 |
|
end phase and |</frameset>| in after frameset mode |
26 |
|
are added. |
27 |
|
|
28 |
|
* tree-test-2.dat: Tests for |</frameset>| |
29 |
|
in |frameset| fragment parsing are added. |
30 |
|
|
31 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* tree-test-1.dat: New tests for trailing end phase |
34 |
|
and white space in some insertion modes are added. |
35 |
|
|
36 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* Charset-DecodeHandler.t: Cases for charset names has |
39 |
|
been changed to match with the module's implementation. |
40 |
|
|
41 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* Charset-DecodeHandler.t: New test script. |
44 |
|
|
45 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* tokenizer-test-1.test: A comment test is added. |
48 |
|
|
49 |
|
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* tree-test-1.dat: New tests for unmatched end tags. |
52 |
|
|
53 |
|
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* table-1.dat: New test data. |
56 |
|
|
57 |
|
* ContentChecker.t: |table-1.dat| is added. |
58 |
|
|
59 |
|
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* tree-test-2.dat: Tests for <title> in fragments are added. |
62 |
|
|
63 |
|
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
|
* URIChecker.t: Error level names in test results has |
66 |
|
been changed. |
67 |
|
|
68 |
|
* tokenizer-test-1.test: A test for bogus SYSTEM identifier |
69 |
|
is added. |
70 |
|
|
71 |
|
* content-model-1.dat, content-model-2.dat, content-model-3.dat, |
72 |
|
content-model-4.dat: Error messages has been changed. |
73 |
|
|
74 |
|
* ContentChecker.t: Appends error level to the error |
75 |
|
message if any. |
76 |
|
|
77 |
|
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
79 |
|
* content-model-2.dat: Tests for |<img ismap>| context |
80 |
|
are added. Tests for |<command>|'s attributes are added. |
81 |
|
Tests for |<menu>|'s attributes are added. Tests for |contextmenu| |
82 |
|
are added. |
83 |
|
|
84 |
|
* content-model-1.dat: Tests for |<datagrid>| contents |
85 |
|
are added. |
86 |
|
|
87 |
|
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
88 |
|
|
89 |
|
* tree-test-1.dat: The tests using |#document-fragment| |
90 |
|
are move to |tree-test-2.dat|. |
91 |
|
|
92 |
|
* tree-test-2.dat: New test data. In addition to |
93 |
|
tests from |tree-test-1.dat|, two tests |
94 |
|
for |</table>| are added. |
95 |
|
|
96 |
|
* HTML-tree.t: |tree-test-2.dat| is added. |
97 |
|
|
98 |
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
99 |
|
|
100 |
* tree-test-1.dat: Tests for end tag strings |
* tree-test-1.dat: Tests for end tag strings |