/[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.322 by wakaba, Sun Oct 19 08:20:30 2008 UTC
# Line 1  Line 1 
1    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
2    
3            * XML-Parser.t: "xml/eldecls-1.dat" added.
4    
5    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
6    
7            * XML-Parser.t: Typo fixed.
8    
9    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
10    
11            * XML-Parser.t: "xml/entities-1.dat" and "xml/entities-2.dat"
12            added.  Support for the "#entities" directive.
13    
14    2008-10-18  Wakaba  <wakaba@suika.fam.cx>
15    
16            * XML-Parser.t: "xml/notations-1.dat" added.
17    
18    2008-10-17  Wakaba  <wakaba@suika.fam.cx>
19    
20            * XML-Parser.t: "xml/attlists-1.dat" added.
21    
22    2008-10-16  Wakaba  <wakaba@suika.fam.cx>
23    
24            * XML-Parser.t: "xml/pis-2.dat" and "xml/comments-2.dat" are added.
25    
26    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
27    
28            * XML-Parser.t: "xml/doctypes-2.dat" added.
29    
30            * tokenizer-test-1.test: Keyword case-sensitivility tests added.
31    
32    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
33    
34            * XML-Parser.t: "xml/ns-elements-1.dat" added.
35    
36    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
37    
38            * XML-Parser.t: "xml/pis-1.dat" and "xml/xmldecls-1.dat" added.
39            Test directifes "#xml-version", "#xml-encoding", and
40            "#xml-standalone" are added.
41    
42    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
43    
44            * XML-Parser.t: "xml/charref-1.dat" added.
45    
46    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
47    
48            * XML-Parser.t: "xml/texts-1.dat" added.
49    
50            * tokenizer-test-2.dat: Test for ]]> are added.
51    
52    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
53    
54            * tree-test-foreign.dat: More test data are added.
55    
56    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
57    
58            * XML-Parser.t: "xml/elements-1.dat" and "xml/doctypes-1.dat"
59            added.
60    
61    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
62    
63            * XML-Parser.t: "xml/ns-attrs-1.dat" added.
64    
65    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
66    
67            * xml/: New directory.
68    
69            * Makefile: Tests for Whatpm::XML::Parser are added.
70    
71            * HTML-tree.t: Change the relative order of codes.
72    
73            * XML-Parser.t: New test script.
74    
75    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
76    
77            * HTML-tree.t: Serialization code moved to Whatpm::HTML::Dumper.
78    
79    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
80    
81            * tree-test-phrasing.dat: Wrong test results fixed.
82    
83            * tree-test-foreign.dat: New tests added.
84    
85            * testfiles.pl: "#..." line at the end of a test entry was not
86            supported.
87    
88            * HTML-tree.t: Show the "#data" content in "no #errors" error
89            message.
90    
91            * tokenizer-test-2.dat: A wrong test result fixed.
92    
93    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
94    
95            * HTML-tree.t: Test result format for oreign element/attribute
96            names are updated to the latest one for html5lib tests.  Append a
97            newline to the expected result only when it is not an empty
98            string, for comparablity with the actual result.
99    
100            * tokenizer-test-3.dat, tree-test-foreign.dat, tree-test-1.dat,
101            tree-test-3.dat: Test results for foreign elements are updated.
102    
103    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
104    
105            * HTML-tree.t: <!DOCTYPE> test result format changed to the latest
106            format for html5lib tests.
107    
108            * tree-test-1.dat, tokenizer-test-2.dat: Test results for
109            <!DOCTYPE> are updated.
110    
111    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
112    
113            * HTML-tree.t: Test data file parser changed to the common one.
114    
115    2008-10-13  Wakaba  <wakaba@suika.fam.cx>
116    
117            * tokenizer-test-2.dat: A test result was wrong.
118    
119    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
120    
121            * content-model-1.dat: Some entries moved to
122            dom-conformance/html-1.dat, dom-conformance/html-flows-1.dat,
123            dom-conformance/html-links-1.dat,
124            dom-conformance/html-objects-1.dat, and
125            dom-conformance/html-interactive-1.dat.
126    
127            * content-model-2.dat: Removed (moved to
128            dom-conformance/xml-1.dat, dom-conformance/html-1.dat,
129            dom-conformance/html-links-1.dat,
130            dom-conformance/html-objects-1.dat,
131            dom-conformance/html-interactive-1.dat, and
132            dom-conformance/html-flows-1.dat).
133    
134            * content-model-3.dat: Removed (moved to
135            dom-conformance/xml-global.dat).
136    
137            * content-model-4.dat: Removed (moved to
138            dom-conformance/html-texts-1.dat and
139            dom-conformance/html-links-1.dat).
140    
141            * content-model-5.dat: Removed (moved to
142            dom-conformance/html-flows-1.dat).
143    
144            * content-model-6.dat: Removed (moved to
145            dom-conformance/html-dataset.dat).
146    
147            * ContentChecker.t: References to the removed files removed and
148            references to new files added.
149    
150            * ContentChecker-XML.t: New script.
151    
152            * Makefile: Updated.
153    
154    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
155    
156            * content-model-2.dat: Repetition model test is moved to another
157            file.  A wrong test result fixed.  Broken test entries fixed.
158            <area rev> is now reported as "unknown attribute", since RDFa spec
159            adds that attribute to all elements with the Common attribute set.
160            Note that we have no plan to support RDFa, at the moment.
161    
162    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
163    
164            * ContentChecker.t: New files added.
165    
166            * content-model-1.dat, content-model-2.dat: Numbers of test
167            entries are moved to other files.
168    
169    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
170    
171            * content-model-1.dat, content-model-2.dat: Test results on
172            |label| contents fixed.
173    
174            * ContentChecker.t: |dom-conformance/html-form-label.dat| added.
175    
176            * dom-conformance/: New directory.
177    
178    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
179    
180            * HTML-tree.t: New test files added.
181    
182            * Makefile: New test files added.
183    
184    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
185    
186            * tree-test-1.dat: Test results updated and new tests added on the
187            boundaries of Text nodes (HTML5 revision 2124).
188    
189    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
190    
191            * tree-test-form.dat: New test data file.
192    
193            * HTML-tree.t: |tree-test-form.dat| added.
194    
195            * tree-test-1.dat: Test results related to <option> and <optgroup>
196            are updated (cf. HTML5 revision 2128).
197    
198    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
199    
200            * tree-test-foreign.dat: New test data file.
201    
202            * HTML-tree.t: |tree-test-foreign.dat| added.
203    
204    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
205    
206            * tree-test-void.dat: Test on unmatched void end tag added (cf.
207            HTML5 revision 1731).
208    
209            * tree-test-1.dat: Test on unmatched end tag added (cf. HTML5
210            revision 1731).
211    
212    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
213    
214            * tree-test-void.dat: Test on |param| and |source| start tags are
215            added, as well as test on polytheistic slashes for new void
216            elements (HTML5 revision 1731).
217    
218    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
219    
220            * tree-test-flow.dat: Test on implied end tag before <p> start tag
221            are added (HTML5 revision 1731).
222    
223    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
224    
225            * tree-test-phrasing.dat, tree-test-flow.dat: New test data files.
226    
227            * HTML-tree.t: |tree-test-phrasing.dat| and |tree-test-flow.dat|
228            are added.
229    
230    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
231    
232            * tree-test-void.dat: New test data (cf. HTML5 revision 1731).
233    
234            * HTML-tree.t: |tree-test-void.dat| added.
235    
236            * tree-test-1.dat: Test on <listing> as a "special" element are
237            added.  Test on implied |option| and |optgroup| end tags are added
238            (cf. HTML5 revision 1731).
239    
240    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
241    
242            * tree-test-1.dat: Test related to "special", "formatting",
243            "scoping", and "phrasing" categories are added (cf. HTML5 revision
244            1778).
245    
246    2008-10-02  Wakaba  <wakaba@suika.fam.cx>
247    
248            * ContentType.t: More test cases on BOM are added.  Some test
249            results updated according to HTML5 revision 1927.  Tests on the
250            returned values in the list context are added.
251    
252    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
253    
254            * content-model-2.dat: Test data on |for=""| attribute are added.
255    
256    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
257    
258            * tokenizer-test-1.test: Test data on invalid character references
259            are added (cf. HTML5 revision 2138).
260    
261            * tokenizer-test-2.dat: Test data on U+000B are updated (HTML5
262            revision 2138).
263    
264    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
265    
266            * content-model-2.dat: Test data for |area| |alt=""| are added (HTML5
267            revision 1932).
268    
269    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
270    
271            * content-model-2.dat: Test data for |form=""| are added.
272    
273    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
274    
275            * content-model-1.dat: Test data for |fieldset| |legend| are added.
276    
277    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
278    
279            * content-model-2.dat: Test data for |form| |name| are added.
280    
281    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
282    
283            * content-model-1.dat, content-model-2.dat, content-model-4.dat:
284            Test data for U+000B are added (cf. HTML5 revision 1738).
285    
286    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
287    
288            * tokenizer-test-2.dat: Test result updated (cf. HTML5 revision
289            1738).
290    
291            * tree-test-1.dat: Test results updated.  New test data for the
292            treatement of U+000B are added (HTML5 revision 1738).
293    
294    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
295    
296            * tokenizer-test-1.test: Test data for U+000B are added (cf. HTML5
297            revision 1738).
298    
299    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
300    
301            * ContentType.t: Updated to disallow 0x0B as text byte (HTML5
302            revision 1738).
303    
304    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
305    
306            * content-checker.pl: Remove dedicated parser and adopt
307            testfiles.pl parser.
308    
309            * content-model-1.dat, content-model-2.dat: Typo fixed.
310    
311    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
312    
313            * content-model-1.dat: Test data for interactive contents are
314            added (cf. HTML5 revision 2018).
315    
316    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
317    
318            * content-model-2.dat: Add test data for accept-charset=""
319            attributes.
320    
321    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
322    
323            * langtag-1.dat: More test data from RFC 4646 are added.
324    
325    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
326    
327            * langtag-1.dat: More test data from RFC 4646 sections 1.-2.2.4.
328            are added.
329    
330    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
331    
332            * LangTag.t: Completely rewritten using |testfiles.pl|.
333    
334            * testfiles.pl: New script.
335    
336            * langtag-1.dat: Tests for case are added.
337    
338    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
339    
340            * ContentChecker.t: Atom tests are moved to another file.
341    
342            * ContentChecker-Atom.t, LangTag.t: New test scripts.
343    
344            * Makefile: Updated to invoke new test scripts.
345    
346            * langtag-1.dat: New test data file.
347    
348    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
349    
350            * ContentChecker.t: Test engine moved to another script.
351    
352            * content-checker.pl: New script.
353    
354    2008-09-17  Wakaba  <wakaba@suika.fam.cx>
355    
356            * content-model-1.dat: Test results are updated.
357    
358            * content-model-2.dat: Tests for style="" are added.
359    
360    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
361    
362            * css-text.dat: Test data for pre-wrap updated.
363    
364    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
365    
366            * css-visual.dat: New test data for Firefox3's new 'width'
367            values.
368    
369    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
370    
371            * content-model-2.dat: A test case for NCR in charset=""
372            is added.
373    
374    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
375    
376            * tokenizer-test-3.dat: New test for MSE is added.
377    
378    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
379    
380            * HTML-tree.t: tokenizer-test-3.dat added.
381    
382            * tokenizer-test-3.dat: New test data.
383    
384    2008-09-09  Wakaba  <wakaba@suika.fam.cx>
385    
386            * content-model-1.dat, content-model-7.dat: |a| is now
387            transparent (HTML5 revision 1963).
388    
389    2008-09-07  Wakaba  <wakaba@suika.fam.cx>
390    
391            * content-model-7.dat: Typo fixed.
392    
393            * content-model-6.dat: Test data for data-UPPERCASE (now
394            disallowed) are added (HTML5 revision 1945).
395    
396    2008-09-06  Wakaba  <wakaba@suika.fam.cx>
397    
398            * content-model-1.dat: Test data for |XSLT-compat|
399            added (HTML5 revision 2141).  A redundant test
400            entry is removed.
401    
402            * HTML-tree.t: Support for should-level errors.
403    
404    2008-09-06  Wakaba  <wakaba@suika.fam.cx>
405    
406            * content-model-1.dat: Form test data are added (cf. HTML5
407            revisions 2142-2155).
408    
409    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
410    
411            * content-model-1.dat, content-model-2.dat: |event-source|
412            is renamed as |eventsource| (HTML5 revision 1863).
413    
414    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
415    
416            * content-model-2.dat: Uppercase letters are not allowed
417            as embed custom attributes (HTML5 revision 1946).
418    
419    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
420    
421            * tree-test-1.dat: Test data for after after frameset
422            insertion mode are added (cf. HTML5 revision 1909).
423    
424    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
425    
426            * content-model-2.dat, content-model-6.dat: Custom
427            attributes on |embed| and |data-*| attributes must
428            be XML compatible (HTML5 revision 1836).
429    
430    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
431    
432            * content-model-2.dat: xmlns="" on HTML elements that are
433            not the root of the HTML subtree are now allowed (HTML5
434            revision 1834).
435    
436  2008-08-31  Wakaba  <wakaba@suika.fam.cx>  2008-08-31  Wakaba  <wakaba@suika.fam.cx>
437    
438          * 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.322

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24