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

Legend:
Removed from v.1.282  
changed lines
  Added in v.1.304

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24