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