/[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.328 by wakaba, Fri Nov 7 12:35:39 2008 UTC
# Line 1  Line 1 
1    2008-11-07  Wakaba  <wakaba@suika.fam.cx>
2    
3            * SWML-Parser.t: New test data files added.
4    
5    2008-11-07  Wakaba  <wakaba@suika.fam.cx>
6    
7            * SWML-Parser.t: Test file |swml/blocks-1.dat| added.
8    
9    2008-11-07  Wakaba  <wakaba@suika.fam.cx>
10    
11            * Makefile: A rule for SWML testing is added.
12    
13            * SWML-Parser.t: New file.
14    
15            * swml/: New directory.
16    
17    2008-10-20  Wakaba  <wakaba@suika.fam.cx>
18    
19            * XML-Parser.t: "xml/attrs-2.dat" added.
20    
21    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
22    
23            * XML-Parser.t: "xml/entrefs-2.dat" added.
24    
25    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
26    
27            * XML-Parser.t: "xml/entrefs-1.dat" added.
28    
29    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
30    
31            * XML-Parser.t: "xml/eldecls-1.dat" added.
32    
33    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
34    
35            * XML-Parser.t: Typo fixed.
36    
37    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
38    
39            * XML-Parser.t: "xml/entities-1.dat" and "xml/entities-2.dat"
40            added.  Support for the "#entities" directive.
41    
42    2008-10-18  Wakaba  <wakaba@suika.fam.cx>
43    
44            * XML-Parser.t: "xml/notations-1.dat" added.
45    
46    2008-10-17  Wakaba  <wakaba@suika.fam.cx>
47    
48            * XML-Parser.t: "xml/attlists-1.dat" added.
49    
50    2008-10-16  Wakaba  <wakaba@suika.fam.cx>
51    
52            * XML-Parser.t: "xml/pis-2.dat" and "xml/comments-2.dat" are added.
53    
54    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
55    
56            * XML-Parser.t: "xml/doctypes-2.dat" added.
57    
58            * tokenizer-test-1.test: Keyword case-sensitivility tests added.
59    
60    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
61    
62            * XML-Parser.t: "xml/ns-elements-1.dat" added.
63    
64    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
65    
66            * XML-Parser.t: "xml/pis-1.dat" and "xml/xmldecls-1.dat" added.
67            Test directifes "#xml-version", "#xml-encoding", and
68            "#xml-standalone" are added.
69    
70    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
71    
72            * XML-Parser.t: "xml/charref-1.dat" added.
73    
74    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
75    
76            * XML-Parser.t: "xml/texts-1.dat" added.
77    
78            * tokenizer-test-2.dat: Test for ]]> are added.
79    
80    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
81    
82            * tree-test-foreign.dat: More test data are added.
83    
84    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
85    
86            * XML-Parser.t: "xml/elements-1.dat" and "xml/doctypes-1.dat"
87            added.
88    
89    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
90    
91            * XML-Parser.t: "xml/ns-attrs-1.dat" added.
92    
93    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
94    
95            * xml/: New directory.
96    
97            * Makefile: Tests for Whatpm::XML::Parser are added.
98    
99            * HTML-tree.t: Change the relative order of codes.
100    
101            * XML-Parser.t: New test script.
102    
103    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
104    
105            * HTML-tree.t: Serialization code moved to Whatpm::HTML::Dumper.
106    
107    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
108    
109            * tree-test-phrasing.dat: Wrong test results fixed.
110    
111            * tree-test-foreign.dat: New tests added.
112    
113            * testfiles.pl: "#..." line at the end of a test entry was not
114            supported.
115    
116            * HTML-tree.t: Show the "#data" content in "no #errors" error
117            message.
118    
119            * tokenizer-test-2.dat: A wrong test result fixed.
120    
121    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
122    
123            * HTML-tree.t: Test result format for oreign element/attribute
124            names are updated to the latest one for html5lib tests.  Append a
125            newline to the expected result only when it is not an empty
126            string, for comparablity with the actual result.
127    
128            * tokenizer-test-3.dat, tree-test-foreign.dat, tree-test-1.dat,
129            tree-test-3.dat: Test results for foreign elements are updated.
130    
131    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
132    
133            * HTML-tree.t: <!DOCTYPE> test result format changed to the latest
134            format for html5lib tests.
135    
136            * tree-test-1.dat, tokenizer-test-2.dat: Test results for
137            <!DOCTYPE> are updated.
138    
139    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
140    
141            * HTML-tree.t: Test data file parser changed to the common one.
142    
143    2008-10-13  Wakaba  <wakaba@suika.fam.cx>
144    
145            * tokenizer-test-2.dat: A test result was wrong.
146    
147    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
148    
149            * content-model-1.dat: Some entries moved to
150            dom-conformance/html-1.dat, dom-conformance/html-flows-1.dat,
151            dom-conformance/html-links-1.dat,
152            dom-conformance/html-objects-1.dat, and
153            dom-conformance/html-interactive-1.dat.
154    
155            * content-model-2.dat: Removed (moved to
156            dom-conformance/xml-1.dat, dom-conformance/html-1.dat,
157            dom-conformance/html-links-1.dat,
158            dom-conformance/html-objects-1.dat,
159            dom-conformance/html-interactive-1.dat, and
160            dom-conformance/html-flows-1.dat).
161    
162            * content-model-3.dat: Removed (moved to
163            dom-conformance/xml-global.dat).
164    
165            * content-model-4.dat: Removed (moved to
166            dom-conformance/html-texts-1.dat and
167            dom-conformance/html-links-1.dat).
168    
169            * content-model-5.dat: Removed (moved to
170            dom-conformance/html-flows-1.dat).
171    
172            * content-model-6.dat: Removed (moved to
173            dom-conformance/html-dataset.dat).
174    
175            * ContentChecker.t: References to the removed files removed and
176            references to new files added.
177    
178            * ContentChecker-XML.t: New script.
179    
180            * Makefile: Updated.
181    
182    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
183    
184            * content-model-2.dat: Repetition model test is moved to another
185            file.  A wrong test result fixed.  Broken test entries fixed.
186            <area rev> is now reported as "unknown attribute", since RDFa spec
187            adds that attribute to all elements with the Common attribute set.
188            Note that we have no plan to support RDFa, at the moment.
189    
190    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
191    
192            * ContentChecker.t: New files added.
193    
194            * content-model-1.dat, content-model-2.dat: Numbers of test
195            entries are moved to other files.
196    
197    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
198    
199            * content-model-1.dat, content-model-2.dat: Test results on
200            |label| contents fixed.
201    
202            * ContentChecker.t: |dom-conformance/html-form-label.dat| added.
203    
204            * dom-conformance/: New directory.
205    
206    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
207    
208            * HTML-tree.t: New test files added.
209    
210            * Makefile: New test files added.
211    
212    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
213    
214            * tree-test-1.dat: Test results updated and new tests added on the
215            boundaries of Text nodes (HTML5 revision 2124).
216    
217    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
218    
219            * tree-test-form.dat: New test data file.
220    
221            * HTML-tree.t: |tree-test-form.dat| added.
222    
223            * tree-test-1.dat: Test results related to <option> and <optgroup>
224            are updated (cf. HTML5 revision 2128).
225    
226    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
227    
228            * tree-test-foreign.dat: New test data file.
229    
230            * HTML-tree.t: |tree-test-foreign.dat| added.
231    
232    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
233    
234            * tree-test-void.dat: Test on unmatched void end tag added (cf.
235            HTML5 revision 1731).
236    
237            * tree-test-1.dat: Test on unmatched end tag added (cf. HTML5
238            revision 1731).
239    
240    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
241    
242            * tree-test-void.dat: Test on |param| and |source| start tags are
243            added, as well as test on polytheistic slashes for new void
244            elements (HTML5 revision 1731).
245    
246    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
247    
248            * tree-test-flow.dat: Test on implied end tag before <p> start tag
249            are added (HTML5 revision 1731).
250    
251    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
252    
253            * tree-test-phrasing.dat, tree-test-flow.dat: New test data files.
254    
255            * HTML-tree.t: |tree-test-phrasing.dat| and |tree-test-flow.dat|
256            are added.
257    
258    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
259    
260            * tree-test-void.dat: New test data (cf. HTML5 revision 1731).
261    
262            * HTML-tree.t: |tree-test-void.dat| added.
263    
264            * tree-test-1.dat: Test on <listing> as a "special" element are
265            added.  Test on implied |option| and |optgroup| end tags are added
266            (cf. HTML5 revision 1731).
267    
268    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
269    
270            * tree-test-1.dat: Test related to "special", "formatting",
271            "scoping", and "phrasing" categories are added (cf. HTML5 revision
272            1778).
273    
274    2008-10-02  Wakaba  <wakaba@suika.fam.cx>
275    
276            * ContentType.t: More test cases on BOM are added.  Some test
277            results updated according to HTML5 revision 1927.  Tests on the
278            returned values in the list context are added.
279    
280    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
281    
282            * content-model-2.dat: Test data on |for=""| attribute are added.
283    
284    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
285    
286            * tokenizer-test-1.test: Test data on invalid character references
287            are added (cf. HTML5 revision 2138).
288    
289            * tokenizer-test-2.dat: Test data on U+000B are updated (HTML5
290            revision 2138).
291    
292    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
293    
294            * content-model-2.dat: Test data for |area| |alt=""| are added (HTML5
295            revision 1932).
296    
297    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
298    
299            * content-model-2.dat: Test data for |form=""| are added.
300    
301    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
302    
303            * content-model-1.dat: Test data for |fieldset| |legend| are added.
304    
305    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
306    
307            * content-model-2.dat: Test data for |form| |name| are added.
308    
309    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
310    
311            * content-model-1.dat, content-model-2.dat, content-model-4.dat:
312            Test data for U+000B are added (cf. HTML5 revision 1738).
313    
314    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
315    
316            * tokenizer-test-2.dat: Test result updated (cf. HTML5 revision
317            1738).
318    
319            * tree-test-1.dat: Test results updated.  New test data for the
320            treatement of U+000B are added (HTML5 revision 1738).
321    
322    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
323    
324            * tokenizer-test-1.test: Test data for U+000B are added (cf. HTML5
325            revision 1738).
326    
327    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
328    
329            * ContentType.t: Updated to disallow 0x0B as text byte (HTML5
330            revision 1738).
331    
332    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
333    
334            * content-checker.pl: Remove dedicated parser and adopt
335            testfiles.pl parser.
336    
337            * content-model-1.dat, content-model-2.dat: Typo fixed.
338    
339    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
340    
341            * content-model-1.dat: Test data for interactive contents are
342            added (cf. HTML5 revision 2018).
343    
344    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
345    
346            * content-model-2.dat: Add test data for accept-charset=""
347            attributes.
348    
349    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
350    
351            * langtag-1.dat: More test data from RFC 4646 are added.
352    
353    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
354    
355            * langtag-1.dat: More test data from RFC 4646 sections 1.-2.2.4.
356            are added.
357    
358    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
359    
360            * LangTag.t: Completely rewritten using |testfiles.pl|.
361    
362            * testfiles.pl: New script.
363    
364            * langtag-1.dat: Tests for case are added.
365    
366    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
367    
368            * ContentChecker.t: Atom tests are moved to another file.
369    
370            * ContentChecker-Atom.t, LangTag.t: New test scripts.
371    
372            * Makefile: Updated to invoke new test scripts.
373    
374            * langtag-1.dat: New test data file.
375    
376    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
377    
378            * ContentChecker.t: Test engine moved to another script.
379    
380            * content-checker.pl: New script.
381    
382    2008-09-17  Wakaba  <wakaba@suika.fam.cx>
383    
384            * content-model-1.dat: Test results are updated.
385    
386            * content-model-2.dat: Tests for style="" are added.
387    
388    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
389    
390            * css-text.dat: Test data for pre-wrap updated.
391    
392    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
393    
394            * css-visual.dat: New test data for Firefox3's new 'width'
395            values.
396    
397    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
398    
399            * content-model-2.dat: A test case for NCR in charset=""
400            is added.
401    
402    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
403    
404            * tokenizer-test-3.dat: New test for MSE is added.
405    
406    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
407    
408            * HTML-tree.t: tokenizer-test-3.dat added.
409    
410            * tokenizer-test-3.dat: New test data.
411    
412    2008-09-09  Wakaba  <wakaba@suika.fam.cx>
413    
414            * content-model-1.dat, content-model-7.dat: |a| is now
415            transparent (HTML5 revision 1963).
416    
417  2008-09-07  Wakaba  <wakaba@suika.fam.cx>  2008-09-07  Wakaba  <wakaba@suika.fam.cx>
418    
419          * content-model-7.dat: Typo fixed.          * content-model-7.dat: Typo fixed.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24