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

Legend:
Removed from v.1.295  
changed lines
  Added in v.1.320

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24