/[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.53 by wakaba, Mon Jun 25 00:14:40 2007 UTC revision 1.73 by wakaba, Sat Jul 21 08:17:43 2007 UTC
# Line 1  Line 1 
1    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
2    
3            * tree-test-2.dat: New tests for |thead|, |tbody|, and |tfoot|
4            fragment parsing.
5    
6    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
7    
8            * tree-test-1.dat: More tests for tags "in row" are added.
9    
10            * HTML-tree.t: Quote test data for readability.
11    
12    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
13    
14            * tree-test-1.dat: More tests are added for |noframes|
15            after |</frameset>|.
16    
17    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
18    
19            * tree-test-1.dat: More tests for start tags "in caption"
20            insertion mode and for tags "in cell" insertion
21            mode are added.
22    
23    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
24    
25            * tree-test-1.dat: More tests for ignoring some tokens
26            are added.
27    
28    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
29    
30            * HTML-tokenizer.t: Set content model flag in new syntax.
31    
32    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
33    
34            * content-model-1.dat, content-model-2.dat: Some test data
35            have been updated due to new warnings.
36    
37    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
38    
39            * content-model-1.dat, content-model-2.dat: Add "in XML:charset"
40            error for test data that has |charset| in XML context.
41    
42            * content-model-2.dat: Test data for "in XML:charset", "in XML:lang",
43            and "in HTML:xml:lang" are added.
44    
45    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
46    
47            * HTML-tokenizer.t: It now requires newer version
48            of JSON.pm due to the broken handling for utf8 string
49            of older version.  Test data files |test3.test|
50            and |test4.test| are added.  Convert surrogate
51            pair |\u| escapes in JSON file before it is input
52            into JSON.pm parser since it does not decode
53            them correctly.  U+000D convertion was incorrect.
54    
55            * HTML-tree.t: Support for new format for fragment
56            parsing tests.
57    
58            * Makefile (tokenizer-files): New test
59            data files |test3.test| and |test4.test| are added.
60    
61            * tokenizer-test-1.test: Test data for bare |hcro| and
62            entity references in attribute values are added.
63    
64            * tokenizer-test-2.dat: Test data for U+000D are added.
65    
66    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
67    
68            * tree-test-1.dat: Tests for |<html>| in trailing
69            end phase and |</frameset>| in after frameset mode
70            are added.
71    
72            * tree-test-2.dat: Tests for |</frameset>|
73            in |frameset| fragment parsing are added.
74    
75    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
76    
77            * tree-test-1.dat: New tests for trailing end phase
78            and white space in some insertion modes are added.
79    
80    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
81    
82            * Charset-DecodeHandler.t: Cases for charset names has
83            been changed to match with the module's implementation.
84    
85    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
86    
87            * Charset-DecodeHandler.t: New test script.
88    
89    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
90    
91            * tokenizer-test-1.test: A comment test is added.
92    
93    2007-07-01  Wakaba  <wakaba@suika.fam.cx>
94    
95            * tree-test-1.dat: New tests for unmatched end tags.
96    
97    2007-07-01  Wakaba  <wakaba@suika.fam.cx>
98    
99            * table-1.dat: New test data.
100    
101            * ContentChecker.t: |table-1.dat| is added.
102    
103    2007-06-30  Wakaba  <wakaba@suika.fam.cx>
104    
105            * tree-test-2.dat: Tests for <title> in fragments are added.
106    
107    2007-06-30  Wakaba  <wakaba@suika.fam.cx>
108    
109            * URIChecker.t: Error level names in test results has
110            been changed.
111    
112            * tokenizer-test-1.test: A test for bogus SYSTEM identifier
113            is added.
114    
115            * content-model-1.dat, content-model-2.dat, content-model-3.dat,
116            content-model-4.dat: Error messages has been changed.
117    
118            * ContentChecker.t: Appends error level to the error
119            message if any.
120    
121    2007-06-25  Wakaba  <wakaba@suika.fam.cx>
122    
123            * content-model-2.dat: Tests for |<img ismap>| context
124            are added.  Tests for |<command>|'s attributes are added.
125            Tests for |<menu>|'s attributes are added.  Tests for |contextmenu|
126            are added.
127    
128            * content-model-1.dat: Tests for |<datagrid>| contents
129            are added.
130    
131    2007-06-25  Wakaba  <wakaba@suika.fam.cx>
132    
133            * tree-test-1.dat: The tests using |#document-fragment|
134            are move to |tree-test-2.dat|.
135    
136            * tree-test-2.dat: New test data.  In addition to
137            tests from |tree-test-1.dat|, two tests
138            for |</table>| are added.
139    
140            * HTML-tree.t: |tree-test-2.dat| is added.
141    
142  2007-06-25  Wakaba  <wakaba@suika.fam.cx>  2007-06-25  Wakaba  <wakaba@suika.fam.cx>
143    
144          * tree-test-1.dat: Tests for end tag strings          * tree-test-1.dat: Tests for end tag strings

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.73

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24