/[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.259 by wakaba, Fri Sep 5 16:15:28 2008 UTC revision 1.306 by wakaba, Tue Oct 14 07:40:52 2008 UTC
# Line 1  Line 1 
1    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
2    
3            * tree-test-phrasing.dat: Wrong test results fixed.
4    
5            * tree-test-foreign.dat: New tests added.
6    
7            * testfiles.pl: "#..." line at the end of a test entry was not
8            supported.
9    
10            * HTML-tree.t: Show the "#data" content in "no #errors" error
11            message.
12    
13            * tokenizer-test-2.dat: A wrong test result fixed.
14    
15    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
16    
17            * HTML-tree.t: Test result format for oreign element/attribute
18            names are updated to the latest one for html5lib tests.  Append a
19            newline to the expected result only when it is not an empty
20            string, for comparablity with the actual result.
21    
22            * tokenizer-test-3.dat, tree-test-foreign.dat, tree-test-1.dat,
23            tree-test-3.dat: Test results for foreign elements are updated.
24    
25    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
26    
27            * HTML-tree.t: <!DOCTYPE> test result format changed to the latest
28            format for html5lib tests.
29    
30            * tree-test-1.dat, tokenizer-test-2.dat: Test results for
31            <!DOCTYPE> are updated.
32    
33    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
34    
35            * HTML-tree.t: Test data file parser changed to the common one.
36    
37    2008-10-13  Wakaba  <wakaba@suika.fam.cx>
38    
39            * tokenizer-test-2.dat: A test result was wrong.
40    
41    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
42    
43            * content-model-1.dat: Some entries moved to
44            dom-conformance/html-1.dat, dom-conformance/html-flows-1.dat,
45            dom-conformance/html-links-1.dat,
46            dom-conformance/html-objects-1.dat, and
47            dom-conformance/html-interactive-1.dat.
48    
49            * content-model-2.dat: Removed (moved to
50            dom-conformance/xml-1.dat, dom-conformance/html-1.dat,
51            dom-conformance/html-links-1.dat,
52            dom-conformance/html-objects-1.dat,
53            dom-conformance/html-interactive-1.dat, and
54            dom-conformance/html-flows-1.dat).
55    
56            * content-model-3.dat: Removed (moved to
57            dom-conformance/xml-global.dat).
58    
59            * content-model-4.dat: Removed (moved to
60            dom-conformance/html-texts-1.dat and
61            dom-conformance/html-links-1.dat).
62    
63            * content-model-5.dat: Removed (moved to
64            dom-conformance/html-flows-1.dat).
65    
66            * content-model-6.dat: Removed (moved to
67            dom-conformance/html-dataset.dat).
68    
69            * ContentChecker.t: References to the removed files removed and
70            references to new files added.
71    
72            * ContentChecker-XML.t: New script.
73    
74            * Makefile: Updated.
75    
76    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
77    
78            * content-model-2.dat: Repetition model test is moved to another
79            file.  A wrong test result fixed.  Broken test entries fixed.
80            <area rev> is now reported as "unknown attribute", since RDFa spec
81            adds that attribute to all elements with the Common attribute set.
82            Note that we have no plan to support RDFa, at the moment.
83    
84    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
85    
86            * ContentChecker.t: New files added.
87    
88            * content-model-1.dat, content-model-2.dat: Numbers of test
89            entries are moved to other files.
90    
91    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
92    
93            * content-model-1.dat, content-model-2.dat: Test results on
94            |label| contents fixed.
95    
96            * ContentChecker.t: |dom-conformance/html-form-label.dat| added.
97    
98            * dom-conformance/: New directory.
99    
100    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
101    
102            * HTML-tree.t: New test files added.
103    
104            * Makefile: New test files added.
105    
106    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
107    
108            * tree-test-1.dat: Test results updated and new tests added on the
109            boundaries of Text nodes (HTML5 revision 2124).
110    
111    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
112    
113            * tree-test-form.dat: New test data file.
114    
115            * HTML-tree.t: |tree-test-form.dat| added.
116    
117            * tree-test-1.dat: Test results related to <option> and <optgroup>
118            are updated (cf. HTML5 revision 2128).
119    
120    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
121    
122            * tree-test-foreign.dat: New test data file.
123    
124            * HTML-tree.t: |tree-test-foreign.dat| added.
125    
126    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
127    
128            * tree-test-void.dat: Test on unmatched void end tag added (cf.
129            HTML5 revision 1731).
130    
131            * tree-test-1.dat: Test on unmatched end tag added (cf. HTML5
132            revision 1731).
133    
134    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
135    
136            * tree-test-void.dat: Test on |param| and |source| start tags are
137            added, as well as test on polytheistic slashes for new void
138            elements (HTML5 revision 1731).
139    
140    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
141    
142            * tree-test-flow.dat: Test on implied end tag before <p> start tag
143            are added (HTML5 revision 1731).
144    
145    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
146    
147            * tree-test-phrasing.dat, tree-test-flow.dat: New test data files.
148    
149            * HTML-tree.t: |tree-test-phrasing.dat| and |tree-test-flow.dat|
150            are added.
151    
152    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
153    
154            * tree-test-void.dat: New test data (cf. HTML5 revision 1731).
155    
156            * HTML-tree.t: |tree-test-void.dat| added.
157    
158            * tree-test-1.dat: Test on <listing> as a "special" element are
159            added.  Test on implied |option| and |optgroup| end tags are added
160            (cf. HTML5 revision 1731).
161    
162    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
163    
164            * tree-test-1.dat: Test related to "special", "formatting",
165            "scoping", and "phrasing" categories are added (cf. HTML5 revision
166            1778).
167    
168    2008-10-02  Wakaba  <wakaba@suika.fam.cx>
169    
170            * ContentType.t: More test cases on BOM are added.  Some test
171            results updated according to HTML5 revision 1927.  Tests on the
172            returned values in the list context are added.
173    
174    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
175    
176            * content-model-2.dat: Test data on |for=""| attribute are added.
177    
178    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
179    
180            * tokenizer-test-1.test: Test data on invalid character references
181            are added (cf. HTML5 revision 2138).
182    
183            * tokenizer-test-2.dat: Test data on U+000B are updated (HTML5
184            revision 2138).
185    
186    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
187    
188            * content-model-2.dat: Test data for |area| |alt=""| are added (HTML5
189            revision 1932).
190    
191    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
192    
193            * content-model-2.dat: Test data for |form=""| are added.
194    
195    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
196    
197            * content-model-1.dat: Test data for |fieldset| |legend| are added.
198    
199    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
200    
201            * content-model-2.dat: Test data for |form| |name| are added.
202    
203    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
204    
205            * content-model-1.dat, content-model-2.dat, content-model-4.dat:
206            Test data for U+000B are added (cf. HTML5 revision 1738).
207    
208    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
209    
210            * tokenizer-test-2.dat: Test result updated (cf. HTML5 revision
211            1738).
212    
213            * tree-test-1.dat: Test results updated.  New test data for the
214            treatement of U+000B are added (HTML5 revision 1738).
215    
216    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
217    
218            * tokenizer-test-1.test: Test data for U+000B are added (cf. HTML5
219            revision 1738).
220    
221    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
222    
223            * ContentType.t: Updated to disallow 0x0B as text byte (HTML5
224            revision 1738).
225    
226    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
227    
228            * content-checker.pl: Remove dedicated parser and adopt
229            testfiles.pl parser.
230    
231            * content-model-1.dat, content-model-2.dat: Typo fixed.
232    
233    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
234    
235            * content-model-1.dat: Test data for interactive contents are
236            added (cf. HTML5 revision 2018).
237    
238    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
239    
240            * content-model-2.dat: Add test data for accept-charset=""
241            attributes.
242    
243    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
244    
245            * langtag-1.dat: More test data from RFC 4646 are added.
246    
247    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
248    
249            * langtag-1.dat: More test data from RFC 4646 sections 1.-2.2.4.
250            are added.
251    
252    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
253    
254            * LangTag.t: Completely rewritten using |testfiles.pl|.
255    
256            * testfiles.pl: New script.
257    
258            * langtag-1.dat: Tests for case are added.
259    
260    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
261    
262            * ContentChecker.t: Atom tests are moved to another file.
263    
264            * ContentChecker-Atom.t, LangTag.t: New test scripts.
265    
266            * Makefile: Updated to invoke new test scripts.
267    
268            * langtag-1.dat: New test data file.
269    
270    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
271    
272            * ContentChecker.t: Test engine moved to another script.
273    
274            * content-checker.pl: New script.
275    
276    2008-09-17  Wakaba  <wakaba@suika.fam.cx>
277    
278            * content-model-1.dat: Test results are updated.
279    
280            * content-model-2.dat: Tests for style="" are added.
281    
282    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
283    
284            * css-text.dat: Test data for pre-wrap updated.
285    
286    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
287    
288            * css-visual.dat: New test data for Firefox3's new 'width'
289            values.
290    
291    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
292    
293            * content-model-2.dat: A test case for NCR in charset=""
294            is added.
295    
296    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
297    
298            * tokenizer-test-3.dat: New test for MSE is added.
299    
300    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
301    
302            * HTML-tree.t: tokenizer-test-3.dat added.
303    
304            * tokenizer-test-3.dat: New test data.
305    
306    2008-09-09  Wakaba  <wakaba@suika.fam.cx>
307    
308            * content-model-1.dat, content-model-7.dat: |a| is now
309            transparent (HTML5 revision 1963).
310    
311    2008-09-07  Wakaba  <wakaba@suika.fam.cx>
312    
313            * content-model-7.dat: Typo fixed.
314    
315            * content-model-6.dat: Test data for data-UPPERCASE (now
316            disallowed) are added (HTML5 revision 1945).
317    
318    2008-09-06  Wakaba  <wakaba@suika.fam.cx>
319    
320            * content-model-1.dat: Test data for |XSLT-compat|
321            added (HTML5 revision 2141).  A redundant test
322            entry is removed.
323    
324            * HTML-tree.t: Support for should-level errors.
325    
326  2008-09-06  Wakaba  <wakaba@suika.fam.cx>  2008-09-06  Wakaba  <wakaba@suika.fam.cx>
327    
328          * content-model-1.dat: Form test data are added (cf. HTML5          * content-model-1.dat: Form test data are added (cf. HTML5

Legend:
Removed from v.1.259  
changed lines
  Added in v.1.306

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24