1 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML-tokenizer.t: Set content model flag in new syntax. |
4 |
|
|
5 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* content-model-1.dat, content-model-2.dat: Some test data |
8 |
|
have been updated due to new warnings. |
9 |
|
|
10 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* content-model-1.dat, content-model-2.dat: Add "in XML:charset" |
13 |
|
error for test data that has |charset| in XML context. |
14 |
|
|
15 |
|
* content-model-2.dat: Test data for "in XML:charset", "in XML:lang", |
16 |
|
and "in HTML:xml:lang" are added. |
17 |
|
|
18 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* HTML-tokenizer.t: It now requires newer version |
21 |
|
of JSON.pm due to the broken handling for utf8 string |
22 |
|
of older version. Test data files |test3.test| |
23 |
|
and |test4.test| are added. Convert surrogate |
24 |
|
pair |\u| escapes in JSON file before it is input |
25 |
|
into JSON.pm parser since it does not decode |
26 |
|
them correctly. U+000D convertion was incorrect. |
27 |
|
|
28 |
|
* HTML-tree.t: Support for new format for fragment |
29 |
|
parsing tests. |
30 |
|
|
31 |
|
* Makefile (tokenizer-files): New test |
32 |
|
data files |test3.test| and |test4.test| are added. |
33 |
|
|
34 |
|
* tokenizer-test-1.test: Test data for bare |hcro| and |
35 |
|
entity references in attribute values are added. |
36 |
|
|
37 |
|
* tokenizer-test-2.dat: Test data for U+000D are added. |
38 |
|
|
39 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* tree-test-1.dat: Tests for |<html>| in trailing |
42 |
|
end phase and |</frameset>| in after frameset mode |
43 |
|
are added. |
44 |
|
|
45 |
|
* tree-test-2.dat: Tests for |</frameset>| |
46 |
|
in |frameset| fragment parsing are added. |
47 |
|
|
48 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* tree-test-1.dat: New tests for trailing end phase |
51 |
|
and white space in some insertion modes are added. |
52 |
|
|
53 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* Charset-DecodeHandler.t: Cases for charset names has |
56 |
|
been changed to match with the module's implementation. |
57 |
|
|
58 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* Charset-DecodeHandler.t: New test script. |
61 |
|
|
62 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* tokenizer-test-1.test: A comment test is added. |
65 |
|
|
66 |
|
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
* tree-test-1.dat: New tests for unmatched end tags. |
69 |
|
|
70 |
|
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* table-1.dat: New test data. |
73 |
|
|
74 |
|
* ContentChecker.t: |table-1.dat| is added. |
75 |
|
|
76 |
|
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
|
* tree-test-2.dat: Tests for <title> in fragments are added. |
79 |
|
|
80 |
|
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
81 |
|
|
82 |
|
* URIChecker.t: Error level names in test results has |
83 |
|
been changed. |
84 |
|
|
85 |
|
* tokenizer-test-1.test: A test for bogus SYSTEM identifier |
86 |
|
is added. |
87 |
|
|
88 |
|
* content-model-1.dat, content-model-2.dat, content-model-3.dat, |
89 |
|
content-model-4.dat: Error messages has been changed. |
90 |
|
|
91 |
|
* ContentChecker.t: Appends error level to the error |
92 |
|
message if any. |
93 |
|
|
94 |
|
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
95 |
|
|
96 |
|
* content-model-2.dat: Tests for |<img ismap>| context |
97 |
|
are added. Tests for |<command>|'s attributes are added. |
98 |
|
Tests for |<menu>|'s attributes are added. Tests for |contextmenu| |
99 |
|
are added. |
100 |
|
|
101 |
|
* content-model-1.dat: Tests for |<datagrid>| contents |
102 |
|
are added. |
103 |
|
|
104 |
|
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
105 |
|
|
106 |
|
* tree-test-1.dat: The tests using |#document-fragment| |
107 |
|
are move to |tree-test-2.dat|. |
108 |
|
|
109 |
|
* tree-test-2.dat: New test data. In addition to |
110 |
|
tests from |tree-test-1.dat|, two tests |
111 |
|
for |</table>| are added. |
112 |
|
|
113 |
|
* HTML-tree.t: |tree-test-2.dat| is added. |
114 |
|
|
115 |
|
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
116 |
|
|
117 |
|
* tree-test-1.dat: Tests for end tag strings |
118 |
|
in CDATA elements are added. |
119 |
|
|
120 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
121 |
|
|
122 |
|
* content-model-1.dat: Tests for |footer| |
123 |
|
content model are added. |
124 |
|
|
125 |
|
* content-model-2.dat: Tests for |ping| |
126 |
|
and |tabindex| attributes are added. Tests for |datetime| |
127 |
|
attribute of |ins| and |del| elements are added. |
128 |
|
|
129 |
|
* content-model-4.dat: New test data. |
130 |
|
|
131 |
|
* ContentChecker.t: |content-model-4.dat| is added. |
132 |
|
|
133 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
134 |
|
|
135 |
|
* tokenizer-test-1.test: Tests for HTML5 revisions 1.144 |
136 |
|
and 1.145 (CR and invalid character references) are added. |
137 |
|
Tests for HTML5 revision 1.148 (character references |
138 |
|
in attributes) are added. |
139 |
|
|
140 |
|
* tree-test-1.dat: Tests for HTML5 revision 1.146 (white |
141 |
|
space characters before root element start tag). |
142 |
|
|
143 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
144 |
|
|
145 |
|
* tree-test-1.dat: Some test results are changed |
146 |
|
and a test is added according to the HTML5 |
147 |
|
revisions 1.142 and 1.143 (<noscript> in <head>). |
148 |
|
|
149 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
150 |
|
|
151 |
|
* tree-test-1.dat: Some test results are changed |
152 |
|
since <base>, <link>, and <meta> in body |
153 |
|
are no longer appended to the head element pointer (HTML5 |
154 |
|
revision 935). |
155 |
|
|
156 |
|
* content-model-2.dat: Tests for |scoped| |
157 |
|
attribute are added (HTML5 revision 938). |
158 |
|
|
159 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
160 |
|
|
161 |
|
* tree-test-1.dat: Tests for CDATA/RCDATA innerHTML |
162 |
|
with matching end tag are added (HTML5 revision 923). |
163 |
|
A test for h2 in h1 is added (HTML5 revision 926). |
164 |
|
|
165 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
166 |
|
|
167 |
* tree-test-1.dat: Tests for |<isindex>| are added. |
* tree-test-1.dat: Tests for |<isindex>| are added (HTML5 |
168 |
|
revision 920). |
169 |
|
|
170 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
171 |
|
|