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