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

Legend:
Removed from v.1.289  
changed lines
  Added in v.1.307

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24