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