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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.36 - (show annotations) (download)
Sat Jun 23 03:30:06 2007 UTC (19 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.35: +5 -0 lines
++ whatpm/t/ChangeLog	23 Jun 2007 03:16:30 -0000
	* tokenizer-test-1.test: Tests for C1 character
	references are added.

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

++ whatpm/Whatpm/ChangeLog	23 Jun 2007 03:26:51 -0000
	* HTML.pm.src: An error message was incorrect.
	HTML5 revision 869 (C1 character references).

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

1 2007-06-23 Wakaba <[email protected]>
2
3 * tokenizer-test-1.test: Tests for C1 character
4 references are added.
5
6 2007-06-23 Wakaba <[email protected]>
7
8 * 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 <[email protected]>
17
18 * 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 2007-06-05 Wakaba <[email protected]>
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 2007-05-30 Wakaba <[email protected]>
31
32 * ContentChecker.t: Don't use obsolete |new| method.
33
34 * tree-test-1.dat: Nested form test added.
35
36 2007-05-27 Wakaba <[email protected]>
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 2007-05-26 Wakaba <[email protected]>
44
45 * content-model-2.dat: Tests for |rel| values are added.
46
47 2007-05-26 Wakaba <[email protected]>
48
49 * 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 2007-05-25 Wakaba <[email protected]>
56
57 * URIChecker.t: New test entries.
58
59 * content-model-2.dat: New test entries for URI attributes.
60
61 2007-05-25 Wakaba <[email protected]>
62
63 * URIChecker.t: New test.
64
65 2007-05-20 Wakaba <[email protected]>
66
67 * 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 <[email protected]>
78
79 * 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 <[email protected]>
86
87 * content-model-2.dat: Tests for additionally-implemented
88 attributes are added.
89
90 2007-05-20 Wakaba <[email protected]>
91
92 * content-model-2.dat: Tests for <a>/interactive
93 elements non-nesting are added.
94
95 2007-05-19 Wakaba <[email protected]>
96
97 * content-model-3.dat: New test.
98
99 * ContentChecker.t (@FILES): |content-model-3.dat| added.
100
101 2007-05-19 Wakaba <[email protected]>
102
103 * tree-test-1.dat: Tests for |<iframe>|, |<noframes>|,
104 and |<xmp>| are added.
105
106 2007-05-19 Wakaba <[email protected]>
107
108 * 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 <[email protected]>
116
117 * content-model-2.dat: Tests for elements up to |progress|.
118
119 2007-05-19 Wakaba <[email protected]>
120
121 * 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 <[email protected]>
128
129 * 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 2007-05-13 Wakaba <[email protected]>
138
139 * ContentChecker.t (manakai_element_type_match): Removed.
140
141 2007-05-13 Wakaba <[email protected]>
142
143 * 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 <[email protected]>
147
148 * content-model-1.dat: Tests for |li| content model are added.
149
150 2007-05-13 Wakaba <[email protected]>
151
152 * 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 <[email protected]>
158
159 * content-model-1.dat: New test data.
160
161 * ContentChecker.t: New test.
162
163 2007-05-05 Wakaba <[email protected]>
164
165 * tree-test-1.dat: ins > p test and noscript in noscript test
166 are added.
167
168 2007-05-03 Wakaba <[email protected]>
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 <[email protected]>
176
177 * LICENSE: New document.
178
179 2007-05-02 Wakaba <[email protected]>
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 2007-05-01 Wakaba <[email protected]>
192
193 * 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 <[email protected]>
201
202 * 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 2007-04-30 Wakaba <[email protected]>
210
211 * .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 <[email protected]>
218
219 * 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 <[email protected]>
228
229 * .cvsignore: New file.
230
231 * Makefile: New file.
232
233 * HTML-tokenizer.t: New test.
234
235 2007-04-24 Wakaba <[email protected]>
236
237 * ContentType.t: Remove some |my|s to avoid warnings.
238
239 2007-04-24 Wakaba <[email protected]>
240
241 * ChangeLog: New file.
242
243 * ContentType.t: New Perl test.
244
245

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24