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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24