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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24