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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.10 - (hide annotations) (download)
Sun Aug 23 13:29:21 2009 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.9: +84 -0 lines
++ whatpm/t/dom-conformance/ChangeLog	23 Aug 2009 13:25:42 -0000
	* html-objects-1.dat: Added tests on loop attributes of |video|
	and |audio| elements (HTML5 revision 2401).

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

	* html-form-datalist.dat: Added a test on list="" invalidly
	referencing a |select| element (HTML5 revision 2376).

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	23 Aug 2009 13:26:39 -0000
	* HTML.pm: Added |loop| attribute and |loopstart|, |loopend|,
	|start|, |end|, and |playcount| attributes as obsolete attributes
	to |audio| and |video| elements (HTML5 revision 2401).

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

1 wakaba 1.1 #data
2     <figure xmlns="http://www.w3.org/1999/xhtml">
3     </figure>
4     #errors
5     /figure;no significant content;s
6    
7     #data
8     <figure xmlns="http://www.w3.org/1999/xhtml">
9     <legend/>
10     </figure>
11     #errors
12     /figure;no significant content;s
13     /figure/legend;no significant content;s
14    
15     #data
16     <figure xmlns="http://www.w3.org/1999/xhtml">
17     <legend>x</legend>
18     </figure>
19     #errors
20    
21     #data
22     <figure xmlns="http://www.w3.org/1999/xhtml">
23     x
24     </figure>
25     #errors
26    
27     #data
28     <figure xmlns="http://www.w3.org/1999/xhtml">
29     x<legend>y</legend>
30     </figure>
31     #errors
32    
33     #data
34     <figure xmlns="http://www.w3.org/1999/xhtml">
35     <legend>x</legend>y
36     </figure>
37     #errors
38    
39     #data
40     <figure xmlns="http://www.w3.org/1999/xhtml">
41     <legend>x</legend><legend>y</legend>
42     </figure>
43     #errors
44     /figure/legend;element not allowed:figure legend;m
45    
46     #data
47     <figure xmlns="http://www.w3.org/1999/xhtml">
48     y<legend>x</legend>z
49     </figure>
50     #errors
51     /figure/legend;element not allowed:figure legend;m
52    
53     #data
54     <figure xmlns="http://www.w3.org/1999/xhtml">
55     x<legend>x</legend><legend>y</legend>
56     </figure>
57     #errors
58     /figure/legend;element not allowed:figure legend;m
59    
60     #data
61     <figure xmlns="http://www.w3.org/1999/xhtml">
62     <legend>x</legend><legend>y</legend>z
63     </figure>
64     #errors
65     /figure/legend;element not allowed:figure legend;m
66    
67     #data
68     <figure xmlns="http://www.w3.org/1999/xhtml">
69     x<legend>y</legend><legend>z</legend>w
70     </figure>
71     #errors
72     /figure/legend;element not allowed:figure legend;m
73     /figure/legend;element not allowed:figure legend;m
74    
75     #data
76     <figure xmlns="http://www.w3.org/1999/xhtml">
77     x<legend>y</legend><legend>z</legend><legend>w</legend>v
78     </figure>
79     #errors
80     /figure/legend;element not allowed:figure legend;m
81     /figure/legend;element not allowed:figure legend;m
82     /figure/legend;element not allowed:figure legend;m
83    
84     #data
85     <figure xmlns="http://www.w3.org/1999/xhtml">
86     <p>x</p><legend>y</legend><legend>z</legend>w
87     </figure>
88     #errors
89     /figure/legend;element not allowed:figure legend;m
90     /figure/legend;element not allowed:figure legend;m
91    
92     #data
93 wakaba 1.3 <figure xmlns="http://www.w3.org/1999/xhtml">
94     <table><tr><td>x</td></tr></table>
95     </figure>
96     #errors
97    
98     #data
99     <figure xmlns="http://www.w3.org/1999/xhtml">
100     <table><tr><td>x</td></tr></table>
101     <legend>x</legend>
102     </figure>
103     #errors
104    
105     #data
106     <figure xmlns="http://www.w3.org/1999/xhtml">
107     <legend>x</legend>
108     <table><tr><td>x</td></tr></table>
109     </figure>
110     #errors
111    
112     #data
113     <figure xmlns="http://www.w3.org/1999/xhtml">
114     <legend>x</legend>
115     <table><tr><td>x</td></tr></table>
116     <table><tr><td>x</td></tr></table>
117     </figure>
118     #errors
119    
120     #data
121     <figure xmlns="http://www.w3.org/1999/xhtml">
122     <legend>x</legend>
123     <table>
124     <caption>y</caption>
125     <tr><td>x</td></tr></table>
126     </figure>
127     #errors
128     /figure/table/caption;element not allowed;s
129    
130     #data
131     <figure xmlns="http://www.w3.org/1999/xhtml">
132     <legend>x</legend>
133     <table>
134     <tr><td>x</td></tr>
135     <caption>y</caption>
136     </table>
137     </figure>
138     #errors
139     /figure/table/caption;element not allowed;m
140    
141     #data
142     <figure xmlns="http://www.w3.org/1999/xhtml">
143     <legend>x</legend>
144     <table>
145     <caption>y</caption>
146     <tr><td>x</td></tr></table>
147     </figure>
148     #errors
149     /figure/table/caption;element not allowed;s
150    
151     #data
152     <figure xmlns="http://www.w3.org/1999/xhtml">
153     <legend>x</legend>
154     <table>
155     <caption>y</caption>
156     <caption>y</caption>
157     <tr><td>x</td></tr></table>
158     </figure>
159     #errors
160     /figure/table/caption;element not allowed;s
161     /figure/table/caption;element not allowed;m
162    
163     #data
164     <figure xmlns="http://www.w3.org/1999/xhtml">
165     <legend>x</legend>
166     <table>
167     <caption>y</caption>
168     <tr><td>x</td></tr></table>
169     x
170     </figure>
171     #errors
172    
173     #data
174     <figure xmlns="http://www.w3.org/1999/xhtml">
175     <legend>x</legend>
176     <table>
177     <caption>y</caption>
178     <tr><td>x</td></tr></table>
179     <p>x</p>
180     </figure>
181     #errors
182    
183     #data
184     <figure xmlns="http://www.w3.org/1999/xhtml">
185     <table>
186     <caption>y</caption>
187     <tr><td>x</td></tr></table>
188     x
189     <legend>x</legend>
190     </figure>
191     #errors
192    
193     #data
194     <figure xmlns="http://www.w3.org/1999/xhtml">
195     <table>
196     <caption>y</caption>
197     <tr><td>x</td></tr></table>
198     <legend>x</legend>
199     </figure>
200     #errors
201     /figure/table/caption;element not allowed;s
202    
203     #data
204 wakaba 1.5 <figure xmlns="http://www.w3.org/1999/xhtml">
205     <ins>
206     <table>
207     <tr><td>x</td></tr></table>
208     </ins>
209     <legend>x</legend>
210     </figure>
211     #errors
212    
213     #data
214     <figure xmlns="http://www.w3.org/1999/xhtml">
215     <ins>
216     <table>
217     <caption>y</caption>
218     <tr><td>x</td></tr></table>
219     </ins>
220     <legend>x</legend>
221     </figure>
222     #errors
223    
224     #data
225 wakaba 1.1 <object xmlns="http://www.w3.org/1999/xhtml" data=""></object>
226     #errors
227     /object;no significant content;s
228    
229     #data
230     <object xmlns="http://www.w3.org/1999/xhtml" data="">
231     </object>
232     #errors
233     /object;no significant content;s
234    
235     #data
236     <object xmlns="http://www.w3.org/1999/xhtml" data="">xxxx</object>
237     #errors
238    
239     #data
240     <object xmlns="http://www.w3.org/1999/xhtml" data=""><p>xx</p></object>
241     #errors
242    
243     #data
244     <object xmlns="http://www.w3.org/1999/xhtml" data=""><p></p></object>
245     #errors
246     /object;no significant content;s
247     /object/p;no significant content;s
248    
249     #data
250     <object xmlns="http://www.w3.org/1999/xhtml" data="">
251     <param name="x" value="y"/>
252     </object>
253     #errors
254     /object;no significant content;s
255    
256     #data
257     <object xmlns="http://www.w3.org/1999/xhtml" data="">
258     <param name="x" value="y"/>
259     <param name="v" value="w"/>
260     </object>
261     #errors
262     /object;no significant content;s
263    
264     #data
265     <object xmlns="http://www.w3.org/1999/xhtml" data="">
266     <param name="x" value="y"/>
267     <param name="v" value="w"/>
268     <param name="a" value="b"/>
269     </object>
270     #errors
271     /object;no significant content;s
272    
273     #data
274     <object xmlns="http://www.w3.org/1999/xhtml" data="">
275     <param name="x" value="y"/>
276     zzz
277     </object>
278     #errors
279    
280     #data
281     <object xmlns="http://www.w3.org/1999/xhtml" data="">
282     <param name="x" value="y"/>
283     <p>zzz</p>
284     </object>
285     #errors
286    
287     #data
288     <object xmlns="http://www.w3.org/1999/xhtml" data="">
289     <param name="x" value="y"/><p>
290     zzz</p><img src="" alt="a"/>
291     </object>
292     #errors
293    
294     #data
295     <object xmlns="http://www.w3.org/1999/xhtml" data="">
296     <param name="x" value="y"/>
297     <param name="z" value="w"/>
298     zzz
299     </object>
300     #errors
301    
302     #data
303     <object xmlns="http://www.w3.org/1999/xhtml" data="">
304     <param name="x" value="y"/>
305     zzz
306     <param name="a" value="y"/>
307     </object>
308     #errors
309     /object/param;element not allowed:flow;m
310    
311     #data
312     <object xmlns="http://www.w3.org/1999/xhtml" data="">
313     aaa
314     <param name="x" value="y"/>
315     </object>
316     #errors
317     /object/param;element not allowed:flow;m
318    
319     #data
320     <?xml version="1.1"?>
321     <object xmlns="http://www.w3.org/1999/xhtml" data="">
322     &#x0b;
323     <param name="x" value="y"/>
324     </object>
325     #errors
326     /object/param;element not allowed:flow;m
327    
328     #data
329     <object xmlns="http://www.w3.org/1999/xhtml" data="">
330     <p>zxx</p>
331     <param name="x" value="y"/>
332     </object>
333     #errors
334     /object/param;element not allowed:flow;m
335    
336     #data
337     <object xmlns="http://www.w3.org/1999/xhtml" data="">
338     <param name="x" value="y"/>
339     <style scoped=""/>
340     </object>
341     #errors
342     /object/style;SUBDOC
343     /object;no significant content;s
344    
345     #data
346     <object xmlns="http://www.w3.org/1999/xhtml" data="">
347     <param name="x" value="y"/>
348     <style scoped=""/>
349     aaa
350     </object>
351     #errors
352     /object/style;SUBDOC
353    
354     #data
355     <object xmlns="http://www.w3.org/1999/xhtml" data="">
356     <param name="x" value="y"/>
357     <style scoped=""/>
358     <p>xxx</p>
359     </object>
360     #errors
361     /object/style;SUBDOC
362    
363     #data
364     <object xmlns="http://www.w3.org/1999/xhtml" data="">
365     <param name="x" value="y"/>
366     <style scoped=""/>
367     <param name="xz" value=""/>
368     </object>
369     #errors
370     /object/style;SUBDOC
371     /object/param;element not allowed:flow;m
372     /object;no significant content;s
373    
374     #data
375     <object xmlns="http://www.w3.org/1999/xhtml" data="">
376     <style scoped=""/>
377     <param name="x" value="y"/>
378     </object>
379     #errors
380     /object/style;SUBDOC
381     /object;no significant content;s
382     /object/param;element not allowed:flow;m
383    
384     #data
385     <object xmlns="http://www.w3.org/1999/xhtml" data="">
386     <param name="x" value="y"/>
387     <p>xxx</p>
388     <style scoped=""/>
389     </object>
390     #errors
391     /object/style;SUBDOC
392     /object/style;element not allowed:flow style;m
393    
394     #data
395     <object xmlns="http://www.w3.org/1999/xhtml" data="">
396     <param name="x" value="y"/>
397     <style/>
398     </object>
399     #errors
400     /object/style;SUBDOC
401     /object;no significant content;s
402     /object/style;element not allowed:flow style;m
403    
404     #data
405     <p xmlns="http://www.w3.org/1999/xhtml">
406     <object data="">
407     <param name="x" value="y"/>
408     <style scoped=""/>
409     </object>
410     </p>
411     #errors
412     /p/object/style;SUBDOC
413     /p/object/style;element not allowed:phrasing;m
414    
415     #data
416     <p xmlns="http://www.w3.org/1999/xhtml">
417     <object data="">
418     <param name="x" value="y"/>
419     xxxx
420     </object>
421     </p>
422     #errors
423    
424     #data
425     <p xmlns="http://www.w3.org/1999/xhtml">
426     <object data="">
427     <param name="x" value="y"/>
428     <p>xxxx</p>
429     </object>
430     </p>
431     #errors
432     /p/object/p;element not allowed:phrasing;m
433    
434     #data
435     <div xmlns="http://www.w3.org/1999/xhtml">
436     <object data="">
437     <param name="x" value="y"/>
438     <p>xxxx</p>
439     </object>
440     </div>
441     #errors
442    
443     #data
444     <div xmlns="http://www.w3.org/1999/xhtml">
445     <object data="">
446     <p>xxxx</p>
447     <param name="x" value="y"/>
448     </object>
449     </div>
450     #errors
451     /div/object/param;element not allowed:flow;m
452    
453     #data
454     <div xmlns="http://www.w3.org/1999/xhtml">
455     <object data="">
456     <object data="">
457     <param name="x" value="y"/>
458     <p>xxxx</p>
459     </object>
460     </object>
461     </div>
462     #errors
463    
464     #data
465     <span xmlns="http://www.w3.org/1999/xhtml">
466     <object data="">
467     <param name="x" value="y"/>
468     <p>xxxx</p>
469     </object>
470     </span>
471     #errors
472     /span/object/p;element not allowed:phrasing;m
473    
474     #data
475     <span xmlns="http://www.w3.org/1999/xhtml">
476     <ins>
477     <object data="">
478     <param name="x" value="y"/>
479     <p>xxxx</p>
480     </object>
481     </ins>
482     </span>
483     #errors
484     /span/ins/object/p;element not allowed:phrasing;m
485    
486     #data
487     <span xmlns="http://www.w3.org/1999/xhtml">
488     <object data="">
489     <object data="">
490     <param name="x" value="y"/>
491     <p>xxxx</p>
492     </object>
493     </object>
494     </span>
495     #errors
496     /span/object/object/p;element not allowed:phrasing;m
497    
498     #data
499     <span xmlns="http://www.w3.org/1999/xhtml">
500     <object data="">
501     <object data="">
502     <p>xxxx</p>
503     <param name="x" value="y"/>
504     </object>
505     </object>
506     </span>
507     #errors
508     /span/object/object/p;element not allowed:phrasing;m
509     /span/object/object/param;element not allowed:phrasing;m
510    
511     #data
512     <p xmlns="http://www.w3.org/1999/xhtml"><object data=""><p>xx</p></object></p>
513     #errors
514     /p/object/p;element not allowed:phrasing;m
515    
516     #data
517     <p xmlns="http://www.w3.org/1999/xhtml"><object data=""><style scoped=""></style>xx</object></p>
518     #errors
519     /p/object/style;element not allowed:phrasing;m
520     /p/object/style;SUBDOC
521    
522     #data
523     <video xmlns="http://www.w3.org/1999/xhtml"></video>
524     #errors
525     /video;no significant content;s
526     /video;child element missing;source;m
527    
528     #data
529     <video xmlns="http://www.w3.org/1999/xhtml"> </video>
530     #errors
531     /video;child element missing;source;m
532     /video;no significant content;s
533    
534     #data
535     <video xmlns="http://www.w3.org/1999/xhtml">xx</video>
536     #errors
537     /video;child element missing;source;m
538    
539     #data
540     <video xmlns="http://www.w3.org/1999/xhtml"><style scoped=""/>xx</video>
541     #errors
542     /video;child element missing;source;m
543     /video/style;SUBDOC
544    
545     #data
546     <video xmlns="http://www.w3.org/1999/xhtml"><style scoped=""/><p>xx</p></video>
547     #errors
548     /video;child element missing;source;m
549     /video/style;SUBDOC
550    
551     #data
552     <video xmlns="http://www.w3.org/1999/xhtml" src=""></video>
553     #errors
554     /video;no significant content;s
555    
556     #data
557     <video xmlns="http://www.w3.org/1999/xhtml" src=""> </video>
558     #errors
559     /video;no significant content;s
560    
561     #data
562     <video xmlns="http://www.w3.org/1999/xhtml" src="">xx</video>
563     #errors
564    
565     #data
566     <video xmlns="http://www.w3.org/1999/xhtml" src=""><style scoped=""/>xx</video>
567     #errors
568     /video/style;SUBDOC
569    
570     #data
571     <video xmlns="http://www.w3.org/1999/xhtml" src=""><style scoped=""/><p>xx</p></video>
572     #errors
573     /video/style;SUBDOC
574    
575     #data
576     <video xmlns="http://www.w3.org/1999/xhtml"><source src=""/></video>
577     #errors
578     /video;no significant content;s
579    
580     #data
581     <video xmlns="http://www.w3.org/1999/xhtml"><source src=""/>xx</video>
582     #errors
583    
584     #data
585     <video xmlns="http://www.w3.org/1999/xhtml"><source src=""/><style scoped=""/>xx</video>
586     #errors
587     /video/style;SUBDOC
588    
589     #data
590     <video xmlns="http://www.w3.org/1999/xhtml"><source src=""/><style scoped=""/><p>xx</p></video>
591     #errors
592     /video/style;SUBDOC
593    
594     #data
595     <video xmlns="http://www.w3.org/1999/xhtml"><source src=""/><source src=""/></video>
596     #errors
597     /video;no significant content;s
598    
599     #data
600     <video xmlns="http://www.w3.org/1999/xhtml">x<source src=""/></video>
601     #errors
602     /video/source;element not allowed:flow;m
603    
604     #data
605     <?xml version="1.1"?>
606     <video xmlns="http://www.w3.org/1999/xhtml">&#x0b;<source src=""/></video>
607     #errors
608     /video/source;element not allowed:flow;m
609    
610     #data
611     <video xmlns="http://www.w3.org/1999/xhtml"><style scoped=""/><source src=""/></video>
612     #errors
613     /video/source;element not allowed:flow;m
614     /video/style;SUBDOC
615     /video;no significant content;s
616    
617     #data
618     <video xmlns="http://www.w3.org/1999/xhtml"><source src=""/><style scoped=""/><source src=""/></video>
619     #errors
620     /video/source;element not allowed:flow;m
621     /video/style;SUBDOC
622     /video;no significant content;s
623    
624     #data
625     <video xmlns="http://www.w3.org/1999/xhtml"><source src=""/><style scoped=""/><source src=""/><source src=""/></video>
626     #errors
627     /video/source;element not allowed:flow;m
628     /video/source;element not allowed:flow;m
629     /video/style;SUBDOC
630     /video;no significant content;s
631    
632     #data
633     <div xmlns="http://www.w3.org/1999/xhtml"><video></video></div>
634     #errors
635     /div/video;child element missing;source;m
636    
637     #data
638     <div xmlns="http://www.w3.org/1999/xhtml"><video> </video></div>
639     #errors
640     /div/video;child element missing;source;m
641    
642     #data
643     <div xmlns="http://www.w3.org/1999/xhtml"><video>xx</video></div>
644     #errors
645     /div/video;child element missing;source;m
646    
647     #data
648     <div xmlns="http://www.w3.org/1999/xhtml"><video><style scoped=""/>xx</video></div>
649     #errors
650     /div/video;child element missing;source;m
651     /div/video/style;SUBDOC
652    
653     #data
654     <div xmlns="http://www.w3.org/1999/xhtml">
655     <video><style scoped=""/><p>xx</p></video></div>
656     #errors
657     /div/video;child element missing;source;m
658     /div/video/style;SUBDOC
659    
660     #data
661     <div xmlns="http://www.w3.org/1999/xhtml"><video src=""></video></div>
662     #errors
663    
664     #data
665     <div xmlns="http://www.w3.org/1999/xhtml"><video src=""> </video></div>
666     #errors
667    
668     #data
669     <div xmlns="http://www.w3.org/1999/xhtml"><video src="">xx</video></div>
670     #errors
671    
672     #data
673     <div xmlns="http://www.w3.org/1999/xhtml">
674     <video src=""><style scoped=""/>xx</video></div>
675     #errors
676     /div/video/style;SUBDOC
677    
678     #data
679     <div xmlns="http://www.w3.org/1999/xhtml">
680     <video src=""><style scoped=""/><p>xx</p></video></div>
681     #errors
682     /div/video/style;SUBDOC
683    
684     #data
685     <div xmlns="http://www.w3.org/1999/xhtml"><video><source src=""/></video></div>
686     #errors
687    
688     #data
689     <div xmlns="http://www.w3.org/1999/xhtml"><video><source src=""/>xx</video></div>
690     #errors
691    
692     #data
693     <div xmlns="http://www.w3.org/1999/xhtml">
694     <video><source src=""/><style scoped=""/>xx</video></div>
695     #errors
696     /div/video/style;SUBDOC
697    
698     #data
699     <div xmlns="http://www.w3.org/1999/xhtml">
700     <video><source src=""/><style scoped=""/><p>xx</p></video></div>
701     #errors
702     /div/video/style;SUBDOC
703    
704     #data
705     <div xmlns="http://www.w3.org/1999/xhtml">
706     <video><source src=""/><source src=""/></video></div>
707     #errors
708    
709     #data
710     <div xmlns="http://www.w3.org/1999/xhtml"><video>x<source src=""/></video></div>
711     #errors
712     /div/video/source;element not allowed:flow;m
713    
714     #data
715     <div xmlns="http://www.w3.org/1999/xhtml">
716     <video><style scoped=""/><source src=""/></video></div>
717     #errors
718     /div/video/source;element not allowed:flow;m
719     /div/video/style;SUBDOC
720    
721     #data
722     <div xmlns="http://www.w3.org/1999/xhtml">
723     <video><source src=""/><style scoped=""/><source src=""/></video></div>
724     #errors
725     /div/video/source;element not allowed:flow;m
726     /div/video/style;SUBDOC
727    
728     #data
729     <div xmlns="http://www.w3.org/1999/xhtml">
730     <video><source src=""/><style scoped=""/><source src=""/><source src=""/></video></div>
731     #errors
732     /div/video/source;element not allowed:flow;m
733     /div/video/source;element not allowed:flow;m
734     /div/video/style;SUBDOC
735    
736     #data
737     <em xmlns="http://www.w3.org/1999/xhtml"><video></video></em>
738     #errors
739     /em/video;child element missing;source;m
740    
741     #data
742     <em xmlns="http://www.w3.org/1999/xhtml"><video> </video></em>
743     #errors
744     /em/video;child element missing;source;m
745    
746     #data
747     <em xmlns="http://www.w3.org/1999/xhtml"><video>xx</video></em>
748     #errors
749     /em/video;child element missing;source;m
750    
751     #data
752     <em xmlns="http://www.w3.org/1999/xhtml"><video><style scoped=""/>xx</video></em>
753     #errors
754     /em/video;child element missing;source;m
755     /em/video/style;SUBDOC
756     /em/video/style;element not allowed:phrasing;m
757    
758     #data
759     <em xmlns="http://www.w3.org/1999/xhtml">
760     <video><style scoped=""/><p>xx</p></video></em>
761     #errors
762     /em/video;child element missing;source;m
763     /em/video/style;SUBDOC
764     /em/video/style;element not allowed:phrasing;m
765     /em/video/p;element not allowed:phrasing;m
766    
767     #data
768     <em xmlns="http://www.w3.org/1999/xhtml"><video src=""></video></em>
769     #errors
770    
771     #data
772     <em xmlns="http://www.w3.org/1999/xhtml"><video src=""> </video></em>
773     #errors
774    
775     #data
776     <em xmlns="http://www.w3.org/1999/xhtml"><video src="">xx</video></em>
777     #errors
778    
779     #data
780     <em xmlns="http://www.w3.org/1999/xhtml">
781     <video src=""><style scoped=""/>xx</video></em>
782     #errors
783     /em/video/style;SUBDOC
784     /em/video/style;element not allowed:phrasing;m
785    
786     #data
787     <em xmlns="http://www.w3.org/1999/xhtml">
788     <video src=""><style scoped=""/><p>xx</p></video></em>
789     #errors
790     /em/video/style;SUBDOC
791     /em/video/style;element not allowed:phrasing;m
792     /em/video/p;element not allowed:phrasing;m
793    
794     #data
795     <em xmlns="http://www.w3.org/1999/xhtml"><video><source src=""/></video></em>
796     #errors
797    
798     #data
799     <em xmlns="http://www.w3.org/1999/xhtml"><video><source src=""/>xx</video></em>
800     #errors
801    
802     #data
803     <em xmlns="http://www.w3.org/1999/xhtml">
804     <video><source src=""/><style scoped=""/>xx</video></em>
805     #errors
806     /em/video/style;SUBDOC
807     /em/video/style;element not allowed:phrasing;m
808    
809     #data
810     <em xmlns="http://www.w3.org/1999/xhtml">
811     <video><source src=""/><style scoped=""/><p>xx</p></video></em>
812     #errors
813     /em/video/style;SUBDOC
814     /em/video/style;element not allowed:phrasing;m
815     /em/video/p;element not allowed:phrasing;m
816    
817     #data
818     <em xmlns="http://www.w3.org/1999/xhtml">
819     <video><source src=""/><source src=""/></video></em>
820     #errors
821    
822     #data
823     <em xmlns="http://www.w3.org/1999/xhtml"><video>x<source src=""/></video></em>
824     #errors
825     /em/video/source;element not allowed:phrasing;m
826    
827     #data
828     <em xmlns="http://www.w3.org/1999/xhtml">
829     <video><style scoped=""/><source src=""/></video></em>
830     #errors
831     /em/video/source;element not allowed:phrasing;m
832     /em/video/style;SUBDOC
833     /em/video/style;element not allowed:phrasing;m
834    
835     #data
836     <em xmlns="http://www.w3.org/1999/xhtml">
837     <video><source src=""/><style scoped=""/><source src=""/></video></em>
838     #errors
839     /em/video/source;element not allowed:phrasing;m
840     /em/video/style;SUBDOC
841     /em/video/style;element not allowed:phrasing;m
842    
843     #data
844     <em xmlns="http://www.w3.org/1999/xhtml">
845     <video><source src=""/><style scoped=""/><source src=""/><source src=""/></video></em>
846     #errors
847     /em/video/source;element not allowed:phrasing;m
848     /em/video/source;element not allowed:phrasing;m
849     /em/video/style;SUBDOC
850     /em/video/style;element not allowed:phrasing;m
851    
852     #data
853     <audio xmlns="http://www.w3.org/1999/xhtml"></audio>
854     #errors
855     /audio;no significant content;s
856     /audio;child element missing;source;m
857    
858     #data
859     <audio xmlns="http://www.w3.org/1999/xhtml"> </audio>
860     #errors
861     /audio;child element missing;source;m
862     /audio;no significant content;s
863    
864     #data
865     <audio xmlns="http://www.w3.org/1999/xhtml">xx</audio>
866     #errors
867     /audio;child element missing;source;m
868    
869     #data
870     <audio xmlns="http://www.w3.org/1999/xhtml"><style scoped=""/>xx</audio>
871     #errors
872     /audio;child element missing;source;m
873     /audio/style;SUBDOC
874    
875     #data
876     <audio xmlns="http://www.w3.org/1999/xhtml"><style scoped=""/><p>xx</p></audio>
877     #errors
878     /audio;child element missing;source;m
879     /audio/style;SUBDOC
880    
881     #data
882     <audio xmlns="http://www.w3.org/1999/xhtml" src=""></audio>
883     #errors
884     /audio;no significant content;s
885    
886     #data
887     <audio xmlns="http://www.w3.org/1999/xhtml" src=""> </audio>
888     #errors
889     /audio;no significant content;s
890    
891     #data
892     <audio xmlns="http://www.w3.org/1999/xhtml" src="">xx</audio>
893     #errors
894    
895     #data
896     <audio xmlns="http://www.w3.org/1999/xhtml" src=""><style scoped=""/>xx</audio>
897     #errors
898     /audio/style;SUBDOC
899    
900     #data
901     <audio xmlns="http://www.w3.org/1999/xhtml" src=""><style scoped=""/><p>xx</p></audio>
902     #errors
903     /audio/style;SUBDOC
904    
905     #data
906     <audio xmlns="http://www.w3.org/1999/xhtml"><source src=""/></audio>
907     #errors
908     /audio;no significant content;s
909    
910     #data
911     <audio xmlns="http://www.w3.org/1999/xhtml"><source src=""/>xx</audio>
912     #errors
913    
914     #data
915     <audio xmlns="http://www.w3.org/1999/xhtml"><source src=""/><style scoped=""/>xx</audio>
916     #errors
917     /audio/style;SUBDOC
918    
919     #data
920     <audio xmlns="http://www.w3.org/1999/xhtml"><source src=""/><style scoped=""/><p>xx</p></audio>
921     #errors
922     /audio/style;SUBDOC
923    
924     #data
925     <audio xmlns="http://www.w3.org/1999/xhtml"><source src=""/><source src=""/></audio>
926     #errors
927     /audio;no significant content;s
928    
929     #data
930     <audio xmlns="http://www.w3.org/1999/xhtml">x<source src=""/></audio>
931     #errors
932     /audio/source;element not allowed:flow;m
933    
934     #data
935     <?xml version="1.1"?>
936     <audio xmlns="http://www.w3.org/1999/xhtml">&#x0b;<source src=""/></audio>
937     #errors
938     /audio/source;element not allowed:flow;m
939    
940     #data
941     <audio xmlns="http://www.w3.org/1999/xhtml"><style scoped=""/><source src=""/></audio>
942     #errors
943     /audio/source;element not allowed:flow;m
944     /audio/style;SUBDOC
945     /audio;no significant content;s
946    
947     #data
948     <audio xmlns="http://www.w3.org/1999/xhtml"><source src=""/><style scoped=""/><source src=""/></audio>
949     #errors
950     /audio/source;element not allowed:flow;m
951     /audio/style;SUBDOC
952     /audio;no significant content;s
953    
954     #data
955     <audio xmlns="http://www.w3.org/1999/xhtml"><source src=""/><style scoped=""/><source src=""/><source src=""/></audio>
956     #errors
957     /audio/source;element not allowed:flow;m
958     /audio/source;element not allowed:flow;m
959     /audio/style;SUBDOC
960     /audio;no significant content;s
961    
962     #data
963     <div xmlns="http://www.w3.org/1999/xhtml"><audio></audio></div>
964     #errors
965     /div/audio;child element missing;source;m
966    
967     #data
968     <div xmlns="http://www.w3.org/1999/xhtml"><audio> </audio></div>
969     #errors
970     /div/audio;child element missing;source;m
971    
972     #data
973     <div xmlns="http://www.w3.org/1999/xhtml"><audio>xx</audio></div>
974     #errors
975     /div/audio;child element missing;source;m
976    
977     #data
978     <div xmlns="http://www.w3.org/1999/xhtml"><audio><style scoped=""/>xx</audio></div>
979     #errors
980     /div/audio;child element missing;source;m
981     /div/audio/style;SUBDOC
982    
983     #data
984     <div xmlns="http://www.w3.org/1999/xhtml">
985     <audio><style scoped=""/><p>xx</p></audio></div>
986     #errors
987     /div/audio;child element missing;source;m
988     /div/audio/style;SUBDOC
989    
990     #data
991     <div xmlns="http://www.w3.org/1999/xhtml"><audio src=""></audio></div>
992     #errors
993    
994     #data
995     <div xmlns="http://www.w3.org/1999/xhtml"><audio src=""> </audio></div>
996     #errors
997    
998     #data
999     <div xmlns="http://www.w3.org/1999/xhtml"><audio src="">xx</audio></div>
1000     #errors
1001    
1002     #data
1003     <div xmlns="http://www.w3.org/1999/xhtml">
1004     <audio src=""><style scoped=""/>xx</audio></div>
1005     #errors
1006     /div/audio/style;SUBDOC
1007    
1008     #data
1009     <div xmlns="http://www.w3.org/1999/xhtml">
1010     <audio src=""><style scoped=""/><p>xx</p></audio></div>
1011     #errors
1012     /div/audio/style;SUBDOC
1013    
1014     #data
1015     <div xmlns="http://www.w3.org/1999/xhtml"><audio><source src=""/></audio></div>
1016     #errors
1017    
1018     #data
1019     <div xmlns="http://www.w3.org/1999/xhtml"><audio><source src=""/>xx</audio></div>
1020     #errors
1021    
1022     #data
1023     <div xmlns="http://www.w3.org/1999/xhtml">
1024     <audio><source src=""/><style scoped=""/>xx</audio></div>
1025     #errors
1026     /div/audio/style;SUBDOC
1027    
1028     #data
1029     <div xmlns="http://www.w3.org/1999/xhtml">
1030     <audio><source src=""/><style scoped=""/><p>xx</p></audio></div>
1031     #errors
1032     /div/audio/style;SUBDOC
1033    
1034     #data
1035     <div xmlns="http://www.w3.org/1999/xhtml">
1036     <audio><source src=""/><source src=""/></audio></div>
1037     #errors
1038    
1039     #data
1040     <div xmlns="http://www.w3.org/1999/xhtml"><audio>x<source src=""/></audio></div>
1041     #errors
1042     /div/audio/source;element not allowed:flow;m
1043    
1044     #data
1045     <div xmlns="http://www.w3.org/1999/xhtml">
1046     <audio><style scoped=""/><source src=""/></audio></div>
1047     #errors
1048     /div/audio/source;element not allowed:flow;m
1049     /div/audio/style;SUBDOC
1050    
1051     #data
1052     <div xmlns="http://www.w3.org/1999/xhtml">
1053     <audio><source src=""/><style scoped=""/><source src=""/></audio></div>
1054     #errors
1055     /div/audio/source;element not allowed:flow;m
1056     /div/audio/style;SUBDOC
1057    
1058     #data
1059     <div xmlns="http://www.w3.org/1999/xhtml">
1060     <audio><source src=""/><style scoped=""/><source src=""/><source src=""/></audio></div>
1061     #errors
1062     /div/audio/source;element not allowed:flow;m
1063     /div/audio/source;element not allowed:flow;m
1064     /div/audio/style;SUBDOC
1065    
1066     #data
1067     <em xmlns="http://www.w3.org/1999/xhtml"><audio></audio></em>
1068     #errors
1069     /em/audio;child element missing;source;m
1070    
1071     #data
1072     <em xmlns="http://www.w3.org/1999/xhtml"><audio> </audio></em>
1073     #errors
1074     /em/audio;child element missing;source;m
1075    
1076     #data
1077     <em xmlns="http://www.w3.org/1999/xhtml"><audio>xx</audio></em>
1078     #errors
1079     /em/audio;child element missing;source;m
1080    
1081     #data
1082     <em xmlns="http://www.w3.org/1999/xhtml"><audio><style scoped=""/>xx</audio></em>
1083     #errors
1084     /em/audio;child element missing;source;m
1085     /em/audio/style;SUBDOC
1086     /em/audio/style;element not allowed:phrasing;m
1087    
1088     #data
1089     <em xmlns="http://www.w3.org/1999/xhtml">
1090     <audio><style scoped=""/><p>xx</p></audio></em>
1091     #errors
1092     /em/audio;child element missing;source;m
1093     /em/audio/style;SUBDOC
1094     /em/audio/style;element not allowed:phrasing;m
1095     /em/audio/p;element not allowed:phrasing;m
1096    
1097     #data
1098     <em xmlns="http://www.w3.org/1999/xhtml"><audio src=""></audio></em>
1099     #errors
1100    
1101     #data
1102     <em xmlns="http://www.w3.org/1999/xhtml"><audio src=""> </audio></em>
1103     #errors
1104    
1105     #data
1106     <em xmlns="http://www.w3.org/1999/xhtml"><audio src="">xx</audio></em>
1107     #errors
1108    
1109     #data
1110     <em xmlns="http://www.w3.org/1999/xhtml">
1111     <audio src=""><style scoped=""/>xx</audio></em>
1112     #errors
1113     /em/audio/style;SUBDOC
1114     /em/audio/style;element not allowed:phrasing;m
1115    
1116     #data
1117     <em xmlns="http://www.w3.org/1999/xhtml">
1118     <audio src=""><style scoped=""/><p>xx</p></audio></em>
1119     #errors
1120     /em/audio/style;SUBDOC
1121     /em/audio/style;element not allowed:phrasing;m
1122     /em/audio/p;element not allowed:phrasing;m
1123    
1124     #data
1125     <em xmlns="http://www.w3.org/1999/xhtml"><audio><source src=""/></audio></em>
1126     #errors
1127    
1128     #data
1129     <em xmlns="http://www.w3.org/1999/xhtml"><audio><source src=""/>xx</audio></em>
1130     #errors
1131    
1132     #data
1133     <em xmlns="http://www.w3.org/1999/xhtml">
1134     <audio><source src=""/><style scoped=""/>xx</audio></em>
1135     #errors
1136     /em/audio/style;SUBDOC
1137     /em/audio/style;element not allowed:phrasing;m
1138    
1139     #data
1140     <em xmlns="http://www.w3.org/1999/xhtml">
1141     <audio><source src=""/><style scoped=""/><p>xx</p></audio></em>
1142     #errors
1143     /em/audio/style;SUBDOC
1144     /em/audio/style;element not allowed:phrasing;m
1145     /em/audio/p;element not allowed:phrasing;m
1146    
1147     #data
1148     <em xmlns="http://www.w3.org/1999/xhtml">
1149     <audio><source src=""/><source src=""/></audio></em>
1150     #errors
1151    
1152     #data
1153     <em xmlns="http://www.w3.org/1999/xhtml"><audio>x<source src=""/></audio></em>
1154     #errors
1155     /em/audio/source;element not allowed:phrasing;m
1156    
1157     #data
1158     <em xmlns="http://www.w3.org/1999/xhtml">
1159     <audio><style scoped=""/><source src=""/></audio></em>
1160     #errors
1161     /em/audio/source;element not allowed:phrasing;m
1162     /em/audio/style;SUBDOC
1163     /em/audio/style;element not allowed:phrasing;m
1164    
1165     #data
1166     <em xmlns="http://www.w3.org/1999/xhtml">
1167     <audio><source src=""/><style scoped=""/><source src=""/></audio></em>
1168     #errors
1169     /em/audio/source;element not allowed:phrasing;m
1170     /em/audio/style;SUBDOC
1171     /em/audio/style;element not allowed:phrasing;m
1172    
1173     #data
1174     <em xmlns="http://www.w3.org/1999/xhtml">
1175     <audio><source src=""/><style scoped=""/><source src=""/><source src=""/></audio></em>
1176     #errors
1177     /em/audio/source;element not allowed:phrasing;m
1178     /em/audio/source;element not allowed:phrasing;m
1179     /em/audio/style;SUBDOC
1180     /em/audio/style;element not allowed:phrasing;m
1181    
1182     #data
1183     <area shape="default" href="" alt="a" xmlns="http://www.w3.org/1999/xhtml"/>
1184     #errors
1185    
1186     #data
1187     <div xmlns="http://www.w3.org/1999/xhtml">
1188     <area shape="default" href="" alt="a"/>
1189     </div>
1190     #errors
1191     /div;no significant content;s
1192     /div/area;element not allowed:area;m
1193    
1194     #data
1195     <map id="map1" xmlns="http://www.w3.org/1999/xhtml">
1196     <area shape="default" href="" alt="a"/>
1197     </map>
1198     #errors
1199     /map;no significant content;s
1200     /map;attribute missing;name;m
1201    
1202     #data
1203     <map name="map1" xmlns="http://www.w3.org/1999/xhtml">
1204     <area shape="default" href="" alt="a"/>
1205     </map>
1206     #errors
1207     /map;no significant content;s
1208    
1209     #data
1210     <map id="map1" name="map1" xmlns="http://www.w3.org/1999/xhtml">
1211     <area shape="default" href="" alt="a"/>
1212     </map>
1213     #errors
1214     /map;no significant content;s
1215    
1216     #data
1217     <map id="map1" xmlns="http://www.w3.org/1999/xhtml">
1218     <p><area shape="default" href="" alt="a"/></p>
1219     </map>
1220     #errors
1221     /map;no significant content;s
1222     /map/p;no significant content;s
1223     /map;attribute missing;name;m
1224    
1225     #data
1226     <map name="map1" xmlns="http://www.w3.org/1999/xhtml">
1227     <p><area shape="default" href="" alt="a"/></p>
1228     </map>
1229     #errors
1230     /map;no significant content;s
1231     /map/p;no significant content;s
1232    
1233     #data
1234     <map id="map1" xmlns="http://www.w3.org/1999/xhtml">
1235     <map id="map2"><p><area shape="default" href="" alt="a"/></p></map>
1236     </map>
1237     #errors
1238     /map;no significant content;s
1239     /map/map/p;no significant content;s
1240     /map;attribute missing;name;m
1241     /map/map;attribute missing;name;m
1242    
1243     #data
1244     <map name="map1" xmlns="http://www.w3.org/1999/xhtml">
1245     <map name="map2"><p><area shape="default" href="" alt="a"/></p></map>
1246     </map>
1247     #errors
1248     /map;no significant content;s
1249     /map/map/p;no significant content;s
1250    
1251     #data
1252     <div xmlns="http://www.w3.org/1999/xhtml">
1253     <map name="map1">
1254     <map name="map2"/>
1255     </map>
1256     <area shape="default" href="" alt="a"/></div>
1257     #errors
1258     /div;no significant content;s
1259     /div/area;element not allowed:area;m
1260    
1261     #data
1262     <map name="map1" xmlns="http://www.w3.org/1999/xhtml">
1263     <map name="map2"/><p><area shape="default" href="" alt="a"/></p>
1264     </map>
1265     #errors
1266     /map;no significant content;s
1267     /map/p;no significant content;s
1268    
1269     #data
1270     <div xmlns="http://www.w3.org/1999/xhtml">
1271     <map name="map2"/><p><area shape="default" href="" alt="a"/></p>
1272     </div>
1273     #errors
1274     /div;no significant content;s
1275     /div/p;no significant content;s
1276     /div/p/area;element not allowed:area;m
1277    
1278     #data
1279 wakaba 1.6 <p xmlns="http://www.w3.org/1999/xhtml">
1280     aa<map name="x">bbb</map>
1281     </p>
1282     #errors
1283    
1284     #data
1285     <p xmlns="http://www.w3.org/1999/xhtml">
1286     <em>aa<map name="x">bbb</map></em>
1287     </p>
1288     #errors
1289    
1290     #data
1291     <p xmlns="http://www.w3.org/1999/xhtml">
1292     aa<map name="x">bbb<p>cc</p></map>
1293     </p>
1294     #errors
1295     /p/map/p;element not allowed:phrasing;m
1296    
1297     #data
1298     <p xmlns="http://www.w3.org/1999/xhtml">
1299     <ins>aa<map name="x">bbb</map></ins>
1300     </p>
1301     #errors
1302    
1303     #data
1304     <p xmlns="http://www.w3.org/1999/xhtml">
1305     <ins>aa<map name="x">bb<p>b</p></map></ins>
1306     </p>
1307     #errors
1308     /p/ins/map/p;element not allowed:phrasing;m
1309    
1310     #data
1311     <div xmlns="http://www.w3.org/1999/xhtml">
1312     aa<map name="x">b<p>bb</p></map>
1313     </div>
1314     #errors
1315    
1316     #data
1317     <p xmlns="http://www.w3.org/1999/xhtml">
1318     aa<map name="x">bbb</map>
1319     </p>
1320     #errors
1321    
1322     #data
1323     <br xmlns="http://www.w3.org/1999/xhtml">
1324     <map name="x">bbb</map>
1325     </br>
1326     #errors
1327     /br/map;element not allowed:empty;m
1328     /br/map/"bbb";character not allowed:empty;m
1329    
1330     #data
1331     <br xmlns="http://www.w3.org/1999/xhtml">
1332     <map name="x"><p>bbb</p></map>
1333     </br>
1334     #errors
1335     /br/map;element not allowed:empty;m
1336     /br/map/p;element not allowed:empty;m
1337    
1338     #data
1339     <p xmlns="http://www.w3.org/1999/xhtml">
1340     aa<map name="x"></map>
1341     </p>
1342     #errors
1343    
1344     #data
1345     <p xmlns="http://www.w3.org/1999/xhtml">
1346     aa<map name="x">b<map name="y">bb</map></map>
1347     </p>
1348     #errors
1349    
1350     #data
1351 wakaba 1.1 <img xmlns="http://www.w3.org/1999/xhtml"/>
1352     #errors
1353     /img;attribute missing;alt;s
1354     /img;attribute missing;src;m
1355    
1356     #data
1357     <img alt="" xmlns="http://www.w3.org/1999/xhtml"/>
1358     #errors
1359     /img;attribute missing;src;m
1360    
1361     #data
1362     <img src="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
1363     #errors
1364     /img;attribute missing;alt;s
1365    
1366     #data
1367     <img alt="" src="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
1368     #errors
1369    
1370     #data
1371     <img alt="" src="http://test/`" xmlns="http://www.w3.org/1999/xhtml"/>
1372     #errors
1373     /img/@src;syntax error:iriref3987;m
1374    
1375     #data
1376     <img alt="" src="" longdesc="" xmlns="http://www.w3.org/1999/xhtml"/>
1377     #errors
1378     /img/@longdesc;attribute not defined;m
1379    
1380     #data
1381     <img alt="" src="" longdesc="http://www.example.com/"
1382     xmlns="http://www.w3.org/1999/xhtml"/>
1383     #errors
1384     /img/@longdesc;attribute not defined;m
1385    
1386     #data
1387     <img alt="" src="" longdesc="[]" xmlns="http://www.w3.org/1999/xhtml"/>
1388     #errors
1389     /img/@longdesc;attribute not defined;m
1390     /img/@longdesc;syntax error:iriref3987;m
1391    
1392     #data
1393     <img alt="" src="" hspace="0" xmlns="http://www.w3.org/1999/xhtml"/>
1394     #errors
1395     /img/@hspace;attribute not defined;m
1396    
1397     #data
1398     <img alt="" src="" vspace="0" xmlns="http://www.w3.org/1999/xhtml"/>
1399     #errors
1400     /img/@vspace;attribute not defined;m
1401    
1402     #data
1403     <img alt="" src="" hspace="120" xmlns="http://www.w3.org/1999/xhtml"/>
1404     #errors
1405     /img/@hspace;attribute not defined;m
1406    
1407     #data
1408     <img alt="" src="" vspace="120" xmlns="http://www.w3.org/1999/xhtml"/>
1409     #errors
1410     /img/@vspace;attribute not defined;m
1411    
1412     #data
1413     <img alt="" src="" hspace="1.0" xmlns="http://www.w3.org/1999/xhtml"/>
1414     #errors
1415     /img/@hspace;attribute not defined;m
1416     /img/@hspace;nninteger:syntax error;m
1417    
1418     #data
1419     <img alt="" src="" vspace="1.0" xmlns="http://www.w3.org/1999/xhtml"/>
1420     #errors
1421     /img/@vspace;attribute not defined;m
1422     /img/@vspace;nninteger:syntax error;m
1423    
1424     #data
1425     <img alt="" src="" hspace="10px" xmlns="http://www.w3.org/1999/xhtml"/>
1426     #errors
1427     /img/@hspace;attribute not defined;m
1428     /img/@hspace;nninteger:syntax error;m
1429    
1430     #data
1431     <img alt="" src="" vspace="10px" xmlns="http://www.w3.org/1999/xhtml"/>
1432     #errors
1433     /img/@vspace;attribute not defined;m
1434     /img/@vspace;nninteger:syntax error;m
1435    
1436     #data
1437     <img alt="" src="" hspace="0 " xmlns="http://www.w3.org/1999/xhtml"/>
1438     #errors
1439     /img/@hspace;attribute not defined;m
1440     /img/@hspace;nninteger:syntax error;m
1441    
1442     #data
1443     <img alt="" src="" vspace=" 0" xmlns="http://www.w3.org/1999/xhtml"/>
1444     #errors
1445     /img/@vspace;nninteger:syntax error;m
1446     /img/@vspace;attribute not defined;m
1447    
1448     #data
1449     <img alt="" src="" hspace="0%" xmlns="http://www.w3.org/1999/xhtml"/>
1450     #errors
1451     /img/@hspace;attribute not defined;m
1452     /img/@hspace;nninteger:syntax error;m
1453    
1454     #data
1455     <img alt="" src="" vspace="20%" xmlns="http://www.w3.org/1999/xhtml"/>
1456     #errors
1457     /img/@vspace;attribute not defined;m
1458     /img/@vspace;nninteger:syntax error;m
1459    
1460     #data
1461     <img alt="" src="" hspace="-0" xmlns="http://www.w3.org/1999/xhtml"/>
1462     #errors
1463     /img/@hspace;attribute not defined;m
1464     /img/@hspace;nninteger:syntax error;m
1465    
1466     #data
1467     <img alt="" src="" vspace="-0" xmlns="http://www.w3.org/1999/xhtml"/>
1468     #errors
1469     /img/@vspace;attribute not defined;m
1470     /img/@vspace;nninteger:syntax error;m
1471    
1472     #data
1473     <img alt="" src="" border="0" xmlns="http://www.w3.org/1999/xhtml"/>
1474     #errors
1475     /img/@border;attribute not defined;m
1476    
1477     #data
1478     <img alt="" src="" border="4563" xmlns="http://www.w3.org/1999/xhtml"/>
1479     #errors
1480     /img/@border;attribute not defined;m
1481    
1482     #data
1483     <img alt="" src="" border="-0" xmlns="http://www.w3.org/1999/xhtml"/>
1484     #errors
1485     /img/@border;attribute not defined;m
1486     /img/@border;nninteger:syntax error;m
1487    
1488     #data
1489     <img alt="" src="" border="10-0" xmlns="http://www.w3.org/1999/xhtml"/>
1490     #errors
1491     /img/@border;attribute not defined;m
1492     /img/@border;nninteger:syntax error;m
1493    
1494     #data
1495     <img alt="" src="" border="none" xmlns="http://www.w3.org/1999/xhtml"/>
1496     #errors
1497     /img/@border;attribute not defined;m
1498     /img/@border;nninteger:syntax error;m
1499    
1500     #data
1501     <img alt="" src="" border="" xmlns="http://www.w3.org/1999/xhtml"/>
1502     #errors
1503     /img/@border;attribute not defined;m
1504     /img/@border;nninteger:syntax error;m
1505    
1506     #data
1507     <img alt="" src="" noborder="" xmlns="http://www.w3.org/1999/xhtml"/>
1508     #errors
1509     /img/@noborder;attribute not defined;m
1510    
1511     #data
1512     <img alt="" src="http://test/" ismap="" xmlns="http://www.w3.org/1999/xhtml"/>
1513     #errors
1514     /img/@ismap;attribute not allowed:ismap;m
1515    
1516     #data
1517 wakaba 1.2 <img alt="x" src="" xmlns="http://www.w3.org/1999/xhtml"
1518     height=""/>
1519     #errors
1520     /img/@height;nninteger:syntax error;m
1521    
1522     #data
1523     <img alt="x" src="" xmlns="http://www.w3.org/1999/xhtml"
1524     height="0"/>
1525     #errors
1526    
1527     #data
1528     <img alt="x" src="" xmlns="http://www.w3.org/1999/xhtml"
1529     height="120"/>
1530     #errors
1531    
1532     #data
1533     <img alt="x" src="" xmlns="http://www.w3.org/1999/xhtml"
1534     width=""/>
1535     #errors
1536     /img/@width;nninteger:syntax error;m
1537    
1538     #data
1539     <img alt="x" src="" xmlns="http://www.w3.org/1999/xhtml"
1540     width="0"/>
1541     #errors
1542    
1543     #data
1544     <img alt="x" src="" xmlns="http://www.w3.org/1999/xhtml"
1545     width="120"/>
1546     #errors
1547    
1548     #data
1549 wakaba 1.1 <span xmlns="http://www.w3.org/1999/xhtml">
1550     <img alt="" src="http://test/" ismap="" xmlns="http://www.w3.org/1999/xhtml"/>
1551     </span>
1552     #errors
1553     /span/img/@ismap;attribute not allowed:ismap;m
1554    
1555     #data
1556     <span xmlns="http://www.w3.org/1999/xhtml">
1557     <a>a</a>
1558     <img alt="" src="http://test/" ismap="" xmlns="http://www.w3.org/1999/xhtml"/>
1559     </span>
1560     #errors
1561     /span/img/@ismap;attribute not allowed:ismap;m
1562    
1563     #data
1564     <a xmlns="http://www.w3.org/1999/xhtml">
1565     <img alt="" src="http://test/" ismap="ismap"/>
1566     </a>
1567     #errors
1568     /a/img/@ismap;attribute not allowed:ismap;m
1569    
1570     #data
1571     <a title="" xmlns="http://www.w3.org/1999/xhtml">
1572     <img alt="" src="http://test/" ismap="ismap"/>
1573     </a>
1574     #errors
1575     /a/img/@ismap;attribute not allowed:ismap;m
1576    
1577     #data
1578     <a href="http://link.test/" xmlns="http://www.w3.org/1999/xhtml">
1579     <img alt="" src="http://test/" ismap=""/>
1580     </a>
1581     #errors
1582    
1583     #data
1584     <a href="http://link.test/" xmlns="http://www.w3.org/1999/xhtml">
1585     <img alt="" src="http://test/" ismap="ismap"/>
1586     </a>
1587     #errors
1588    
1589     #data
1590     <a href="http://link.test/" xmlns="http://www.w3.org/1999/xhtml">
1591     <img alt="" src="http://test/" ismap="true"/>
1592     </a>
1593     #errors
1594     /a/img/@ismap;boolean:invalid;m
1595    
1596     #data
1597     <a href="http://link.test/" xmlns="http://www.w3.org/1999/xhtml">
1598     <img alt="" src="http://test/" ismap="IsMap"/>
1599     </a>
1600     #errors
1601    
1602     #data
1603     <div xmlns="http://www.w3.org/1999/xhtml">
1604     <a href="http://link.test/">a</a>
1605     <img alt="" src="http://test/" ismap="ismap"/>
1606     </div>
1607     #errors
1608     /div/img/@ismap;attribute not allowed:ismap;m
1609    
1610     #data
1611     <a href="http://link.test/" xmlns="http://www.w3.org/1999/xhtml">
1612     <span>
1613     <img alt="" src="http://test/" ismap="ismap"/>
1614     </span>
1615     </a>
1616     #errors
1617    
1618     #data
1619     <div xmlns="http://www.w3.org/1999/xhtml">
1620     <p><img src="http://test/" alt="" usemap=""/></p>
1621     </div>
1622     #errors
1623     /div/p/img/@usemap;hashref:syntax error;m
1624    
1625     #data
1626     <div xmlns="http://www.w3.org/1999/xhtml">
1627     <p><img src="http://test/" alt="" usemap="abc"/></p>
1628     </div>
1629     #errors
1630     /div/p/img/@usemap;hashref:syntax error;m
1631    
1632     #data
1633     <div xmlns="http://www.w3.org/1999/xhtml">
1634     <p><img src="http://test/" alt="" usemap="abc#"/></p>
1635     </div>
1636     #errors
1637     /div/p/img/@usemap;hashref:syntax error;m
1638    
1639     #data
1640     <div xmlns="http://www.w3.org/1999/xhtml">
1641     <p><img src="http://test/" alt="" usemap="&#x0A;#abc"/></p>
1642     </div>
1643     #errors
1644     /div/p/img/@usemap;hashref:syntax error;m
1645    
1646     #data
1647     <div xmlns="http://www.w3.org/1999/xhtml">
1648     <p><img src="http://test/" alt="" usemap="#aa"/></p>
1649     <map id="aa"/>
1650     </div>
1651     #errors
1652     /div/map;attribute missing;name;m
1653     /div/p/img/@usemap;no referenced map;m
1654    
1655     #data
1656     <div xmlns="http://www.w3.org/1999/xhtml">
1657     <map name="aa"/>
1658     <p><img src="http://test/" alt="" usemap="#aa"/></p>
1659     </div>
1660     #errors
1661    
1662     #data
1663     <div xmlns="http://www.w3.org/1999/xhtml">
1664     <map name="aa" id="aa"/>
1665     <p><img src="http://test/" alt="" usemap="#aa"/></p>
1666     </div>
1667     #errors
1668    
1669     #data
1670     <div xmlns="http://www.w3.org/1999/xhtml">
1671     <map name="aa"/>
1672     <map id="aa"/>
1673     <p><img src="http://test/" alt="" usemap="#aa"/></p>
1674     </div>
1675     #errors
1676     /div/map;attribute missing;name;m
1677    
1678     #data
1679     <div xmlns="http://www.w3.org/1999/xhtml">
1680     <map id="a a"/>
1681     <p><img src="http://test/" alt="" usemap="#a a"/></p>
1682     </div>
1683     #errors
1684     /div/map/@id;space in ID;m
1685     /div/map;attribute missing;name;m
1686     /div/p/img/@usemap;no referenced map;m
1687    
1688     #data
1689     <div xmlns="http://www.w3.org/1999/xhtml">
1690     <map name="a a"/>
1691     <p><img src="http://test/" alt="" usemap="#a a"/></p>
1692     </div>
1693     #errors
1694    
1695     #data
1696     <div xmlns="http://www.w3.org/1999/xhtml">
1697     <map name="a a" id="a a"/>
1698     <p><img src="http://test/" alt="" usemap="#a a"/></p>
1699     </div>
1700     #errors
1701     /div/map/@id;space in ID;m
1702    
1703     #data
1704     <div xmlns="http://www.w3.org/1999/xhtml">
1705     <map id="a a"/>
1706     <p><img src="http://test/" alt="" usemap="#a%20a"/></p>
1707     </div>
1708     #errors
1709     /div/map/@id;space in ID;m
1710     /div/map;attribute missing;name;m
1711     /div/p/img/@usemap;no referenced map;m
1712    
1713     #data
1714     <div xmlns="http://www.w3.org/1999/xhtml">
1715     <map id="a a" name="a a"/>
1716     <p><img src="http://test/" alt="" usemap="#a%20a"/></p>
1717     </div>
1718     #errors
1719     /div/map/@id;space in ID;m
1720     /div/p/img/@usemap;no referenced map;m
1721    
1722     #data
1723     <div xmlns="http://www.w3.org/1999/xhtml">
1724     <map id="&#x4E00;"/>
1725     <p><img src="http://test/" alt="" usemap="#&#x4E00;"/></p>
1726     </div>
1727     #errors
1728     /div/map;attribute missing;name;m
1729     /div/p/img/@usemap;no referenced map;m
1730    
1731     #data
1732     <div xmlns="http://www.w3.org/1999/xhtml">
1733     <map name="&#x4E00;"/>
1734     <p><img src="http://test/" alt="" usemap="#&#x4E00;"/></p>
1735     </div>
1736     #errors
1737    
1738     #data
1739     <div xmlns="http://www.w3.org/1999/xhtml">
1740     <map id="aa"/>
1741     <p><img src="http://test/" alt="" usemap="#bb"/></p>
1742     </div>
1743     #errors
1744     /div/p/img/@usemap;no referenced map;m
1745     /div/map;attribute missing;name;m
1746    
1747     #data
1748     <div xmlns="http://www.w3.org/1999/xhtml">
1749     <map name="aa"/>
1750     <p><img src="http://test/" alt="" usemap="#bb"/></p>
1751     </div>
1752     #errors
1753     /div/p/img/@usemap;no referenced map;m
1754    
1755     #data
1756     <div xmlns="http://www.w3.org/1999/xhtml">
1757     <map id="aa"/>
1758     <p><img src="http://test/" alt="" usemap="#aa"/></p>
1759     <p><img src="http://test/" alt="" usemap="#aa"/></p>
1760     </div>
1761     #errors
1762     /div/map;attribute missing;name;m
1763     /div/p/img/@usemap;no referenced map;m
1764     /div/p/img/@usemap;no referenced map;m
1765    
1766     #data
1767     <div xmlns="http://www.w3.org/1999/xhtml">
1768     <map name="aa"/>
1769     <p><img src="http://test/" alt="" usemap="#aa"/></p>
1770     <p><img src="http://test/" alt="" usemap="#aa"/></p>
1771     </div>
1772     #errors
1773    
1774     #data
1775     <div xmlns="http://www.w3.org/1999/xhtml">
1776     <map id="aa"/>
1777     <p><img src="http://test/" alt="" usemap="#AA"/></p>
1778     </div>
1779     #errors
1780     /div/p/img/@usemap;no referenced map;m
1781     /div/map;attribute missing;name;m
1782    
1783     #data
1784     <div xmlns="http://www.w3.org/1999/xhtml">
1785     <map name="aa"/>
1786     <p><img src="http://test/" alt="" usemap="#AA"/></p>
1787     </div>
1788     #errors
1789     /div/p/img/@usemap;no referenced map;m
1790    
1791     #data
1792     <div xmlns="http://www.w3.org/1999/xhtml">
1793     <map id="AA"/>
1794     <p><img src="http://test/" alt="" usemap="#aa"/></p>
1795     </div>
1796     #errors
1797     /div/p/img/@usemap;no referenced map;m
1798     /div/map;attribute missing;name;m
1799    
1800     #data
1801     <div xmlns="http://www.w3.org/1999/xhtml">
1802     <map name="AA"/>
1803     <p><img src="http://test/" alt="" usemap="#aa"/></p>
1804     </div>
1805     #errors
1806     /div/p/img/@usemap;no referenced map;m
1807    
1808     #data
1809     <div xmlns="http://www.w3.org/1999/xhtml">
1810     <p id="aa"/>
1811     <p><img src="http://test/" alt="" usemap="#aa"/></p>
1812     </div>
1813     #errors
1814     /div/p/img/@usemap;no referenced map;m
1815     /div/p;no significant content;s
1816    
1817     #data
1818     <div xmlns="http://www.w3.org/1999/xhtml">
1819     <a name="aa">x</a>
1820     <p><img src="http://test/" alt="" usemap="#aa"/></p>
1821     </div>
1822     #errors
1823     /div/a/@name;attribute not defined;m
1824     /div/p/img/@usemap;no referenced map;m
1825 wakaba 1.6 /div/a/@name;unknown attribute;u
1826 wakaba 1.1
1827     #data
1828     <div xmlns="http://www.w3.org/1999/xhtml">
1829     <map name="a" id="b">x</map>
1830     </div>
1831     #errors
1832     /div/map/@id;id ne name;m
1833    
1834     #data
1835     <div xmlns="http://www.w3.org/1999/xhtml">
1836     <map name="a" id="A">x</map>
1837     </div>
1838     #errors
1839     /div/map/@id;id ne name;m
1840    
1841     #data
1842     <div xmlns="http://www.w3.org/1999/xhtml">
1843     <map name="A" id="a">x</map>
1844     </div>
1845     #errors
1846     /div/map/@id;id ne name;m
1847    
1848     #data
1849     <div xmlns="http://www.w3.org/1999/xhtml">
1850     <map name="">x</map>
1851     <img src="" alt="" usemap="#"/>
1852     </div>
1853     #errors
1854     /div/map/@name;empty attribute value;m
1855    
1856     #data
1857     <div xmlns="http://www.w3.org/1999/xhtml">
1858     <map name="a">x</map>
1859     <map name="a">x</map>
1860     <img src="" alt="" usemap="#a"/>
1861     </div>
1862     #errors
1863    
1864     #data
1865     <img alt="" src="" align="" xmlns="http://www.w3.org/1999/xhtml"/>
1866     #errors
1867     /img/@align;attribute not defined;m
1868     /img/@align;enumerated:invalid;m
1869    
1870     #data
1871     <img alt="" src="" align="char" xmlns="http://www.w3.org/1999/xhtml"/>
1872     #errors
1873     /img/@align;attribute not defined;m
1874     /img/@align;enumerated:invalid;m
1875    
1876     #data
1877     <img alt="" src="" align="justify" xmlns="http://www.w3.org/1999/xhtml"/>
1878     #errors
1879     /img/@align;attribute not defined;m
1880     /img/@align;enumerated:invalid;m
1881    
1882     #data
1883     <img alt="" src="" align="center" xmlns="http://www.w3.org/1999/xhtml"/>
1884     #errors
1885     /img/@align;attribute not defined;m
1886     /img/@align;enumerated:invalid;m
1887    
1888     #data
1889     <img alt="" src="" align="bottom" xmlns="http://www.w3.org/1999/xhtml"/>
1890     #errors
1891     /img/@align;attribute not defined;m
1892    
1893     #data
1894     <img alt="" src="" align="middle" xmlns="http://www.w3.org/1999/xhtml"/>
1895     #errors
1896     /img/@align;attribute not defined;m
1897    
1898     #data
1899     <img alt="" src="" align="top" xmlns="http://www.w3.org/1999/xhtml"/>
1900     #errors
1901     /img/@align;attribute not defined;m
1902    
1903     #data
1904     <img alt="" src="" align="left" xmlns="http://www.w3.org/1999/xhtml"/>
1905     #errors
1906     /img/@align;attribute not defined;m
1907    
1908     #data
1909     <img alt="" src="" align="right" xmlns="http://www.w3.org/1999/xhtml"/>
1910     #errors
1911     /img/@align;attribute not defined;m
1912    
1913     #data
1914     <iframe xmlns="http://www.w3.org/1999/xhtml"/>
1915     #errors
1916    
1917     #data
1918     <iframe name="" xmlns="http://www.w3.org/1999/xhtml"/>
1919     #errors
1920     /iframe/@name;window name:empty;m
1921    
1922     #data
1923     <iframe name="_" xmlns="http://www.w3.org/1999/xhtml"/>
1924     #errors
1925     /iframe/@name;window name:reserved;m
1926    
1927     #data
1928     <iframe name="_blank" xmlns="http://www.w3.org/1999/xhtml"/>
1929     #errors
1930     /iframe/@name;window name:reserved;m
1931    
1932     #data
1933     <iframe name="blank" xmlns="http://www.w3.org/1999/xhtml"/>
1934     #errors
1935    
1936     #data
1937     <iframe name="_parent" xmlns="http://www.w3.org/1999/xhtml"/>
1938     #errors
1939     /iframe/@name;window name:reserved;m
1940    
1941     #data
1942     <iframe name="_top" xmlns="http://www.w3.org/1999/xhtml"/>
1943     #errors
1944     /iframe/@name;window name:reserved;m
1945    
1946     #data
1947     <iframe name="_self" xmlns="http://www.w3.org/1999/xhtml"/>
1948     #errors
1949     /iframe/@name;window name:reserved;m
1950    
1951     #data
1952     <iframe name="_a" xmlns="http://www.w3.org/1999/xhtml"/>
1953     #errors
1954     /iframe/@name;window name:reserved;m
1955    
1956     #data
1957     <iframe name="_main" xmlns="http://www.w3.org/1999/xhtml"/>
1958     #errors
1959     /iframe/@name;window name:reserved;m
1960    
1961     #data
1962     <iframe src="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
1963     #errors
1964    
1965     #data
1966     <iframe src="&lt;http://test/>" xmlns="http://www.w3.org/1999/xhtml"/>
1967     #errors
1968     /iframe/@src;syntax error:iriref3987;m
1969    
1970     #data
1971     <iframe src="" sandbox="" xmlns="http://www.w3.org/1999/xhtml">x</iframe>
1972     #errors
1973    
1974     #data
1975     <iframe src="" sandbox=" " xmlns="http://www.w3.org/1999/xhtml">x</iframe>
1976     #errors
1977    
1978     #data
1979     <iframe src="" sandbox="
1980     " xmlns="http://www.w3.org/1999/xhtml">x</iframe>
1981     #errors
1982    
1983     #data
1984     <iframe src="" sandbox="allow-same-origin" xmlns="http://www.w3.org/1999/xhtml">x</iframe>
1985     #errors
1986    
1987     #data
1988     <iframe src="" sandbox="allow-same-origin
1989     " xmlns="http://www.w3.org/1999/xhtml">x</iframe>
1990     #errors
1991    
1992     #data
1993     <iframe src="" sandbox=" allow-same-origin " xmlns="http://www.w3.org/1999/xhtml">x</iframe>
1994     #errors
1995    
1996     #data
1997     <iframe src="" sandbox="allow-scripts
1998     " xmlns="http://www.w3.org/1999/xhtml">x</iframe>
1999     #errors
2000    
2001     #data
2002     <iframe src="" sandbox="allow-same-origin
2003     allow-scripts" xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2004     #errors
2005    
2006     #data
2007     <iframe src="" sandbox="allow-forms" xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2008     #errors
2009    
2010     #data
2011     <iframe src="" sandbox="allow-form"
2012     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2013     #errors
2014     /iframe/@sandbox;word not allowed;m
2015    
2016     #data
2017     <iframe src="" sandbox="allow-script"
2018     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2019     #errors
2020     /iframe/@sandbox;word not allowed;m
2021    
2022     #data
2023     <iframe src="" sandbox="allow-origin"
2024     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2025     #errors
2026     /iframe/@sandbox;word not allowed;m
2027    
2028     #data
2029     <iframe src="" sandbox="allow-script"
2030     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2031     #errors
2032     /iframe/@sandbox;word not allowed;m
2033    
2034     #data
2035     <iframe src="" sandbox="allow-plugins"
2036     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2037     #errors
2038     /iframe/@sandbox;word not allowed;m
2039    
2040     #data
2041     <iframe src="" sandbox="xxx_origin_please_suggest_a_better_name"
2042     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2043     #errors
2044     /iframe/@sandbox;word not allowed;m
2045    
2046     #data
2047     <iframe src="" sandbox="unrestricted-forms"
2048     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2049     #errors
2050     /iframe/@sandbox;word not allowed;m
2051    
2052     #data
2053     <iframe src="" sandbox="unrestricted-scripts"
2054     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2055     #errors
2056     /iframe/@sandbox;word not allowed;m
2057    
2058     #data
2059     <iframe src="" sandbox="Allow-Forms"
2060     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2061     #errors
2062     /iframe/@sandbox;word not allowed;m
2063    
2064     #data
2065     <iframe src="" sandbox="allow"
2066     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2067     #errors
2068     /iframe/@sandbox;word not allowed;m
2069    
2070     #data
2071     <iframe src="" sandbox="disallow-form"
2072     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2073     #errors
2074     /iframe/@sandbox;word not allowed;m
2075    
2076     #data
2077     <iframe src="" sandbox="allow-forms allow-forms"
2078     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2079     #errors
2080     /iframe/@sandbox;duplicate token;m
2081    
2082     #data
2083     <?xml version="1.1"?>
2084     <iframe src="" sandbox="allow-forms&#x000b;"
2085     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2086     #errors
2087     /iframe/@sandbox;word not allowed;m
2088    
2089     #data
2090     <?xml version="1.1"?>
2091     <iframe src="" sandbox="&#x000b;allow-forms"
2092     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2093     #errors
2094     /iframe/@sandbox;word not allowed;m
2095    
2096     #data
2097     <?xml version="1.1"?>
2098     <iframe src="" sandbox="allow-forms&#x000b;allow-scripts"
2099     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2100     #errors
2101     /iframe/@sandbox;word not allowed;m
2102    
2103     #data
2104     <iframe src="" seemless=""
2105     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2106     #errors
2107    
2108     #data
2109     <iframe src="" seemless=" "
2110     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2111     #errors
2112     /iframe/@seemless;boolean:invalid;m
2113    
2114     #data
2115     <iframe src="" seemless="seemless"
2116     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2117     #errors
2118    
2119     #data
2120     <iframe src="" seemless="Seemless"
2121     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2122     #errors
2123    
2124     #data
2125     <iframe src="" seemless="seemless "
2126     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2127     #errors
2128     /iframe/@seemless;boolean:invalid;m
2129    
2130     #data
2131     <iframe src="" seemless="yes"
2132     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2133     #errors
2134     /iframe/@seemless;boolean:invalid;m
2135    
2136     #data
2137 wakaba 1.2 <iframe src="" xmlns="http://www.w3.org/1999/xhtml"
2138     height="">x</iframe>
2139     #errors
2140     /iframe/@height;nninteger:syntax error;m
2141    
2142     #data
2143     <iframe src="" xmlns="http://www.w3.org/1999/xhtml"
2144     height="0">x</iframe>
2145     #errors
2146    
2147     #data
2148     <iframe src="" xmlns="http://www.w3.org/1999/xhtml"
2149     height="120">x</iframe>
2150     #errors
2151    
2152     #data
2153     <iframe src="" xmlns="http://www.w3.org/1999/xhtml"
2154     width="">x</iframe>
2155     #errors
2156     /iframe/@width;nninteger:syntax error;m
2157    
2158     #data
2159     <iframe src="" xmlns="http://www.w3.org/1999/xhtml"
2160     width="0">x</iframe>
2161     #errors
2162    
2163     #data
2164     <iframe src="" xmlns="http://www.w3.org/1999/xhtml"
2165     width="120">x</iframe>
2166     #errors
2167    
2168     #data
2169 wakaba 1.1 <embed xmlns="http://www.w3.org/1999/xhtml"/>
2170     #errors
2171     /embed;attribute missing;src;i
2172    
2173     #data
2174     <embed src="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
2175     #errors
2176    
2177     #data
2178     <embed src="[http://test/]" xmlns="http://www.w3.org/1999/xhtml"/>
2179     #errors
2180     /embed/@src;syntax error:iriref3987;m
2181    
2182     #data
2183     <embed src="http://test/" type="" xmlns="http://www.w3.org/1999/xhtml"/>
2184     #errors
2185     /embed/@type;IMT:syntax error;m
2186    
2187     #data
2188     <embed src="http://test/" type="text"
2189     xmlns="http://www.w3.org/1999/xhtml"/>
2190     #errors
2191     /embed/@type;IMT:syntax error;m
2192    
2193     #data
2194     <embed src="http://test/" type="text/plain"
2195     xmlns="http://www.w3.org/1999/xhtml"/>
2196     #errors
2197    
2198     #data
2199     <embed src="http://test/" id=""
2200     xmlns="http://www.w3.org/1999/xhtml"/>
2201     #errors
2202     /embed/@id;empty attribute value;m
2203    
2204     #data
2205 wakaba 1.2 <embed src="" xmlns="http://www.w3.org/1999/xhtml"
2206     height=""/>
2207     #errors
2208     /embed/@height;nninteger:syntax error;m
2209    
2210     #data
2211     <embed src="" xmlns="http://www.w3.org/1999/xhtml"
2212     height="0"/>
2213     #errors
2214    
2215     #data
2216     <embed src="" xmlns="http://www.w3.org/1999/xhtml"
2217     height="120"/>
2218     #errors
2219    
2220     #data
2221     <embed src="" xmlns="http://www.w3.org/1999/xhtml"
2222     width=""/>
2223     #errors
2224     /embed/@width;nninteger:syntax error;m
2225    
2226     #data
2227     <embed src="" xmlns="http://www.w3.org/1999/xhtml"
2228     width="0"/>
2229     #errors
2230    
2231     #data
2232     <embed src="" xmlns="http://www.w3.org/1999/xhtml"
2233     width="120"/>
2234     #errors
2235    
2236     #data
2237 wakaba 1.1 <embed src="http://test/" a="b" c="d" checked="checked"
2238     xmlns="http://www.w3.org/1999/xhtml"/>
2239     #errors
2240    
2241     #data html
2242     <!DOCTYPE HTML><title>x</title>
2243     <embed src="http://test/"
2244     b:c>
2245     #errors
2246     /html/body/embed/@b:c;attribute not defined;m
2247    
2248     #data html
2249     <!DOCTYPE HTML><title>x</title>
2250     <embed src="http://test/"
2251     xmlsucks>
2252     #errors
2253     /html/body/embed/@xmlsucks;attribute not defined;m
2254    
2255     #data html
2256     <!DOCTYPE HTML><title>x</title>
2257     <embed src="http://test/"
2258     :>
2259     #errors
2260     /html/body/embed/@:;attribute not defined;m
2261    
2262     #data html
2263     <!DOCTYPE HTML><title>x</title>
2264     <embed src="http://test/"
2265     a::b>
2266     #errors
2267     /html/body/embed/@a::b;attribute not defined;m
2268    
2269     #data html
2270     <!DOCTYPE HTML><title>x</title>
2271     <embed src="http://test/"
2272     -manakai-attribute>
2273     #errors
2274     /html/body/embed/@-manakai-attribute;attribute not defined;m
2275    
2276     #data html
2277     <!DOCTYPE HTML><title>x</title>
2278     <embed src="http://test/"
2279     xml:lang lang>
2280     #errors
2281     /html/body/embed/@xml:lang;in HTML:xml:lang;i
2282    
2283     #data html
2284     <!DOCTYPE HTML><title>x</title>
2285     <embed src="http://test/"
2286     xmlns="http://www.w3.org/1999/xhtml">
2287     #errors
2288    
2289     #data html
2290     <!DOCTYPE HTML><title>x</title>
2291     <embed src="http://test/"
2292     xml:space=preserve>
2293     #errors
2294     /html/body/embed/@xml:space;attribute not defined;m
2295    
2296     #data
2297     <embed src="" xmlns="http://www.w3.org/1999/xhtml"
2298     camelCase=""/>
2299     #errors
2300     /embed/@camelCase;attribute not defined;m
2301    
2302     #data
2303     <embed src="" xmlns="http://www.w3.org/1999/xhtml"
2304     Capital=""/>
2305     #errors
2306     /embed/@Capital;attribute not defined;m
2307    
2308     #data
2309     <embed src="" xmlns="http://www.w3.org/1999/xhtml"
2310     UPPERCASE=""/>
2311     #errors
2312     /embed/@UPPERCASE;attribute not defined;m
2313    
2314     #data html
2315     <!DOCTYPE HTML><title>x</title>
2316     <embed src="http://test/"
2317     data->
2318     #errors
2319    
2320     #data html
2321     <!DOCTYPE HTML><title>x</title>
2322     <embed src="http://test/"
2323     data-a>
2324     #errors
2325    
2326     #data html
2327     <!DOCTYPE HTML><title>x</title>
2328     <embed src="http://test/"
2329     data-xml:space>
2330     #errors
2331     /html/body/embed/@data-xml:space;attribute not defined;m
2332    
2333     #data html
2334     <!DOCTYPE HTML><title>x</title>
2335     <embed src="http://test/"
2336     data-xmlns>
2337     #errors
2338    
2339     #data html
2340     <!DOCTYPE HTML><title>x</title>
2341     <embed src="http://test/"
2342     data--abc>
2343     #errors
2344    
2345     #data html
2346     <!DOCTYPE HTML><title>x</title>
2347     <embed src="http://test/"
2348     data-!>
2349     #errors
2350     /html/body/embed/@data-!;attribute not defined;m
2351    
2352     #data
2353     <object xmlns="http://www.w3.org/1999/xhtml"/>
2354     #errors
2355     /object;attribute missing:data|type;m
2356     /object;no significant content;s
2357    
2358     #data
2359     <object data="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
2360     #errors
2361     /object;no significant content;s
2362    
2363     #data
2364     <object data="`http://test/`" xmlns="http://www.w3.org/1999/xhtml"/>
2365     #errors
2366     /object/@data;syntax error:iriref3987;m
2367     /object;no significant content;s
2368    
2369     #data
2370     <object type="" xmlns="http://www.w3.org/1999/xhtml"/>
2371     #errors
2372     /object/@type;IMT:syntax error;m
2373     /object;no significant content;s
2374    
2375     #data
2376     <object type="text/css" xmlns="http://www.w3.org/1999/xhtml"/>
2377     #errors
2378     /object;no significant content;s
2379    
2380     #data
2381     <object type="text/css" data="http://test/"
2382     xmlns="http://www.w3.org/1999/xhtml"/>
2383     #errors
2384     /object;no significant content;s
2385    
2386     #data
2387 wakaba 1.2 <object data="" xmlns="http://www.w3.org/1999/xhtml"
2388     height="">x</iframe>
2389     #errors
2390     /object/@height;nninteger:syntax error;m
2391    
2392     #data
2393     <object data="" xmlns="http://www.w3.org/1999/xhtml"
2394     height="0">x</object>
2395     #errors
2396    
2397     #data
2398     <object data="" xmlns="http://www.w3.org/1999/xhtml"
2399     height="120">x</object>
2400     #errors
2401    
2402     #data
2403     <object data="" xmlns="http://www.w3.org/1999/xhtml"
2404     width="">x</object>
2405     #errors
2406     /object/@width;nninteger:syntax error;m
2407    
2408     #data
2409     <object data="" xmlns="http://www.w3.org/1999/xhtml"
2410     width="0">x</object>
2411     #errors
2412    
2413     #data
2414     <object data="" xmlns="http://www.w3.org/1999/xhtml"
2415     width="120">x</object>
2416     #errors
2417    
2418     #data
2419 wakaba 1.1 <div xmlns="http://www.w3.org/1999/xhtml">
2420     <p><object data="http://test/" usemap="">x</object></p>
2421     </div>
2422     #errors
2423     /div/p/object/@usemap;hashref:syntax error;m
2424    
2425     #data
2426     <div xmlns="http://www.w3.org/1999/xhtml">
2427     <p><object data="http://test/" usemap="abc">x</object></p>
2428     </div>
2429     #errors
2430     /div/p/object/@usemap;hashref:syntax error;m
2431    
2432     #data
2433     <div xmlns="http://www.w3.org/1999/xhtml">
2434     <p><object data="http://test/" usemap="abc#">x</object></p>
2435     </div>
2436     #errors
2437     /div/p/object/@usemap;hashref:syntax error;m
2438    
2439     #data
2440     <div xmlns="http://www.w3.org/1999/xhtml">
2441     <p><object data="http://test/" usemap="&#x0A;#abc">x</object></p>
2442     </div>
2443     #errors
2444     /div/p/object/@usemap;hashref:syntax error;m
2445    
2446     #data
2447     <div xmlns="http://www.w3.org/1999/xhtml">
2448     <p><object data="http://test/" usemap="#aa">x</object></p>
2449     <map id="aa"/>
2450     </div>
2451     #errors
2452     /div/p/object/@usemap;no referenced map;m
2453     /div/map;attribute missing;name;m
2454    
2455     #data
2456     <div xmlns="http://www.w3.org/1999/xhtml">
2457     <p><object data="http://test/" usemap="#aa">x</object></p>
2458     <map name="aa"/>
2459     </div>
2460     #errors
2461    
2462     #data
2463     <div xmlns="http://www.w3.org/1999/xhtml">
2464     <map name="aa"/>
2465     <p><object data="http://test/" usemap="#aa">x</object></p>
2466     </div>
2467     #errors
2468    
2469     #data
2470     <div xmlns="http://www.w3.org/1999/xhtml">
2471     <map name="&#x4E00;"/>
2472     <p><object data="http://test/" usemap="#&#x4E00;">x</object></p>
2473     </div>
2474     #errors
2475    
2476     #data
2477     <div xmlns="http://www.w3.org/1999/xhtml">
2478     <map name="aa"/>
2479     <p><object data="http://test/" usemap="#bb">x</object></p>
2480     </div>
2481     #errors
2482     /div/p/object/@usemap;no referenced map;m
2483    
2484     #data
2485     <div xmlns="http://www.w3.org/1999/xhtml">
2486     <map name="aa"/>
2487     <p><object data="http://test/" usemap="#aa">x</object></p>
2488     <p><object data="http://test/" usemap="#aa">x</object></p>
2489     </div>
2490     #errors
2491    
2492     #data
2493     <div xmlns="http://www.w3.org/1999/xhtml">
2494     <map name="aa"/>
2495     <p><object data="http://test/" usemap="#AA">x</object></p>
2496     </div>
2497     #errors
2498     /div/p/object/@usemap;no referenced map;m
2499    
2500     #data
2501     <div xmlns="http://www.w3.org/1999/xhtml">
2502     <map name="AA"/>
2503     <p><object data="http://test/" usemap="#aa">x</object></p>
2504     </div>
2505     #errors
2506     /div/p/object/@usemap;no referenced map;m
2507    
2508     #data
2509     <div xmlns="http://www.w3.org/1999/xhtml">
2510     <object data="" usemap="#a">x</object><menu id="a">x</menu>
2511     </div>
2512     #errors
2513     /div/object/@usemap;no referenced map;m
2514    
2515     #data
2516     <object data="" declare="" xmlns="http://www.w3.org/1999/xhtml"/>
2517     #errors
2518     /object/@declare;attribute not defined;m
2519     /object;no significant content;s
2520    
2521     #data
2522     <object data="" declare="declare" xmlns="http://www.w3.org/1999/xhtml"/>
2523     #errors
2524     /object/@declare;attribute not defined;m
2525     /object;no significant content;s
2526    
2527     #data
2528     <object data="" declare="yes" xmlns="http://www.w3.org/1999/xhtml"/>
2529     #errors
2530     /object/@declare;attribute not defined;m
2531     /object/@declare;boolean:invalid;m
2532     /object;no significant content;s
2533    
2534     #data
2535     <object data="" declare="no" xmlns="http://www.w3.org/1999/xhtml"/>
2536     #errors
2537     /object/@declare;attribute not defined;m
2538     /object/@declare;boolean:invalid;m
2539     /object;no significant content;s
2540    
2541     #data
2542     <object data="" declare="Declare" xmlns="http://www.w3.org/1999/xhtml"/>
2543     #errors
2544     /object/@declare;attribute not defined;m
2545     /object;no significant content;s
2546    
2547     #data
2548     <object data="" classid="" xmlns="http://www.w3.org/1999/xhtml"/>
2549     #errors
2550     /object/@classid;attribute not defined;m
2551     /object;no significant content;s
2552    
2553     #data
2554     <object data="" classid="[]" xmlns="http://www.w3.org/1999/xhtml"/>
2555     #errors
2556     /object/@classid;attribute not defined;m
2557     /object/@classid;syntax error:iriref3987;m
2558     /object;no significant content;s
2559    
2560     #data
2561     <object data="" codebase="" xmlns="http://www.w3.org/1999/xhtml"/>
2562     #errors
2563     /object/@codebase;attribute not defined;m
2564     /object;no significant content;s
2565    
2566     #data
2567     <object data="" codebase="[]" xmlns="http://www.w3.org/1999/xhtml"/>
2568     #errors
2569     /object/@codebase;attribute not defined;m
2570     /object/@codebase;syntax error:iriref3987;m
2571     /object;no significant content;s
2572    
2573     #data
2574     <object data="" archive="" xmlns="http://www.w3.org/1999/xhtml"/>
2575     #errors
2576     /object/@archive;attribute not defined;m
2577     /object;no significant content;s
2578    
2579     #data
2580     <object data="" archive="[]" xmlns="http://www.w3.org/1999/xhtml"/>
2581     #errors
2582     /object/@archive;attribute not defined;m
2583     /object/@archive;syntax error:iriref3987;m
2584     /object;no significant content;s
2585    
2586     #data
2587     <object data="" archive="a,[]" xmlns="http://www.w3.org/1999/xhtml"/>
2588     #errors
2589     /object/@archive;attribute not defined;m
2590     /object/@archive;syntax error:iriref3987;m
2591     /object;no significant content;s
2592    
2593     #data
2594     <object data="" archives="[]" xmlns="http://www.w3.org/1999/xhtml"/>
2595     #errors
2596     /object/@archives;attribute not defined;m
2597     /object;no significant content;s
2598    
2599     #data
2600     <object data="" codetype="" xmlns="http://www.w3.org/1999/xhtml"/>
2601     #errors
2602     /object/@codetype;attribute not defined;m
2603     /object/@codetype;IMT:syntax error;m
2604     /object;no significant content;s
2605    
2606     #data
2607     <object data="" codetype="text/html" xmlns="http://www.w3.org/1999/xhtml"/>
2608     #errors
2609     /object/@codetype;attribute not defined;m
2610     /object;no significant content;s
2611    
2612     #data
2613     <object data="" standby="" xmlns="http://www.w3.org/1999/xhtml"/>
2614     #errors
2615     /object/@standby;attribute not defined;m
2616     /object;no significant content;s
2617    
2618     #data
2619     <object data="" standby="[]" xmlns="http://www.w3.org/1999/xhtml"/>
2620     #errors
2621     /object/@standby;attribute not defined;m
2622     /object;no significant content;s
2623    
2624     #data
2625     <object data="" border="0" xmlns="http://www.w3.org/1999/xhtml"/>
2626     #errors
2627     /object;no significant content;s
2628     /object/@border;attribute not defined;m
2629    
2630     #data
2631     <object data="" border="none" xmlns="http://www.w3.org/1999/xhtml"/>
2632     #errors
2633     /object/@border;attribute not defined;m
2634     /object/@border;nninteger:syntax error;m
2635     /object;no significant content;s
2636    
2637     #data
2638     <object data="" hspace="0" xmlns="http://www.w3.org/1999/xhtml"/>
2639     #errors
2640     /object/@hspace;attribute not defined;m
2641     /object;no significant content;s
2642    
2643     #data
2644     <object data="" hspace="none" xmlns="http://www.w3.org/1999/xhtml"/>
2645     #errors
2646     /object/@hspace;attribute not defined;m
2647     /object;no significant content;s
2648     /object/@hspace;nninteger:syntax error;m
2649    
2650     #data
2651     <object data="" vspace="0" xmlns="http://www.w3.org/1999/xhtml"/>
2652     #errors
2653     /object;no significant content;s
2654     /object/@vspace;attribute not defined;m
2655    
2656     #data
2657     <object data="" vspace="none" xmlns="http://www.w3.org/1999/xhtml"/>
2658     #errors
2659     /object;no significant content;s
2660     /object/@vspace;attribute not defined;m
2661     /object/@vspace;nninteger:syntax error;m
2662    
2663     #data
2664     <object data="" align="" xmlns="http://www.w3.org/1999/xhtml"/>
2665     #errors
2666     /object;no significant content;s
2667     /object/@align;attribute not defined;m
2668     /object/@align;enumerated:invalid;m
2669    
2670     #data
2671     <object data="" align="char" xmlns="http://www.w3.org/1999/xhtml"/>
2672     #errors
2673     /object;no significant content;s
2674     /object/@align;attribute not defined;m
2675     /object/@align;enumerated:invalid;m
2676    
2677     #data
2678     <object data="" align="justify" xmlns="http://www.w3.org/1999/xhtml"/>
2679     #errors
2680     /object;no significant content;s
2681     /object/@align;attribute not defined;m
2682     /object/@align;enumerated:invalid;m
2683    
2684     #data
2685     <object data="" align="center" xmlns="http://www.w3.org/1999/xhtml"/>
2686     #errors
2687     /object;no significant content;s
2688     /object/@align;attribute not defined;m
2689     /object/@align;enumerated:invalid;m
2690    
2691     #data
2692     <object data="" align="bottom" xmlns="http://www.w3.org/1999/xhtml"/>
2693     #errors
2694     /object;no significant content;s
2695     /object/@align;attribute not defined;m
2696    
2697     #data
2698     <object data="" align="middle" xmlns="http://www.w3.org/1999/xhtml"/>
2699     #errors
2700     /object;no significant content;s
2701     /object/@align;attribute not defined;m
2702    
2703     #data
2704     <object data="" align="top" xmlns="http://www.w3.org/1999/xhtml"/>
2705     #errors
2706     /object;no significant content;s
2707     /object/@align;attribute not defined;m
2708    
2709     #data
2710     <object data="" align="left" xmlns="http://www.w3.org/1999/xhtml"/>
2711     #errors
2712     /object;no significant content;s
2713     /object/@align;attribute not defined;m
2714    
2715     #data
2716     <object data="" align="right" xmlns="http://www.w3.org/1999/xhtml"/>
2717     #errors
2718     /object;no significant content;s
2719     /object/@align;attribute not defined;m
2720    
2721     #data
2722     <object name="" data="" xmlns="http://www.w3.org/1999/xhtml">x</object>
2723     #errors
2724     /object/@name;window name:empty;m
2725    
2726     #data
2727     <object name="_" data="" xmlns="http://www.w3.org/1999/xhtml">x</object>
2728     #errors
2729     /object/@name;window name:reserved;m
2730    
2731     #data
2732     <object name="_a" data="" xmlns="http://www.w3.org/1999/xhtml">x</object>
2733     #errors
2734     /object/@name;window name:reserved;m
2735    
2736     #data
2737     <object name="_blank" data="" xmlns="http://www.w3.org/1999/xhtml">x</object>
2738     #errors
2739     /object/@name;window name:reserved;m
2740    
2741     #data
2742     <object name="_parent" data="" xmlns="http://www.w3.org/1999/xhtml">x</object>
2743     #errors
2744     /object/@name;window name:reserved;m
2745    
2746     #data
2747     <object name="_self" data="" xmlns="http://www.w3.org/1999/xhtml">x</object>
2748     #errors
2749     /object/@name;window name:reserved;m
2750    
2751     #data
2752     <object name="_top" data="" xmlns="http://www.w3.org/1999/xhtml">x</object>
2753     #errors
2754     /object/@name;window name:reserved;m
2755    
2756     #data
2757     <object name="abc" data="" xmlns="http://www.w3.org/1999/xhtml">x</object>
2758     #errors
2759    
2760     #data
2761     <object name="self" data="" xmlns="http://www.w3.org/1999/xhtml">x</object>
2762     #errors
2763    
2764     #data
2765     <param xmlns="http://www.w3.org/1999/xhtml"/>
2766     #errors
2767     /param;attribute missing;name;m
2768     /param;attribute missing;value;m
2769    
2770     #data
2771     <param name="a" xmlns="http://www.w3.org/1999/xhtml"/>
2772     #errors
2773     /param;attribute missing;value;m
2774    
2775     #data
2776     <param value="a" xmlns="http://www.w3.org/1999/xhtml"/>
2777     #errors
2778     /param;attribute missing;name;m
2779    
2780     #data
2781     <param name="a" value="b" xmlns="http://www.w3.org/1999/xhtml"/>
2782     #errors
2783    
2784     #data
2785     <param name="" value="" xmlns="http://www.w3.org/1999/xhtml"/>
2786     #errors
2787    
2788     #data
2789     <param name="a" value="b" valuetype="data" xmlns="http://www.w3.org/1999/xhtml"/>
2790     #errors
2791     /param/@valuetype;attribute not defined;m
2792    
2793     #data
2794     <param name="a" value="b" valuetype="ref" xmlns="http://www.w3.org/1999/xhtml"/>
2795     #errors
2796     /param/@valuetype;attribute not defined;m
2797    
2798     #data
2799     <param name="a" value="b" valuetype="object" xmlns="http://www.w3.org/1999/xhtml"/>
2800     #errors
2801     /param/@valuetype;attribute not defined;m
2802    
2803     #data
2804     <param name="a" value="b" valuetype="text" xmlns="http://www.w3.org/1999/xhtml"/>
2805     #errors
2806     /param/@valuetype;attribute not defined;m
2807     /param/@valuetype;enumerated:invalid;m
2808    
2809     #data
2810     <param name="a" value="b" type="text" xmlns="http://www.w3.org/1999/xhtml"/>
2811     #errors
2812     /param/@type;attribute not defined;m
2813     /param/@type;IMT:syntax error;m
2814    
2815     #data
2816     <param name="a" value="b" type="text/html" xmlns="http://www.w3.org/1999/xhtml"/>
2817     #errors
2818     /param/@type;attribute not defined;m
2819    
2820     #data
2821     <video xmlns="http://www.w3.org/1999/xhtml"/>
2822     #errors
2823     /video;no significant content;s
2824     /video;child element missing;source;m
2825    
2826     #data
2827     <video src="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
2828     #errors
2829     /video;no significant content;s
2830    
2831     #data
2832     <video src="``http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
2833     #errors
2834     /video/@src;syntax error:iriref3987;m
2835     /video;no significant content;s
2836    
2837     #data
2838     <video autoplay="" xmlns="http://www.w3.org/1999/xhtml"/>
2839     #errors
2840     /video;no significant content;s
2841     /video;child element missing;source;m
2842 wakaba 1.8 /video/@autoplay;attribute not allowed;w
2843 wakaba 1.1
2844     #data
2845     <video autoplay="autoplay" xmlns="http://www.w3.org/1999/xhtml"/>
2846     #errors
2847     /video;no significant content;s
2848     /video;child element missing;source;m
2849 wakaba 1.8 /video/@autoplay;attribute not allowed;w
2850 wakaba 1.1
2851     #data
2852     <video autoplay="true" xmlns="http://www.w3.org/1999/xhtml"/>
2853     #errors
2854     /video;no significant content;s
2855     /video/@autoplay;boolean:invalid;m
2856     /video;child element missing;source;m
2857 wakaba 1.8 /video/@autoplay;attribute not allowed;w
2858 wakaba 1.1
2859     #data
2860     <video autoplay="AUTOPlay" xmlns="http://www.w3.org/1999/xhtml"/>
2861     #errors
2862     /video;no significant content;s
2863     /video;child element missing;source;m
2864 wakaba 1.8 /video/@autoplay;attribute not allowed;w
2865 wakaba 1.1
2866     #data
2867 wakaba 1.4 <video autobuffer="" xmlns="http://www.w3.org/1999/xhtml"/>
2868     #errors
2869     /video;no significant content;s
2870     /video;child element missing;source;m
2871    
2872     #data
2873     <video autobuffer="autobuffer" xmlns="http://www.w3.org/1999/xhtml"/>
2874     #errors
2875     /video;no significant content;s
2876     /video;child element missing;source;m
2877    
2878     #data
2879     <video autobuffer="true" xmlns="http://www.w3.org/1999/xhtml"/>
2880     #errors
2881     /video;no significant content;s
2882     /video/@autobuffer;boolean:invalid;m
2883     /video;child element missing;source;m
2884    
2885     #data
2886     <video autobuffer="AUTOBuffer" xmlns="http://www.w3.org/1999/xhtml"/>
2887     #errors
2888     /video;no significant content;s
2889     /video;child element missing;source;m
2890    
2891     #data
2892     <video autoplay="" autobuffer="AUTOBuffer" xmlns="http://www.w3.org/1999/xhtml"/>
2893     #errors
2894     /video;no significant content;s
2895     /video;child element missing;source;m
2896 wakaba 1.8 /video/@autoplay;attribute not allowed;w
2897 wakaba 1.4
2898     #data
2899 wakaba 1.1 <video controls="" xmlns="http://www.w3.org/1999/xhtml"/>
2900     #errors
2901     /video;no significant content;s
2902     /video;child element missing;source;m
2903    
2904     #data
2905     <video controls="controls" xmlns="http://www.w3.org/1999/xhtml"/>
2906     #errors
2907     /video;no significant content;s
2908     /video;child element missing;source;m
2909    
2910     #data
2911     <video controls="Controls" xmlns="http://www.w3.org/1999/xhtml"/>
2912     #errors
2913     /video;no significant content;s
2914     /video;child element missing;source;m
2915    
2916     #data
2917     <video controls="true" xmlns="http://www.w3.org/1999/xhtml"/>
2918     #errors
2919     /video/@controls;boolean:invalid;m
2920     /video;no significant content;s
2921     /video;child element missing;source;m
2922    
2923     #data
2924     <video controls="control" xmlns="http://www.w3.org/1999/xhtml"/>
2925     #errors
2926     /video/@controls;boolean:invalid;m
2927     /video;no significant content;s
2928     /video;child element missing;source;m
2929    
2930     #data
2931     <video control="" xmlns="http://www.w3.org/1999/xhtml"/>
2932     #errors
2933     /video/@control;attribute not defined;m
2934     /video;no significant content;s
2935     /video;child element missing;source;m
2936    
2937     #data
2938     <video poster="" xmlns="http://www.w3.org/1999/xhtml"/>
2939     #errors
2940     /video;no significant content;s
2941     /video;child element missing;source;m
2942    
2943     #data
2944     <video poster="abc" xmlns="http://www.w3.org/1999/xhtml"/>
2945     #errors
2946     /video;child element missing;source;m
2947     /video;no significant content;s
2948    
2949     #data
2950     <video poster="[]" xmlns="http://www.w3.org/1999/xhtml"/>
2951     #errors
2952     /video/@poster;syntax error:iriref3987;m
2953     /video;no significant content;s
2954     /video;child element missing;source;m
2955 wakaba 1.2
2956     #data
2957     <video src="" xmlns="http://www.w3.org/1999/xhtml"
2958     height="">x</video>
2959     #errors
2960     /video/@height;nninteger:syntax error;m
2961    
2962     #data
2963     <video src="" xmlns="http://www.w3.org/1999/xhtml"
2964     height="0">x</video>
2965     #errors
2966    
2967     #data
2968     <video src="" xmlns="http://www.w3.org/1999/xhtml"
2969     height="120">x</video>
2970     #errors
2971    
2972     #data
2973     <video src="" xmlns="http://www.w3.org/1999/xhtml"
2974     width="">x</video>
2975     #errors
2976     /video/@width;nninteger:syntax error;m
2977    
2978     #data
2979     <video src="" xmlns="http://www.w3.org/1999/xhtml"
2980     width="0">x</video>
2981     #errors
2982    
2983     #data
2984     <video src="" xmlns="http://www.w3.org/1999/xhtml"
2985     width="120">x</video>
2986     #errors
2987 wakaba 1.1
2988     #data
2989     <audio xmlns="http://www.w3.org/1999/xhtml"/>
2990     #errors
2991     /audio;no significant content;s
2992     /audio;child element missing;source;m
2993    
2994     #data
2995     <audio src="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
2996     #errors
2997     /audio;no significant content;s
2998    
2999     #data
3000     <audio src="http://[test]/" xmlns="http://www.w3.org/1999/xhtml"/>
3001     #errors
3002     /audio/@src;syntax error:iriref3987;m
3003     /audio;no significant content;s
3004    
3005     #data
3006     <audio autoplay="" xmlns="http://www.w3.org/1999/xhtml"/>
3007     #errors
3008     /audio;no significant content;s
3009     /audio;child element missing;source;m
3010 wakaba 1.8 /audio/@autoplay;attribute not allowed;w
3011 wakaba 1.1
3012     #data
3013     <audio autoplay="autoplay" xmlns="http://www.w3.org/1999/xhtml"/>
3014     #errors
3015     /audio;no significant content;s
3016     /audio;child element missing;source;m
3017 wakaba 1.8 /audio/@autoplay;attribute not allowed;w
3018 wakaba 1.1
3019     #data
3020     <audio autoplay="AUTOPLAY" xmlns="http://www.w3.org/1999/xhtml"/>
3021     #errors
3022     /audio;no significant content;s
3023     /audio;child element missing;source;m
3024 wakaba 1.8 /audio/@autoplay;attribute not allowed;w
3025 wakaba 1.1
3026     #data
3027 wakaba 1.4 <audio autobuffer="" xmlns="http://www.w3.org/1999/xhtml"/>
3028     #errors
3029     /audio;no significant content;s
3030     /audio;child element missing;source;m
3031    
3032     #data
3033     <audio autobuffer="autobuffer" xmlns="http://www.w3.org/1999/xhtml"/>
3034     #errors
3035     /audio;no significant content;s
3036     /audio;child element missing;source;m
3037    
3038     #data
3039     <audio autobuffer="AUTOBuffer" xmlns="http://www.w3.org/1999/xhtml"/>
3040     #errors
3041     /audio;no significant content;s
3042     /audio;child element missing;source;m
3043    
3044     #data
3045     <audio autobuffer="true" xmlns="http://www.w3.org/1999/xhtml"/>
3046     #errors
3047     /audio/@autobuffer;boolean:invalid;m
3048     /audio;no significant content;s
3049     /audio;child element missing;source;m
3050    
3051     #data
3052     <audio autoplay="" autobuffer="" xmlns="http://www.w3.org/1999/xhtml"/>
3053 wakaba 1.1 #errors
3054     /audio;no significant content;s
3055     /audio;child element missing;source;m
3056 wakaba 1.8 /audio/@autoplay;attribute not allowed;w
3057 wakaba 1.1
3058     #data
3059     <audio controls="" xmlns="http://www.w3.org/1999/xhtml"/>
3060     #errors
3061     /audio;no significant content;s
3062     /audio;child element missing;source;m
3063    
3064     #data
3065     <audio controls="controls" xmlns="http://www.w3.org/1999/xhtml"/>
3066     #errors
3067     /audio;no significant content;s
3068     /audio;child element missing;source;m
3069    
3070     #data
3071     <audio controls="CONTROLS" xmlns="http://www.w3.org/1999/xhtml"/>
3072     #errors
3073     /audio;no significant content;s
3074     /audio;child element missing;source;m
3075    
3076     #data
3077     <audio controls="true" xmlns="http://www.w3.org/1999/xhtml"/>
3078     #errors
3079     /audio/@controls;boolean:invalid;m
3080     /audio;no significant content;s
3081     /audio;child element missing;source;m
3082    
3083     #data
3084 wakaba 1.10 <video src="" start="" end="" loopstart="" loopend="" playcount=""
3085     xmlns="http://www.w3.org/1999/xhtml">a</video>
3086     #errors
3087     /video/@start;attribute not defined;m
3088     /video/@end;attribute not defined;m
3089     /video/@loopstart;attribute not defined;m
3090     /video/@loopend;attribute not defined;m
3091     /video/@playcount;attribute not defined;m
3092    
3093     #data
3094     <audio src="" start="" end="" loopstart="" loopend="" playcount=""
3095     xmlns="http://www.w3.org/1999/xhtml">a</audio>
3096     #errors
3097     /audio/@start;attribute not defined;m
3098     /audio/@end;attribute not defined;m
3099     /audio/@loopstart;attribute not defined;m
3100     /audio/@loopend;attribute not defined;m
3101     /audio/@playcount;attribute not defined;m
3102    
3103     #data
3104     <video src=""
3105     loop=""
3106     xmlns="http://www.w3.org/1999/xhtml">a</video>
3107     #errors
3108    
3109     #data
3110     <audio src=""
3111     loop=""
3112     xmlns="http://www.w3.org/1999/xhtml">a</audio>
3113     #errors
3114    
3115     #data
3116     <video src=""
3117     loop="loop"
3118     xmlns="http://www.w3.org/1999/xhtml">a</video>
3119     #errors
3120    
3121     #data
3122     <audio src=""
3123     loop="loop"
3124     xmlns="http://www.w3.org/1999/xhtml">a</audio>
3125     #errors
3126    
3127     #data
3128     <video src=""
3129     loop="Loop"
3130     xmlns="http://www.w3.org/1999/xhtml">a</video>
3131     #errors
3132    
3133     #data
3134     <audio src=""
3135     loop="Loop"
3136     xmlns="http://www.w3.org/1999/xhtml">a</audio>
3137     #errors
3138    
3139     #data
3140     <video src=""
3141     loop="true"
3142     xmlns="http://www.w3.org/1999/xhtml">a</video>
3143     #errors
3144     /video/@loop;boolean:invalid;m
3145    
3146     #data
3147     <audio src=""
3148     loop="true"
3149     xmlns="http://www.w3.org/1999/xhtml">a</audio>
3150     #errors
3151     /audio/@loop;boolean:invalid;m
3152    
3153     #data
3154     <video src=""
3155     loop="lop"
3156     xmlns="http://www.w3.org/1999/xhtml">a</video>
3157     #errors
3158     /video/@loop;boolean:invalid;m
3159    
3160     #data
3161     <audio src=""
3162     loop="loop "
3163     xmlns="http://www.w3.org/1999/xhtml">a</audio>
3164     #errors
3165     /audio/@loop;boolean:invalid;m
3166    
3167     #data
3168 wakaba 1.1 <source xmlns="http://www.w3.org/1999/xhtml"/>
3169     #errors
3170     /source;attribute missing;src;m
3171    
3172     #data
3173     <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
3174     #errors
3175    
3176     #data
3177     <source src="%http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
3178     #errors
3179     /source/@src;syntax error:iriref3987;m
3180    
3181     #data
3182     <source src="http://test/" type="" xmlns="http://www.w3.org/1999/xhtml"/>
3183     #errors
3184     /source/@type;IMT:syntax error;m
3185    
3186     #data
3187     <source src="http://test/" type="video" xmlns="http://www.w3.org/1999/xhtml"/>
3188     #errors
3189     /source/@type;IMT:syntax error;m
3190    
3191     #data
3192     <source src="http://test/" type="audio/mpeg"
3193     xmlns="http://www.w3.org/1999/xhtml"/>
3194     #errors
3195    
3196     #data
3197     <source src="http://test/" type="video/3gpp2; codecs=sevc,s263"
3198     xmlns="http://www.w3.org/1999/xhtml"/>
3199     #errors
3200     /source/@type;IMT:syntax error;m
3201    
3202     #data
3203     <source src="http://test/" type="video/3gpp2; codecs=&quot;sevc,s263&quot;"
3204     xmlns="http://www.w3.org/1999/xhtml"/>
3205     #errors
3206    
3207     #data
3208     <source src="http://test/" type="video/3gpp2; codecs=&quot;sevc, s263&quot;"
3209     xmlns="http://www.w3.org/1999/xhtml"/>
3210     #errors
3211    
3212     #data
3213     <source src="http://test/" type="video/3gpp2; codecs='sevc, s263'"
3214     xmlns="http://www.w3.org/1999/xhtml"/>
3215     #errors
3216     /source/@type;IMT:syntax error;m
3217    
3218     #data
3219     <source src="http://test/" media="screen"
3220     xmlns="http://www.w3.org/1999/xhtml"/>
3221     #errors
3222     /source/@media;media query;u
3223    
3224     #data
3225     <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
3226     pixelratio=""/>
3227     #errors
3228     /source/@pixelratio;float:syntax error;m
3229 wakaba 1.9 /source/@pixelratio;attribute not defined;m
3230 wakaba 1.1
3231     #data
3232     <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
3233     pixelratio="1"/>
3234     #errors
3235 wakaba 1.9 /source/@pixelratio;attribute not defined;m
3236 wakaba 1.1
3237     #data
3238     <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
3239     pixelratio="1.00"/>
3240     #errors
3241 wakaba 1.9 /source/@pixelratio;attribute not defined;m
3242 wakaba 1.1
3243     #data
3244     <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
3245     pixelratio="0.001"/>
3246     #errors
3247 wakaba 1.9 /source/@pixelratio;attribute not defined;m
3248    
3249     #data
3250     <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
3251     pixelratio="0.5"/>
3252     #errors
3253     /source/@pixelratio;attribute not defined;m
3254    
3255     #data
3256     <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
3257     pixelratio="0.00"/>
3258     #errors
3259     /source/@pixelratio;attribute not defined;m
3260     /source/@pixelratio;float:out of range;m
3261    
3262     #data
3263     <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
3264     pixelratio="-20"/>
3265     #errors
3266     /source/@pixelratio;attribute not defined;m
3267     /source/@pixelratio;float:out of range;m
3268    
3269     #data
3270     <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
3271     pixelratio="0.001e-20"/>
3272     #errors
3273     /source/@pixelratio;attribute not defined;m
3274 wakaba 1.1
3275     #data
3276     <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
3277     pixelratio="10.4"/>
3278     #errors
3279 wakaba 1.9 /source/@pixelratio;attribute not defined;m
3280 wakaba 1.1
3281     #data
3282     <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
3283     pixelratio="1."/>
3284     #errors
3285 wakaba 1.9 /source/@pixelratio;attribute not defined;m
3286 wakaba 1.7 /source/@pixelratio;float:syntax error;m
3287 wakaba 1.1
3288     #data
3289     <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
3290     pixelratio=".1"/>
3291     #errors
3292 wakaba 1.9 /source/@pixelratio;attribute not defined;m
3293 wakaba 1.7 /source/@pixelratio;float:syntax error;m
3294 wakaba 1.1
3295     #data
3296     <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
3297     pixelratio="+0.2"/>
3298     #errors
3299 wakaba 1.9 /source/@pixelratio;attribute not defined;m
3300 wakaba 1.1 /source/@pixelratio;float:syntax error;m
3301    
3302     #data
3303     <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
3304     pixelratio="43 "/>
3305     #errors
3306 wakaba 1.9 /source/@pixelratio;attribute not defined;m
3307 wakaba 1.1 /source/@pixelratio;float:syntax error;m
3308    
3309     #data
3310     <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
3311     pixelratio="aaaa"/>
3312     #errors
3313 wakaba 1.9 /source/@pixelratio;attribute not defined;m
3314 wakaba 1.1 /source/@pixelratio;float:syntax error;m
3315    
3316     #data
3317     <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
3318     pixelratio="4 + 0.2"/>
3319     #errors
3320 wakaba 1.9 /source/@pixelratio;attribute not defined;m
3321 wakaba 1.1 /source/@pixelratio;float:syntax error;m
3322    
3323     #data
3324     <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
3325     pixelratio="0..3"/>
3326     #errors
3327 wakaba 1.9 /source/@pixelratio;attribute not defined;m
3328 wakaba 1.1 /source/@pixelratio;float:syntax error;m
3329    
3330     #data
3331     <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
3332     pixelratio="0.4."/>
3333     #errors
3334 wakaba 1.9 /source/@pixelratio;attribute not defined;m
3335 wakaba 1.1 /source/@pixelratio;float:syntax error;m
3336    
3337     #data
3338     <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
3339     pixelratio="."/>
3340     #errors
3341 wakaba 1.9 /source/@pixelratio;attribute not defined;m
3342 wakaba 1.1 /source/@pixelratio;float:syntax error;m
3343    
3344     #data
3345     <canvas xmlns="http://www.w3.org/1999/xhtml"/>
3346     #errors
3347     /canvas;no significant content;s
3348    
3349     #data
3350     <canvas width="" xmlns="http://www.w3.org/1999/xhtml"/>
3351     #errors
3352     /canvas;no significant content;s
3353     /canvas/@width;nninteger:syntax error;m
3354    
3355     #data
3356     <canvas width="1" xmlns="http://www.w3.org/1999/xhtml"/>
3357     #errors
3358     /canvas;no significant content;s
3359    
3360     #data
3361     <canvas width="0" xmlns="http://www.w3.org/1999/xhtml"/>
3362     #errors
3363     /canvas;no significant content;s
3364    
3365     #data
3366     <canvas width="100" xmlns="http://www.w3.org/1999/xhtml"/>
3367     #errors
3368     /canvas;no significant content;s
3369    
3370     #data
3371     <canvas width="-1" xmlns="http://www.w3.org/1999/xhtml"/>
3372     #errors
3373     /canvas;no significant content;s
3374     /canvas/@width;nninteger:syntax error;m
3375    
3376     #data
3377     <canvas width="saaa" xmlns="http://www.w3.org/1999/xhtml"/>
3378     #errors
3379     /canvas/@width;nninteger:syntax error;m
3380     /canvas;no significant content;s
3381    
3382     #data
3383     <canvas width="1&#xA;" xmlns="http://www.w3.org/1999/xhtml"/>
3384     #errors
3385     /canvas/@width;nninteger:syntax error;m
3386     /canvas;no significant content;s
3387    
3388     #data
3389     <canvas width="13344aa" xmlns="http://www.w3.org/1999/xhtml"/>
3390     #errors
3391     /canvas/@width;nninteger:syntax error;m
3392     /canvas;no significant content;s
3393    
3394     #data
3395     <canvas height="" xmlns="http://www.w3.org/1999/xhtml"/>
3396     #errors
3397     /canvas/@height;nninteger:syntax error;m
3398     /canvas;no significant content;s
3399    
3400     #data
3401     <canvas height="0" xmlns="http://www.w3.org/1999/xhtml"/>
3402     #errors
3403     /canvas;no significant content;s
3404    
3405     #data
3406     <canvas height="1" xmlns="http://www.w3.org/1999/xhtml"/>
3407     #errors
3408     /canvas;no significant content;s
3409    
3410     #data
3411     <canvas height="-2" xmlns="http://www.w3.org/1999/xhtml"/>
3412     #errors
3413     /canvas/@height;nninteger:syntax error;m
3414     /canvas;no significant content;s
3415    
3416     #data
3417     <canvas height="1&#xA;" xmlns="http://www.w3.org/1999/xhtml"/>
3418     #errors
3419     /canvas/@height;nninteger:syntax error;m
3420     /canvas;no significant content;s
3421    
3422     #data
3423     <canvas height="xxx" xmlns="http://www.w3.org/1999/xhtml"/>
3424     #errors
3425     /canvas/@height;nninteger:syntax error;m
3426     /canvas;no significant content;s
3427    
3428     #data
3429     <canvas width="44" height="14" xmlns="http://www.w3.org/1999/xhtml"/>
3430     #errors
3431     /canvas;no significant content;s
3432    
3433     #data
3434     <map xmlns="http://www.w3.org/1999/xhtml"/>
3435     #errors
3436     /map;attribute missing;name;m
3437     /map;no significant content;s
3438    
3439     #data
3440     <map name="aa" xmlns="http://www.w3.org/1999/xhtml"/>
3441     #errors
3442     /map;no significant content;s
3443    
3444     #data
3445     <map name="aa" xmlns="http://www.w3.org/1999/xhtml"/>
3446     #errors
3447     /map;no significant content;s
3448    
3449     #data
3450     <div xmlns="http://www.w3.org/1999/xhtml">
3451     <map name="aa" id="aa"/>
3452     <p id="aa">x</p>
3453     </div>
3454     #errors
3455     /div/p/@id;duplicate ID;m
3456    
3457     #data
3458     <div xmlns="http://www.w3.org/1999/xhtml">
3459     <p id="aa">x</p>
3460     <map id="aa" name="aa"/>
3461     </div>
3462     #errors
3463     /div/map/@id;duplicate ID;m
3464    
3465     #data
3466     <map name="" xmlns="http://www.w3.org/1999/xhtml"/>
3467     #errors
3468     /map/@name;empty attribute value;m
3469     /map;no significant content;s
3470 wakaba 1.6
3471     #data
3472     <map xmlns="http://www.w3.org/1999/xhtml" name="y">
3473     <map name="x"></map>
3474     </map>
3475     #errors
3476     /map;no significant content;s
3477    
3478     #data
3479     <div xmlns="http://www.w3.org/1999/xhtml">
3480     <map name="x"></map>
3481     </div>
3482     #errors
3483     /div;no significant content;s
3484 wakaba 1.1
3485     #data
3486     <area xmlns="http://www.w3.org/1999/xhtml"/>
3487     #errors
3488     /area;attribute missing;coords;m
3489    
3490     #data
3491     <area href="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
3492     #errors
3493     /area;attribute missing;alt;m
3494     /area;attribute missing;coords;m
3495    
3496     #data
3497     <area alt="" xmlns="http://www.w3.org/1999/xhtml"/>
3498     #errors
3499     /area/@alt;attribute not allowed;m
3500     /area;attribute missing;coords;m
3501    
3502     #data
3503     <area href="http://test/" alt="" xmlns="http://www.w3.org/1999/xhtml"/>
3504     #errors
3505     /area;attribute missing;coords;m
3506    
3507     #data
3508     <area href="http://test/" alt="" coords="1,2,3,4"
3509     xmlns="http://www.w3.org/1999/xhtml"/>
3510     #errors
3511    
3512     #data
3513     <area href="%%http://test/" alt="" coords="1,2,3,4"
3514     xmlns="http://www.w3.org/1999/xhtml"/>
3515     #errors
3516     /area/@href;syntax error:iriref3987;m
3517    
3518     #data
3519     <area href="http://test/" alt="" coords="1,2,3,4"
3520     hreflang=""
3521     xmlns="http://www.w3.org/1999/xhtml"/>
3522     #errors
3523     /area/@hreflang;langtag:language:nosemantics;m
3524    
3525     #data
3526     <area href="http://test/" alt="" coords="1,2,3,4"
3527     hreflang="en"
3528     xmlns="http://www.w3.org/1999/xhtml"/>
3529     #errors
3530    
3531     #data
3532     <area coords="1,2,3,4" hreflang="en"
3533     xmlns="http://www.w3.org/1999/xhtml"/>
3534     #errors
3535     /area/@hreflang;attribute not allowed;m
3536    
3537     #data
3538     <area href="http://test/" alt="" coords="1,2,3,4"
3539     media="screen"
3540     xmlns="http://www.w3.org/1999/xhtml"/>
3541     #errors
3542     /area/@media;media query;u
3543    
3544     #data
3545     <area coords="1,2,3,4" media="screen"
3546     xmlns="http://www.w3.org/1999/xhtml"/>
3547     #errors
3548     /area/@media;attribute not allowed;m
3549     /area/@media;media query;u
3550    
3551     #data
3552     <area href="http://test/" coords="1,2,3,4" alt="" target=""
3553     xmlns="http://www.w3.org/1999/xhtml"/>
3554     #errors
3555     /area/@target;window name:empty;m
3556    
3557     #data
3558     <area href="http://test/" coords="1,2,3,4" alt="" target="_"
3559     xmlns="http://www.w3.org/1999/xhtml"/>
3560     #errors
3561     /area/@target;window name:reserved;m
3562    
3563     #data
3564     <area href="http://test/" coords="1,2,3,4" alt="" target="_self"
3565     xmlns="http://www.w3.org/1999/xhtml"/>
3566     #errors
3567    
3568     #data
3569     <area href="http://test/" coords="1,2,3,4" alt="" target="_parent"
3570     xmlns="http://www.w3.org/1999/xhtml"/>
3571     #errors
3572    
3573     #data
3574     <area href="http://test/" coords="1,2,3,4" alt="" target="_top"
3575     xmlns="http://www.w3.org/1999/xhtml"/>
3576     #errors
3577    
3578     #data
3579     <area href="http://test/" coords="1,2,3,4" alt="" target="_blank"
3580     xmlns="http://www.w3.org/1999/xhtml"/>
3581     #errors
3582    
3583     #data
3584     <area href="http://test/" coords="1,2,3,4" alt="" target="self"
3585     xmlns="http://www.w3.org/1999/xhtml"/>
3586     #errors
3587    
3588     #data
3589     <area href="http://test/" coords="1,2,3,4" alt="" target="_any"
3590     xmlns="http://www.w3.org/1999/xhtml"/>
3591     #errors
3592     /area/@target;window name:reserved;m
3593    
3594     #data
3595     <area coords="1,2,3,4" target="_self"
3596     xmlns="http://www.w3.org/1999/xhtml"/>
3597     #errors
3598     /area/@target;attribute not allowed;m
3599    
3600     #data
3601     <area coords="1,2,3,4"
3602     xmlns="http://www.w3.org/1999/xhtml"/>
3603     #errors
3604    
3605     #data
3606     <area shape="rect" coords="1,2,3,4"
3607     xmlns="http://www.w3.org/1999/xhtml"/>
3608     #errors
3609    
3610     #data
3611     <area shape="RECT" coords="1,2,3,4"
3612     xmlns="http://www.w3.org/1999/xhtml"/>
3613     #errors
3614    
3615     #data
3616     <area shape="rectangle" coords="1,2,3,4"
3617     xmlns="http://www.w3.org/1999/xhtml"/>
3618     #errors
3619     /area/@shape;enumerated:non-conforming;m
3620    
3621     #data
3622     <area shape="rec" coords="1,2,3,4"
3623     xmlns="http://www.w3.org/1999/xhtml"/>
3624     #errors
3625     /area/@shape;enumerated:invalid;m
3626    
3627     #data
3628     <area shape="default"
3629     xmlns="http://www.w3.org/1999/xhtml"/>
3630     #errors
3631    
3632     #data
3633     <area shape="defaulT"
3634     xmlns="http://www.w3.org/1999/xhtml"/>
3635     #errors
3636    
3637     #data
3638     <area shape="circ" coords="1,2,3"
3639     xmlns="http://www.w3.org/1999/xhtml"/>
3640     #errors
3641     /area/@shape;enumerated:non-conforming;m
3642    
3643     #data
3644     <area shape="circle" coords="1,2,3"
3645     xmlns="http://www.w3.org/1999/xhtml"/>
3646     #errors
3647    
3648     #data
3649     <area shape="poly" coords="1,2,3,4,5,6"
3650     xmlns="http://www.w3.org/1999/xhtml"/>
3651     #errors
3652    
3653     #data
3654     <area shape="polygon" coords="1,2,3,4,5,6"
3655     xmlns="http://www.w3.org/1999/xhtml"/>
3656     #errors
3657     /area/@shape;enumerated:non-conforming;m
3658    
3659     #data
3660     <area shape="XXX" coords="1,2,3,4"
3661     xmlns="http://www.w3.org/1999/xhtml"/>
3662     #errors
3663     /area/@shape;enumerated:invalid;m
3664    
3665     #data
3666     <area shape="circle" coords=""
3667     xmlns="http://www.w3.org/1999/xhtml"/>
3668     #errors
3669     /area/@coords;coords:syntax error;m
3670    
3671     #data
3672     <area shape="circle" coords="1"
3673     xmlns="http://www.w3.org/1999/xhtml"/>
3674     #errors
3675     /area/@coords;coords:number not 3;1;m
3676    
3677     #data
3678     <area shape="circle" coords="1,2"
3679     xmlns="http://www.w3.org/1999/xhtml"/>
3680     #errors
3681     /area/@coords;coords:number not 3;2;m
3682    
3683     #data
3684     <area shape="circle" coords="1,2,3,4"
3685     xmlns="http://www.w3.org/1999/xhtml"/>
3686     #errors
3687     /area/@coords;coords:number not 3;4;m
3688    
3689     #data
3690     <area shape="circle" coords="1,2,3,4,5"
3691     xmlns="http://www.w3.org/1999/xhtml"/>
3692     #errors
3693     /area/@coords;coords:number not 3;5;m
3694    
3695     #data
3696     <area shape="circle" coords="1,2,-3"
3697     xmlns="http://www.w3.org/1999/xhtml"/>
3698     #errors
3699     /area/@coords;coords:out of range;m
3700    
3701     #data
3702     <area shape="circle" coords="1,2,0"
3703     xmlns="http://www.w3.org/1999/xhtml"/>
3704     #errors
3705    
3706     #data
3707     <area shape="circle" coords="-1,-2,4"
3708     xmlns="http://www.w3.org/1999/xhtml"/>
3709     #errors
3710    
3711     #data
3712     <area shape="circle" coords="0,0,0"
3713     xmlns="http://www.w3.org/1999/xhtml"/>
3714     #errors
3715    
3716     #data
3717     <area shape="circle"
3718     xmlns="http://www.w3.org/1999/xhtml"/>
3719     #errors
3720     /area;attribute missing;coords;m
3721    
3722     #data
3723     <area shape="default" coords="1"
3724     xmlns="http://www.w3.org/1999/xhtml"/>
3725     #errors
3726     /area/@coords;attribute not allowed;m
3727    
3728     #data
3729     <area shape="poly" coords=""
3730     xmlns="http://www.w3.org/1999/xhtml"/>
3731     #errors
3732     /area/@coords;coords:syntax error;m
3733    
3734     #data
3735     <area shape="poly" coords="1"
3736     xmlns="http://www.w3.org/1999/xhtml"/>
3737     #errors
3738     /area/@coords;coords:number lt 6;1;m
3739    
3740     #data
3741     <area shape="poly" coords="1,2"
3742     xmlns="http://www.w3.org/1999/xhtml"/>
3743     #errors
3744     /area/@coords;coords:number lt 6;2;m
3745    
3746     #data
3747     <area shape="poly" coords="1,2,3"
3748     xmlns="http://www.w3.org/1999/xhtml"/>
3749     #errors
3750     /area/@coords;coords:number lt 6;3;m
3751    
3752     #data
3753     <area shape="poly" coords="1,2,3,4"
3754     xmlns="http://www.w3.org/1999/xhtml"/>
3755     #errors
3756     /area/@coords;coords:number lt 6;4;m
3757    
3758     #data
3759     <area shape="poly" coords="1,2,3,4,5"
3760     xmlns="http://www.w3.org/1999/xhtml"/>
3761     #errors
3762     /area/@coords;coords:number lt 6;5;m
3763    
3764     #data
3765     <area shape="poly" coords="1,2,3,4,5,6,7"
3766     xmlns="http://www.w3.org/1999/xhtml"/>
3767     #errors
3768     /area/@coords;coords:number not even;7;m
3769    
3770     #data
3771     <area shape="poly" coords="-1,-23,55,455,232,0"
3772     xmlns="http://www.w3.org/1999/xhtml"/>
3773     #errors
3774    
3775     #data
3776     <area shape="poly" coords="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
3777     xmlns="http://www.w3.org/1999/xhtml"/>
3778     #errors
3779    
3780     #data
3781     <area shape="poly"
3782     xmlns="http://www.w3.org/1999/xhtml"/>
3783     #errors
3784     /area;attribute missing;coords;m
3785    
3786     #data
3787     <area shape="rect" coords=""
3788     xmlns="http://www.w3.org/1999/xhtml"/>
3789     #errors
3790     /area/@coords;coords:syntax error;m
3791    
3792     #data
3793     <area shape="rect" coords="1"
3794     xmlns="http://www.w3.org/1999/xhtml"/>
3795     #errors
3796     /area/@coords;coords:number not 4;1;m
3797    
3798     #data
3799     <area shape="rect" coords="1,2"
3800     xmlns="http://www.w3.org/1999/xhtml"/>
3801     #errors
3802     /area/@coords;coords:number not 4;2;m
3803    
3804     #data
3805     <area shape="rect" coords="1,2,3"
3806     xmlns="http://www.w3.org/1999/xhtml"/>
3807     #errors
3808     /area/@coords;coords:number not 4;3;m
3809    
3810     #data
3811     <area shape="rect" coords="1,2,3,4,5"
3812     xmlns="http://www.w3.org/1999/xhtml"/>
3813     #errors
3814     /area/@coords;coords:number not 4;5;m
3815    
3816     #data
3817     <area shape="rect"
3818     xmlns="http://www.w3.org/1999/xhtml"/>
3819     #errors
3820     /area;attribute missing;coords;m
3821    
3822     #data
3823     <area shape="rect" coords="0,0,1,1"
3824     xmlns="http://www.w3.org/1999/xhtml"/>
3825     #errors
3826    
3827     #data
3828     <area shape="rect" coords="-1,-1,0,0"
3829     xmlns="http://www.w3.org/1999/xhtml"/>
3830     #errors
3831    
3832     #data
3833     <area shape="rect" coords="-1,-1,6,6"
3834     xmlns="http://www.w3.org/1999/xhtml"/>
3835     #errors
3836    
3837     #data
3838     <area shape="rect" coords="54,54,7876,466"
3839     xmlns="http://www.w3.org/1999/xhtml"/>
3840     #errors
3841    
3842     #data
3843     <area shape="rect" coords="646,4,3,657"
3844     xmlns="http://www.w3.org/1999/xhtml"/>
3845     #errors
3846     /area/@coords;coords:out of range;m
3847    
3848     #data
3849     <area shape="rect" coords="4,646,657,7"
3850     xmlns="http://www.w3.org/1999/xhtml"/>
3851     #errors
3852     /area/@coords;coords:out of range;m
3853    
3854     #data
3855     <area shape="rect" coords="1,2,3,4"
3856     ping="a b"
3857     xmlns="http://www.w3.org/1999/xhtml"/>
3858     #errors
3859     /area/@ping;attribute not allowed;m
3860    
3861     #data
3862     <area shape="rect" coords="1,2,3,4"
3863     rel="author"
3864     xmlns="http://www.w3.org/1999/xhtml"/>
3865     #errors
3866     /area/@rel;attribute not allowed;m
3867    
3868     #data
3869     <area shape="rect" coords="1,2,3,4"
3870     type="text/css"
3871     xmlns="http://www.w3.org/1999/xhtml"/>
3872     #errors
3873     /area/@type;attribute not allowed;m
3874    
3875     #data
3876     <area shape="rect" coords="1,2,3,4"
3877     href="http://test/" type="text" alt=""
3878     xmlns="http://www.w3.org/1999/xhtml"/>
3879     #errors
3880     /area/@type;IMT:syntax error;m
3881    
3882     #data
3883     <area shape="rect" coords="1,2,3,4"
3884     href="http://test/" type="text/css" alt=""
3885     xmlns="http://www.w3.org/1999/xhtml"/>
3886     #errors
3887    
3888     #data
3889     <area shape="rect" coords="1,2,3,4"
3890     href="http://test/" rel="author" alt=""
3891     xmlns="http://www.w3.org/1999/xhtml"/>
3892     #errors
3893    
3894     #data
3895     <?xml version="1.1"?>
3896     <area shape="rect" coords="1,2,3,4"
3897     href="http://test/" rel="author&#x0b;" alt=""
3898     xmlns="http://www.w3.org/1999/xhtml"/>
3899     #errors
3900     /area/@rel;unknown link type;u
3901    
3902     #data
3903     <?xml version="1.1"?>
3904     <area shape="rect" coords="1,2,3,4"
3905     href="http://test/" rel="&#x0b;author" alt=""
3906     xmlns="http://www.w3.org/1999/xhtml"/>
3907     #errors
3908     /area/@rel;unknown link type;u
3909    
3910     #data
3911     <?xml version="1.1"?>
3912     <area shape="rect" coords="1,2,3,4"
3913     href="http://test/" rel="author&#x0b;license" alt=""
3914     xmlns="http://www.w3.org/1999/xhtml"/>
3915     #errors
3916     /area/@rel;unknown link type;u
3917    
3918     #data
3919     <area shape="rect" coords="1,2,3,4"
3920     href="http://test/" rel="author author" alt=""
3921     xmlns="http://www.w3.org/1999/xhtml"/>
3922     #errors
3923     /area/@rel;duplicate token;m
3924    
3925     #data
3926     <area shape="rect" coords="1,2,3,4"
3927     href="http://test/" rel="bookmark" alt=""
3928     xmlns="http://www.w3.org/1999/xhtml"/>
3929     #errors
3930    
3931     #data
3932     <area shape="rect" coords="1,2,3,4"
3933     href="http://test/" rel="previous" alt=""
3934     xmlns="http://www.w3.org/1999/xhtml"/>
3935     #errors
3936     /area/@rel;link type:non-conforming;m
3937    
3938     #data
3939     <area shape="rect" coords="1,2,3,4"
3940     href="http://test/" rel="edit" alt=""
3941     xmlns="http://www.w3.org/1999/xhtml"/>
3942     #errors
3943     /area/@rel;link type:proposed;s
3944    
3945     #data
3946     <area shape="rect" coords="1,2,3,4"
3947     href="http://test/" rel="contact" alt=""
3948     xmlns="http://www.w3.org/1999/xhtml"/>
3949     #errors
3950     /area/@rel;link type:proposed;s
3951    
3952     #data
3953     <area shape="rect" coords="1,2,3,4"
3954     href="http://test/" rel="script" alt=""
3955     xmlns="http://www.w3.org/1999/xhtml"/>
3956     #errors
3957     /area/@rel;link type:non-conforming;m
3958    
3959     #data
3960     <area shape="rect" coords="1,2,3,4"
3961     href="http://test/" rel="icon" alt=""
3962     xmlns="http://www.w3.org/1999/xhtml"/>
3963     #errors
3964     /area/@rel;link type:bad context;m
3965    
3966     #data
3967     <area shape="rect" coords="1,2,3,4"
3968     href="http://test/" rel="example-link-type" alt=""
3969     xmlns="http://www.w3.org/1999/xhtml"/>
3970     #errors
3971     /area/@rel;unknown link type;u
3972    
3973     #data
3974     <area shape="rect" coords="1,2,3,4"
3975     href="http://test/" ping="a b" alt=""
3976     xmlns="http://www.w3.org/1999/xhtml"/>
3977     #errors
3978    
3979     #data
3980     <area shape="rect" coords="1,2,3,4"
3981     href="http://test/" ping="a [b]" alt=""
3982     xmlns="http://www.w3.org/1999/xhtml"/>
3983     #errors
3984     /area/@ping;syntax error:iriref3987;m
3985    
3986     #data
3987     <area shape="rect" coords="1,2,3,4"
3988     href="http://test/" ping="a [b] [@c]" alt=""
3989     xmlns="http://www.w3.org/1999/xhtml"/>
3990     #errors
3991     /area/@ping;syntax error:iriref3987;m
3992     /area/@ping;syntax error:iriref3987;m
3993    
3994     #data
3995     <map name="m" xmlns="http://www.w3.org/1999/xhtml">
3996     <area shape="rect" coords="1,2,3,4" href="" alt=""/>
3997     x<area shape="rect" coords="5,6,7,8" href="" alt=""/>
3998     </map>
3999     #errors
4000     /map/area/@alt;empty area alt;m
4001     /map/area/@alt;empty area alt;m
4002    
4003     #data
4004     <map name="m" xmlns="http://www.w3.org/1999/xhtml">
4005     <area shape="rect" coords="1,2,3,4" href="" alt=""/>
4006     <area shape="rect" coords="5,6,7,8" href="" alt="x"/>
4007     x</map>
4008     #errors
4009    
4010     #data
4011     <map name="m" xmlns="http://www.w3.org/1999/xhtml">
4012     <area shape="rect" coords="1,2,3,4" href="" alt="x"/>
4013     <area shape="rect" coords="5,6,7,8" href="" alt=""/>
4014     x</map>
4015     #errors
4016    
4017     #data
4018     <map name="m" xmlns="http://www.w3.org/1999/xhtml">
4019     <area shape="rect" coords="1,2,3,4" href="" alt=""/>
4020     <area shape="rect" coords="5,6,7,8" href="" alt=""/>
4021     <area shape="rect" coords="9,10,11,12" href="" alt="x"/>
4022     x</map>
4023     #errors
4024    
4025     #data
4026     <map name="m" xmlns="http://www.w3.org/1999/xhtml">
4027     <area shape="rect" coords="1,2,3,4" href="a" alt="x"/>
4028     <area shape="rect" coords="5,6,7,8" href="" alt=""/>
4029     x</map>
4030     #errors
4031     /map/area/@alt;empty area alt;m
4032    
4033     #data
4034     <map name="m" xmlns="http://www.w3.org/1999/xhtml">
4035     <area shape="rect" coords="1,2,3,4" href="a" alt=""/>
4036     <area shape="rect" coords="5,6,7,8" href="a" alt=""/>
4037     x</map>
4038     #errors
4039     /map/area/@alt;empty area alt;m
4040     /map/area/@alt;empty area alt;m
4041    
4042     #data
4043     <map name="m" xmlns="http://www.w3.org/1999/xhtml">
4044     <area shape="rect" coords="1,2,3,4" href="b" alt="a"/>
4045     <area shape="rect" coords="5,6,7,8" href="b" alt=""/>
4046     x</map>
4047     #errors
4048    
4049     #data
4050     <map name="m" xmlns="http://www.w3.org/1999/xhtml">
4051     <area shape="rect" coords="1,2,3,4" href="" alt=""/>
4052     <map name="n">
4053     <area shape="rect" coords="5,6,7,8" href="" alt="x"/>x
4054     </map>
4055     </map>
4056     #errors
4057    
4058     #data
4059     <map name="m" xmlns="http://www.w3.org/1999/xhtml">
4060     <area shape="rect" coords="1,2,3,4" href="" alt="x"/>
4061     <map name="n">
4062     <area shape="rect" coords="5,6,7,8" href="" alt=""/>x
4063     </map>
4064     </map>
4065     #errors
4066     /map/map/area/@alt;empty area alt;m
4067    
4068     #data
4069     <area shape="default" rev="" xmlns="http://www.w3.org/1999/xhtml"/>
4070     #errors
4071     /area/@rev;attribute not defined;m
4072     /area/@rev;unknown attribute;u
4073    
4074     #data
4075     <area shape="default" nohref="" xmlns="http://www.w3.org/1999/xhtml"/>
4076     #errors
4077     /area/@nohref;attribute not defined;m
4078    
4079     #data
4080     <area shape="default" nohref="nohref" xmlns="http://www.w3.org/1999/xhtml"/>
4081     #errors
4082     /area/@nohref;attribute not defined;m
4083    
4084     #data
4085     <area shape="default" nohref="noHREF" xmlns="http://www.w3.org/1999/xhtml"/>
4086     #errors
4087     /area/@nohref;attribute not defined;m
4088    
4089     #data
4090     <area shape="default" nohref="http://example/" xmlns="http://www.w3.org/1999/xhtml"/>
4091     #errors
4092     /area/@nohref;attribute not defined;m
4093     /area/@nohref;boolean:invalid;m
4094    
4095     #data
4096     <area shape="default" charset="us-ascii" xmlns="http://www.w3.org/1999/xhtml"/>
4097     #errors
4098     /area/@charset;attribute not defined;m

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24