/[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.314 by wakaba, Wed Oct 15 04:38:22 2008 UTC revision 1.363 by wakaba, Sun Sep 6 10:17:38 2009 UTC
# Line 1  Line 1 
1    2009-09-06  Wakaba  <wakaba@suika.fam.cx>
2    
3            * tree-test-1.dat, tree-test-2.dat: Fixed some test results
4            related to the handling of </html> end tags.
5    
6    2009-09-06  Wakaba  <wakaba@suika.fam.cx>
7    
8            * tree-test-1.dat, tree-test-2.dat: Some test results are updated
9            as per HTML5 revision 2730's new handling of end tags in the
10            |head| area.
11    
12    2009-09-06  Wakaba  <wakaba@suika.fam.cx>
13    
14            * tree-test-flow.dat: Added some test cases on the |hgroup|
15            element (HTML5 revision 3040).
16    
17    2009-09-06  Wakaba  <wakaba@suika.fam.cx>
18    
19            * tree-test-1.dat: Updated test results related to the "tainted"
20            flag (HTML5 revision 2988).
21    
22    2009-09-06  Wakaba  <wakaba@suika.fam.cx>
23    
24            * tree-test-void.dat: Updated test results related to the
25            |eventsource| tag (HTML5 revision 2870).
26    
27    2009-09-06  Wakaba  <wakaba@suika.fam.cx>
28    
29            * tree-test-1.dat, tree-test-form.dat, tree-test-void.dat: Added
30            and revised test results related to <keygen> parsing (HTML5
31            revision 2960).
32    
33    2009-09-05  Wakaba  <wakaba@suika.fam.cx>
34    
35            * tree-test-1.dat: Added test cases for "in table text" insertion
36            mode (HTML5 revision 3382).
37    
38    2009-09-05  Wakaba  <wakaba@suika.fam.cx>
39    
40            * tokenizer-test-1.test: Changed to keep non-normal character
41            references (HTML5 revision 3374).
42    
43    2009-09-05  Wakaba  <wakaba@suika.fam.cx>
44    
45            * tokenizer-test-1.test: Updated test results on unclosed start
46            and end tags (HTML5 revision 2990).
47    
48    2009-09-05  Wakaba  <wakaba@suika.fam.cx>
49    
50            * tokenizer-test-1.test: Added test cases for "comment end space
51            state" (HTML5 revision 3195).
52    
53    2009-09-05  Wakaba  <wakaba@suika.fam.cx>
54    
55            * tokenizer-test-1.test: Added test cases for "comment end bang
56            state" (HTML5 revision 3191).
57    
58    2009-08-22  Wakaba  <wakaba@suika.fam.cx>
59    
60            * ContentChecker.t: Added a new test data file.
61    
62    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
63    
64            * ContentChecker.t: Added a new test data file.
65    
66    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
67    
68            * content-model-7.dat: The |bb| element has been removed from the
69            spec so that relevant test results are changed (HTML5 revision
70            3621).
71    
72    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
73    
74            * tree-test-1.dat: Added tests for about:legacy-compat and changed
75            test results for XSLT-compat (HTML5 revision 2725).
76    
77    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
78    
79            * tree-test-form.dat: Added tests for <script> elements in
80            <select> and <select> in <table> (HTML5 revision 2500).
81    
82    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
83    
84            * tokenizer-test-1.test: "<" in attribute names are now parse
85            errors (HTML5 revision 3354).
86    
87    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
88    
89            * tree-test-1.dat: Changed test results for </br> in the after
90            head parsing mode (HTML5 revision 2586).
91    
92    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
93    
94            * tree-test-foreign.dat: Added tests for <font> in SVG (cf. HTML5
95            revision 2590).
96    
97    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
98    
99            * tree-test-1.dat, tree-test-3.dat, tree-test-flow.dat,
100            tree-test-foreign.dat, tree-test-form.dat, tree-test-phrasing.dat,
101            tokenizer-test-1.test, tokenizer-test-2.dat, tokenizer-test-3.dat:
102            DOCTYPE names are now normalized to its lowercased form (HTML5
103            revision 2502).
104    
105    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
106    
107            * tree-test-form.dat: Added test cases for <select> in "in select"
108            parsing modes.
109    
110    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
111    
112            * tree-test-foreign.dat: Added xmlns:xlink test cases (cf. HTML5
113            revision 2701).
114    
115    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
116    
117            * tree-test-2.dat: Fixed some wrong test results.
118    
119            * tree-test-form.dat, tree-test-phrasing.dat: Tests on </body>
120            after start tags of end-tag-optional element (cf. HTML5 revision
121            2806).
122    
123    2009-07-05  Wakaba  <wakaba@suika.fam.cx>
124    
125            * tree-test-1.dat: Added tests for <table> in <p> (c.f. HTML5
126            revision 3132).
127    
128    2009-07-05  Wakaba  <wakaba@suika.fam.cx>
129    
130            * tokenizer-test-1.test: Updated the result (c.f. HTML5 revision
131            3121).
132    
133    2009-07-03  Wakaba  <wakaba@suika.fam.cx>
134            
135            * tree-test-1.dat: Added test on <keygen> in <select> (c.f. HTML5
136            revision 3163).
137    
138    2009-07-03  Wakaba  <wakaba@suika.fam.cx>
139    
140            * tokenizer-test-1.test: < in unquoted attribute value is no
141            longer allowed (HTML5 revision 3206).
142    
143    2009-06-28  Wakaba  <wakaba@suika.fam.cx>
144    
145            * tree-test-1.dat, tree-test-flow.dat: Updated test results on
146            isindex (c.f. HTML5 revision 3236).
147    
148    2009-06-28  Wakaba  <wakaba@suika.fam.cx>
149    
150            * ContentChecker.t: Added new test data file.
151    
152    2008-12-13  Wakaba  <wakaba@suika.fam.cx>
153    
154            * content-model-7.dat: Added an example from HTML5 spec.
155    
156    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
157    
158            * ContentChecker.t: Added new test data file.
159    
160    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
161    
162            * ContentChecker.t: Added new test data file.
163    
164    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
165    
166            * ContentChecker.t: Added new test data file.
167    
168    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
169    
170            * ContentChecker.t: Added |dom-conformance/html-form-datalist.dat|.
171    
172    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
173    
174            * content-checker.pl: Use new XML parser for parsing test data.
175            Use NanoDOM instead of manakai DOM implementation.
176    
177    2008-11-07  Wakaba  <wakaba@suika.fam.cx>
178    
179            * SWML-Parser.t: New test data files added.
180    
181    2008-11-07  Wakaba  <wakaba@suika.fam.cx>
182    
183            * SWML-Parser.t: Test file |swml/blocks-1.dat| added.
184    
185    2008-11-07  Wakaba  <wakaba@suika.fam.cx>
186    
187            * Makefile: A rule for SWML testing is added.
188    
189            * SWML-Parser.t: New file.
190    
191            * swml/: New directory.
192    
193    2008-10-20  Wakaba  <wakaba@suika.fam.cx>
194    
195            * XML-Parser.t: "xml/attrs-2.dat" added.
196    
197    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
198    
199            * XML-Parser.t: "xml/entrefs-2.dat" added.
200    
201    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
202    
203            * XML-Parser.t: "xml/entrefs-1.dat" added.
204    
205    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
206    
207            * XML-Parser.t: "xml/eldecls-1.dat" added.
208    
209    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
210    
211            * XML-Parser.t: Typo fixed.
212    
213    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
214    
215            * XML-Parser.t: "xml/entities-1.dat" and "xml/entities-2.dat"
216            added.  Support for the "#entities" directive.
217    
218    2008-10-18  Wakaba  <wakaba@suika.fam.cx>
219    
220            * XML-Parser.t: "xml/notations-1.dat" added.
221    
222    2008-10-17  Wakaba  <wakaba@suika.fam.cx>
223    
224            * XML-Parser.t: "xml/attlists-1.dat" added.
225    
226    2008-10-16  Wakaba  <wakaba@suika.fam.cx>
227    
228            * XML-Parser.t: "xml/pis-2.dat" and "xml/comments-2.dat" are added.
229    
230    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
231    
232            * XML-Parser.t: "xml/doctypes-2.dat" added.
233    
234            * tokenizer-test-1.test: Keyword case-sensitivility tests added.
235    
236    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
237    
238            * XML-Parser.t: "xml/ns-elements-1.dat" added.
239    
240  2008-10-15  Wakaba  <wakaba@suika.fam.cx>  2008-10-15  Wakaba  <wakaba@suika.fam.cx>
241    
242          * XML-Parser.t: "xml/pis-1.dat" and "xml/xmldecls-1.dat" added.          * XML-Parser.t: "xml/pis-1.dat" and "xml/xmldecls-1.dat" added.

Legend:
Removed from v.1.314  
changed lines
  Added in v.1.363

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24