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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24