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

Diff of /markup/html/whatpm/t/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.274 by wakaba, Sat Sep 20 02:19:49 2008 UTC revision 1.333 by wakaba, Fri Dec 12 07:32:05 2008 UTC
# Line 1  Line 1 
1    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
2    
3            * ContentChecker.t: Added new test data file.
4    
5    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
6    
7            * ContentChecker.t: Added new test data file.
8    
9    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
10    
11            * ContentChecker.t: Added new test data file.
12    
13    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
14    
15            * ContentChecker.t: Added |dom-conformance/html-form-datalist.dat|.
16    
17    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
18    
19            * content-checker.pl: Use new XML parser for parsing test data.
20            Use NanoDOM instead of manakai DOM implementation.
21    
22    2008-11-07  Wakaba  <wakaba@suika.fam.cx>
23    
24            * SWML-Parser.t: New test data files added.
25    
26    2008-11-07  Wakaba  <wakaba@suika.fam.cx>
27    
28            * SWML-Parser.t: Test file |swml/blocks-1.dat| added.
29    
30    2008-11-07  Wakaba  <wakaba@suika.fam.cx>
31    
32            * Makefile: A rule for SWML testing is added.
33    
34            * SWML-Parser.t: New file.
35    
36            * swml/: New directory.
37    
38    2008-10-20  Wakaba  <wakaba@suika.fam.cx>
39    
40            * XML-Parser.t: "xml/attrs-2.dat" added.
41    
42    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
43    
44            * XML-Parser.t: "xml/entrefs-2.dat" added.
45    
46    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
47    
48            * XML-Parser.t: "xml/entrefs-1.dat" added.
49    
50    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
51    
52            * XML-Parser.t: "xml/eldecls-1.dat" added.
53    
54    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
55    
56            * XML-Parser.t: Typo fixed.
57    
58    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
59    
60            * XML-Parser.t: "xml/entities-1.dat" and "xml/entities-2.dat"
61            added.  Support for the "#entities" directive.
62    
63    2008-10-18  Wakaba  <wakaba@suika.fam.cx>
64    
65            * XML-Parser.t: "xml/notations-1.dat" added.
66    
67    2008-10-17  Wakaba  <wakaba@suika.fam.cx>
68    
69            * XML-Parser.t: "xml/attlists-1.dat" added.
70    
71    2008-10-16  Wakaba  <wakaba@suika.fam.cx>
72    
73            * XML-Parser.t: "xml/pis-2.dat" and "xml/comments-2.dat" are added.
74    
75    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
76    
77            * XML-Parser.t: "xml/doctypes-2.dat" added.
78    
79            * tokenizer-test-1.test: Keyword case-sensitivility tests added.
80    
81    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
82    
83            * XML-Parser.t: "xml/ns-elements-1.dat" added.
84    
85    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
86    
87            * XML-Parser.t: "xml/pis-1.dat" and "xml/xmldecls-1.dat" added.
88            Test directifes "#xml-version", "#xml-encoding", and
89            "#xml-standalone" are added.
90    
91    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
92    
93            * XML-Parser.t: "xml/charref-1.dat" added.
94    
95    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
96    
97            * XML-Parser.t: "xml/texts-1.dat" added.
98    
99            * tokenizer-test-2.dat: Test for ]]> are added.
100    
101    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
102    
103            * tree-test-foreign.dat: More test data are added.
104    
105    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
106    
107            * XML-Parser.t: "xml/elements-1.dat" and "xml/doctypes-1.dat"
108            added.
109    
110    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
111    
112            * XML-Parser.t: "xml/ns-attrs-1.dat" added.
113    
114    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
115    
116            * xml/: New directory.
117    
118            * Makefile: Tests for Whatpm::XML::Parser are added.
119    
120            * HTML-tree.t: Change the relative order of codes.
121    
122            * XML-Parser.t: New test script.
123    
124    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
125    
126            * HTML-tree.t: Serialization code moved to Whatpm::HTML::Dumper.
127    
128    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
129    
130            * tree-test-phrasing.dat: Wrong test results fixed.
131    
132            * tree-test-foreign.dat: New tests added.
133    
134            * testfiles.pl: "#..." line at the end of a test entry was not
135            supported.
136    
137            * HTML-tree.t: Show the "#data" content in "no #errors" error
138            message.
139    
140            * tokenizer-test-2.dat: A wrong test result fixed.
141    
142    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
143    
144            * HTML-tree.t: Test result format for oreign element/attribute
145            names are updated to the latest one for html5lib tests.  Append a
146            newline to the expected result only when it is not an empty
147            string, for comparablity with the actual result.
148    
149            * tokenizer-test-3.dat, tree-test-foreign.dat, tree-test-1.dat,
150            tree-test-3.dat: Test results for foreign elements are updated.
151    
152    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
153    
154            * HTML-tree.t: <!DOCTYPE> test result format changed to the latest
155            format for html5lib tests.
156    
157            * tree-test-1.dat, tokenizer-test-2.dat: Test results for
158            <!DOCTYPE> are updated.
159    
160    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
161    
162            * HTML-tree.t: Test data file parser changed to the common one.
163    
164    2008-10-13  Wakaba  <wakaba@suika.fam.cx>
165    
166            * tokenizer-test-2.dat: A test result was wrong.
167    
168    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
169    
170            * content-model-1.dat: Some entries moved to
171            dom-conformance/html-1.dat, dom-conformance/html-flows-1.dat,
172            dom-conformance/html-links-1.dat,
173            dom-conformance/html-objects-1.dat, and
174            dom-conformance/html-interactive-1.dat.
175    
176            * content-model-2.dat: Removed (moved to
177            dom-conformance/xml-1.dat, dom-conformance/html-1.dat,
178            dom-conformance/html-links-1.dat,
179            dom-conformance/html-objects-1.dat,
180            dom-conformance/html-interactive-1.dat, and
181            dom-conformance/html-flows-1.dat).
182    
183            * content-model-3.dat: Removed (moved to
184            dom-conformance/xml-global.dat).
185    
186            * content-model-4.dat: Removed (moved to
187            dom-conformance/html-texts-1.dat and
188            dom-conformance/html-links-1.dat).
189    
190            * content-model-5.dat: Removed (moved to
191            dom-conformance/html-flows-1.dat).
192    
193            * content-model-6.dat: Removed (moved to
194            dom-conformance/html-dataset.dat).
195    
196            * ContentChecker.t: References to the removed files removed and
197            references to new files added.
198    
199            * ContentChecker-XML.t: New script.
200    
201            * Makefile: Updated.
202    
203    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
204    
205            * content-model-2.dat: Repetition model test is moved to another
206            file.  A wrong test result fixed.  Broken test entries fixed.
207            <area rev> is now reported as "unknown attribute", since RDFa spec
208            adds that attribute to all elements with the Common attribute set.
209            Note that we have no plan to support RDFa, at the moment.
210    
211    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
212    
213            * ContentChecker.t: New files added.
214    
215            * content-model-1.dat, content-model-2.dat: Numbers of test
216            entries are moved to other files.
217    
218    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
219    
220            * content-model-1.dat, content-model-2.dat: Test results on
221            |label| contents fixed.
222    
223            * ContentChecker.t: |dom-conformance/html-form-label.dat| added.
224    
225            * dom-conformance/: New directory.
226    
227    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
228    
229            * HTML-tree.t: New test files added.
230    
231            * Makefile: New test files added.
232    
233    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
234    
235            * tree-test-1.dat: Test results updated and new tests added on the
236            boundaries of Text nodes (HTML5 revision 2124).
237    
238    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
239    
240            * tree-test-form.dat: New test data file.
241    
242            * HTML-tree.t: |tree-test-form.dat| added.
243    
244            * tree-test-1.dat: Test results related to <option> and <optgroup>
245            are updated (cf. HTML5 revision 2128).
246    
247    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
248    
249            * tree-test-foreign.dat: New test data file.
250    
251            * HTML-tree.t: |tree-test-foreign.dat| added.
252    
253    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
254    
255            * tree-test-void.dat: Test on unmatched void end tag added (cf.
256            HTML5 revision 1731).
257    
258            * tree-test-1.dat: Test on unmatched end tag added (cf. HTML5
259            revision 1731).
260    
261    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
262    
263            * tree-test-void.dat: Test on |param| and |source| start tags are
264            added, as well as test on polytheistic slashes for new void
265            elements (HTML5 revision 1731).
266    
267    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
268    
269            * tree-test-flow.dat: Test on implied end tag before <p> start tag
270            are added (HTML5 revision 1731).
271    
272    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
273    
274            * tree-test-phrasing.dat, tree-test-flow.dat: New test data files.
275    
276            * HTML-tree.t: |tree-test-phrasing.dat| and |tree-test-flow.dat|
277            are added.
278    
279    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
280    
281            * tree-test-void.dat: New test data (cf. HTML5 revision 1731).
282    
283            * HTML-tree.t: |tree-test-void.dat| added.
284    
285            * tree-test-1.dat: Test on <listing> as a "special" element are
286            added.  Test on implied |option| and |optgroup| end tags are added
287            (cf. HTML5 revision 1731).
288    
289    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
290    
291            * tree-test-1.dat: Test related to "special", "formatting",
292            "scoping", and "phrasing" categories are added (cf. HTML5 revision
293            1778).
294    
295    2008-10-02  Wakaba  <wakaba@suika.fam.cx>
296    
297            * ContentType.t: More test cases on BOM are added.  Some test
298            results updated according to HTML5 revision 1927.  Tests on the
299            returned values in the list context are added.
300    
301    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
302    
303            * content-model-2.dat: Test data on |for=""| attribute are added.
304    
305    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
306    
307            * tokenizer-test-1.test: Test data on invalid character references
308            are added (cf. HTML5 revision 2138).
309    
310            * tokenizer-test-2.dat: Test data on U+000B are updated (HTML5
311            revision 2138).
312    
313    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
314    
315            * content-model-2.dat: Test data for |area| |alt=""| are added (HTML5
316            revision 1932).
317    
318    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
319    
320            * content-model-2.dat: Test data for |form=""| are added.
321    
322    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
323    
324            * content-model-1.dat: Test data for |fieldset| |legend| are added.
325    
326    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
327    
328            * content-model-2.dat: Test data for |form| |name| are added.
329    
330    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
331    
332            * content-model-1.dat, content-model-2.dat, content-model-4.dat:
333            Test data for U+000B are added (cf. HTML5 revision 1738).
334    
335    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
336    
337            * tokenizer-test-2.dat: Test result updated (cf. HTML5 revision
338            1738).
339    
340            * tree-test-1.dat: Test results updated.  New test data for the
341            treatement of U+000B are added (HTML5 revision 1738).
342    
343    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
344    
345            * tokenizer-test-1.test: Test data for U+000B are added (cf. HTML5
346            revision 1738).
347    
348    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
349    
350            * ContentType.t: Updated to disallow 0x0B as text byte (HTML5
351            revision 1738).
352    
353    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
354    
355            * content-checker.pl: Remove dedicated parser and adopt
356            testfiles.pl parser.
357    
358            * content-model-1.dat, content-model-2.dat: Typo fixed.
359    
360    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
361    
362            * content-model-1.dat: Test data for interactive contents are
363            added (cf. HTML5 revision 2018).
364    
365  2008-09-20  Wakaba  <wakaba@suika.fam.cx>  2008-09-20  Wakaba  <wakaba@suika.fam.cx>
366    
367          * content-model-2.dat: Add test data for accept-charset=""          * content-model-2.dat: Add test data for accept-charset=""

Legend:
Removed from v.1.274  
changed lines
  Added in v.1.333

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24