1 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* XML-Parser.t: "xml/ns-attrs-1.dat" added. |
4 |
|
|
5 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* xml/: New directory. |
8 |
|
|
9 |
|
* Makefile: Tests for Whatpm::XML::Parser are added. |
10 |
|
|
11 |
|
* HTML-tree.t: Change the relative order of codes. |
12 |
|
|
13 |
|
* XML-Parser.t: New test script. |
14 |
|
|
15 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* HTML-tree.t: Serialization code moved to Whatpm::HTML::Dumper. |
18 |
|
|
19 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* tree-test-phrasing.dat: Wrong test results fixed. |
22 |
|
|
23 |
|
* tree-test-foreign.dat: New tests added. |
24 |
|
|
25 |
|
* testfiles.pl: "#..." line at the end of a test entry was not |
26 |
|
supported. |
27 |
|
|
28 |
|
* HTML-tree.t: Show the "#data" content in "no #errors" error |
29 |
|
message. |
30 |
|
|
31 |
|
* tokenizer-test-2.dat: A wrong test result fixed. |
32 |
|
|
33 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* HTML-tree.t: Test result format for oreign element/attribute |
36 |
|
names are updated to the latest one for html5lib tests. Append a |
37 |
|
newline to the expected result only when it is not an empty |
38 |
|
string, for comparablity with the actual result. |
39 |
|
|
40 |
|
* tokenizer-test-3.dat, tree-test-foreign.dat, tree-test-1.dat, |
41 |
|
tree-test-3.dat: Test results for foreign elements are updated. |
42 |
|
|
43 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* HTML-tree.t: <!DOCTYPE> test result format changed to the latest |
46 |
|
format for html5lib tests. |
47 |
|
|
48 |
|
* tree-test-1.dat, tokenizer-test-2.dat: Test results for |
49 |
|
<!DOCTYPE> are updated. |
50 |
|
|
51 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* HTML-tree.t: Test data file parser changed to the common one. |
54 |
|
|
55 |
|
2008-10-13 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* tokenizer-test-2.dat: A test result was wrong. |
58 |
|
|
59 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* content-model-1.dat: Some entries moved to |
62 |
|
dom-conformance/html-1.dat, dom-conformance/html-flows-1.dat, |
63 |
|
dom-conformance/html-links-1.dat, |
64 |
|
dom-conformance/html-objects-1.dat, and |
65 |
|
dom-conformance/html-interactive-1.dat. |
66 |
|
|
67 |
|
* content-model-2.dat: Removed (moved to |
68 |
|
dom-conformance/xml-1.dat, dom-conformance/html-1.dat, |
69 |
|
dom-conformance/html-links-1.dat, |
70 |
|
dom-conformance/html-objects-1.dat, |
71 |
|
dom-conformance/html-interactive-1.dat, and |
72 |
|
dom-conformance/html-flows-1.dat). |
73 |
|
|
74 |
|
* content-model-3.dat: Removed (moved to |
75 |
|
dom-conformance/xml-global.dat). |
76 |
|
|
77 |
|
* content-model-4.dat: Removed (moved to |
78 |
|
dom-conformance/html-texts-1.dat and |
79 |
|
dom-conformance/html-links-1.dat). |
80 |
|
|
81 |
|
* content-model-5.dat: Removed (moved to |
82 |
|
dom-conformance/html-flows-1.dat). |
83 |
|
|
84 |
|
* content-model-6.dat: Removed (moved to |
85 |
|
dom-conformance/html-dataset.dat). |
86 |
|
|
87 |
|
* ContentChecker.t: References to the removed files removed and |
88 |
|
references to new files added. |
89 |
|
|
90 |
|
* ContentChecker-XML.t: New script. |
91 |
|
|
92 |
|
* Makefile: Updated. |
93 |
|
|
94 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
95 |
|
|
96 |
|
* content-model-2.dat: Repetition model test is moved to another |
97 |
|
file. A wrong test result fixed. Broken test entries fixed. |
98 |
|
<area rev> is now reported as "unknown attribute", since RDFa spec |
99 |
|
adds that attribute to all elements with the Common attribute set. |
100 |
|
Note that we have no plan to support RDFa, at the moment. |
101 |
|
|
102 |
|
2008-10-05 Wakaba <wakaba@suika.fam.cx> |
103 |
|
|
104 |
|
* ContentChecker.t: New files added. |
105 |
|
|
106 |
|
* content-model-1.dat, content-model-2.dat: Numbers of test |
107 |
|
entries are moved to other files. |
108 |
|
|
109 |
|
2008-10-05 Wakaba <wakaba@suika.fam.cx> |
110 |
|
|
111 |
|
* content-model-1.dat, content-model-2.dat: Test results on |
112 |
|
|label| contents fixed. |
113 |
|
|
114 |
|
* ContentChecker.t: |dom-conformance/html-form-label.dat| added. |
115 |
|
|
116 |
|
* dom-conformance/: New directory. |
117 |
|
|
118 |
|
2008-10-05 Wakaba <wakaba@suika.fam.cx> |
119 |
|
|
120 |
|
* HTML-tree.t: New test files added. |
121 |
|
|
122 |
|
* Makefile: New test files added. |
123 |
|
|
124 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
125 |
|
|
126 |
|
* tree-test-1.dat: Test results updated and new tests added on the |
127 |
|
boundaries of Text nodes (HTML5 revision 2124). |
128 |
|
|
129 |
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
130 |
|
|
131 |
* tree-test-form.dat: New test data file. |
* tree-test-form.dat: New test data file. |