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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24