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

Legend:
Removed from v.1.207  
changed lines
  Added in v.1.308

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24