1 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
2 |
|
3 |
* tree-test-1.dat: Tests for |<isindex>| are added. |
4 |
|
5 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
6 |
|
7 |
* tokenizer-test-1.test: Tests for conforming bare |&| |
8 |
are added. |
9 |
|
10 |
* tree-test-1.dat: Tests for |</body>| are added. |
11 |
|
12 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
13 |
|
14 |
* tree-test-1.dat: Always use uppercase document type name. |
15 |
|
16 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
17 |
|
18 |
* HTML-tokenizer.t: Support for new DOCTYPE token syntax. |
19 |
|
20 |
* tokenizer-test-1.test: Tests for DOCTYPE tokens |
21 |
are revised and added. |
22 |
|
23 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
24 |
|
25 |
* tokenizer-test-1.test: Tests for |<| in tags are |
26 |
added. (HTML5 revisions 900, 901, 902, and 911.) |
27 |
|
28 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
29 |
|
30 |
* tokenizer-test-1.test: |⟨|, and |&rlang;| tests |
31 |
are added. (HTML5 revision 895.) A test for |&;| |
32 |
is added. |
33 |
|
34 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
35 |
|
36 |
* tokenizer-test-1.test: |™| test added. (HTML5 revision 889.) |
37 |
|
38 |
* HTML-tree.t: Output test file names. Escaped |
39 |
new line at the end of test data was removed. |
40 |
|
41 |
* tokenizer-test-2.dat: Tests for newlines, NULL, and |
42 |
escape flag stuff in |set_inner_html|. |
43 |
|
44 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
45 |
|
46 |
* tree-test-1.dat: New test for HTML5 revision 884 (</form> |
47 |
try to close its children). |
48 |
|
49 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
50 |
|
51 |
* content-model-1.dat: Tests for space characters |
52 |
in id="" attribute are added. |
53 |
|
54 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
55 |
|
56 |
* tree-test-1.dat: New tests for parse errors by |
57 |
tags closed by <li>, <dt>, or <dd>. (HTML5 revision 880.) |
58 |
|
59 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
60 |
|
61 |
* tokenizer-test-2.dat: New test. This test file contains |
62 |
some tests that cannot be reliably tested by |HTML-tokenize.t|, |
63 |
since they depends on how characeters are supplied to the |
64 |
tokenizer. |
65 |
|
66 |
* HTML-tree.t: |tokenizer-test-2.dat| added. |#data escaped| |
67 |
etc. supported. |
68 |
|
69 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
70 |
|
71 |
* tokenizer-test-1.test: Tests for C1 character |
72 |
references are added. |
73 |
|
74 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
75 |
|
76 |
* ContentChecker.t: Use NanoDOM-based manakai for XHTML. |
77 |
Note that a test fails that assumes XML attribute value |
78 |
normalization fails since XMLParserTemp.pm does |
79 |
not normalize white space in attribute value when |
80 |
creating an attribute node (and new NanoDOM-based |
81 |
manakai's Attr.value does not normalize white space |
82 |
for more Web compatibility). |
83 |
|
84 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
85 |
|
86 |
* Makefile, HTML-tokenizer.t, HTML-tree.t: New test |
87 |
files are added. |
88 |
|
89 |
* tokenize/, tree-construction/: Sync with latest html5lib |
90 |
trunk. |
91 |
|
92 |
2007-06-05 Wakaba <wakaba@suika.fam.cx> |
93 |
|
94 |
* content-model-2.dat: |script| |async| and |defer| |
95 |
no longer require |src|. |async| MUST NOT be |
96 |
specified if |defer|. (HTML5 revision 858). |
97 |
|
98 |
2007-05-30 Wakaba <wakaba@suika.fam.cx> |
99 |
|
100 |
* ContentChecker.t: Don't use obsolete |new| method. |
101 |
|
102 |
* tree-test-1.dat: Nested form test added. |
103 |
|
104 |
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
105 |
|
106 |
* content-model-2.dat: Some error messages are updated. |
107 |
|
108 |
* content-model-1.dat: Very simple test for |tbody|, |thead|, |
109 |
and |tfoot| is added. |
110 |
|
111 |
2007-05-26 Wakaba <wakaba@suika.fam.cx> |
112 |
|
113 |
* content-model-2.dat: Tests for |rel| values are added. |
114 |
|
115 |
2007-05-26 Wakaba <wakaba@suika.fam.cx> |
116 |
|
117 |
* content-model-2.dat: Errors on obsolete media |
118 |
type (i.e. |text/javascript|) are added to the expected results. |
119 |
|
120 |
* tree-test-1.dat: Tests for |style| elements' attributes |
121 |
are added. |
122 |
|
123 |
2007-05-25 Wakaba <wakaba@suika.fam.cx> |
124 |
|
125 |
* URIChecker.t: New test entries. |
126 |
|
127 |
* content-model-2.dat: New test entries for URI attributes. |
128 |
|
129 |
2007-05-25 Wakaba <wakaba@suika.fam.cx> |
130 |
|
131 |
* URIChecker.t: New test. |
132 |
|
133 |
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
134 |
|
135 |
* Makefile (content-type-files, content-checker-files): New rukes. |
136 |
|
137 |
* content-type-result.txt, content-checker-result.txt: New files. |
138 |
|
139 |
* tokenizer-result.txt, tree-construction-result.txt: New to CVS. |
140 |
|
141 |
* content-model-2.dat: Warnings are added to unknown attributes |
142 |
for unknown elements. New tests for newly implemented |
143 |
attributes are added. |
144 |
|
145 |
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
146 |
|
147 |
* content-model-1.dat: Required attributes are |
148 |
added to <link>s. |
149 |
|
150 |
* content-model-2.dat: Tests for global event handler |
151 |
content attributes, <link>s and <embed>s are added. |
152 |
|
153 |
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
154 |
|
155 |
* content-model-2.dat: Tests for additionally-implemented |
156 |
attributes are added. |
157 |
|
158 |
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
159 |
|
160 |
* content-model-2.dat: Tests for <a>/interactive |
161 |
elements non-nesting are added. |
162 |
|
163 |
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
164 |
|
165 |
* content-model-3.dat: New test. |
166 |
|
167 |
* ContentChecker.t (@FILES): |content-model-3.dat| added. |
168 |
|
169 |
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
170 |
|
171 |
* tree-test-1.dat: Tests for |<iframe>|, |<noframes>|, |
172 |
and |<xmp>| are added. |
173 |
|
174 |
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
175 |
|
176 |
* content-model-1.dat: A content model conformance |
177 |
error was missing. |
178 |
|
179 |
* content-model-2.dat: Unsupported global attribute (prefixed |
180 |
attribute) test is added. Tests for many HTML5 elements |
181 |
are added. |
182 |
|
183 |
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
184 |
|
185 |
* content-model-2.dat: Tests for elements up to |progress|. |
186 |
|
187 |
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
188 |
|
189 |
* content-model-2.dat: Tests for global attributes, |html|, |head|, |
190 |
|base|, |meta|, and |style|. |
191 |
|
192 |
* ContentChecker.t: Support for |#data html| (HTML parsing |
193 |
mode). |
194 |
|
195 |
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
196 |
|
197 |
* content-model-2.dat: New test. |
198 |
|
199 |
* ContentChecker.t (@FILES): |content-model-2.dat| is added. |
200 |
(get_node_path): |ATTRIBUTE_NODE| support. |
201 |
|
202 |
* content-model-1.dat: New tests for unknown |
203 |
element in HTML namespace. |
204 |
|
205 |
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
206 |
|
207 |
* ContentChecker.t (manakai_element_type_match): Removed. |
208 |
|
209 |
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
210 |
|
211 |
* content-model-1.dat: Tests for |a| content model are added. |
212 |
Tests for |legend| content model are added. |
213 |
|
214 |
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
215 |
|
216 |
* content-model-1.dat: Tests for |li| content model are added. |
217 |
|
218 |
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
219 |
|
220 |
* content-model-1.dat: Tests for |dd| content model are added. |
221 |
Tests for |em| content model (inline-level content |
222 |
or stricly inline-level content) are added. |
223 |
Tests for |dfn| content model are added. |
224 |
|
225 |
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
226 |
|
227 |
* content-model-1.dat: New test data. |
228 |
|
229 |
* ContentChecker.t: New test. |
230 |
|
231 |
2007-05-05 Wakaba <wakaba@suika.fam.cx> |
232 |
|
233 |
* tree-test-1.dat: ins > p test and noscript in noscript test |
234 |
are added. |
235 |
|
236 |
2007-05-03 Wakaba <wakaba@suika.fam.cx> |
237 |
|
238 |
* tokenizer-test-1.test: Incorrect DOCTYPE testa |
239 |
are added. |
240 |
|
241 |
* tree-test-1.dat: |innerHTML| tests are added. |
242 |
|
243 |
2007-05-03 Wakaba <wakaba@suika.fam.cx> |
244 |
|
245 |
* LICENSE: New document. |
246 |
|
247 |
2007-05-02 Wakaba <wakaba@suika.fam.cx> |
248 |
|
249 |
* .cvsignore: Result files are added. |
250 |
|
251 |
* HTML-tree.t: Support for document fragment tests. |
252 |
|
253 |
* Makefile: Generate test result files. |
254 |
|
255 |
* tokenizer-test-1.test: A new test to ensure that |
256 |
characters after end tag are preserved in RCDATA or CDATA |
257 |
case. |
258 |
|
259 |
2007-05-01 Wakaba <wakaba@suika.fam.cx> |
260 |
|
261 |
* HTML-tree.t: Use new |What::HTML->parse_string| method |
262 |
so that this test don't have to know parser class's |
263 |
internals. |
264 |
|
265 |
* tree-test-1.dat: New tests for "(<head> stuffs) in body" |
266 |
and "(<head> stuffs) after body" are added. |
267 |
|
268 |
2007-05-01 Wakaba <wakaba@suika.fam.cx> |
269 |
|
270 |
* HTML-tree.t: New test file is added. Sort key |
271 |
was incorrect. |
272 |
|
273 |
* HTML-tokenizer.t: New test file is added. |
274 |
|
275 |
* tokenizer-test-1.test, tree-test-1.dat: New tests. |
276 |
|
277 |
2007-04-30 Wakaba <wakaba@suika.fam.cx> |
278 |
|
279 |
* .cvsignore: |tree-consturction| is added. |
280 |
|
281 |
* HTML-tree.t: New test. |
282 |
|
283 |
* Makefile: Rules for tree constructor tests are added. |
284 |
|
285 |
2007-04-30 Wakaba <wakaba@suika.fam.cx> |
286 |
|
287 |
* HTML-tokenizer.t: |Data::Dumper::Useqq| is replaced |
288 |
by customized ones so that utf8 vs byte string handling |
289 |
cause no error. Set |$JSON::UTF8| flag on so |
290 |
that the |JSON| module turns the utf8 flag on. |
291 |
Support for the |contentModelFlags| and |lastStartTag| |
292 |
test props. Show the input as well as description |
293 |
when a test fails. |
294 |
|
295 |
2007-04-30 Wakaba <wakaba@suika.fam.cx> |
296 |
|
297 |
* .cvsignore: New file. |
298 |
|
299 |
* Makefile: New file. |
300 |
|
301 |
* HTML-tokenizer.t: New test. |
302 |
|
303 |
2007-04-24 Wakaba <wakaba@suika.fam.cx> |
304 |
|
305 |
* ContentType.t: Remove some |my|s to avoid warnings. |
306 |
|
307 |
2007-04-24 Wakaba <wakaba@suika.fam.cx> |
308 |
|
309 |
* ChangeLog: New file. |
310 |
|
311 |
* ContentType.t: New Perl test. |
312 |
|
313 |
|