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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24