1 |
|
2009-07-03 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* tokenizer-test-1.test: < in unquoted attribute value is no |
4 |
|
longer allowed (HTML5 revision 3206). |
5 |
|
|
6 |
|
2009-06-28 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* tree-test-1.dat, tree-test-flow.dat: Updated test results on |
9 |
|
isindex (c.f. HTML5 revision 3236). |
10 |
|
|
11 |
|
2009-06-28 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* ContentChecker.t: Added new test data file. |
14 |
|
|
15 |
|
2008-12-13 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* content-model-7.dat: Added an example from HTML5 spec. |
18 |
|
|
19 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* ContentChecker.t: Added new test data file. |
22 |
|
|
23 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* ContentChecker.t: Added new test data file. |
26 |
|
|
27 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* ContentChecker.t: Added new test data file. |
30 |
|
|
31 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* ContentChecker.t: Added |dom-conformance/html-form-datalist.dat|. |
34 |
|
|
35 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* content-checker.pl: Use new XML parser for parsing test data. |
38 |
|
Use NanoDOM instead of manakai DOM implementation. |
39 |
|
|
40 |
|
2008-11-07 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* SWML-Parser.t: New test data files added. |
43 |
|
|
44 |
|
2008-11-07 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* SWML-Parser.t: Test file |swml/blocks-1.dat| added. |
47 |
|
|
48 |
|
2008-11-07 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* Makefile: A rule for SWML testing is added. |
51 |
|
|
52 |
|
* SWML-Parser.t: New file. |
53 |
|
|
54 |
|
* swml/: New directory. |
55 |
|
|
56 |
|
2008-10-20 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
|
* XML-Parser.t: "xml/attrs-2.dat" added. |
59 |
|
|
60 |
|
2008-10-19 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* XML-Parser.t: "xml/entrefs-2.dat" added. |
63 |
|
|
64 |
|
2008-10-19 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* XML-Parser.t: "xml/entrefs-1.dat" added. |
67 |
|
|
68 |
|
2008-10-19 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* XML-Parser.t: "xml/eldecls-1.dat" added. |
71 |
|
|
72 |
|
2008-10-19 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
|
* XML-Parser.t: Typo fixed. |
75 |
|
|
76 |
|
2008-10-19 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
|
* XML-Parser.t: "xml/entities-1.dat" and "xml/entities-2.dat" |
79 |
|
added. Support for the "#entities" directive. |
80 |
|
|
81 |
|
2008-10-18 Wakaba <wakaba@suika.fam.cx> |
82 |
|
|
83 |
|
* XML-Parser.t: "xml/notations-1.dat" added. |
84 |
|
|
85 |
|
2008-10-17 Wakaba <wakaba@suika.fam.cx> |
86 |
|
|
87 |
|
* XML-Parser.t: "xml/attlists-1.dat" added. |
88 |
|
|
89 |
|
2008-10-16 Wakaba <wakaba@suika.fam.cx> |
90 |
|
|
91 |
|
* XML-Parser.t: "xml/pis-2.dat" and "xml/comments-2.dat" are added. |
92 |
|
|
93 |
|
2008-10-15 Wakaba <wakaba@suika.fam.cx> |
94 |
|
|
95 |
|
* XML-Parser.t: "xml/doctypes-2.dat" added. |
96 |
|
|
97 |
|
* tokenizer-test-1.test: Keyword case-sensitivility tests added. |
98 |
|
|
99 |
|
2008-10-15 Wakaba <wakaba@suika.fam.cx> |
100 |
|
|
101 |
|
* XML-Parser.t: "xml/ns-elements-1.dat" added. |
102 |
|
|
103 |
|
2008-10-15 Wakaba <wakaba@suika.fam.cx> |
104 |
|
|
105 |
|
* XML-Parser.t: "xml/pis-1.dat" and "xml/xmldecls-1.dat" added. |
106 |
|
Test directifes "#xml-version", "#xml-encoding", and |
107 |
|
"#xml-standalone" are added. |
108 |
|
|
109 |
|
2008-10-15 Wakaba <wakaba@suika.fam.cx> |
110 |
|
|
111 |
|
* XML-Parser.t: "xml/charref-1.dat" added. |
112 |
|
|
113 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
114 |
|
|
115 |
|
* XML-Parser.t: "xml/texts-1.dat" added. |
116 |
|
|
117 |
|
* tokenizer-test-2.dat: Test for ]]> are added. |
118 |
|
|
119 |
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
120 |
|
|
121 |
* tree-test-foreign.dat: More test data are added. |
* tree-test-foreign.dat: More test data are added. |