/[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.45 by wakaba, Sat Jun 23 13:05:16 2007 UTC revision 1.82 by wakaba, Sat Sep 8 10:21:04 2007 UTC
# Line 1  Line 1 
1    2007-09-08  Wakaba  <wakaba@suika.fam.cx>
2    
3            * css-token-1.test: New tests are added.
4    
5    2007-09-08  Wakaba  <wakaba@suika.fam.cx>
6    
7            * css-token-1.test, CSS-Tokenizer.t: New files.
8    
9    2007-09-04  Wakaba  <wakaba@suika.fam.cx>
10    
11            * tree-test-1.dat: New tests are added.
12    
13    2007-08-25  Wakaba  <wakaba@suika.fam.cx>
14    
15            * tokenizer-test-1.test: Two tests removed from |tokenizer/test2.test|
16            are added.
17    
18            * tree-construction/, tokenizer/: Sync with latest html5lib.
19    
20    2007-08-25  Wakaba  <wakaba@suika.fam.cx>
21    
22            * content-model-1.dat: New tests for |meta| corner cases
23            are added.
24    
25    2007-08-22  Wakaba  <wakaba@suika.fam.cx>
26    
27            * tree-test-2.dat: New tests for |html| innerHTML are added.
28    
29    2007-08-17  Wakaba  <wakaba@suika.fam.cx>
30    
31            * content-model-2.dat: New tests for |base|
32            following URI or hyperlink are added.
33    
34    2007-08-17  Wakaba  <wakaba@suika.fam.cx>
35    
36            * content-model-1.dat: New tests for |noscript| in |head| are added.
37    
38            * content-model-2.dat: A wrong result for |xml:lang| in
39            HTML document is fixed.
40    
41    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
42    
43            * ContentType.t: New tests for bitmap images are added.
44    
45    2007-08-08  Wakaba  <wakaba@suika.fam.cx>
46    
47            * content-model-2.dat: Some error messages are changed.
48    
49            * ContentType.t: New tests for |<script| sniffer are added.
50    
51    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
52    
53            * tree-test-2.dat: New tests for |thead|, |tbody|, and |tfoot|
54            fragment parsing.
55    
56    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
57    
58            * tree-test-1.dat: More tests for tags "in row" are added.
59    
60            * HTML-tree.t: Quote test data for readability.
61    
62    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
63    
64            * tree-test-1.dat: More tests are added for |noframes|
65            after |</frameset>|.
66    
67    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
68    
69            * tree-test-1.dat: More tests for start tags "in caption"
70            insertion mode and for tags "in cell" insertion
71            mode are added.
72    
73    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
74    
75            * tree-test-1.dat: More tests for ignoring some tokens
76            are added.
77    
78    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
79    
80            * HTML-tokenizer.t: Set content model flag in new syntax.
81    
82    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
83    
84            * content-model-1.dat, content-model-2.dat: Some test data
85            have been updated due to new warnings.
86    
87    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
88    
89            * content-model-1.dat, content-model-2.dat: Add "in XML:charset"
90            error for test data that has |charset| in XML context.
91    
92            * content-model-2.dat: Test data for "in XML:charset", "in XML:lang",
93            and "in HTML:xml:lang" are added.
94    
95    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
96    
97            * HTML-tokenizer.t: It now requires newer version
98            of JSON.pm due to the broken handling for utf8 string
99            of older version.  Test data files |test3.test|
100            and |test4.test| are added.  Convert surrogate
101            pair |\u| escapes in JSON file before it is input
102            into JSON.pm parser since it does not decode
103            them correctly.  U+000D convertion was incorrect.
104    
105            * HTML-tree.t: Support for new format for fragment
106            parsing tests.
107    
108            * Makefile (tokenizer-files): New test
109            data files |test3.test| and |test4.test| are added.
110    
111            * tokenizer-test-1.test: Test data for bare |hcro| and
112            entity references in attribute values are added.
113    
114            * tokenizer-test-2.dat: Test data for U+000D are added.
115    
116    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
117    
118            * tree-test-1.dat: Tests for |<html>| in trailing
119            end phase and |</frameset>| in after frameset mode
120            are added.
121    
122            * tree-test-2.dat: Tests for |</frameset>|
123            in |frameset| fragment parsing are added.
124    
125    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
126    
127            * tree-test-1.dat: New tests for trailing end phase
128            and white space in some insertion modes are added.
129    
130    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
131    
132            * Charset-DecodeHandler.t: Cases for charset names has
133            been changed to match with the module's implementation.
134    
135    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
136    
137            * Charset-DecodeHandler.t: New test script.
138    
139    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
140    
141            * tokenizer-test-1.test: A comment test is added.
142    
143    2007-07-01  Wakaba  <wakaba@suika.fam.cx>
144    
145            * tree-test-1.dat: New tests for unmatched end tags.
146    
147    2007-07-01  Wakaba  <wakaba@suika.fam.cx>
148    
149            * table-1.dat: New test data.
150    
151            * ContentChecker.t: |table-1.dat| is added.
152    
153    2007-06-30  Wakaba  <wakaba@suika.fam.cx>
154    
155            * tree-test-2.dat: Tests for <title> in fragments are added.
156    
157    2007-06-30  Wakaba  <wakaba@suika.fam.cx>
158    
159            * URIChecker.t: Error level names in test results has
160            been changed.
161    
162            * tokenizer-test-1.test: A test for bogus SYSTEM identifier
163            is added.
164    
165            * content-model-1.dat, content-model-2.dat, content-model-3.dat,
166            content-model-4.dat: Error messages has been changed.
167    
168            * ContentChecker.t: Appends error level to the error
169            message if any.
170    
171    2007-06-25  Wakaba  <wakaba@suika.fam.cx>
172    
173            * content-model-2.dat: Tests for |<img ismap>| context
174            are added.  Tests for |<command>|'s attributes are added.
175            Tests for |<menu>|'s attributes are added.  Tests for |contextmenu|
176            are added.
177    
178            * content-model-1.dat: Tests for |<datagrid>| contents
179            are added.
180    
181    2007-06-25  Wakaba  <wakaba@suika.fam.cx>
182    
183            * tree-test-1.dat: The tests using |#document-fragment|
184            are move to |tree-test-2.dat|.
185    
186            * tree-test-2.dat: New test data.  In addition to
187            tests from |tree-test-1.dat|, two tests
188            for |</table>| are added.
189    
190            * HTML-tree.t: |tree-test-2.dat| is added.
191    
192    2007-06-25  Wakaba  <wakaba@suika.fam.cx>
193    
194            * tree-test-1.dat: Tests for end tag strings
195            in CDATA elements are added.
196    
197    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
198    
199            * content-model-1.dat: Tests for |footer|
200            content model are added.
201    
202            * content-model-2.dat: Tests for |ping|
203            and |tabindex| attributes are added.  Tests for |datetime|
204            attribute of |ins| and |del| elements are added.
205    
206            * content-model-4.dat: New test data.
207    
208            * ContentChecker.t: |content-model-4.dat| is added.
209    
210    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
211    
212            * tokenizer-test-1.test: Tests for HTML5 revisions 1.144
213            and 1.145 (CR and invalid character references) are added.
214            Tests for HTML5 revision 1.148 (character references
215            in attributes) are added.
216    
217            * tree-test-1.dat: Tests for HTML5 revision 1.146 (white
218            space characters before root element start tag).
219    
220    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
221    
222            * tree-test-1.dat: Some test results are changed
223            and a test is added according to the HTML5
224            revisions 1.142 and 1.143 (<noscript> in <head>).
225    
226    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
227    
228            * tree-test-1.dat: Some test results are changed
229            since <base>, <link>, and <meta> in body
230            are no longer appended to the head element pointer (HTML5
231            revision 935).
232    
233            * content-model-2.dat: Tests for |scoped|
234            attribute are added (HTML5 revision 938).
235    
236    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
237    
238            * tree-test-1.dat: Tests for CDATA/RCDATA innerHTML
239            with matching end tag are added (HTML5 revision 923).
240            A test for h2 in h1 is added (HTML5 revision 926).
241    
242    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
243    
244            * tree-test-1.dat: Tests for |<isindex>| are added (HTML5
245            revision 920).
246    
247    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
248    
249            * tokenizer-test-1.test: Tests for conforming bare |&|
250            are added.
251    
252            * tree-test-1.dat: Tests for |</body>| are added.
253    
254  2007-06-23  Wakaba  <wakaba@suika.fam.cx>  2007-06-23  Wakaba  <wakaba@suika.fam.cx>
255    
256          * tree-test-1.dat: Always use uppercase document type name.          * tree-test-1.dat: Always use uppercase document type name.

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.82

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24