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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.32 - (show annotations) (download)
Wed May 30 12:24:50 2007 UTC (18 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.31: +6 -0 lines
++ whatpm/t/ChangeLog	30 May 2007 12:23:55 -0000
2007-05-30  Wakaba  <wakaba@suika.fam.cx>

	* ContentChecker.t: Don't use obsolete |new| method.

	* tree-test-1.dat: Nested form test added.

++ whatpm/Whatpm/ChangeLog	30 May 2007 12:24:39 -0000
2007-05-30  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm.src: |<form><form>| went to inifinite loop.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24