/[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.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>  2007-05-20  Wakaba  <wakaba@suika.fam.cx>
196    
197          * 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.54

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24