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

Legend:
Removed from v.1.203  
changed lines
  Added in v.1.315

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24