/[suikacvs]/markup/html/whatpm/t/ChangeLog
Suika

Contents of /markup/html/whatpm/t/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.35 - (show annotations) (download)
Sat Jun 23 02:59:48 2007 UTC (17 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.34: +10 -0 lines
++ whatpm/t/ChangeLog	23 Jun 2007 02:59:40 -0000
	* ContentChecker.t: Use NanoDOM-based manakai for XHTML.
	Note that a test fails that assumes XML attribute value
	normalization fails since XMLParserTemp.pm does
	not normalize white space in attribute value when
	creating an attribute node (and new NanoDOM-based
	manakai's Attr.value does not normalize white space
	for more Web compatibility).

2007-06-23  Wakaba  <wakaba@suika.fam.cx>

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24