/[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.183 by wakaba, Sun Mar 9 05:12:05 2008 UTC revision 1.311 by wakaba, Tue Oct 14 13:24:52 2008 UTC
# Line 1  Line 1 
1    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
2    
3            * tree-test-foreign.dat: More test data are added.
4    
5    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
6    
7            * XML-Parser.t: "xml/elements-1.dat" and "xml/doctypes-1.dat"
8            added.
9    
10    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
11    
12            * XML-Parser.t: "xml/ns-attrs-1.dat" added.
13    
14    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
15    
16            * xml/: New directory.
17    
18            * Makefile: Tests for Whatpm::XML::Parser are added.
19    
20            * HTML-tree.t: Change the relative order of codes.
21    
22            * XML-Parser.t: New test script.
23    
24    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
25    
26            * HTML-tree.t: Serialization code moved to Whatpm::HTML::Dumper.
27    
28    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
29    
30            * tree-test-phrasing.dat: Wrong test results fixed.
31    
32            * tree-test-foreign.dat: New tests added.
33    
34            * testfiles.pl: "#..." line at the end of a test entry was not
35            supported.
36    
37            * HTML-tree.t: Show the "#data" content in "no #errors" error
38            message.
39    
40            * tokenizer-test-2.dat: A wrong test result fixed.
41    
42    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
43    
44            * HTML-tree.t: Test result format for oreign element/attribute
45            names are updated to the latest one for html5lib tests.  Append a
46            newline to the expected result only when it is not an empty
47            string, for comparablity with the actual result.
48    
49            * tokenizer-test-3.dat, tree-test-foreign.dat, tree-test-1.dat,
50            tree-test-3.dat: Test results for foreign elements are updated.
51    
52    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
53    
54            * HTML-tree.t: <!DOCTYPE> test result format changed to the latest
55            format for html5lib tests.
56    
57            * tree-test-1.dat, tokenizer-test-2.dat: Test results for
58            <!DOCTYPE> are updated.
59    
60    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
61    
62            * HTML-tree.t: Test data file parser changed to the common one.
63    
64    2008-10-13  Wakaba  <wakaba@suika.fam.cx>
65    
66            * tokenizer-test-2.dat: A test result was wrong.
67    
68    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
69    
70            * content-model-1.dat: Some entries moved to
71            dom-conformance/html-1.dat, dom-conformance/html-flows-1.dat,
72            dom-conformance/html-links-1.dat,
73            dom-conformance/html-objects-1.dat, and
74            dom-conformance/html-interactive-1.dat.
75    
76            * content-model-2.dat: Removed (moved to
77            dom-conformance/xml-1.dat, dom-conformance/html-1.dat,
78            dom-conformance/html-links-1.dat,
79            dom-conformance/html-objects-1.dat,
80            dom-conformance/html-interactive-1.dat, and
81            dom-conformance/html-flows-1.dat).
82    
83            * content-model-3.dat: Removed (moved to
84            dom-conformance/xml-global.dat).
85    
86            * content-model-4.dat: Removed (moved to
87            dom-conformance/html-texts-1.dat and
88            dom-conformance/html-links-1.dat).
89    
90            * content-model-5.dat: Removed (moved to
91            dom-conformance/html-flows-1.dat).
92    
93            * content-model-6.dat: Removed (moved to
94            dom-conformance/html-dataset.dat).
95    
96            * ContentChecker.t: References to the removed files removed and
97            references to new files added.
98    
99            * ContentChecker-XML.t: New script.
100    
101            * Makefile: Updated.
102    
103    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
104    
105            * content-model-2.dat: Repetition model test is moved to another
106            file.  A wrong test result fixed.  Broken test entries fixed.
107            <area rev> is now reported as "unknown attribute", since RDFa spec
108            adds that attribute to all elements with the Common attribute set.
109            Note that we have no plan to support RDFa, at the moment.
110    
111    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
112    
113            * ContentChecker.t: New files added.
114    
115            * content-model-1.dat, content-model-2.dat: Numbers of test
116            entries are moved to other files.
117    
118    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
119    
120            * content-model-1.dat, content-model-2.dat: Test results on
121            |label| contents fixed.
122    
123            * ContentChecker.t: |dom-conformance/html-form-label.dat| added.
124    
125            * dom-conformance/: New directory.
126    
127    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
128    
129            * HTML-tree.t: New test files added.
130    
131            * Makefile: New test files added.
132    
133    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
134    
135            * tree-test-1.dat: Test results updated and new tests added on the
136            boundaries of Text nodes (HTML5 revision 2124).
137    
138    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
139    
140            * tree-test-form.dat: New test data file.
141    
142            * HTML-tree.t: |tree-test-form.dat| added.
143    
144            * tree-test-1.dat: Test results related to <option> and <optgroup>
145            are updated (cf. HTML5 revision 2128).
146    
147    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
148    
149            * tree-test-foreign.dat: New test data file.
150    
151            * HTML-tree.t: |tree-test-foreign.dat| added.
152    
153    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
154    
155            * tree-test-void.dat: Test on unmatched void end tag added (cf.
156            HTML5 revision 1731).
157    
158            * tree-test-1.dat: Test on unmatched end tag added (cf. HTML5
159            revision 1731).
160    
161    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
162    
163            * tree-test-void.dat: Test on |param| and |source| start tags are
164            added, as well as test on polytheistic slashes for new void
165            elements (HTML5 revision 1731).
166    
167    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
168    
169            * tree-test-flow.dat: Test on implied end tag before <p> start tag
170            are added (HTML5 revision 1731).
171    
172    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
173    
174            * tree-test-phrasing.dat, tree-test-flow.dat: New test data files.
175    
176            * HTML-tree.t: |tree-test-phrasing.dat| and |tree-test-flow.dat|
177            are added.
178    
179    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
180    
181            * tree-test-void.dat: New test data (cf. HTML5 revision 1731).
182    
183            * HTML-tree.t: |tree-test-void.dat| added.
184    
185            * tree-test-1.dat: Test on <listing> as a "special" element are
186            added.  Test on implied |option| and |optgroup| end tags are added
187            (cf. HTML5 revision 1731).
188    
189    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
190    
191            * tree-test-1.dat: Test related to "special", "formatting",
192            "scoping", and "phrasing" categories are added (cf. HTML5 revision
193            1778).
194    
195    2008-10-02  Wakaba  <wakaba@suika.fam.cx>
196    
197            * ContentType.t: More test cases on BOM are added.  Some test
198            results updated according to HTML5 revision 1927.  Tests on the
199            returned values in the list context are added.
200    
201    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
202    
203            * content-model-2.dat: Test data on |for=""| attribute are added.
204    
205    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
206    
207            * tokenizer-test-1.test: Test data on invalid character references
208            are added (cf. HTML5 revision 2138).
209    
210            * tokenizer-test-2.dat: Test data on U+000B are updated (HTML5
211            revision 2138).
212    
213    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
214    
215            * content-model-2.dat: Test data for |area| |alt=""| are added (HTML5
216            revision 1932).
217    
218    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
219    
220            * content-model-2.dat: Test data for |form=""| are added.
221    
222    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
223    
224            * content-model-1.dat: Test data for |fieldset| |legend| are added.
225    
226    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
227    
228            * content-model-2.dat: Test data for |form| |name| are added.
229    
230    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
231    
232            * content-model-1.dat, content-model-2.dat, content-model-4.dat:
233            Test data for U+000B are added (cf. HTML5 revision 1738).
234    
235    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
236    
237            * tokenizer-test-2.dat: Test result updated (cf. HTML5 revision
238            1738).
239    
240            * tree-test-1.dat: Test results updated.  New test data for the
241            treatement of U+000B are added (HTML5 revision 1738).
242    
243    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
244    
245            * tokenizer-test-1.test: Test data for U+000B are added (cf. HTML5
246            revision 1738).
247    
248    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
249    
250            * ContentType.t: Updated to disallow 0x0B as text byte (HTML5
251            revision 1738).
252    
253    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
254    
255            * content-checker.pl: Remove dedicated parser and adopt
256            testfiles.pl parser.
257    
258            * content-model-1.dat, content-model-2.dat: Typo fixed.
259    
260    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
261    
262            * content-model-1.dat: Test data for interactive contents are
263            added (cf. HTML5 revision 2018).
264    
265    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
266    
267            * content-model-2.dat: Add test data for accept-charset=""
268            attributes.
269    
270    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
271    
272            * langtag-1.dat: More test data from RFC 4646 are added.
273    
274    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
275    
276            * langtag-1.dat: More test data from RFC 4646 sections 1.-2.2.4.
277            are added.
278    
279    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
280    
281            * LangTag.t: Completely rewritten using |testfiles.pl|.
282    
283            * testfiles.pl: New script.
284    
285            * langtag-1.dat: Tests for case are added.
286    
287    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
288    
289            * ContentChecker.t: Atom tests are moved to another file.
290    
291            * ContentChecker-Atom.t, LangTag.t: New test scripts.
292    
293            * Makefile: Updated to invoke new test scripts.
294    
295            * langtag-1.dat: New test data file.
296    
297    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
298    
299            * ContentChecker.t: Test engine moved to another script.
300    
301            * content-checker.pl: New script.
302    
303    2008-09-17  Wakaba  <wakaba@suika.fam.cx>
304    
305            * content-model-1.dat: Test results are updated.
306    
307            * content-model-2.dat: Tests for style="" are added.
308    
309    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
310    
311            * css-text.dat: Test data for pre-wrap updated.
312    
313    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
314    
315            * css-visual.dat: New test data for Firefox3's new 'width'
316            values.
317    
318    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
319    
320            * content-model-2.dat: A test case for NCR in charset=""
321            is added.
322    
323    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
324    
325            * tokenizer-test-3.dat: New test for MSE is added.
326    
327    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
328    
329            * HTML-tree.t: tokenizer-test-3.dat added.
330    
331            * tokenizer-test-3.dat: New test data.
332    
333    2008-09-09  Wakaba  <wakaba@suika.fam.cx>
334    
335            * content-model-1.dat, content-model-7.dat: |a| is now
336            transparent (HTML5 revision 1963).
337    
338    2008-09-07  Wakaba  <wakaba@suika.fam.cx>
339    
340            * content-model-7.dat: Typo fixed.
341    
342            * content-model-6.dat: Test data for data-UPPERCASE (now
343            disallowed) are added (HTML5 revision 1945).
344    
345    2008-09-06  Wakaba  <wakaba@suika.fam.cx>
346    
347            * content-model-1.dat: Test data for |XSLT-compat|
348            added (HTML5 revision 2141).  A redundant test
349            entry is removed.
350    
351            * HTML-tree.t: Support for should-level errors.
352    
353    2008-09-06  Wakaba  <wakaba@suika.fam.cx>
354    
355            * content-model-1.dat: Form test data are added (cf. HTML5
356            revisions 2142-2155).
357    
358    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
359    
360            * content-model-1.dat, content-model-2.dat: |event-source|
361            is renamed as |eventsource| (HTML5 revision 1863).
362    
363    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
364    
365            * content-model-2.dat: Uppercase letters are not allowed
366            as embed custom attributes (HTML5 revision 1946).
367    
368    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
369    
370            * tree-test-1.dat: Test data for after after frameset
371            insertion mode are added (cf. HTML5 revision 1909).
372    
373    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
374    
375            * content-model-2.dat, content-model-6.dat: Custom
376            attributes on |embed| and |data-*| attributes must
377            be XML compatible (HTML5 revision 1836).
378    
379    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
380    
381            * content-model-2.dat: xmlns="" on HTML elements that are
382            not the root of the HTML subtree are now allowed (HTML5
383            revision 1834).
384    
385    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
386    
387            * content-model-2.dat: Alternate style sheet element must
388            have a non-empty title attribute (HTML5 revision 1942).
389    
390    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
391    
392            * content-model-2.dat: A test data for wrong spelling of |irrelevant|
393            is added.
394    
395    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
396    
397            * content-model-1.dat, content-model-2.dat: Test data
398            for the |bb| element are added (cf. HTML5 revision 1894).
399    
400            * content-model-2.dat: |irrelevant| renamed as |hidden| (HTML5
401            revision 2119).
402    
403            * content-model-7.dat: New test file.
404    
405    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
406    
407            * content-model-2.dat: <embed> w/o src="" is conforming (HTML5
408            revision 1929).
409    
410    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
411    
412            * content-model-2.dat: @autosubmit dropped (HTML5
413            revision 2019).
414    
415    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
416    
417            * content-model-4.dat: Some test data for <time> are added (c.f.
418            HTML5 revision 2094).
419    
420    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
421    
422            * ContentType.t: Support for image/svg+xml (HTML revision 2096).
423    
424    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
425    
426            * tokenizer-test-1.dat: '"' and "'" at the end of attribute
427            name (after another attribute) now raise parse error (HTML5
428            revision 2123).  Empty unquoted attribute is no
429            longer allowed (HTML5 revision 2122).
430    
431            * HTML-tokenizer.t: Hash keys were not sorted when dumped.
432    
433    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
434    
435            * HTML-tree.dat: tree-test-3.dat added.
436    
437            * tree-test-3.dat: Test data for definitionURL="" are added (cf.
438            HTML5 revision 2130).
439    
440    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
441    
442            * content-model-1.dat, content-model-2.dat: Test data updated
443            and added for HTML5 revision 2062 and so on (@lang and @xml:lang).
444    
445    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
446    
447            * CSS-Parser.t: Updated for latest version of the
448            Whatpm::CSS::Parser module.
449    
450            * css-1.dat, css-2.dat, css-3.dat, css-4.dat,
451            css-font.dat, css-generated.dat, css-interactive.dat,
452            css-paged.dat, css-table.dat, css-text.dat, css-visual.dat:
453            Test results updated.
454    
455    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
456    
457            * ContentChecker.t: Updated for latest version of the
458            Whatpm::ContentChecker module.
459    
460            * content-model-1.dat, content-model-2.dat, content-model-3.dat,
461            content-model-4.dat, content-model-6.dat, content-model-atom-1.dat,
462            content-model-atom-2.dat, content-model-atom-threading-1.dat,
463            table-1.dat: Results updated.
464    
465    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
466    
467            * URIChecker.t: Error results updated.
468    
469    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
470    
471            * URIChecker.t: Test results updated to new error type names.
472    
473    2008-08-03  Wakaba  <wakaba@suika.fam.cx>
474    
475            * WebIDL.t: Test data files for exceptions, typedefs,
476            and valuetypes are added to the list.
477    
478    2008-08-02  Wakaba  <wakaba@suika.fam.cx>
479    
480            * WebIDL.t ($onerror): |value| argument value should be
481            checked as well as other argument values.
482    
483    2008-08-02  Wakaba  <wakaba@suika.fam.cx>
484    
485            * WebIDL.t: Check whether |text| argument of the error
486            is correct or not.
487    
488    2008-08-02  Wakaba  <wakaba@suika.fam.cx>
489    
490            * WebIDL.t: New test script.
491    
492            * webidl/: New directory.
493    
494    2008-06-08  Wakaba  <wakaba@suika.fam.cx>
495    
496            * content-model-1.dat, content-model-2.dat: Test data are
497            updated and added for <map name=""> and <map id=""> (HTML5
498            revisions 1722 and 1728).
499    
500    2008-06-08  Wakaba  <wakaba@suika.fam.cx>
501    
502            * content-model-1.dat: Test data for ruby are added (HTML5 revision
503            1704).
504    
505    2008-06-08  Wakaba  <wakaba@suika.fam.cx>
506    
507            * tree-test-1.dat: Test data added for ruby parsing (HTML5 revision
508            1704).
509    
510    2008-06-01  Wakaba  <wakaba@suika.fam.cx>
511    
512            * HTML-tokenizer.t, tokenizer-test-1.test: Update for new format.
513    
514    2008-06-01  Wakaba  <wakaba@suika.fam.cx>
515    
516            * content-model-6.dat: "data-" attribute is no longer allowed (HTML5
517            revision 1709).
518    
519            * content-model-2.dat: Add tests for rel=contact (cf. HTML5
520            revision 1711).
521    
522    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
523    
524            * ContentType.t: Test result related to UTF-32 updated (HTML5
525            revision 1701).
526    
527    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
528    
529            * content-model-2.dat: Test data on sizes="" are added (HTML5
530            revision 1558).
531    
532    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
533    
534            * content-model-1.dat: Test data on <datagrid> content model
535            are added (cf. HTML5 revision 1566).  Empty |datagrid| elements
536            are no longer in error.
537    
538    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
539    
540            * tree-test-1.dat: Test data on <noframes> are added (HTML5 revision
541            1692).
542    
543    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
544    
545            * tree-test-1.dat: Test data on <isindex/> are added (HTML5
546            revision 1697).
547    
548    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
549    
550            * tree-test-1.dat: Test data on EOF in foreign content insertion
551            mode are added (HTML5 revision 1693).  Test data on SVG camelCase
552            attributes are added (HTML5 revision 1700).  Test data on <textarea>
553            in <select> are added (HTML5 revision 1699).  Test data on HTML start
554            tags in foreign content insertion mode are added (HTML5 revision
555            1698).
556    
557            * content-model-1.dat, content-model-2.dat: Update test
558            results for <style> and <script>.
559    
560    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
561    
562            * content-model-2.dat: Test data on sandbox="" and seemless=""
563            are added (cf. HTML5 revision 1637 and 1643).
564    
565    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
566    
567            * ContentType.t: A fictional test data for image/vnd.microsoft.icon
568            are added (cf. HTML5 revision 1676).
569    
570    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
571    
572            * tokenizer-test-2.dat: New test data on truncated doctypes (c.f.
573            HTML5 revision 1685).
574    
575    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
576    
577            * tokenizer-test-1.test: New test data on EOF in tags are added
578            to cover changes in HTML5 revision 1684.
579    
580    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
581    
582            * tree-test-1.dat: Test data related to changes in HTML5
583            revision 1686 are added.
584    
585    2008-05-16  Wakaba  <wakaba@suika.fam.cx>
586    
587            * content-model-2.dat: Test data for charset="" attribute
588            are added.
589    
590    2008-05-16  Wakaba  <wakaba@suika.fam.cx>
591    
592            * content-model-2.dat: Test data for pixeldata="" attribute
593            are added (HTML5 revision 1629).
594    
595    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
596    
597            * content-model-2.dat: Boolean attributes now allow uppercase
598            letters (HTML5 revision 1572).
599    
600    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
601    
602            * content-model-2.dat: Test data for td/@headers are added.
603    
604    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
605    
606            * content-model-2.dat: Test data for table/@cellpadding,
607            table/@cellspacing, @charoff, and script/@langauge are added.
608    
609    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
610    
611            * content-model-1.dat, content-model-2.dat: New test data
612            for meta refresh; some test results updated.  Duplicate
613            meta http-equiv="" are now non-conforming.
614    
615    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
616    
617            * table-1.dat: Test data updated and some new test data
618            added for new requirements (HTML5 revisions 1387 and 1388).
619    
620    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
621    
622            * ContentType.t: "text/plain; charset=UTF-8" and Content-Encoding
623            are no longer safe; test data for them are added (HTML5 revision 1288).
624    
625    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
626    
627            * ContentType.t: Test data of HTML with BOM are added (c.f.
628            HTML5 revision 1282).
629    
630    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
631    
632            * content-model-2.dat: Test data for repeat* global attributes
633            are added.
634    
635    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
636    
637            * content-model-2.dat: Test data for |repeat-max=""|
638            and |repeat-start=""| attributes are added.
639    
640    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
641    
642            * content-model-2.dat: Test data for repetition template attributes
643            are added.
644    
645    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
646    
647            * content-model-2.dat: Test data for data template attributes are
648            added.
649    
650    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
651    
652            * content-model-1.dat: Test data for <font> context are added.
653    
654    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
655    
656            * content-model-4.dat: Terms no longer have to be unique (HTML5
657            revision 1467).
658    
659            * content-model-2.dat: Tests for |onstorage| attribute
660            are added (HTML5 revision 1495).  Fix test results
661            for unknown elements and attributes in the HTML namespace.
662    
663    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
664    
665            * content-model-1.dat, content-model-2.dat: Test results
666            related to browsing context name or keyword are revised
667            and added (HTML5 revision 1470 and 1471).
668    
669    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
670    
671            * HTML-tokenizer.t: Raise a parse error if there are disallowed
672            character (for compatibility with existing html5lib test data).
673    
674            * tokenizer-test-1.test: Some test results are updated with
675            regard to parse errors on disallowed characters.
676    
677            * tokenizer-test-2.dat: Test data for disallowed characters
678            are added (HTML5 revision 1263).
679    
680    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
681    
682            * HTML-tokenizer.t, HTML-tree.t, Makefile: Support for html5lib
683            new test files.
684    
685    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
686    
687            * content-model-2.dat: Test data updated and added for
688            global |xmlns| attributes (HTML5 revision 1426).
689    
690    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
691    
692            * HTML-tokenizer.t: Remove "self-closing flag" if the start
693            tag token is that of a slash permitted element (This is necessary
694            to maintain compatibility with current test data, since in the
695            new algorithm whether slash is permitted or not is decided in
696            tree construction stage).
697    
698    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
699    
700            * content-model-6.dat: New test data file.  Test data for
701            HTML custom data attributes (HTML5 revision 1399) are added.
702    
703            * ContentChecker.t: New test file |content-model-6.dat| is added.
704    
705    2008-03-29  Wakaba  <wakaba@suika.fam.cx>
706    
707            * content-model-1.dat, content-model-2.dat: s/prose/flow/g.
708    
709    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
710    
711            * content-model-2.dat: Test data on |rev| attribute are added.
712    
713    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
714    
715            * content-model-2.dat: Some test results were wrong.
716    
717    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
718    
719            * content-model-2.dat: Test data on more HTML4 attributes
720            are added.
721    
722    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
723    
724            * content-model-2.dat: Test data on more HTML4 attributes
725            are added.
726    
727    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
728    
729            * content-model-2.dat: Test data on numbers of HTML4 deprecated
730            attributes are added.
731    
732    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
733    
734            * content-model-2.dat: Test data on |@profile| and |@version| are
735            added.
736    
737    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
738    
739            * content-model-1.dat: Now we support RDF.
740    
741            * content-model-2.dat: Test data on |@accesskey| attribute
742            are added.
743    
744    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
745    
746            * tokenizer-test-2.dat: A test from #whatwg is added.
747    
748    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
749    
750            * content-model-atom-1.dat: New test data are added.
751    
752            * content-model-atom-2.dat: New test data are
753            added from Atom test suite.
754    
755    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
756    
757            * content-model-atom-threading-1.dat: New test data
758            on |thr:total| element are added
759    
760    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
761    
762            * ContentChecker.t: |content-model-atom-threading-1.dat|
763            added.
764    
765            * content-model-atom-threading-1.dat: New test file.
766    
767    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
768    
769            * ContentCheker.t: Replace dummy error type for subdoc
770            checking invocations to ";SUBDOC".
771    
772            * content-model-1.dat, content-model-2.dat: Test
773            results revised to support the aforementioned change.
774    
775            * content-model-atom-1.dat: Test results revised
776            so that |type=html| in Text construct is now
777            tested whether the subdoc code is invoked.
778    
779    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
780    
781            * content-model-atom-1.dat: Test data on cases of
782            missing |atom:summary| in |atom:entry| are added.
783    
784    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
785    
786            * content-model-1.dat: Some test results were incorrect, again... orz
787    
788    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
789    
790            * content-model-1.dat: Some test results are fixed.
791    
792            * content-model-atom-1.dat: Some test results are fixed.
793            Test data for |atom:author| for |atom:feed| are added.
794    
795    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
796    
797            * content-model-atom-1.dat: Test data for |atom:author|
798            for |atom:feed| are added.
799    
800    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
801    
802            * content-model-1.dat: Some test results related on |atom:entry|
803            are fixed.
804    
805            * content-model-atom-1.dat: Test data for |atom:author|
806            for |atom:entry| are added.
807    
808    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
809    
810            * content-model-1.dat: Test data for |center|, |dir|, and |basefont|
811            are added.
812    
813    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
814    
815            * content-model-2.dat: |contenteditable=""| tests are added.
816    
817    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
818    
819            * tree-test-1.dat, tree-test-2.dat: Test results are updated
820            with some test data additions.
821    
822    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
823    
824            * tree-test-1.dat, tree-test-2.dat: Test data on end-of-file
825            are added (c.f. HTML5 revision 1348).
826    
827    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
828    
829            * tree-test-1.dat: Test data on |applet| are added (HTML5 revision
830            1347).
831    
832    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
833    
834            * tree-test-1.dat: Test data on foster parenting in AAA
835            are added (HTML5 revision 1343).
836    
837  2008-03-09  Wakaba  <wakaba@suika.fam.cx>  2008-03-09  Wakaba  <wakaba@suika.fam.cx>
838    
839          * tree-test-1.dat: Test data on <input> in <select> and <select>          * tree-test-1.dat: Test data on <input> in <select> and <select>

Legend:
Removed from v.1.183  
changed lines
  Added in v.1.311

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24