/[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.292 by wakaba, Sat Oct 4 08:58:02 2008 UTC revision 1.314 by wakaba, Wed Oct 15 04:38:22 2008 UTC
# Line 1  Line 1 
1    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
2    
3            * XML-Parser.t: "xml/pis-1.dat" and "xml/xmldecls-1.dat" added.
4            Test directifes "#xml-version", "#xml-encoding", and
5            "#xml-standalone" are added.
6    
7    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
8    
9            * XML-Parser.t: "xml/charref-1.dat" added.
10    
11    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
12    
13            * XML-Parser.t: "xml/texts-1.dat" added.
14    
15            * tokenizer-test-2.dat: Test for ]]> are added.
16    
17    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
18    
19            * tree-test-foreign.dat: More test data are added.
20    
21    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
22    
23            * XML-Parser.t: "xml/elements-1.dat" and "xml/doctypes-1.dat"
24            added.
25    
26    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
27    
28            * XML-Parser.t: "xml/ns-attrs-1.dat" added.
29    
30    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
31    
32            * xml/: New directory.
33    
34            * Makefile: Tests for Whatpm::XML::Parser are added.
35    
36            * HTML-tree.t: Change the relative order of codes.
37    
38            * XML-Parser.t: New test script.
39    
40    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
41    
42            * HTML-tree.t: Serialization code moved to Whatpm::HTML::Dumper.
43    
44    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
45    
46            * tree-test-phrasing.dat: Wrong test results fixed.
47    
48            * tree-test-foreign.dat: New tests added.
49    
50            * testfiles.pl: "#..." line at the end of a test entry was not
51            supported.
52    
53            * HTML-tree.t: Show the "#data" content in "no #errors" error
54            message.
55    
56            * tokenizer-test-2.dat: A wrong test result fixed.
57    
58    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
59    
60            * HTML-tree.t: Test result format for oreign element/attribute
61            names are updated to the latest one for html5lib tests.  Append a
62            newline to the expected result only when it is not an empty
63            string, for comparablity with the actual result.
64    
65            * tokenizer-test-3.dat, tree-test-foreign.dat, tree-test-1.dat,
66            tree-test-3.dat: Test results for foreign elements are updated.
67    
68    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
69    
70            * HTML-tree.t: <!DOCTYPE> test result format changed to the latest
71            format for html5lib tests.
72    
73            * tree-test-1.dat, tokenizer-test-2.dat: Test results for
74            <!DOCTYPE> are updated.
75    
76    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
77    
78            * HTML-tree.t: Test data file parser changed to the common one.
79    
80    2008-10-13  Wakaba  <wakaba@suika.fam.cx>
81    
82            * tokenizer-test-2.dat: A test result was wrong.
83    
84    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
85    
86            * content-model-1.dat: Some entries moved to
87            dom-conformance/html-1.dat, dom-conformance/html-flows-1.dat,
88            dom-conformance/html-links-1.dat,
89            dom-conformance/html-objects-1.dat, and
90            dom-conformance/html-interactive-1.dat.
91    
92            * content-model-2.dat: Removed (moved to
93            dom-conformance/xml-1.dat, dom-conformance/html-1.dat,
94            dom-conformance/html-links-1.dat,
95            dom-conformance/html-objects-1.dat,
96            dom-conformance/html-interactive-1.dat, and
97            dom-conformance/html-flows-1.dat).
98    
99            * content-model-3.dat: Removed (moved to
100            dom-conformance/xml-global.dat).
101    
102            * content-model-4.dat: Removed (moved to
103            dom-conformance/html-texts-1.dat and
104            dom-conformance/html-links-1.dat).
105    
106            * content-model-5.dat: Removed (moved to
107            dom-conformance/html-flows-1.dat).
108    
109            * content-model-6.dat: Removed (moved to
110            dom-conformance/html-dataset.dat).
111    
112            * ContentChecker.t: References to the removed files removed and
113            references to new files added.
114    
115            * ContentChecker-XML.t: New script.
116    
117            * Makefile: Updated.
118    
119    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
120    
121            * content-model-2.dat: Repetition model test is moved to another
122            file.  A wrong test result fixed.  Broken test entries fixed.
123            <area rev> is now reported as "unknown attribute", since RDFa spec
124            adds that attribute to all elements with the Common attribute set.
125            Note that we have no plan to support RDFa, at the moment.
126    
127    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
128    
129            * ContentChecker.t: New files added.
130    
131            * content-model-1.dat, content-model-2.dat: Numbers of test
132            entries are moved to other files.
133    
134    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
135    
136            * content-model-1.dat, content-model-2.dat: Test results on
137            |label| contents fixed.
138    
139            * ContentChecker.t: |dom-conformance/html-form-label.dat| added.
140    
141            * dom-conformance/: New directory.
142    
143    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
144    
145            * HTML-tree.t: New test files added.
146    
147            * Makefile: New test files added.
148    
149    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
150    
151            * tree-test-1.dat: Test results updated and new tests added on the
152            boundaries of Text nodes (HTML5 revision 2124).
153    
154    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
155    
156            * tree-test-form.dat: New test data file.
157    
158            * HTML-tree.t: |tree-test-form.dat| added.
159    
160            * tree-test-1.dat: Test results related to <option> and <optgroup>
161            are updated (cf. HTML5 revision 2128).
162    
163    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
164    
165            * tree-test-foreign.dat: New test data file.
166    
167            * HTML-tree.t: |tree-test-foreign.dat| added.
168    
169    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
170    
171            * tree-test-void.dat: Test on unmatched void end tag added (cf.
172            HTML5 revision 1731).
173    
174            * tree-test-1.dat: Test on unmatched end tag added (cf. HTML5
175            revision 1731).
176    
177  2008-10-04  Wakaba  <wakaba@suika.fam.cx>  2008-10-04  Wakaba  <wakaba@suika.fam.cx>
178    
179          * tree-test-void.dat: Test on |param| and |source| start tags are          * tree-test-void.dat: Test on |param| and |source| start tags are

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24