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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24