1 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML-tree.t: Test data file parser changed to the common one. |
4 |
|
|
5 |
|
2008-10-13 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* tokenizer-test-2.dat: A test result was wrong. |
8 |
|
|
9 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* content-model-1.dat: Some entries moved to |
12 |
|
dom-conformance/html-1.dat, dom-conformance/html-flows-1.dat, |
13 |
|
dom-conformance/html-links-1.dat, |
14 |
|
dom-conformance/html-objects-1.dat, and |
15 |
|
dom-conformance/html-interactive-1.dat. |
16 |
|
|
17 |
|
* content-model-2.dat: Removed (moved to |
18 |
|
dom-conformance/xml-1.dat, dom-conformance/html-1.dat, |
19 |
|
dom-conformance/html-links-1.dat, |
20 |
|
dom-conformance/html-objects-1.dat, |
21 |
|
dom-conformance/html-interactive-1.dat, and |
22 |
|
dom-conformance/html-flows-1.dat). |
23 |
|
|
24 |
|
* content-model-3.dat: Removed (moved to |
25 |
|
dom-conformance/xml-global.dat). |
26 |
|
|
27 |
|
* content-model-4.dat: Removed (moved to |
28 |
|
dom-conformance/html-texts-1.dat and |
29 |
|
dom-conformance/html-links-1.dat). |
30 |
|
|
31 |
|
* content-model-5.dat: Removed (moved to |
32 |
|
dom-conformance/html-flows-1.dat). |
33 |
|
|
34 |
|
* content-model-6.dat: Removed (moved to |
35 |
|
dom-conformance/html-dataset.dat). |
36 |
|
|
37 |
|
* ContentChecker.t: References to the removed files removed and |
38 |
|
references to new files added. |
39 |
|
|
40 |
|
* ContentChecker-XML.t: New script. |
41 |
|
|
42 |
|
* Makefile: Updated. |
43 |
|
|
44 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* content-model-2.dat: Repetition model test is moved to another |
47 |
|
file. A wrong test result fixed. Broken test entries fixed. |
48 |
|
<area rev> is now reported as "unknown attribute", since RDFa spec |
49 |
|
adds that attribute to all elements with the Common attribute set. |
50 |
|
Note that we have no plan to support RDFa, at the moment. |
51 |
|
|
52 |
|
2008-10-05 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* ContentChecker.t: New files added. |
55 |
|
|
56 |
|
* content-model-1.dat, content-model-2.dat: Numbers of test |
57 |
|
entries are moved to other files. |
58 |
|
|
59 |
|
2008-10-05 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* content-model-1.dat, content-model-2.dat: Test results on |
62 |
|
|label| contents fixed. |
63 |
|
|
64 |
|
* ContentChecker.t: |dom-conformance/html-form-label.dat| added. |
65 |
|
|
66 |
|
* dom-conformance/: New directory. |
67 |
|
|
68 |
|
2008-10-05 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* HTML-tree.t: New test files added. |
71 |
|
|
72 |
|
* Makefile: New test files added. |
73 |
|
|
74 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
|
* tree-test-1.dat: Test results updated and new tests added on the |
77 |
|
boundaries of Text nodes (HTML5 revision 2124). |
78 |
|
|
79 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
81 |
|
* tree-test-form.dat: New test data file. |
82 |
|
|
83 |
|
* HTML-tree.t: |tree-test-form.dat| added. |
84 |
|
|
85 |
|
* tree-test-1.dat: Test results related to <option> and <optgroup> |
86 |
|
are updated (cf. HTML5 revision 2128). |
87 |
|
|
88 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
89 |
|
|
90 |
|
* tree-test-foreign.dat: New test data file. |
91 |
|
|
92 |
|
* HTML-tree.t: |tree-test-foreign.dat| added. |
93 |
|
|
94 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
95 |
|
|
96 |
|
* tree-test-void.dat: Test on unmatched void end tag added (cf. |
97 |
|
HTML5 revision 1731). |
98 |
|
|
99 |
|
* tree-test-1.dat: Test on unmatched end tag added (cf. HTML5 |
100 |
|
revision 1731). |
101 |
|
|
102 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
103 |
|
|
104 |
|
* tree-test-void.dat: Test on |param| and |source| start tags are |
105 |
|
added, as well as test on polytheistic slashes for new void |
106 |
|
elements (HTML5 revision 1731). |
107 |
|
|
108 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
109 |
|
|
110 |
|
* tree-test-flow.dat: Test on implied end tag before <p> start tag |
111 |
|
are added (HTML5 revision 1731). |
112 |
|
|
113 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
114 |
|
|
115 |
|
* tree-test-phrasing.dat, tree-test-flow.dat: New test data files. |
116 |
|
|
117 |
|
* HTML-tree.t: |tree-test-phrasing.dat| and |tree-test-flow.dat| |
118 |
|
are added. |
119 |
|
|
120 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
121 |
|
|
122 |
|
* tree-test-void.dat: New test data (cf. HTML5 revision 1731). |
123 |
|
|
124 |
|
* HTML-tree.t: |tree-test-void.dat| added. |
125 |
|
|
126 |
|
* tree-test-1.dat: Test on <listing> as a "special" element are |
127 |
|
added. Test on implied |option| and |optgroup| end tags are added |
128 |
|
(cf. HTML5 revision 1731). |
129 |
|
|
130 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
131 |
|
|
132 |
|
* tree-test-1.dat: Test related to "special", "formatting", |
133 |
|
"scoping", and "phrasing" categories are added (cf. HTML5 revision |
134 |
|
1778). |
135 |
|
|
136 |
|
2008-10-02 Wakaba <wakaba@suika.fam.cx> |
137 |
|
|
138 |
|
* ContentType.t: More test cases on BOM are added. Some test |
139 |
|
results updated according to HTML5 revision 1927. Tests on the |
140 |
|
returned values in the list context are added. |
141 |
|
|
142 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
143 |
|
|
144 |
|
* content-model-2.dat: Test data on |for=""| attribute are added. |
145 |
|
|
146 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
147 |
|
|
148 |
|
* tokenizer-test-1.test: Test data on invalid character references |
149 |
|
are added (cf. HTML5 revision 2138). |
150 |
|
|
151 |
|
* tokenizer-test-2.dat: Test data on U+000B are updated (HTML5 |
152 |
|
revision 2138). |
153 |
|
|
154 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
155 |
|
|
156 |
|
* content-model-2.dat: Test data for |area| |alt=""| are added (HTML5 |
157 |
|
revision 1932). |
158 |
|
|
159 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
160 |
|
|
161 |
|
* content-model-2.dat: Test data for |form=""| are added. |
162 |
|
|
163 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
164 |
|
|
165 |
|
* content-model-1.dat: Test data for |fieldset| |legend| are added. |
166 |
|
|
167 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
168 |
|
|
169 |
|
* content-model-2.dat: Test data for |form| |name| are added. |
170 |
|
|
171 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
172 |
|
|
173 |
|
* content-model-1.dat, content-model-2.dat, content-model-4.dat: |
174 |
|
Test data for U+000B are added (cf. HTML5 revision 1738). |
175 |
|
|
176 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
177 |
|
|
178 |
|
* tokenizer-test-2.dat: Test result updated (cf. HTML5 revision |
179 |
|
1738). |
180 |
|
|
181 |
|
* tree-test-1.dat: Test results updated. New test data for the |
182 |
|
treatement of U+000B are added (HTML5 revision 1738). |
183 |
|
|
184 |
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
185 |
|
|
186 |
* tokenizer-test-1.test: Test data for U+000B are added (cf. HTML5 |
* tokenizer-test-1.test: Test data for U+000B are added (cf. HTML5 |