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