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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.5 - (hide annotations) (download)
Sun Aug 23 08:13:45 2009 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +2 -0 lines
++ whatpm/t/dom-conformance/ChangeLog	23 Aug 2009 08:13:30 -0000
	* html-datatemplate.dat, html-repetitions.dat, html-forms-1.dat,
	html-form-input-1.dat, html-form-button.dat, html-form-select.dat,
	html-form-textarea.dat, html-texts-1.dat, html-interactive-1.dat:
	Revised test results related to the removed datatemplate and
	repetition template feature (HTML5 revision 2319).

2009-08-23  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ContentChecker/ChangeLog	23 Aug 2009 08:04:48 -0000
	* HTML.pm: Marked datatemplate and repetition template features as
	dropped (HTML5 revision 2319).

2009-08-23  Wakaba  <wakaba@suika.fam.cx>

1 wakaba 1.1 #data
2     <p repeat="" xmlns="http://www.w3.org/1999/xhtml">x</p>
3     #errors
4     /p/@repeat;repeat:syntax error;m
5 wakaba 1.3 /p/@repeat;attribute not defined;m
6 wakaba 1.1
7     #data
8     <p repeat="template" xmlns="http://www.w3.org/1999/xhtml">x</p>
9     #errors
10 wakaba 1.3 /p/@repeat;attribute not defined;m
11 wakaba 1.1
12     #data
13     <p repeat="0" xmlns="http://www.w3.org/1999/xhtml">x</p>
14     #errors
15 wakaba 1.3 /p/@repeat;attribute not defined;m
16 wakaba 1.1
17     #data
18     <p repeat="1" xmlns="http://www.w3.org/1999/xhtml">x</p>
19     #errors
20 wakaba 1.3 /p/@repeat;attribute not defined;m
21 wakaba 1.1
22     #data
23     <p repeat="00001" xmlns="http://www.w3.org/1999/xhtml">x</p>
24     #errors
25 wakaba 1.3 /p/@repeat;attribute not defined;m
26 wakaba 1.1
27     #data
28     <p repeat="-1" xmlns="http://www.w3.org/1999/xhtml">x</p>
29     #errors
30 wakaba 1.3 /p/@repeat;attribute not defined;m
31 wakaba 1.1
32     #data
33     <p repeat="-00001" xmlns="http://www.w3.org/1999/xhtml">x</p>
34     #errors
35 wakaba 1.3 /p/@repeat;attribute not defined;m
36 wakaba 1.1
37     #data
38     <p repeat="-1255" xmlns="http://www.w3.org/1999/xhtml">x</p>
39     #errors
40 wakaba 1.3 /p/@repeat;attribute not defined;m
41 wakaba 1.1
42     #data
43     <p repeat="template " xmlns="http://www.w3.org/1999/xhtml">x</p>
44     #errors
45 wakaba 1.3 /p/@repeat;attribute not defined;m
46 wakaba 1.1 /p/@repeat;repeat:syntax error;m
47    
48     #data
49     <p repeat="templatE" xmlns="http://www.w3.org/1999/xhtml">x</p>
50     #errors
51 wakaba 1.3 /p/@repeat;attribute not defined;m
52 wakaba 1.1 /p/@repeat;repeat:syntax error;m
53    
54     #data
55     <p repeat=" template" xmlns="http://www.w3.org/1999/xhtml">x</p>
56     #errors
57 wakaba 1.3 /p/@repeat;attribute not defined;m
58 wakaba 1.1 /p/@repeat;repeat:syntax error;m
59    
60     #data
61     <p repeat="0.000" xmlns="http://www.w3.org/1999/xhtml">x</p>
62     #errors
63 wakaba 1.3 /p/@repeat;attribute not defined;m
64 wakaba 1.1 /p/@repeat;repeat:syntax error;m
65    
66     #data
67     <p repeat=".12" xmlns="http://www.w3.org/1999/xhtml">x</p>
68     #errors
69 wakaba 1.3 /p/@repeat;attribute not defined;m
70 wakaba 1.1 /p/@repeat;repeat:syntax error;m
71    
72     #data
73     <p repeat="120 " xmlns="http://www.w3.org/1999/xhtml">x</p>
74     #errors
75 wakaba 1.3 /p/@repeat;attribute not defined;m
76 wakaba 1.1 /p/@repeat;repeat:syntax error;m
77    
78     #data
79     <p repeat="+21434" xmlns="http://www.w3.org/1999/xhtml">x</p>
80     #errors
81     /p/@repeat;repeat:syntax error;m
82 wakaba 1.3 /p/@repeat;attribute not defined;m
83 wakaba 1.1
84     #data
85     <p repeat="template-text" xmlns="http://www.w3.org/1999/xhtml">x</p>
86     #errors
87     /p/@repeat;repeat:syntax error;m
88 wakaba 1.3 /p/@repeat;attribute not defined;m
89 wakaba 1.1
90     #data
91     <div xmlns="http://www.w3.org/1999/xhtml">
92     <p repeat="1" repeat-template="t">x</p>
93     <p id="t" repeat="template">x</p>
94     </div>
95     #errors
96 wakaba 1.3 /div/p/@repeat;attribute not defined;m
97     /div/p/@repeat-template;attribute not defined;m
98     /div/p/@repeat;attribute not defined;m
99 wakaba 1.1
100     #data
101     <div xmlns="http://www.w3.org/1999/xhtml">
102     <p id="t" repeat="template">x</p>
103     <p repeat="1" repeat-template="t">x</p>
104     </div>
105     #errors
106 wakaba 1.3 /div/p/@repeat;attribute not defined;m
107     /div/p/@repeat;attribute not defined;m
108     /div/p/@repeat-template;attribute not defined;m
109 wakaba 1.1
110     #data
111     <p repeate="template" xmlns="http://www.w3.org/1999/xhtml">x</p>
112     #errors
113     /p/@repeate;attribute not defined;m
114    
115     #data
116     <p repet="template" xmlns="http://www.w3.org/1999/xhtml">x</p>
117     #errors
118     /p/@repet;attribute not defined;m
119    
120     #data
121     <p repea="template" xmlns="http://www.w3.org/1999/xhtml">x</p>
122     #errors
123     /p/@repea;attribute not defined;m
124    
125     #data
126     <div xmlns="http://www.w3.org/1999/xhtml">
127     <input type="add" template="t"/>
128     <p repeat="template" id="t">x</p>
129     </div>
130     #errors
131 wakaba 1.2 /div/input/@type;enumerated:invalid;m
132 wakaba 1.3 /div/p/@repeat;attribute not defined;m
133 wakaba 1.5 /div/input/@template;attribute not defined;m
134 wakaba 1.1
135     #data
136     <div xmlns="http://www.w3.org/1999/xhtml">
137     <button type="add" template="t">x</button>
138     <p repeat="template" id="t">x</p>
139     </div>
140     #errors
141 wakaba 1.4 /div/button/@type;enumerated:invalid;m
142 wakaba 1.3 /div/p/@repeat;attribute not defined;m
143 wakaba 1.5 /div/button/@template;attribute not defined;m
144 wakaba 1.1
145     #data
146     <p repeat="template" repeat-min="" xmlns="http://www.w3.org/1999/xhtml">x</p>
147     #errors
148     /p/@repeat-min;nninteger:syntax error;m
149 wakaba 1.3 /p/@repeat;attribute not defined;m
150     /p/@repeat-min;attribute not defined;m
151 wakaba 1.1
152     #data
153     <p repeat="template" repeat-min="0" xmlns="http://www.w3.org/1999/xhtml">x</p>
154     #errors
155 wakaba 1.3 /p/@repeat;attribute not defined;m
156     /p/@repeat-min;attribute not defined;m
157 wakaba 1.1
158     #data
159     <p repeat="template" repeat-min="1" xmlns="http://www.w3.org/1999/xhtml">x</p>
160     #errors
161 wakaba 1.3 /p/@repeat;attribute not defined;m
162     /p/@repeat-min;attribute not defined;m
163 wakaba 1.1
164     #data
165     <p repeat="template" repeat-min="01" xmlns="http://www.w3.org/1999/xhtml">x</p>
166     #errors
167 wakaba 1.3 /p/@repeat;attribute not defined;m
168     /p/@repeat-min;attribute not defined;m
169 wakaba 1.1
170     #data
171     <p repeat="template" repeat-min="template" xmlns="http://www.w3.org/1999/xhtml">x</p>
172     #errors
173     /p/@repeat-min;nninteger:syntax error;m
174 wakaba 1.3 /p/@repeat;attribute not defined;m
175     /p/@repeat-min;attribute not defined;m
176 wakaba 1.1
177     #data
178     <p repeat="template" repeat-min="-12" xmlns="http://www.w3.org/1999/xhtml">x</p>
179     #errors
180     /p/@repeat-min;nninteger:syntax error;m
181 wakaba 1.3 /p/@repeat;attribute not defined;m
182     /p/@repeat-min;attribute not defined;m
183 wakaba 1.1
184     #data
185     <p repeat="template" repeat-min="+0" xmlns="http://www.w3.org/1999/xhtml">x</p>
186     #errors
187     /p/@repeat-min;nninteger:syntax error;m
188 wakaba 1.3 /p/@repeat;attribute not defined;m
189     /p/@repeat-min;attribute not defined;m
190 wakaba 1.1
191     #data
192     <p repeat="template" repeat-min="1 " xmlns="http://www.w3.org/1999/xhtml">x</p>
193     #errors
194     /p/@repeat-min;nninteger:syntax error;m
195 wakaba 1.3 /p/@repeat;attribute not defined;m
196     /p/@repeat-min;attribute not defined;m
197 wakaba 1.1
198     #data
199     <p repeat="template" repeat-min="infinite" xmlns="http://www.w3.org/1999/xhtml">x</p>
200     #errors
201     /p/@repeat-min;nninteger:syntax error;m
202 wakaba 1.3 /p/@repeat;attribute not defined;m
203     /p/@repeat-min;attribute not defined;m
204 wakaba 1.1
205     #data
206     <p repeat="template" repeat-max="" xmlns="http://www.w3.org/1999/xhtml">x</p>
207     #errors
208     /p/@repeat-max;nninteger:syntax error;m
209 wakaba 1.3 /p/@repeat;attribute not defined;m
210     /p/@repeat-max;attribute not defined;m
211 wakaba 1.1
212     #data
213     <p repeat="template" repeat-max="0" xmlns="http://www.w3.org/1999/xhtml">x</p>
214     #errors
215 wakaba 1.3 /p/@repeat;attribute not defined;m
216     /p/@repeat-max;attribute not defined;m
217 wakaba 1.1
218     #data
219     <p repeat="template" repeat-max="1" xmlns="http://www.w3.org/1999/xhtml">x</p>
220     #errors
221 wakaba 1.3 /p/@repeat;attribute not defined;m
222     /p/@repeat-max;attribute not defined;m
223 wakaba 1.1
224     #data
225     <p repeat="template" repeat-max="01" xmlns="http://www.w3.org/1999/xhtml">x</p>
226     #errors
227 wakaba 1.3 /p/@repeat;attribute not defined;m
228     /p/@repeat-max;attribute not defined;m
229 wakaba 1.1
230     #data
231     <p repeat="template" repeat-max="template" xmlns="http://www.w3.org/1999/xhtml">x</p>
232     #errors
233     /p/@repeat-max;nninteger:syntax error;m
234 wakaba 1.3 /p/@repeat;attribute not defined;m
235     /p/@repeat-max;attribute not defined;m
236 wakaba 1.1
237     #data
238     <p repeat="template" repeat-max="-12" xmlns="http://www.w3.org/1999/xhtml">x</p>
239     #errors
240     /p/@repeat-max;nninteger:syntax error;m
241 wakaba 1.3 /p/@repeat;attribute not defined;m
242     /p/@repeat-max;attribute not defined;m
243 wakaba 1.1
244     #data
245     <p repeat="template" repeat-max="+0" xmlns="http://www.w3.org/1999/xhtml">x</p>
246     #errors
247     /p/@repeat-max;nninteger:syntax error;m
248 wakaba 1.3 /p/@repeat;attribute not defined;m
249     /p/@repeat-max;attribute not defined;m
250 wakaba 1.1
251     #data
252     <p repeat="template" repeat-max="1 " xmlns="http://www.w3.org/1999/xhtml">x</p>
253     #errors
254     /p/@repeat-max;nninteger:syntax error;m
255 wakaba 1.3 /p/@repeat;attribute not defined;m
256     /p/@repeat-max;attribute not defined;m
257 wakaba 1.1
258     #data
259     <p repeat="template" repeat-max="infinite" xmlns="http://www.w3.org/1999/xhtml">x</p>
260     #errors
261     /p/@repeat-max;nninteger:syntax error;m
262 wakaba 1.3 /p/@repeat;attribute not defined;m
263     /p/@repeat-max;attribute not defined;m
264 wakaba 1.1
265     #data
266     <p repeat="template" repeat-start="" xmlns="http://www.w3.org/1999/xhtml">x</p>
267     #errors
268     /p/@repeat-start;nninteger:syntax error;m
269 wakaba 1.3 /p/@repeat;attribute not defined;m
270     /p/@repeat-start;attribute not defined;m
271 wakaba 1.1
272     #data
273     <p repeat="template" repeat-start="0" xmlns="http://www.w3.org/1999/xhtml">x</p>
274     #errors
275 wakaba 1.3 /p/@repeat;attribute not defined;m
276     /p/@repeat-start;attribute not defined;m
277 wakaba 1.1
278     #data
279     <p repeat="template" repeat-start="1" xmlns="http://www.w3.org/1999/xhtml">x</p>
280     #errors
281 wakaba 1.3 /p/@repeat;attribute not defined;m
282     /p/@repeat-start;attribute not defined;m
283 wakaba 1.1
284     #data
285     <p repeat="template" repeat-start="01" xmlns="http://www.w3.org/1999/xhtml">x</p>
286     #errors
287 wakaba 1.3 /p/@repeat;attribute not defined;m
288     /p/@repeat-start;attribute not defined;m
289 wakaba 1.1
290     #data
291     <p repeat="template" repeat-start="template" xmlns="http://www.w3.org/1999/xhtml">x</p>
292     #errors
293     /p/@repeat-start;nninteger:syntax error;m
294 wakaba 1.3 /p/@repeat;attribute not defined;m
295     /p/@repeat-start;attribute not defined;m
296 wakaba 1.1
297     #data
298     <p repeat="template" repeat-start="-12" xmlns="http://www.w3.org/1999/xhtml">x</p>
299     #errors
300     /p/@repeat-start;nninteger:syntax error;m
301 wakaba 1.3 /p/@repeat;attribute not defined;m
302     /p/@repeat-start;attribute not defined;m
303 wakaba 1.1
304     #data
305     <p repeat="template" repeat-start="+0" xmlns="http://www.w3.org/1999/xhtml">x</p>
306     #errors
307     /p/@repeat-start;nninteger:syntax error;m
308 wakaba 1.3 /p/@repeat;attribute not defined;m
309     /p/@repeat-start;attribute not defined;m
310 wakaba 1.1
311     #data
312     <p repeat="template" repeat-start="1 " xmlns="http://www.w3.org/1999/xhtml">x</p>
313     #errors
314     /p/@repeat-start;nninteger:syntax error;m
315 wakaba 1.3 /p/@repeat;attribute not defined;m
316     /p/@repeat-start;attribute not defined;m
317 wakaba 1.1
318     #data
319     <p repeat="template" repeat-start="infinite" xmlns="http://www.w3.org/1999/xhtml">x</p>
320     #errors
321     /p/@repeat-start;nninteger:syntax error;m
322 wakaba 1.3 /p/@repeat;attribute not defined;m
323     /p/@repeat-start;attribute not defined;m
324 wakaba 1.1
325     #data
326     <x html:repeat="x" xmlns:html="http://www.w3.org/1999/xhtml"/>
327     #errors
328     /x;unknown element;u
329     /x/@repeat;repeat:syntax error;m
330 wakaba 1.3 /x/@repeat;attribute not defined;m
331 wakaba 1.1
332     #data
333     <x html:repeat-start="x" xmlns:html="http://www.w3.org/1999/xhtml"/>
334     #errors
335     /x;unknown element;u
336     /x/@repeat-start;nninteger:syntax error;m
337 wakaba 1.3 /x/@repeat-start;attribute not defined;m
338 wakaba 1.1
339     #data
340     <x html:repeat-min="x" xmlns:html="http://www.w3.org/1999/xhtml"/>
341     #errors
342     /x;unknown element;u
343     /x/@repeat-min;nninteger:syntax error;m
344 wakaba 1.3 /x/@repeat-min;attribute not defined;m
345 wakaba 1.1
346     #data
347     <x html:repeat-max="x" xmlns:html="http://www.w3.org/1999/xhtml"/>
348     #errors
349     /x;unknown element;u
350     /x/@repeat-max;nninteger:syntax error;m
351 wakaba 1.3 /x/@repeat-max;attribute not defined;m
352 wakaba 1.1
353     #data
354     <x html:repeat-template="x" xmlns:html="http://www.w3.org/1999/xhtml"><p repeat="template" id="x" xmlns="http://www.w3.org/1999/xhtml">x</p></x>
355     #errors
356     /x;unknown element;u
357 wakaba 1.3 /x/@repeat-template;attribute not defined;m
358     /x/p/@repeat;attribute not defined;m
359 wakaba 1.1
360     #data
361     <p xmlns="http://www.w3.org/1999/xhtml" xmlns:html="http://www.w3.org/1999/xhtml"
362     html:repeat="template">x</p>
363     #errors
364     /p/@repeat;attribute not allowed;m
365 wakaba 1.3 /p/@repeat;attribute not defined;m
366 wakaba 1.1
367     #data
368     <p xmlns="http://www.w3.org/1999/xhtml" xmlns:html="http://www.w3.org/1999/xhtml"
369     html:repeat-min="1" repeat="template">x</p>
370     #errors
371     /p/@repeat-min;attribute not allowed;m
372 wakaba 1.3 /p/@repeat-min;attribute not defined;m
373     /p/@repeat;attribute not defined;m
374 wakaba 1.1
375     #data
376     <p xmlns="http://www.w3.org/1999/xhtml" xmlns:html="http://www.w3.org/1999/xhtml"
377     html:repeat-max="5" repeat="template">x</p>
378     #errors
379     /p/@repeat-max;attribute not allowed;m
380 wakaba 1.3 /p/@repeat-max;attribute not defined;m
381     /p/@repeat;attribute not defined;m
382 wakaba 1.1
383     #data
384     <p xmlns="http://www.w3.org/1999/xhtml" xmlns:html="http://www.w3.org/1999/xhtml"
385     html:repeat-start="0" repeat="template">x</p>
386     #errors
387     /p/@repeat-start;attribute not allowed;m
388 wakaba 1.3 /p/@repeat-start;attribute not defined;m
389     /p/@repeat;attribute not defined;m
390 wakaba 1.1
391     #data
392     <p xmlns="http://www.w3.org/1999/xhtml" xmlns:html="http://www.w3.org/1999/xhtml"
393     html:repeat-template="t"><q repeat="template" id="t">x</q></p>
394     #errors
395     /p/@repeat-template;attribute not allowed;m
396 wakaba 1.3 /p/@repeat-template;attribute not defined;m
397     /p/q/@repeat;attribute not defined;m
398    
399     #data
400     <a html:repeat="" html:b=""
401     c="" xmlns:d="http://" d:e="" xmlns:html="http://www.w3.org/1999/xhtml"/>
402     #errors
403     /a;unknown element;u
404     /a/@c;unknown attribute;u
405     /a/@e;unknown attribute;u
406     /a/@b;attribute not defined;m
407     /a/@repeat;repeat:syntax error;m
408     /a/@repeat;attribute not defined;m

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24