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

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.54

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24