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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24