/[suikacvs]/markup/html/whatpm/t/dom-conformance/html-dataset.dat
Suika

Contents of /markup/html/whatpm/t/dom-conformance/html-dataset.dat

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Tue Oct 7 12:18:39 2008 UTC (17 years, 9 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
++ whatpm/t/ChangeLog	7 Oct 2008 12:07:43 -0000
	* content-model-1.dat: Some entries moved to
	dom-conformance/html-1.dat, dom-conformance/html-flows-1.dat,
	dom-conformance/html-links-1.dat,
	dom-conformance/html-objects-1.dat, and
	dom-conformance/html-interactive-1.dat.

	* content-model-2.dat: Removed (moved to
	dom-conformance/xml-1.dat, dom-conformance/html-1.dat,
	dom-conformance/html-links-1.dat,
	dom-conformance/html-objects-1.dat,
	dom-conformance/html-interactive-1.dat, and
	dom-conformance/html-flows-1.dat).

	* content-model-3.dat: Removed (moved to
	dom-conformance/xml-global.dat).

	* content-model-4.dat: Removed (moved to
	dom-conformance/html-texts-1.dat and
	dom-conformance/html-links-1.dat).

	* content-model-5.dat: Removed (moved to
	dom-conformance/html-flows-1.dat).

	* content-model-6.dat: Removed (moved to
	dom-conformance/html-dataset.dat).

	* ContentChecker.t: References to the removed files removed and
	references to new files added.

	* ContentChecker-XML.t: New script.

	* Makefile: Updated.

2008-10-07  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/t/dom-conformance/ChangeLog	7 Oct 2008 12:10:54 -0000
	* html-1.dat, html-dataset.dat, html-interactive-1.dat,
	html-links-1.dat, html-objects-1.dat, xml-1.dat, xml-global.dat:
	New files (the test entries are moved from
	../content-model-*.dat).

2008-10-07  Wakaba  <wakaba@suika.fam.cx>

1 wakaba 1.1 #data
2     <p xmlns="http://www.w3.org/1999/xhtml"
3     data-1="" data-2="custom data">x</p>
4     #errors
5    
6     #data
7     <p xmlns="http://ww.w3.org/1999/xhtml" data="">x</p>
8     #errors
9     /p/@data;unknown attribute;u
10     /p;unknown element;u
11    
12     #data
13     <p xmlns="http://www.w3.org/1999/xhtml" data="">x</p>
14     #errors
15     /p/@data;attribute not defined;m
16    
17     #data
18     <p xmlns="http://www.w3.org/1999/xhtml" data-A="">x</p>
19     #errors
20     /p/@data-A;attribute not defined;m
21    
22     #data
23     <p xmlns="http://www.w3.org/1999/xhtml"
24     data-="custom data">x</p>
25     #errors
26     /p/@data-;attribute not defined;m
27    
28     #data
29     <unknown xmlns="http://www.w3.org/1999/xhtml"
30     data-1="" data-2="custom data">x</unknown>
31     #errors
32     /unknown;element not defined;m
33    
34     #data
35     <unknown xmlns="http://www.w3.org/1999/xhtml"
36     data-="custom data">x</unknown>
37     #errors
38     /unknown;element not defined;m
39     /unknown/@data-;attribute not defined;m
40    
41     #data
42     <unknown xmlns="http://www.w3.org/1999/xhtml" data-A="">x</unknown>
43     #errors
44     /unknown;element not defined;m
45     /unknown/@data-A;attribute not defined;m
46    
47     #data
48     <p xmlns="http://www.example.com/non-html"
49     data-1="" data-2="custom data">x</p>
50     #errors
51     /p;unknown element;u
52     /p/@data-1;unknown attribute;u
53     /p/@data-2;unknown attribute;u
54    
55     #data
56     <meta xmlns="http://www.w3.org/1999/xhtml"
57     data-1="" data-2="custom data"
58     name="keywords" content="a, b"/>
59     #errors
60    
61     #data
62     <meta name="keywords" content="a,b" xmlns="http://www.w3.org/1999/xhtml"
63     data-="custom data"/>
64     #errors
65     /meta/@data-;attribute not defined;m
66    
67     #data
68     <meta xmlns="http://www.w3.org/1999/xhtml" data-A=""
69     name="keywords" content="x"/>
70     #errors
71     /meta/@data-A;attribute not defined;m
72    
73     #data
74     <a xmlns="http://www.w3.org/1999/xhtml"
75     data-1="" data-2="custom data">x</a>
76     #errors
77    
78     #data
79     <a xmlns="http://www.w3.org/1999/xhtml"
80     data-="custom data">x</a>
81     #errors
82     /a/@data-;attribute not defined;m
83    
84     #data
85     <a xmlns="http://www.w3.org/1999/xhtml" data-A="">x</a>
86     #errors
87     /a/@data-A;attribute not defined;m
88    
89     #data
90     <area xmlns="http://www.w3.org/1999/xhtml"
91     href="" alt="x" shape="default"
92     data-1="" data-2="custom data"/>
93     #errors
94    
95     #data
96     <area xmlns="http://www.w3.org/1999/xhtml"
97     data-="custom data" href="" alt="x" shape="default"/>
98     #errors
99     /area/@data-;attribute not defined;m
100    
101     #data
102     <area xmlns="http://www.w3.org/1999/xhtml" data-A=""
103     href="" alt="x" shape="default"/>
104     #errors
105     /area/@data-A;attribute not defined;m
106    
107     #data
108     <embed xmlns="http://www.w3.org/1999/xhtml"
109     src=""
110     data-1="" data-2="custom data"/>
111     #errors
112    
113     #data
114     <embed xmlns="http://www.w3.org/1999/xhtml"
115     data-="custom data" src=""/>
116     #errors
117    
118     #data
119     <embed src="" xmlns="http://www.w3.org/1999/xhtml" data-A=""/>
120     #errors
121     /embed/@data-A;attribute not defined;m
122    
123     #data
124     <object xmlns="http://www.w3.org/1999/xhtml"
125     data=""
126     data-1="" data-2="custom data">x</object>
127     #errors
128    
129     #data
130     <object xmlns="http://www.w3.org/1999/xhtml"
131     data-="custom data" data="">x</object>
132     #errors
133     /object/@data-;attribute not defined;m
134    
135     #data
136     <object data="" xmlns="http://www.w3.org/1999/xhtml" data-A="">x</object>
137     #errors
138     /object/@data-A;attribute not defined;m
139    
140     #data
141     <p xmlns="http://www.w3.org/1999/xhtml"
142     data-a="">x</p>
143     #errors
144    
145     #data
146     <p xmlns="http://www.w3.org/1999/xhtml"
147     data-xml="">x</p>
148     #errors
149    
150     #data
151     <p xmlns="http://www.w3.org/1999/xhtml"
152     data-xmlns="">x</p>
153     #errors
154    
155     #data
156     <p xmlns="http://www.w3.org/1999/xhtml"
157     data--abc="">x</p>
158     #errors
159    
160     #data html
161     <!DOCTYPE HTML><title>x</title>
162     <p data-a:b>x</p>
163     #errors
164     /html/body/p/@data-a:b;attribute not defined;m
165    
166     #data html
167     <!DOCTYPE HTML><title>x</title>
168     <p data-xml:lang>x</p>
169     #errors
170     /html/body/p/@data-xml:lang;attribute not defined;m
171    
172     #data html
173     <!DOCTYPE HTML><title>x</title>
174     <p data-?>x</p>
175     #errors
176     /html/body/p/@data-?;attribute not defined;m
177    
178     #data html
179     <!DOCTYPE HTML><title>x</title>
180     <p data-!!!>x</p>
181     #errors
182     /html/body/p/@data-!!!;attribute not defined;m

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24