1 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* tree-test-1.dat: Some test results are changed |
4 |
|
and a test is added according to the HTML5 |
5 |
|
revisions 1.141 and 1.142 (<noscript> in <head>). |
6 |
|
|
7 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* tree-test-1.dat: Some test results are changed |
10 |
|
since <base>, <link>, and <meta> in body |
11 |
|
are no longer appended to the head element pointer (HTML5 |
12 |
|
revision 935). |
13 |
|
|
14 |
|
* content-model-2.dat: Tests for |scoped| |
15 |
|
attribute are added (HTML5 revision 938). |
16 |
|
|
17 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* tree-test-1.dat: Tests for CDATA/RCDATA innerHTML |
20 |
|
with matching end tag are added (HTML5 revision 923). |
21 |
|
A test for h2 in h1 is added (HTML5 revision 926). |
22 |
|
|
23 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* tree-test-1.dat: Tests for |<isindex>| are added (HTML5 |
26 |
|
revision 920). |
27 |
|
|
28 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* tokenizer-test-1.test: Tests for conforming bare |&| |
31 |
|
are added. |
32 |
|
|
33 |
|
* tree-test-1.dat: Tests for |</body>| are added. |
34 |
|
|
35 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* tree-test-1.dat: Always use uppercase document type name. |
38 |
|
|
39 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* HTML-tokenizer.t: Support for new DOCTYPE token syntax. |
42 |
|
|
43 |
|
* tokenizer-test-1.test: Tests for DOCTYPE tokens |
44 |
|
are revised and added. |
45 |
|
|
46 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* tokenizer-test-1.test: Tests for |<| in tags are |
49 |
|
added. (HTML5 revisions 900, 901, 902, and 911.) |
50 |
|
|
51 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* tokenizer-test-1.test: |⟨|, and |&rlang;| tests |
54 |
|
are added. (HTML5 revision 895.) A test for |&;| |
55 |
|
is added. |
56 |
|
|
57 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* tokenizer-test-1.test: |™| test added. (HTML5 revision 889.) |
60 |
|
|
61 |
|
* HTML-tree.t: Output test file names. Escaped |
62 |
|
new line at the end of test data was removed. |
63 |
|
|
64 |
|
* tokenizer-test-2.dat: Tests for newlines, NULL, and |
65 |
|
escape flag stuff in |set_inner_html|. |
66 |
|
|
67 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* tree-test-1.dat: New test for HTML5 revision 884 (</form> |
70 |
|
try to close its children). |
71 |
|
|
72 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
|
* content-model-1.dat: Tests for space characters |
75 |
|
in id="" attribute are added. |
76 |
|
|
77 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
79 |
|
* tree-test-1.dat: New tests for parse errors by |
80 |
|
tags closed by <li>, <dt>, or <dd>. (HTML5 revision 880.) |
81 |
|
|
82 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
84 |
|
* tokenizer-test-2.dat: New test. This test file contains |
85 |
|
some tests that cannot be reliably tested by |HTML-tokenize.t|, |
86 |
|
since they depends on how characeters are supplied to the |
87 |
|
tokenizer. |
88 |
|
|
89 |
|
* HTML-tree.t: |tokenizer-test-2.dat| added. |#data escaped| |
90 |
|
etc. supported. |
91 |
|
|
92 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
93 |
|
|
94 |
|
* tokenizer-test-1.test: Tests for C1 character |
95 |
|
references are added. |
96 |
|
|
97 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
98 |
|
|
99 |
|
* ContentChecker.t: Use NanoDOM-based manakai for XHTML. |
100 |
|
Note that a test fails that assumes XML attribute value |
101 |
|
normalization fails since XMLParserTemp.pm does |
102 |
|
not normalize white space in attribute value when |
103 |
|
creating an attribute node (and new NanoDOM-based |
104 |
|
manakai's Attr.value does not normalize white space |
105 |
|
for more Web compatibility). |
106 |
|
|
107 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
108 |
|
|
109 |
|
* Makefile, HTML-tokenizer.t, HTML-tree.t: New test |
110 |
|
files are added. |
111 |
|
|
112 |
|
* tokenize/, tree-construction/: Sync with latest html5lib |
113 |
|
trunk. |
114 |
|
|
115 |
|
2007-06-05 Wakaba <wakaba@suika.fam.cx> |
116 |
|
|
117 |
|
* content-model-2.dat: |script| |async| and |defer| |
118 |
|
no longer require |src|. |async| MUST NOT be |
119 |
|
specified if |defer|. (HTML5 revision 858). |
120 |
|
|
121 |
|
2007-05-30 Wakaba <wakaba@suika.fam.cx> |
122 |
|
|
123 |
|
* ContentChecker.t: Don't use obsolete |new| method. |
124 |
|
|
125 |
|
* tree-test-1.dat: Nested form test added. |
126 |
|
|
127 |
|
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
128 |
|
|
129 |
|
* content-model-2.dat: Some error messages are updated. |
130 |
|
|
131 |
|
* content-model-1.dat: Very simple test for |tbody|, |thead|, |
132 |
|
and |tfoot| is added. |
133 |
|
|
134 |
|
2007-05-26 Wakaba <wakaba@suika.fam.cx> |
135 |
|
|
136 |
|
* content-model-2.dat: Tests for |rel| values are added. |
137 |
|
|
138 |
|
2007-05-26 Wakaba <wakaba@suika.fam.cx> |
139 |
|
|
140 |
|
* content-model-2.dat: Errors on obsolete media |
141 |
|
type (i.e. |text/javascript|) are added to the expected results. |
142 |
|
|
143 |
|
* tree-test-1.dat: Tests for |style| elements' attributes |
144 |
|
are added. |
145 |
|
|
146 |
|
2007-05-25 Wakaba <wakaba@suika.fam.cx> |
147 |
|
|
148 |
|
* URIChecker.t: New test entries. |
149 |
|
|
150 |
|
* content-model-2.dat: New test entries for URI attributes. |
151 |
|
|
152 |
|
2007-05-25 Wakaba <wakaba@suika.fam.cx> |
153 |
|
|
154 |
|
* URIChecker.t: New test. |
155 |
|
|
156 |
|
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
157 |
|
|
158 |
|
* Makefile (content-type-files, content-checker-files): New rukes. |
159 |
|
|
160 |
|
* content-type-result.txt, content-checker-result.txt: New files. |
161 |
|
|
162 |
|
* tokenizer-result.txt, tree-construction-result.txt: New to CVS. |
163 |
|
|
164 |
|
* content-model-2.dat: Warnings are added to unknown attributes |
165 |
|
for unknown elements. New tests for newly implemented |
166 |
|
attributes are added. |
167 |
|
|
168 |
|
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
169 |
|
|
170 |
|
* content-model-1.dat: Required attributes are |
171 |
|
added to <link>s. |
172 |
|
|
173 |
|
* content-model-2.dat: Tests for global event handler |
174 |
|
content attributes, <link>s and <embed>s are added. |
175 |
|
|
176 |
|
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
177 |
|
|
178 |
|
* content-model-2.dat: Tests for additionally-implemented |
179 |
|
attributes are added. |
180 |
|
|
181 |
|
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
182 |
|
|
183 |
|
* content-model-2.dat: Tests for <a>/interactive |
184 |
|
elements non-nesting are added. |
185 |
|
|
186 |
|
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
187 |
|
|
188 |
|
* content-model-3.dat: New test. |
189 |
|
|
190 |
|
* ContentChecker.t (@FILES): |content-model-3.dat| added. |
191 |
|
|
192 |
|
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
193 |
|
|
194 |
|
* tree-test-1.dat: Tests for |<iframe>|, |<noframes>|, |
195 |
|
and |<xmp>| are added. |
196 |
|
|
197 |
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
198 |
|
|
199 |
* content-model-1.dat: A content model conformance |
* content-model-1.dat: A content model conformance |