/[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.248 by wakaba, Sat Aug 30 12:33:36 2008 UTC revision 1.314 by wakaba, Wed Oct 15 04:38:22 2008 UTC
# Line 1  Line 1 
1    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
2    
3            * XML-Parser.t: "xml/pis-1.dat" and "xml/xmldecls-1.dat" added.
4            Test directifes "#xml-version", "#xml-encoding", and
5            "#xml-standalone" are added.
6    
7    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
8    
9            * XML-Parser.t: "xml/charref-1.dat" added.
10    
11    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
12    
13            * XML-Parser.t: "xml/texts-1.dat" added.
14    
15            * tokenizer-test-2.dat: Test for ]]> are added.
16    
17    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
18    
19            * tree-test-foreign.dat: More test data are added.
20    
21    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
22    
23            * XML-Parser.t: "xml/elements-1.dat" and "xml/doctypes-1.dat"
24            added.
25    
26    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
27    
28            * XML-Parser.t: "xml/ns-attrs-1.dat" added.
29    
30    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
31    
32            * xml/: New directory.
33    
34            * Makefile: Tests for Whatpm::XML::Parser are added.
35    
36            * HTML-tree.t: Change the relative order of codes.
37    
38            * XML-Parser.t: New test script.
39    
40    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
41    
42            * HTML-tree.t: Serialization code moved to Whatpm::HTML::Dumper.
43    
44    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
45    
46            * tree-test-phrasing.dat: Wrong test results fixed.
47    
48            * tree-test-foreign.dat: New tests added.
49    
50            * testfiles.pl: "#..." line at the end of a test entry was not
51            supported.
52    
53            * HTML-tree.t: Show the "#data" content in "no #errors" error
54            message.
55    
56            * tokenizer-test-2.dat: A wrong test result fixed.
57    
58    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
59    
60            * HTML-tree.t: Test result format for oreign element/attribute
61            names are updated to the latest one for html5lib tests.  Append a
62            newline to the expected result only when it is not an empty
63            string, for comparablity with the actual result.
64    
65            * tokenizer-test-3.dat, tree-test-foreign.dat, tree-test-1.dat,
66            tree-test-3.dat: Test results for foreign elements are updated.
67    
68    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
69    
70            * HTML-tree.t: <!DOCTYPE> test result format changed to the latest
71            format for html5lib tests.
72    
73            * tree-test-1.dat, tokenizer-test-2.dat: Test results for
74            <!DOCTYPE> are updated.
75    
76    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
77    
78            * HTML-tree.t: Test data file parser changed to the common one.
79    
80    2008-10-13  Wakaba  <wakaba@suika.fam.cx>
81    
82            * tokenizer-test-2.dat: A test result was wrong.
83    
84    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
85    
86            * content-model-1.dat: Some entries moved to
87            dom-conformance/html-1.dat, dom-conformance/html-flows-1.dat,
88            dom-conformance/html-links-1.dat,
89            dom-conformance/html-objects-1.dat, and
90            dom-conformance/html-interactive-1.dat.
91    
92            * content-model-2.dat: Removed (moved to
93            dom-conformance/xml-1.dat, dom-conformance/html-1.dat,
94            dom-conformance/html-links-1.dat,
95            dom-conformance/html-objects-1.dat,
96            dom-conformance/html-interactive-1.dat, and
97            dom-conformance/html-flows-1.dat).
98    
99            * content-model-3.dat: Removed (moved to
100            dom-conformance/xml-global.dat).
101    
102            * content-model-4.dat: Removed (moved to
103            dom-conformance/html-texts-1.dat and
104            dom-conformance/html-links-1.dat).
105    
106            * content-model-5.dat: Removed (moved to
107            dom-conformance/html-flows-1.dat).
108    
109            * content-model-6.dat: Removed (moved to
110            dom-conformance/html-dataset.dat).
111    
112            * ContentChecker.t: References to the removed files removed and
113            references to new files added.
114    
115            * ContentChecker-XML.t: New script.
116    
117            * Makefile: Updated.
118    
119    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
120    
121            * content-model-2.dat: Repetition model test is moved to another
122            file.  A wrong test result fixed.  Broken test entries fixed.
123            <area rev> is now reported as "unknown attribute", since RDFa spec
124            adds that attribute to all elements with the Common attribute set.
125            Note that we have no plan to support RDFa, at the moment.
126    
127    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
128    
129            * ContentChecker.t: New files added.
130    
131            * content-model-1.dat, content-model-2.dat: Numbers of test
132            entries are moved to other files.
133    
134    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
135    
136            * content-model-1.dat, content-model-2.dat: Test results on
137            |label| contents fixed.
138    
139            * ContentChecker.t: |dom-conformance/html-form-label.dat| added.
140    
141            * dom-conformance/: New directory.
142    
143    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
144    
145            * HTML-tree.t: New test files added.
146    
147            * Makefile: New test files added.
148    
149    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
150    
151            * tree-test-1.dat: Test results updated and new tests added on the
152            boundaries of Text nodes (HTML5 revision 2124).
153    
154    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
155    
156            * tree-test-form.dat: New test data file.
157    
158            * HTML-tree.t: |tree-test-form.dat| added.
159    
160            * tree-test-1.dat: Test results related to <option> and <optgroup>
161            are updated (cf. HTML5 revision 2128).
162    
163    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
164    
165            * tree-test-foreign.dat: New test data file.
166    
167            * HTML-tree.t: |tree-test-foreign.dat| added.
168    
169    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
170    
171            * tree-test-void.dat: Test on unmatched void end tag added (cf.
172            HTML5 revision 1731).
173    
174            * tree-test-1.dat: Test on unmatched end tag added (cf. HTML5
175            revision 1731).
176    
177    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
178    
179            * tree-test-void.dat: Test on |param| and |source| start tags are
180            added, as well as test on polytheistic slashes for new void
181            elements (HTML5 revision 1731).
182    
183    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
184    
185            * tree-test-flow.dat: Test on implied end tag before <p> start tag
186            are added (HTML5 revision 1731).
187    
188    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
189    
190            * tree-test-phrasing.dat, tree-test-flow.dat: New test data files.
191    
192            * HTML-tree.t: |tree-test-phrasing.dat| and |tree-test-flow.dat|
193            are added.
194    
195    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
196    
197            * tree-test-void.dat: New test data (cf. HTML5 revision 1731).
198    
199            * HTML-tree.t: |tree-test-void.dat| added.
200    
201            * tree-test-1.dat: Test on <listing> as a "special" element are
202            added.  Test on implied |option| and |optgroup| end tags are added
203            (cf. HTML5 revision 1731).
204    
205    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
206    
207            * tree-test-1.dat: Test related to "special", "formatting",
208            "scoping", and "phrasing" categories are added (cf. HTML5 revision
209            1778).
210    
211    2008-10-02  Wakaba  <wakaba@suika.fam.cx>
212    
213            * ContentType.t: More test cases on BOM are added.  Some test
214            results updated according to HTML5 revision 1927.  Tests on the
215            returned values in the list context are added.
216    
217    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
218    
219            * content-model-2.dat: Test data on |for=""| attribute are added.
220    
221    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
222    
223            * tokenizer-test-1.test: Test data on invalid character references
224            are added (cf. HTML5 revision 2138).
225    
226            * tokenizer-test-2.dat: Test data on U+000B are updated (HTML5
227            revision 2138).
228    
229    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
230    
231            * content-model-2.dat: Test data for |area| |alt=""| are added (HTML5
232            revision 1932).
233    
234    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
235    
236            * content-model-2.dat: Test data for |form=""| are added.
237    
238    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
239    
240            * content-model-1.dat: Test data for |fieldset| |legend| are added.
241    
242    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
243    
244            * content-model-2.dat: Test data for |form| |name| are added.
245    
246    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
247    
248            * content-model-1.dat, content-model-2.dat, content-model-4.dat:
249            Test data for U+000B are added (cf. HTML5 revision 1738).
250    
251    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
252    
253            * tokenizer-test-2.dat: Test result updated (cf. HTML5 revision
254            1738).
255    
256            * tree-test-1.dat: Test results updated.  New test data for the
257            treatement of U+000B are added (HTML5 revision 1738).
258    
259    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
260    
261            * tokenizer-test-1.test: Test data for U+000B are added (cf. HTML5
262            revision 1738).
263    
264    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
265    
266            * ContentType.t: Updated to disallow 0x0B as text byte (HTML5
267            revision 1738).
268    
269    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
270    
271            * content-checker.pl: Remove dedicated parser and adopt
272            testfiles.pl parser.
273    
274            * content-model-1.dat, content-model-2.dat: Typo fixed.
275    
276    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
277    
278            * content-model-1.dat: Test data for interactive contents are
279            added (cf. HTML5 revision 2018).
280    
281    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
282    
283            * content-model-2.dat: Add test data for accept-charset=""
284            attributes.
285    
286    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
287    
288            * langtag-1.dat: More test data from RFC 4646 are added.
289    
290    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
291    
292            * langtag-1.dat: More test data from RFC 4646 sections 1.-2.2.4.
293            are added.
294    
295    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
296    
297            * LangTag.t: Completely rewritten using |testfiles.pl|.
298    
299            * testfiles.pl: New script.
300    
301            * langtag-1.dat: Tests for case are added.
302    
303    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
304    
305            * ContentChecker.t: Atom tests are moved to another file.
306    
307            * ContentChecker-Atom.t, LangTag.t: New test scripts.
308    
309            * Makefile: Updated to invoke new test scripts.
310    
311            * langtag-1.dat: New test data file.
312    
313    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
314    
315            * ContentChecker.t: Test engine moved to another script.
316    
317            * content-checker.pl: New script.
318    
319    2008-09-17  Wakaba  <wakaba@suika.fam.cx>
320    
321            * content-model-1.dat: Test results are updated.
322    
323            * content-model-2.dat: Tests for style="" are added.
324    
325    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
326    
327            * css-text.dat: Test data for pre-wrap updated.
328    
329    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
330    
331            * css-visual.dat: New test data for Firefox3's new 'width'
332            values.
333    
334    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
335    
336            * content-model-2.dat: A test case for NCR in charset=""
337            is added.
338    
339    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
340    
341            * tokenizer-test-3.dat: New test for MSE is added.
342    
343    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
344    
345            * HTML-tree.t: tokenizer-test-3.dat added.
346    
347            * tokenizer-test-3.dat: New test data.
348    
349    2008-09-09  Wakaba  <wakaba@suika.fam.cx>
350    
351            * content-model-1.dat, content-model-7.dat: |a| is now
352            transparent (HTML5 revision 1963).
353    
354    2008-09-07  Wakaba  <wakaba@suika.fam.cx>
355    
356            * content-model-7.dat: Typo fixed.
357    
358            * content-model-6.dat: Test data for data-UPPERCASE (now
359            disallowed) are added (HTML5 revision 1945).
360    
361    2008-09-06  Wakaba  <wakaba@suika.fam.cx>
362    
363            * content-model-1.dat: Test data for |XSLT-compat|
364            added (HTML5 revision 2141).  A redundant test
365            entry is removed.
366    
367            * HTML-tree.t: Support for should-level errors.
368    
369    2008-09-06  Wakaba  <wakaba@suika.fam.cx>
370    
371            * content-model-1.dat: Form test data are added (cf. HTML5
372            revisions 2142-2155).
373    
374    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
375    
376            * content-model-1.dat, content-model-2.dat: |event-source|
377            is renamed as |eventsource| (HTML5 revision 1863).
378    
379    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
380    
381            * content-model-2.dat: Uppercase letters are not allowed
382            as embed custom attributes (HTML5 revision 1946).
383    
384    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
385    
386            * tree-test-1.dat: Test data for after after frameset
387            insertion mode are added (cf. HTML5 revision 1909).
388    
389    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
390    
391            * content-model-2.dat, content-model-6.dat: Custom
392            attributes on |embed| and |data-*| attributes must
393            be XML compatible (HTML5 revision 1836).
394    
395    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
396    
397            * content-model-2.dat: xmlns="" on HTML elements that are
398            not the root of the HTML subtree are now allowed (HTML5
399            revision 1834).
400    
401    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
402    
403            * content-model-2.dat: Alternate style sheet element must
404            have a non-empty title attribute (HTML5 revision 1942).
405    
406    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
407    
408            * content-model-2.dat: A test data for wrong spelling of |irrelevant|
409            is added.
410    
411    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
412    
413            * content-model-1.dat, content-model-2.dat: Test data
414            for the |bb| element are added (cf. HTML5 revision 1894).
415    
416            * content-model-2.dat: |irrelevant| renamed as |hidden| (HTML5
417            revision 2119).
418    
419            * content-model-7.dat: New test file.
420    
421    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
422    
423            * content-model-2.dat: <embed> w/o src="" is conforming (HTML5
424            revision 1929).
425    
426    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
427    
428            * content-model-2.dat: @autosubmit dropped (HTML5
429            revision 2019).
430    
431    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
432    
433            * content-model-4.dat: Some test data for <time> are added (c.f.
434            HTML5 revision 2094).
435    
436    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
437    
438            * ContentType.t: Support for image/svg+xml (HTML revision 2096).
439    
440    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
441    
442            * tokenizer-test-1.dat: '"' and "'" at the end of attribute
443            name (after another attribute) now raise parse error (HTML5
444            revision 2123).  Empty unquoted attribute is no
445            longer allowed (HTML5 revision 2122).
446    
447            * HTML-tokenizer.t: Hash keys were not sorted when dumped.
448    
449    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
450    
451            * HTML-tree.dat: tree-test-3.dat added.
452    
453            * tree-test-3.dat: Test data for definitionURL="" are added (cf.
454            HTML5 revision 2130).
455    
456  2008-08-30  Wakaba  <wakaba@suika.fam.cx>  2008-08-30  Wakaba  <wakaba@suika.fam.cx>
457    
458          * content-model-1.dat, content-model-2.dat: Test data updated          * content-model-1.dat, content-model-2.dat: Test data updated

Legend:
Removed from v.1.248  
changed lines
  Added in v.1.314

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24