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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24