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

Legend:
Removed from v.1.260  
changed lines
  Added in v.1.327

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24