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> |
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
103 |
|
|
104 |
* tree-test-void.dat: Test on |param| and |source| start tags are |
* tree-test-void.dat: Test on |param| and |source| start tags are |