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

Legend:
Removed from v.1.286  
changed lines
  Added in v.1.305

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24