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