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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24