/[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.24 by wakaba, Sun May 20 07:12:11 2007 UTC revision 1.47 by wakaba, Sat Jun 23 14:55:45 2007 UTC
# Line 1  Line 1 
1    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
2    
3            * tree-test-1.dat: Tests for |<isindex>| are added.
4    
5    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
6    
7            * tokenizer-test-1.test: Tests for conforming bare |&|
8            are added.
9    
10            * tree-test-1.dat: Tests for |</body>| are added.
11    
12    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
13    
14            * tree-test-1.dat: Always use uppercase document type name.
15    
16    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
17    
18            * HTML-tokenizer.t: Support for new DOCTYPE token syntax.
19    
20            * tokenizer-test-1.test: Tests for DOCTYPE tokens
21            are revised and added.
22    
23    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
24    
25            * tokenizer-test-1.test: Tests for |<| in tags are
26            added.  (HTML5 revisions 900, 901, 902, and 911.)
27    
28    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
29    
30            * tokenizer-test-1.test: |&lang;|, and |&rlang;| tests
31            are added.  (HTML5 revision 895.)  A test for |&amp;;|
32            is added.
33    
34    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
35    
36            * tokenizer-test-1.test: |&TRADE;| test added.  (HTML5 revision 889.)
37    
38            * HTML-tree.t: Output test file names.  Escaped
39            new line at the end of test data was removed.
40    
41            * tokenizer-test-2.dat: Tests for newlines, NULL, and
42            escape flag stuff in |set_inner_html|.
43    
44    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
45    
46            * tree-test-1.dat: New test for HTML5 revision 884 (</form>
47            try to close its children).
48    
49    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
50    
51            * content-model-1.dat: Tests for space characters
52            in id="" attribute are added.
53    
54    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
55    
56            * tree-test-1.dat: New tests for parse errors by
57            tags closed by <li>, <dt>, or <dd>.  (HTML5 revision 880.)
58    
59    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
60    
61            * tokenizer-test-2.dat: New test.  This test file contains
62            some tests that cannot be reliably tested by |HTML-tokenize.t|,
63            since they depends on how characeters are supplied to the
64            tokenizer.
65    
66            * HTML-tree.t: |tokenizer-test-2.dat| added.  |#data escaped|
67            etc. supported.
68    
69    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
70    
71            * tokenizer-test-1.test: Tests for C1 character
72            references are added.
73    
74    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
75    
76            * ContentChecker.t: Use NanoDOM-based manakai for XHTML.
77            Note that a test fails that assumes XML attribute value
78            normalization fails since XMLParserTemp.pm does
79            not normalize white space in attribute value when
80            creating an attribute node (and new NanoDOM-based
81            manakai's Attr.value does not normalize white space
82            for more Web compatibility).
83    
84    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
85    
86            * Makefile, HTML-tokenizer.t, HTML-tree.t: New test
87            files are added.
88    
89            * tokenize/, tree-construction/: Sync with latest html5lib
90            trunk.
91    
92    2007-06-05  Wakaba  <wakaba@suika.fam.cx>
93    
94            * content-model-2.dat: |script| |async| and |defer|
95            no longer require |src|.  |async| MUST NOT be
96            specified if |defer|.  (HTML5 revision 858).
97    
98    2007-05-30  Wakaba  <wakaba@suika.fam.cx>
99    
100            * ContentChecker.t: Don't use obsolete |new| method.
101    
102            * tree-test-1.dat: Nested form test added.
103    
104    2007-05-27  Wakaba  <wakaba@suika.fam.cx>
105    
106            * content-model-2.dat: Some error messages are updated.
107    
108            * content-model-1.dat: Very simple test for |tbody|, |thead|,
109            and |tfoot| is added.
110    
111    2007-05-26  Wakaba  <wakaba@suika.fam.cx>
112    
113            * content-model-2.dat: Tests for |rel| values are added.
114    
115    2007-05-26  Wakaba  <wakaba@suika.fam.cx>
116    
117            * content-model-2.dat: Errors on obsolete media
118            type (i.e. |text/javascript|) are added to the expected results.
119    
120            * tree-test-1.dat: Tests for |style| elements' attributes
121            are added.
122    
123    2007-05-25  Wakaba  <wakaba@suika.fam.cx>
124    
125            * URIChecker.t: New test entries.
126    
127            * content-model-2.dat: New test entries for URI attributes.
128    
129    2007-05-25  Wakaba  <wakaba@suika.fam.cx>
130    
131            * URIChecker.t: New test.
132    
133    2007-05-20  Wakaba  <wakaba@suika.fam.cx>
134    
135            * Makefile (content-type-files, content-checker-files): New rukes.
136    
137            * content-type-result.txt, content-checker-result.txt: New files.
138    
139            * tokenizer-result.txt, tree-construction-result.txt: New to CVS.
140    
141            * content-model-2.dat: Warnings are added to unknown attributes
142            for unknown elements.  New tests for newly implemented
143            attributes are added.
144    
145  2007-05-20  Wakaba  <wakaba@suika.fam.cx>  2007-05-20  Wakaba  <wakaba@suika.fam.cx>
146    
147          * content-model-1.dat: Required attributes are          * content-model-1.dat: Required attributes are

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.47

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24