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