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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24