/[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.25 by wakaba, Sun May 20 11:12:25 2007 UTC revision 1.64 by wakaba, Mon Jul 16 04:51:22 2007 UTC
# Line 1  Line 1 
1    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
2    
3            * tree-test-1.dat: Tests for |<html>| in trailing
4            end phase and |</frameset>| in after frameset mode
5            are added.
6    
7            * tree-test-2.dat: Tests for |</frameset>|
8            in |frameset| fragment parsing are added.
9    
10    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
11    
12            * tree-test-1.dat: New tests for trailing end phase
13            and white space in some insertion modes are added.
14    
15    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
16    
17            * Charset-DecodeHandler.t: Cases for charset names has
18            been changed to match with the module's implementation.
19    
20    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
21    
22            * Charset-DecodeHandler.t: New test script.
23    
24    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
25    
26            * tokenizer-test-1.test: A comment test is added.
27    
28    2007-07-01  Wakaba  <wakaba@suika.fam.cx>
29    
30            * tree-test-1.dat: New tests for unmatched end tags.
31    
32    2007-07-01  Wakaba  <wakaba@suika.fam.cx>
33    
34            * table-1.dat: New test data.
35    
36            * ContentChecker.t: |table-1.dat| is added.
37    
38    2007-06-30  Wakaba  <wakaba@suika.fam.cx>
39    
40            * tree-test-2.dat: Tests for <title> in fragments are added.
41    
42    2007-06-30  Wakaba  <wakaba@suika.fam.cx>
43    
44            * URIChecker.t: Error level names in test results has
45            been changed.
46    
47            * tokenizer-test-1.test: A test for bogus SYSTEM identifier
48            is added.
49    
50            * content-model-1.dat, content-model-2.dat, content-model-3.dat,
51            content-model-4.dat: Error messages has been changed.
52    
53            * ContentChecker.t: Appends error level to the error
54            message if any.
55    
56    2007-06-25  Wakaba  <wakaba@suika.fam.cx>
57    
58            * content-model-2.dat: Tests for |<img ismap>| context
59            are added.  Tests for |<command>|'s attributes are added.
60            Tests for |<menu>|'s attributes are added.  Tests for |contextmenu|
61            are added.
62    
63            * content-model-1.dat: Tests for |<datagrid>| contents
64            are added.
65    
66    2007-06-25  Wakaba  <wakaba@suika.fam.cx>
67    
68            * tree-test-1.dat: The tests using |#document-fragment|
69            are move to |tree-test-2.dat|.
70    
71            * tree-test-2.dat: New test data.  In addition to
72            tests from |tree-test-1.dat|, two tests
73            for |</table>| are added.
74    
75            * HTML-tree.t: |tree-test-2.dat| is added.
76    
77    2007-06-25  Wakaba  <wakaba@suika.fam.cx>
78    
79            * tree-test-1.dat: Tests for end tag strings
80            in CDATA elements are added.
81    
82    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
83    
84            * content-model-1.dat: Tests for |footer|
85            content model are added.
86    
87            * content-model-2.dat: Tests for |ping|
88            and |tabindex| attributes are added.  Tests for |datetime|
89            attribute of |ins| and |del| elements are added.
90    
91            * content-model-4.dat: New test data.
92    
93            * ContentChecker.t: |content-model-4.dat| is added.
94    
95    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
96    
97            * tokenizer-test-1.test: Tests for HTML5 revisions 1.144
98            and 1.145 (CR and invalid character references) are added.
99            Tests for HTML5 revision 1.148 (character references
100            in attributes) are added.
101    
102            * tree-test-1.dat: Tests for HTML5 revision 1.146 (white
103            space characters before root element start tag).
104    
105    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
106    
107            * tree-test-1.dat: Some test results are changed
108            and a test is added according to the HTML5
109            revisions 1.142 and 1.143 (<noscript> in <head>).
110    
111    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
112    
113            * tree-test-1.dat: Some test results are changed
114            since <base>, <link>, and <meta> in body
115            are no longer appended to the head element pointer (HTML5
116            revision 935).
117    
118            * content-model-2.dat: Tests for |scoped|
119            attribute are added (HTML5 revision 938).
120    
121    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
122    
123            * tree-test-1.dat: Tests for CDATA/RCDATA innerHTML
124            with matching end tag are added (HTML5 revision 923).
125            A test for h2 in h1 is added (HTML5 revision 926).
126    
127    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
128    
129            * tree-test-1.dat: Tests for |<isindex>| are added (HTML5
130            revision 920).
131    
132    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
133    
134            * tokenizer-test-1.test: Tests for conforming bare |&|
135            are added.
136    
137            * tree-test-1.dat: Tests for |</body>| are added.
138    
139    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
140    
141            * tree-test-1.dat: Always use uppercase document type name.
142    
143    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
144    
145            * HTML-tokenizer.t: Support for new DOCTYPE token syntax.
146    
147            * tokenizer-test-1.test: Tests for DOCTYPE tokens
148            are revised and added.
149    
150    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
151    
152            * tokenizer-test-1.test: Tests for |<| in tags are
153            added.  (HTML5 revisions 900, 901, 902, and 911.)
154    
155    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
156    
157            * tokenizer-test-1.test: |&lang;|, and |&rlang;| tests
158            are added.  (HTML5 revision 895.)  A test for |&amp;;|
159            is added.
160    
161    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
162    
163            * tokenizer-test-1.test: |&TRADE;| test added.  (HTML5 revision 889.)
164    
165            * HTML-tree.t: Output test file names.  Escaped
166            new line at the end of test data was removed.
167    
168            * tokenizer-test-2.dat: Tests for newlines, NULL, and
169            escape flag stuff in |set_inner_html|.
170    
171    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
172    
173            * tree-test-1.dat: New test for HTML5 revision 884 (</form>
174            try to close its children).
175    
176    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
177    
178            * content-model-1.dat: Tests for space characters
179            in id="" attribute are added.
180    
181    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
182    
183            * tree-test-1.dat: New tests for parse errors by
184            tags closed by <li>, <dt>, or <dd>.  (HTML5 revision 880.)
185    
186    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
187    
188            * tokenizer-test-2.dat: New test.  This test file contains
189            some tests that cannot be reliably tested by |HTML-tokenize.t|,
190            since they depends on how characeters are supplied to the
191            tokenizer.
192    
193            * HTML-tree.t: |tokenizer-test-2.dat| added.  |#data escaped|
194            etc. supported.
195    
196    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
197    
198            * tokenizer-test-1.test: Tests for C1 character
199            references are added.
200    
201    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
202    
203            * ContentChecker.t: Use NanoDOM-based manakai for XHTML.
204            Note that a test fails that assumes XML attribute value
205            normalization fails since XMLParserTemp.pm does
206            not normalize white space in attribute value when
207            creating an attribute node (and new NanoDOM-based
208            manakai's Attr.value does not normalize white space
209            for more Web compatibility).
210    
211    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
212    
213            * Makefile, HTML-tokenizer.t, HTML-tree.t: New test
214            files are added.
215    
216            * tokenize/, tree-construction/: Sync with latest html5lib
217            trunk.
218    
219    2007-06-05  Wakaba  <wakaba@suika.fam.cx>
220    
221            * content-model-2.dat: |script| |async| and |defer|
222            no longer require |src|.  |async| MUST NOT be
223            specified if |defer|.  (HTML5 revision 858).
224    
225    2007-05-30  Wakaba  <wakaba@suika.fam.cx>
226    
227            * ContentChecker.t: Don't use obsolete |new| method.
228    
229            * tree-test-1.dat: Nested form test added.
230    
231    2007-05-27  Wakaba  <wakaba@suika.fam.cx>
232    
233            * content-model-2.dat: Some error messages are updated.
234    
235            * content-model-1.dat: Very simple test for |tbody|, |thead|,
236            and |tfoot| is added.
237    
238    2007-05-26  Wakaba  <wakaba@suika.fam.cx>
239    
240            * content-model-2.dat: Tests for |rel| values are added.
241    
242    2007-05-26  Wakaba  <wakaba@suika.fam.cx>
243    
244            * content-model-2.dat: Errors on obsolete media
245            type (i.e. |text/javascript|) are added to the expected results.
246    
247            * tree-test-1.dat: Tests for |style| elements' attributes
248            are added.
249    
250    2007-05-25  Wakaba  <wakaba@suika.fam.cx>
251    
252            * URIChecker.t: New test entries.
253    
254            * content-model-2.dat: New test entries for URI attributes.
255    
256    2007-05-25  Wakaba  <wakaba@suika.fam.cx>
257    
258            * URIChecker.t: New test.
259    
260  2007-05-20  Wakaba  <wakaba@suika.fam.cx>  2007-05-20  Wakaba  <wakaba@suika.fam.cx>
261    
262          * Makefile (content-type-files, content-checker-files): New rukes.          * Makefile (content-type-files, content-checker-files): New rukes.

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.64

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24