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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.31 - (show annotations) (download)
Sun May 27 10:28:01 2007 UTC (18 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.30: +7 -0 lines
++ whatpm/t/ChangeLog	27 May 2007 10:25:14 -0000
2007-05-27  Wakaba  <wakaba@suika.fam.cx>

	* content-model-2.dat: Some error messages are updated.

	* content-model-1.dat: Very simple test for |tbody|, |thead|,
	and |tfoot| is added.

++ whatpm/Whatpm/ChangeLog	27 May 2007 10:25:42 -0000
	* ContentChecker.pm (thead, tfoot): Checker specifications
	were incorrect.

2007-05-27  Wakaba  <wakaba@suika.fam.cx>

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24