/[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.255 by wakaba, Sun Aug 31 09:12:31 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>  2008-08-31  Wakaba  <wakaba@suika.fam.cx>
373    
374          * content-model-2.dat: Alternate style sheet element must          * content-model-2.dat: Alternate style sheet element must

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24