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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24