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

Legend:
Removed from v.1.205  
changed lines
  Added in v.1.317

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24