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

Legend:
Removed from v.1.235  
changed lines
  Added in v.1.305

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24