/[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.261 by wakaba, Sun Sep 7 12:41:49 2008 UTC revision 1.301 by wakaba, Tue Oct 7 12:18:39 2008 UTC
# Line 1  Line 1 
1    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
2    
3            * content-model-1.dat: Some entries moved to
4            dom-conformance/html-1.dat, dom-conformance/html-flows-1.dat,
5            dom-conformance/html-links-1.dat,
6            dom-conformance/html-objects-1.dat, and
7            dom-conformance/html-interactive-1.dat.
8    
9            * content-model-2.dat: Removed (moved to
10            dom-conformance/xml-1.dat, dom-conformance/html-1.dat,
11            dom-conformance/html-links-1.dat,
12            dom-conformance/html-objects-1.dat,
13            dom-conformance/html-interactive-1.dat, and
14            dom-conformance/html-flows-1.dat).
15    
16            * content-model-3.dat: Removed (moved to
17            dom-conformance/xml-global.dat).
18    
19            * content-model-4.dat: Removed (moved to
20            dom-conformance/html-texts-1.dat and
21            dom-conformance/html-links-1.dat).
22    
23            * content-model-5.dat: Removed (moved to
24            dom-conformance/html-flows-1.dat).
25    
26            * content-model-6.dat: Removed (moved to
27            dom-conformance/html-dataset.dat).
28    
29            * ContentChecker.t: References to the removed files removed and
30            references to new files added.
31    
32            * ContentChecker-XML.t: New script.
33    
34            * Makefile: Updated.
35    
36    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
37    
38            * content-model-2.dat: Repetition model test is moved to another
39            file.  A wrong test result fixed.  Broken test entries fixed.
40            <area rev> is now reported as "unknown attribute", since RDFa spec
41            adds that attribute to all elements with the Common attribute set.
42            Note that we have no plan to support RDFa, at the moment.
43    
44    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
45    
46            * ContentChecker.t: New files added.
47    
48            * content-model-1.dat, content-model-2.dat: Numbers of test
49            entries are moved to other files.
50    
51    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
52    
53            * content-model-1.dat, content-model-2.dat: Test results on
54            |label| contents fixed.
55    
56            * ContentChecker.t: |dom-conformance/html-form-label.dat| added.
57    
58            * dom-conformance/: New directory.
59    
60    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
61    
62            * HTML-tree.t: New test files added.
63    
64            * Makefile: New test files added.
65    
66    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
67    
68            * tree-test-1.dat: Test results updated and new tests added on the
69            boundaries of Text nodes (HTML5 revision 2124).
70    
71    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
72    
73            * tree-test-form.dat: New test data file.
74    
75            * HTML-tree.t: |tree-test-form.dat| added.
76    
77            * tree-test-1.dat: Test results related to <option> and <optgroup>
78            are updated (cf. HTML5 revision 2128).
79    
80    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
81    
82            * tree-test-foreign.dat: New test data file.
83    
84            * HTML-tree.t: |tree-test-foreign.dat| added.
85    
86    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
87    
88            * tree-test-void.dat: Test on unmatched void end tag added (cf.
89            HTML5 revision 1731).
90    
91            * tree-test-1.dat: Test on unmatched end tag added (cf. HTML5
92            revision 1731).
93    
94    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
95    
96            * tree-test-void.dat: Test on |param| and |source| start tags are
97            added, as well as test on polytheistic slashes for new void
98            elements (HTML5 revision 1731).
99    
100    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
101    
102            * tree-test-flow.dat: Test on implied end tag before <p> start tag
103            are added (HTML5 revision 1731).
104    
105    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
106    
107            * tree-test-phrasing.dat, tree-test-flow.dat: New test data files.
108    
109            * HTML-tree.t: |tree-test-phrasing.dat| and |tree-test-flow.dat|
110            are added.
111    
112    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
113    
114            * tree-test-void.dat: New test data (cf. HTML5 revision 1731).
115    
116            * HTML-tree.t: |tree-test-void.dat| added.
117    
118            * tree-test-1.dat: Test on <listing> as a "special" element are
119            added.  Test on implied |option| and |optgroup| end tags are added
120            (cf. HTML5 revision 1731).
121    
122    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
123    
124            * tree-test-1.dat: Test related to "special", "formatting",
125            "scoping", and "phrasing" categories are added (cf. HTML5 revision
126            1778).
127    
128    2008-10-02  Wakaba  <wakaba@suika.fam.cx>
129    
130            * ContentType.t: More test cases on BOM are added.  Some test
131            results updated according to HTML5 revision 1927.  Tests on the
132            returned values in the list context are added.
133    
134    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
135    
136            * content-model-2.dat: Test data on |for=""| attribute are added.
137    
138    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
139    
140            * tokenizer-test-1.test: Test data on invalid character references
141            are added (cf. HTML5 revision 2138).
142    
143            * tokenizer-test-2.dat: Test data on U+000B are updated (HTML5
144            revision 2138).
145    
146    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
147    
148            * content-model-2.dat: Test data for |area| |alt=""| are added (HTML5
149            revision 1932).
150    
151    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
152    
153            * content-model-2.dat: Test data for |form=""| are added.
154    
155    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
156    
157            * content-model-1.dat: Test data for |fieldset| |legend| are added.
158    
159    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
160    
161            * content-model-2.dat: Test data for |form| |name| are added.
162    
163    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
164    
165            * content-model-1.dat, content-model-2.dat, content-model-4.dat:
166            Test data for U+000B are added (cf. HTML5 revision 1738).
167    
168    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
169    
170            * tokenizer-test-2.dat: Test result updated (cf. HTML5 revision
171            1738).
172    
173            * tree-test-1.dat: Test results updated.  New test data for the
174            treatement of U+000B are added (HTML5 revision 1738).
175    
176    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
177    
178            * tokenizer-test-1.test: Test data for U+000B are added (cf. HTML5
179            revision 1738).
180    
181    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
182    
183            * ContentType.t: Updated to disallow 0x0B as text byte (HTML5
184            revision 1738).
185    
186    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
187    
188            * content-checker.pl: Remove dedicated parser and adopt
189            testfiles.pl parser.
190    
191            * content-model-1.dat, content-model-2.dat: Typo fixed.
192    
193    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
194    
195            * content-model-1.dat: Test data for interactive contents are
196            added (cf. HTML5 revision 2018).
197    
198    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
199    
200            * content-model-2.dat: Add test data for accept-charset=""
201            attributes.
202    
203    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
204    
205            * langtag-1.dat: More test data from RFC 4646 are added.
206    
207    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
208    
209            * langtag-1.dat: More test data from RFC 4646 sections 1.-2.2.4.
210            are added.
211    
212    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
213    
214            * LangTag.t: Completely rewritten using |testfiles.pl|.
215    
216            * testfiles.pl: New script.
217    
218            * langtag-1.dat: Tests for case are added.
219    
220    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
221    
222            * ContentChecker.t: Atom tests are moved to another file.
223    
224            * ContentChecker-Atom.t, LangTag.t: New test scripts.
225    
226            * Makefile: Updated to invoke new test scripts.
227    
228            * langtag-1.dat: New test data file.
229    
230    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
231    
232            * ContentChecker.t: Test engine moved to another script.
233    
234            * content-checker.pl: New script.
235    
236    2008-09-17  Wakaba  <wakaba@suika.fam.cx>
237    
238            * content-model-1.dat: Test results are updated.
239    
240            * content-model-2.dat: Tests for style="" are added.
241    
242    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
243    
244            * css-text.dat: Test data for pre-wrap updated.
245    
246    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
247    
248            * css-visual.dat: New test data for Firefox3's new 'width'
249            values.
250    
251    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
252    
253            * content-model-2.dat: A test case for NCR in charset=""
254            is added.
255    
256    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
257    
258            * tokenizer-test-3.dat: New test for MSE is added.
259    
260    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
261    
262            * HTML-tree.t: tokenizer-test-3.dat added.
263    
264            * tokenizer-test-3.dat: New test data.
265    
266    2008-09-09  Wakaba  <wakaba@suika.fam.cx>
267    
268            * content-model-1.dat, content-model-7.dat: |a| is now
269            transparent (HTML5 revision 1963).
270    
271  2008-09-07  Wakaba  <wakaba@suika.fam.cx>  2008-09-07  Wakaba  <wakaba@suika.fam.cx>
272    
273          * content-model-7.dat: Typo fixed.          * content-model-7.dat: Typo fixed.

Legend:
Removed from v.1.261  
changed lines
  Added in v.1.301

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24