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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.45 - (show annotations) (download)
Sat Jun 23 13:05:16 2007 UTC (19 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.44: +4 -0 lines
++ whatpm/t/ChangeLog	23 Jun 2007 12:56:46 -0000
	* tree-test-1.dat: Always use uppercase document type name.

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

++ whatpm/Whatpm/ChangeLog	23 Jun 2007 13:05:07 -0000
	* NanoDOM.pm (manakai_is_html): Setting to false did not work.

	* HTML.pm.src: HTML5 revision 914 (</ in CDATA, RCDATA).
	HTML5 revision 915 (<nobr>).

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

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24