/[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.12 - (hide annotations) (download)
Sun Aug 30 08:42:08 2009 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +84 -0 lines
++ whatpm/t/dom-conformance/ChangeLog	30 Aug 2009 08:34:54 -0000
	* html-objects-1.dat: Added test cases for nested |video| and
	|audio| elements (HTML5 revision 3488).

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	30 Aug 2009 08:41:54 -0000
	* HTML.pm: Disallow nested |video| and |audio| elements (HTML5
	revision 3488).  (But this does not work at the moment due to the
	bug on the handling of transparent elements).

2009-08-30  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 wakaba 1.11 /div/map/@name;space in map name;m
1695 wakaba 1.1
1696     #data
1697     <div xmlns="http://www.w3.org/1999/xhtml">
1698     <map name="a a" id="a a"/>
1699     <p><img src="http://test/" alt="" usemap="#a a"/></p>
1700     </div>
1701     #errors
1702     /div/map/@id;space in ID;m
1703 wakaba 1.11 /div/map/@name;space in map name;m
1704 wakaba 1.1
1705     #data
1706     <div xmlns="http://www.w3.org/1999/xhtml">
1707     <map id="a a"/>
1708     <p><img src="http://test/" alt="" usemap="#a%20a"/></p>
1709     </div>
1710     #errors
1711     /div/map/@id;space in ID;m
1712     /div/map;attribute missing;name;m
1713     /div/p/img/@usemap;no referenced map;m
1714    
1715     #data
1716     <div xmlns="http://www.w3.org/1999/xhtml">
1717     <map id="a a" name="a a"/>
1718     <p><img src="http://test/" alt="" usemap="#a%20a"/></p>
1719     </div>
1720     #errors
1721     /div/map/@id;space in ID;m
1722 wakaba 1.11 /div/map/@name;space in map name;m
1723 wakaba 1.1 /div/p/img/@usemap;no referenced map;m
1724    
1725     #data
1726     <div xmlns="http://www.w3.org/1999/xhtml">
1727     <map id="&#x4E00;"/>
1728     <p><img src="http://test/" alt="" usemap="#&#x4E00;"/></p>
1729     </div>
1730     #errors
1731     /div/map;attribute missing;name;m
1732     /div/p/img/@usemap;no referenced map;m
1733    
1734     #data
1735     <div xmlns="http://www.w3.org/1999/xhtml">
1736     <map name="&#x4E00;"/>
1737     <p><img src="http://test/" alt="" usemap="#&#x4E00;"/></p>
1738     </div>
1739     #errors
1740    
1741     #data
1742     <div xmlns="http://www.w3.org/1999/xhtml">
1743     <map id="aa"/>
1744     <p><img src="http://test/" alt="" usemap="#bb"/></p>
1745     </div>
1746     #errors
1747     /div/p/img/@usemap;no referenced map;m
1748     /div/map;attribute missing;name;m
1749    
1750     #data
1751     <div xmlns="http://www.w3.org/1999/xhtml">
1752     <map name="aa"/>
1753     <p><img src="http://test/" alt="" usemap="#bb"/></p>
1754     </div>
1755     #errors
1756     /div/p/img/@usemap;no referenced map;m
1757    
1758     #data
1759     <div xmlns="http://www.w3.org/1999/xhtml">
1760     <map id="aa"/>
1761     <p><img src="http://test/" alt="" usemap="#aa"/></p>
1762     <p><img src="http://test/" alt="" usemap="#aa"/></p>
1763     </div>
1764     #errors
1765     /div/map;attribute missing;name;m
1766     /div/p/img/@usemap;no referenced map;m
1767     /div/p/img/@usemap;no referenced map;m
1768    
1769     #data
1770     <div xmlns="http://www.w3.org/1999/xhtml">
1771     <map name="aa"/>
1772     <p><img src="http://test/" alt="" usemap="#aa"/></p>
1773     <p><img src="http://test/" alt="" usemap="#aa"/></p>
1774     </div>
1775     #errors
1776    
1777     #data
1778     <div xmlns="http://www.w3.org/1999/xhtml">
1779     <map id="aa"/>
1780     <p><img src="http://test/" alt="" usemap="#AA"/></p>
1781     </div>
1782     #errors
1783     /div/p/img/@usemap;no referenced map;m
1784     /div/map;attribute missing;name;m
1785    
1786     #data
1787     <div xmlns="http://www.w3.org/1999/xhtml">
1788     <map name="aa"/>
1789     <p><img src="http://test/" alt="" usemap="#AA"/></p>
1790     </div>
1791     #errors
1792     /div/p/img/@usemap;no referenced map;m
1793    
1794     #data
1795     <div xmlns="http://www.w3.org/1999/xhtml">
1796     <map id="AA"/>
1797     <p><img src="http://test/" alt="" usemap="#aa"/></p>
1798     </div>
1799     #errors
1800     /div/p/img/@usemap;no referenced map;m
1801     /div/map;attribute missing;name;m
1802    
1803     #data
1804     <div xmlns="http://www.w3.org/1999/xhtml">
1805     <map name="AA"/>
1806     <p><img src="http://test/" alt="" usemap="#aa"/></p>
1807     </div>
1808     #errors
1809     /div/p/img/@usemap;no referenced map;m
1810    
1811     #data
1812     <div xmlns="http://www.w3.org/1999/xhtml">
1813     <p id="aa"/>
1814     <p><img src="http://test/" alt="" usemap="#aa"/></p>
1815     </div>
1816     #errors
1817     /div/p/img/@usemap;no referenced map;m
1818     /div/p;no significant content;s
1819    
1820     #data
1821     <div xmlns="http://www.w3.org/1999/xhtml">
1822     <a name="aa">x</a>
1823     <p><img src="http://test/" alt="" usemap="#aa"/></p>
1824     </div>
1825     #errors
1826     /div/a/@name;attribute not defined;m
1827     /div/p/img/@usemap;no referenced map;m
1828 wakaba 1.6 /div/a/@name;unknown attribute;u
1829 wakaba 1.1
1830     #data
1831     <div xmlns="http://www.w3.org/1999/xhtml">
1832     <map name="a" id="b">x</map>
1833     </div>
1834     #errors
1835     /div/map/@id;id ne name;m
1836    
1837     #data
1838     <div xmlns="http://www.w3.org/1999/xhtml">
1839     <map name="a" id="A">x</map>
1840     </div>
1841     #errors
1842     /div/map/@id;id ne name;m
1843    
1844     #data
1845     <div xmlns="http://www.w3.org/1999/xhtml">
1846     <map name="A" id="a">x</map>
1847     </div>
1848     #errors
1849     /div/map/@id;id ne name;m
1850    
1851     #data
1852     <div xmlns="http://www.w3.org/1999/xhtml">
1853     <map name="">x</map>
1854     <img src="" alt="" usemap="#"/>
1855     </div>
1856     #errors
1857     /div/map/@name;empty attribute value;m
1858    
1859     #data
1860     <div xmlns="http://www.w3.org/1999/xhtml">
1861     <map name="a">x</map>
1862     <map name="a">x</map>
1863     <img src="" alt="" usemap="#a"/>
1864     </div>
1865     #errors
1866    
1867     #data
1868     <img alt="" src="" align="" xmlns="http://www.w3.org/1999/xhtml"/>
1869     #errors
1870     /img/@align;attribute not defined;m
1871     /img/@align;enumerated:invalid;m
1872    
1873     #data
1874     <img alt="" src="" align="char" xmlns="http://www.w3.org/1999/xhtml"/>
1875     #errors
1876     /img/@align;attribute not defined;m
1877     /img/@align;enumerated:invalid;m
1878    
1879     #data
1880     <img alt="" src="" align="justify" xmlns="http://www.w3.org/1999/xhtml"/>
1881     #errors
1882     /img/@align;attribute not defined;m
1883     /img/@align;enumerated:invalid;m
1884    
1885     #data
1886     <img alt="" src="" align="center" xmlns="http://www.w3.org/1999/xhtml"/>
1887     #errors
1888     /img/@align;attribute not defined;m
1889     /img/@align;enumerated:invalid;m
1890    
1891     #data
1892     <img alt="" src="" align="bottom" xmlns="http://www.w3.org/1999/xhtml"/>
1893     #errors
1894     /img/@align;attribute not defined;m
1895    
1896     #data
1897     <img alt="" src="" align="middle" xmlns="http://www.w3.org/1999/xhtml"/>
1898     #errors
1899     /img/@align;attribute not defined;m
1900    
1901     #data
1902     <img alt="" src="" align="top" xmlns="http://www.w3.org/1999/xhtml"/>
1903     #errors
1904     /img/@align;attribute not defined;m
1905    
1906     #data
1907     <img alt="" src="" align="left" xmlns="http://www.w3.org/1999/xhtml"/>
1908     #errors
1909     /img/@align;attribute not defined;m
1910    
1911     #data
1912     <img alt="" src="" align="right" xmlns="http://www.w3.org/1999/xhtml"/>
1913     #errors
1914     /img/@align;attribute not defined;m
1915    
1916     #data
1917     <iframe xmlns="http://www.w3.org/1999/xhtml"/>
1918     #errors
1919    
1920     #data
1921     <iframe name="" xmlns="http://www.w3.org/1999/xhtml"/>
1922     #errors
1923     /iframe/@name;window name:empty;m
1924    
1925     #data
1926     <iframe name="_" xmlns="http://www.w3.org/1999/xhtml"/>
1927     #errors
1928     /iframe/@name;window name:reserved;m
1929    
1930     #data
1931     <iframe name="_blank" xmlns="http://www.w3.org/1999/xhtml"/>
1932     #errors
1933     /iframe/@name;window name:reserved;m
1934    
1935     #data
1936     <iframe name="blank" xmlns="http://www.w3.org/1999/xhtml"/>
1937     #errors
1938    
1939     #data
1940     <iframe name="_parent" xmlns="http://www.w3.org/1999/xhtml"/>
1941     #errors
1942     /iframe/@name;window name:reserved;m
1943    
1944     #data
1945     <iframe name="_top" xmlns="http://www.w3.org/1999/xhtml"/>
1946     #errors
1947     /iframe/@name;window name:reserved;m
1948    
1949     #data
1950     <iframe name="_self" xmlns="http://www.w3.org/1999/xhtml"/>
1951     #errors
1952     /iframe/@name;window name:reserved;m
1953    
1954     #data
1955     <iframe name="_a" xmlns="http://www.w3.org/1999/xhtml"/>
1956     #errors
1957     /iframe/@name;window name:reserved;m
1958    
1959     #data
1960     <iframe name="_main" xmlns="http://www.w3.org/1999/xhtml"/>
1961     #errors
1962     /iframe/@name;window name:reserved;m
1963    
1964     #data
1965     <iframe src="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
1966     #errors
1967    
1968     #data
1969     <iframe src="&lt;http://test/>" xmlns="http://www.w3.org/1999/xhtml"/>
1970     #errors
1971     /iframe/@src;syntax error:iriref3987;m
1972    
1973     #data
1974     <iframe src="" sandbox="" xmlns="http://www.w3.org/1999/xhtml">x</iframe>
1975     #errors
1976    
1977     #data
1978     <iframe src="" sandbox=" " xmlns="http://www.w3.org/1999/xhtml">x</iframe>
1979     #errors
1980    
1981     #data
1982     <iframe src="" sandbox="
1983     " xmlns="http://www.w3.org/1999/xhtml">x</iframe>
1984     #errors
1985    
1986     #data
1987     <iframe src="" sandbox="allow-same-origin" xmlns="http://www.w3.org/1999/xhtml">x</iframe>
1988     #errors
1989    
1990     #data
1991     <iframe src="" sandbox="allow-same-origin
1992     " xmlns="http://www.w3.org/1999/xhtml">x</iframe>
1993     #errors
1994    
1995     #data
1996     <iframe src="" sandbox=" allow-same-origin " xmlns="http://www.w3.org/1999/xhtml">x</iframe>
1997     #errors
1998    
1999     #data
2000     <iframe src="" sandbox="allow-scripts
2001     " xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2002     #errors
2003    
2004     #data
2005     <iframe src="" sandbox="allow-same-origin
2006     allow-scripts" xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2007     #errors
2008    
2009     #data
2010     <iframe src="" sandbox="allow-forms" xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2011     #errors
2012    
2013     #data
2014     <iframe src="" sandbox="allow-form"
2015     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2016     #errors
2017     /iframe/@sandbox;word not allowed;m
2018    
2019     #data
2020     <iframe src="" sandbox="allow-script"
2021     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2022     #errors
2023     /iframe/@sandbox;word not allowed;m
2024    
2025     #data
2026     <iframe src="" sandbox="allow-origin"
2027     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2028     #errors
2029     /iframe/@sandbox;word not allowed;m
2030    
2031     #data
2032     <iframe src="" sandbox="allow-script"
2033     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2034     #errors
2035     /iframe/@sandbox;word not allowed;m
2036    
2037     #data
2038     <iframe src="" sandbox="allow-plugins"
2039     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2040     #errors
2041     /iframe/@sandbox;word not allowed;m
2042    
2043     #data
2044     <iframe src="" sandbox="xxx_origin_please_suggest_a_better_name"
2045     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2046     #errors
2047     /iframe/@sandbox;word not allowed;m
2048    
2049     #data
2050     <iframe src="" sandbox="unrestricted-forms"
2051     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2052     #errors
2053     /iframe/@sandbox;word not allowed;m
2054    
2055     #data
2056     <iframe src="" sandbox="unrestricted-scripts"
2057     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2058     #errors
2059     /iframe/@sandbox;word not allowed;m
2060    
2061     #data
2062     <iframe src="" sandbox="Allow-Forms"
2063     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2064     #errors
2065     /iframe/@sandbox;word not allowed;m
2066    
2067     #data
2068     <iframe src="" sandbox="allow"
2069     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2070     #errors
2071     /iframe/@sandbox;word not allowed;m
2072    
2073     #data
2074     <iframe src="" sandbox="disallow-form"
2075     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2076     #errors
2077     /iframe/@sandbox;word not allowed;m
2078    
2079     #data
2080     <iframe src="" sandbox="allow-forms allow-forms"
2081     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2082     #errors
2083     /iframe/@sandbox;duplicate token;m
2084    
2085     #data
2086     <?xml version="1.1"?>
2087     <iframe src="" sandbox="allow-forms&#x000b;"
2088     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2089     #errors
2090     /iframe/@sandbox;word not allowed;m
2091    
2092     #data
2093     <?xml version="1.1"?>
2094     <iframe src="" sandbox="&#x000b;allow-forms"
2095     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2096     #errors
2097     /iframe/@sandbox;word not allowed;m
2098    
2099     #data
2100     <?xml version="1.1"?>
2101     <iframe src="" sandbox="allow-forms&#x000b;allow-scripts"
2102     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2103     #errors
2104     /iframe/@sandbox;word not allowed;m
2105    
2106     #data
2107     <iframe src="" seemless=""
2108     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2109     #errors
2110    
2111     #data
2112     <iframe src="" seemless=" "
2113     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2114     #errors
2115     /iframe/@seemless;boolean:invalid;m
2116    
2117     #data
2118     <iframe src="" seemless="seemless"
2119     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2120     #errors
2121    
2122     #data
2123     <iframe src="" seemless="Seemless"
2124     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2125     #errors
2126    
2127     #data
2128     <iframe src="" seemless="seemless "
2129     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2130     #errors
2131     /iframe/@seemless;boolean:invalid;m
2132    
2133     #data
2134     <iframe src="" seemless="yes"
2135     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2136     #errors
2137     /iframe/@seemless;boolean:invalid;m
2138    
2139     #data
2140 wakaba 1.2 <iframe src="" xmlns="http://www.w3.org/1999/xhtml"
2141     height="">x</iframe>
2142     #errors
2143     /iframe/@height;nninteger:syntax error;m
2144    
2145     #data
2146     <iframe src="" xmlns="http://www.w3.org/1999/xhtml"
2147     height="0">x</iframe>
2148     #errors
2149    
2150     #data
2151     <iframe src="" xmlns="http://www.w3.org/1999/xhtml"
2152     height="120">x</iframe>
2153     #errors
2154    
2155     #data
2156     <iframe src="" xmlns="http://www.w3.org/1999/xhtml"
2157     width="">x</iframe>
2158     #errors
2159     /iframe/@width;nninteger:syntax error;m
2160    
2161     #data
2162     <iframe src="" xmlns="http://www.w3.org/1999/xhtml"
2163     width="0">x</iframe>
2164     #errors
2165    
2166     #data
2167     <iframe src="" xmlns="http://www.w3.org/1999/xhtml"
2168     width="120">x</iframe>
2169     #errors
2170    
2171     #data
2172 wakaba 1.1 <embed xmlns="http://www.w3.org/1999/xhtml"/>
2173     #errors
2174     /embed;attribute missing;src;i
2175    
2176     #data
2177     <embed src="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
2178     #errors
2179    
2180     #data
2181     <embed src="[http://test/]" xmlns="http://www.w3.org/1999/xhtml"/>
2182     #errors
2183     /embed/@src;syntax error:iriref3987;m
2184    
2185     #data
2186     <embed src="http://test/" type="" xmlns="http://www.w3.org/1999/xhtml"/>
2187     #errors
2188     /embed/@type;IMT:syntax error;m
2189    
2190     #data
2191     <embed src="http://test/" type="text"
2192     xmlns="http://www.w3.org/1999/xhtml"/>
2193     #errors
2194     /embed/@type;IMT:syntax error;m
2195    
2196     #data
2197     <embed src="http://test/" type="text/plain"
2198     xmlns="http://www.w3.org/1999/xhtml"/>
2199     #errors
2200    
2201     #data
2202     <embed src="http://test/" id=""
2203     xmlns="http://www.w3.org/1999/xhtml"/>
2204     #errors
2205     /embed/@id;empty attribute value;m
2206    
2207     #data
2208 wakaba 1.2 <embed src="" xmlns="http://www.w3.org/1999/xhtml"
2209     height=""/>
2210     #errors
2211     /embed/@height;nninteger:syntax error;m
2212    
2213     #data
2214     <embed src="" xmlns="http://www.w3.org/1999/xhtml"
2215     height="0"/>
2216     #errors
2217    
2218     #data
2219     <embed src="" xmlns="http://www.w3.org/1999/xhtml"
2220     height="120"/>
2221     #errors
2222    
2223     #data
2224     <embed src="" xmlns="http://www.w3.org/1999/xhtml"
2225     width=""/>
2226     #errors
2227     /embed/@width;nninteger:syntax error;m
2228    
2229     #data
2230     <embed src="" xmlns="http://www.w3.org/1999/xhtml"
2231     width="0"/>
2232     #errors
2233    
2234     #data
2235     <embed src="" xmlns="http://www.w3.org/1999/xhtml"
2236     width="120"/>
2237     #errors
2238    
2239     #data
2240 wakaba 1.1 <embed src="http://test/" a="b" c="d" checked="checked"
2241     xmlns="http://www.w3.org/1999/xhtml"/>
2242     #errors
2243    
2244     #data html
2245     <!DOCTYPE HTML><title>x</title>
2246     <embed src="http://test/"
2247     b:c>
2248     #errors
2249     /html/body/embed/@b:c;attribute not defined;m
2250    
2251     #data html
2252     <!DOCTYPE HTML><title>x</title>
2253     <embed src="http://test/"
2254     xmlsucks>
2255     #errors
2256     /html/body/embed/@xmlsucks;attribute not defined;m
2257    
2258     #data html
2259     <!DOCTYPE HTML><title>x</title>
2260     <embed src="http://test/"
2261     :>
2262     #errors
2263     /html/body/embed/@:;attribute not defined;m
2264    
2265     #data html
2266     <!DOCTYPE HTML><title>x</title>
2267     <embed src="http://test/"
2268     a::b>
2269     #errors
2270     /html/body/embed/@a::b;attribute not defined;m
2271    
2272     #data html
2273     <!DOCTYPE HTML><title>x</title>
2274     <embed src="http://test/"
2275     -manakai-attribute>
2276     #errors
2277     /html/body/embed/@-manakai-attribute;attribute not defined;m
2278    
2279     #data html
2280     <!DOCTYPE HTML><title>x</title>
2281     <embed src="http://test/"
2282     xml:lang lang>
2283     #errors
2284     /html/body/embed/@xml:lang;in HTML:xml:lang;i
2285    
2286     #data html
2287     <!DOCTYPE HTML><title>x</title>
2288     <embed src="http://test/"
2289     xmlns="http://www.w3.org/1999/xhtml">
2290     #errors
2291    
2292     #data html
2293     <!DOCTYPE HTML><title>x</title>
2294     <embed src="http://test/"
2295     xml:space=preserve>
2296     #errors
2297     /html/body/embed/@xml:space;attribute not defined;m
2298    
2299     #data
2300     <embed src="" xmlns="http://www.w3.org/1999/xhtml"
2301     camelCase=""/>
2302     #errors
2303     /embed/@camelCase;attribute not defined;m
2304    
2305     #data
2306     <embed src="" xmlns="http://www.w3.org/1999/xhtml"
2307     Capital=""/>
2308     #errors
2309     /embed/@Capital;attribute not defined;m
2310    
2311     #data
2312     <embed src="" xmlns="http://www.w3.org/1999/xhtml"
2313     UPPERCASE=""/>
2314     #errors
2315     /embed/@UPPERCASE;attribute not defined;m
2316    
2317     #data html
2318     <!DOCTYPE HTML><title>x</title>
2319     <embed src="http://test/"
2320     data->
2321     #errors
2322    
2323     #data html
2324     <!DOCTYPE HTML><title>x</title>
2325     <embed src="http://test/"
2326     data-a>
2327     #errors
2328    
2329     #data html
2330     <!DOCTYPE HTML><title>x</title>
2331     <embed src="http://test/"
2332     data-xml:space>
2333     #errors
2334     /html/body/embed/@data-xml:space;attribute not defined;m
2335    
2336     #data html
2337     <!DOCTYPE HTML><title>x</title>
2338     <embed src="http://test/"
2339     data-xmlns>
2340     #errors
2341    
2342     #data html
2343     <!DOCTYPE HTML><title>x</title>
2344     <embed src="http://test/"
2345     data--abc>
2346     #errors
2347    
2348     #data html
2349     <!DOCTYPE HTML><title>x</title>
2350     <embed src="http://test/"
2351     data-!>
2352     #errors
2353     /html/body/embed/@data-!;attribute not defined;m
2354    
2355     #data
2356     <object xmlns="http://www.w3.org/1999/xhtml"/>
2357     #errors
2358     /object;attribute missing:data|type;m
2359     /object;no significant content;s
2360    
2361     #data
2362     <object data="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
2363     #errors
2364     /object;no significant content;s
2365    
2366     #data
2367     <object data="`http://test/`" xmlns="http://www.w3.org/1999/xhtml"/>
2368     #errors
2369     /object/@data;syntax error:iriref3987;m
2370     /object;no significant content;s
2371    
2372     #data
2373     <object type="" xmlns="http://www.w3.org/1999/xhtml"/>
2374     #errors
2375     /object/@type;IMT:syntax error;m
2376     /object;no significant content;s
2377    
2378     #data
2379     <object type="text/css" xmlns="http://www.w3.org/1999/xhtml"/>
2380     #errors
2381     /object;no significant content;s
2382    
2383     #data
2384     <object type="text/css" data="http://test/"
2385     xmlns="http://www.w3.org/1999/xhtml"/>
2386     #errors
2387     /object;no significant content;s
2388    
2389     #data
2390 wakaba 1.2 <object data="" xmlns="http://www.w3.org/1999/xhtml"
2391     height="">x</iframe>
2392     #errors
2393     /object/@height;nninteger:syntax error;m
2394    
2395     #data
2396     <object data="" xmlns="http://www.w3.org/1999/xhtml"
2397     height="0">x</object>
2398     #errors
2399    
2400     #data
2401     <object data="" xmlns="http://www.w3.org/1999/xhtml"
2402     height="120">x</object>
2403     #errors
2404    
2405     #data
2406     <object data="" xmlns="http://www.w3.org/1999/xhtml"
2407     width="">x</object>
2408     #errors
2409     /object/@width;nninteger:syntax error;m
2410    
2411     #data
2412     <object data="" xmlns="http://www.w3.org/1999/xhtml"
2413     width="0">x</object>
2414     #errors
2415    
2416     #data
2417     <object data="" xmlns="http://www.w3.org/1999/xhtml"
2418     width="120">x</object>
2419     #errors
2420    
2421     #data
2422 wakaba 1.1 <div xmlns="http://www.w3.org/1999/xhtml">
2423     <p><object data="http://test/" usemap="">x</object></p>
2424     </div>
2425     #errors
2426     /div/p/object/@usemap;hashref:syntax error;m
2427    
2428     #data
2429     <div xmlns="http://www.w3.org/1999/xhtml">
2430     <p><object data="http://test/" usemap="abc">x</object></p>
2431     </div>
2432     #errors
2433     /div/p/object/@usemap;hashref:syntax error;m
2434    
2435     #data
2436     <div xmlns="http://www.w3.org/1999/xhtml">
2437     <p><object data="http://test/" usemap="abc#">x</object></p>
2438     </div>
2439     #errors
2440     /div/p/object/@usemap;hashref:syntax error;m
2441    
2442     #data
2443     <div xmlns="http://www.w3.org/1999/xhtml">
2444     <p><object data="http://test/" usemap="&#x0A;#abc">x</object></p>
2445     </div>
2446     #errors
2447     /div/p/object/@usemap;hashref:syntax error;m
2448    
2449     #data
2450     <div xmlns="http://www.w3.org/1999/xhtml">
2451     <p><object data="http://test/" usemap="#aa">x</object></p>
2452     <map id="aa"/>
2453     </div>
2454     #errors
2455     /div/p/object/@usemap;no referenced map;m
2456     /div/map;attribute missing;name;m
2457    
2458     #data
2459     <div xmlns="http://www.w3.org/1999/xhtml">
2460     <p><object data="http://test/" usemap="#aa">x</object></p>
2461     <map name="aa"/>
2462     </div>
2463     #errors
2464    
2465     #data
2466     <div xmlns="http://www.w3.org/1999/xhtml">
2467     <map name="aa"/>
2468     <p><object data="http://test/" usemap="#aa">x</object></p>
2469     </div>
2470     #errors
2471    
2472     #data
2473     <div xmlns="http://www.w3.org/1999/xhtml">
2474     <map name="&#x4E00;"/>
2475     <p><object data="http://test/" usemap="#&#x4E00;">x</object></p>
2476     </div>
2477     #errors
2478    
2479     #data
2480     <div xmlns="http://www.w3.org/1999/xhtml">
2481     <map name="aa"/>
2482     <p><object data="http://test/" usemap="#bb">x</object></p>
2483     </div>
2484     #errors
2485     /div/p/object/@usemap;no referenced map;m
2486    
2487     #data
2488     <div xmlns="http://www.w3.org/1999/xhtml">
2489     <map name="aa"/>
2490     <p><object data="http://test/" usemap="#aa">x</object></p>
2491     <p><object data="http://test/" usemap="#aa">x</object></p>
2492     </div>
2493     #errors
2494    
2495     #data
2496     <div xmlns="http://www.w3.org/1999/xhtml">
2497     <map name="aa"/>
2498     <p><object data="http://test/" usemap="#AA">x</object></p>
2499     </div>
2500     #errors
2501     /div/p/object/@usemap;no referenced map;m
2502    
2503     #data
2504     <div xmlns="http://www.w3.org/1999/xhtml">
2505     <map name="AA"/>
2506     <p><object data="http://test/" usemap="#aa">x</object></p>
2507     </div>
2508     #errors
2509     /div/p/object/@usemap;no referenced map;m
2510    
2511     #data
2512     <div xmlns="http://www.w3.org/1999/xhtml">
2513     <object data="" usemap="#a">x</object><menu id="a">x</menu>
2514     </div>
2515     #errors
2516     /div/object/@usemap;no referenced map;m
2517    
2518     #data
2519     <object data="" declare="" xmlns="http://www.w3.org/1999/xhtml"/>
2520     #errors
2521     /object/@declare;attribute not defined;m
2522     /object;no significant content;s
2523    
2524     #data
2525     <object data="" declare="declare" xmlns="http://www.w3.org/1999/xhtml"/>
2526     #errors
2527     /object/@declare;attribute not defined;m
2528     /object;no significant content;s
2529    
2530     #data
2531     <object data="" declare="yes" xmlns="http://www.w3.org/1999/xhtml"/>
2532     #errors
2533     /object/@declare;attribute not defined;m
2534     /object/@declare;boolean:invalid;m
2535     /object;no significant content;s
2536    
2537     #data
2538     <object data="" declare="no" xmlns="http://www.w3.org/1999/xhtml"/>
2539     #errors
2540     /object/@declare;attribute not defined;m
2541     /object/@declare;boolean:invalid;m
2542     /object;no significant content;s
2543    
2544     #data
2545     <object data="" declare="Declare" xmlns="http://www.w3.org/1999/xhtml"/>
2546     #errors
2547     /object/@declare;attribute not defined;m
2548     /object;no significant content;s
2549    
2550     #data
2551     <object data="" classid="" xmlns="http://www.w3.org/1999/xhtml"/>
2552     #errors
2553     /object/@classid;attribute not defined;m
2554     /object;no significant content;s
2555    
2556     #data
2557     <object data="" classid="[]" xmlns="http://www.w3.org/1999/xhtml"/>
2558     #errors
2559     /object/@classid;attribute not defined;m
2560     /object/@classid;syntax error:iriref3987;m
2561     /object;no significant content;s
2562    
2563     #data
2564     <object data="" codebase="" xmlns="http://www.w3.org/1999/xhtml"/>
2565     #errors
2566     /object/@codebase;attribute not defined;m
2567     /object;no significant content;s
2568    
2569     #data
2570     <object data="" codebase="[]" xmlns="http://www.w3.org/1999/xhtml"/>
2571     #errors
2572     /object/@codebase;attribute not defined;m
2573     /object/@codebase;syntax error:iriref3987;m
2574     /object;no significant content;s
2575    
2576     #data
2577     <object data="" archive="" xmlns="http://www.w3.org/1999/xhtml"/>
2578     #errors
2579     /object/@archive;attribute not defined;m
2580     /object;no significant content;s
2581    
2582     #data
2583     <object data="" archive="[]" xmlns="http://www.w3.org/1999/xhtml"/>
2584     #errors
2585     /object/@archive;attribute not defined;m
2586     /object/@archive;syntax error:iriref3987;m
2587     /object;no significant content;s
2588    
2589     #data
2590     <object data="" archive="a,[]" xmlns="http://www.w3.org/1999/xhtml"/>
2591     #errors
2592     /object/@archive;attribute not defined;m
2593     /object/@archive;syntax error:iriref3987;m
2594     /object;no significant content;s
2595    
2596     #data
2597     <object data="" archives="[]" xmlns="http://www.w3.org/1999/xhtml"/>
2598     #errors
2599     /object/@archives;attribute not defined;m
2600     /object;no significant content;s
2601    
2602     #data
2603     <object data="" codetype="" xmlns="http://www.w3.org/1999/xhtml"/>
2604     #errors
2605     /object/@codetype;attribute not defined;m
2606     /object/@codetype;IMT:syntax error;m
2607     /object;no significant content;s
2608    
2609     #data
2610     <object data="" codetype="text/html" xmlns="http://www.w3.org/1999/xhtml"/>
2611     #errors
2612     /object/@codetype;attribute not defined;m
2613     /object;no significant content;s
2614    
2615     #data
2616     <object data="" standby="" xmlns="http://www.w3.org/1999/xhtml"/>
2617     #errors
2618     /object/@standby;attribute not defined;m
2619     /object;no significant content;s
2620    
2621     #data
2622     <object data="" standby="[]" xmlns="http://www.w3.org/1999/xhtml"/>
2623     #errors
2624     /object/@standby;attribute not defined;m
2625     /object;no significant content;s
2626    
2627     #data
2628     <object data="" border="0" xmlns="http://www.w3.org/1999/xhtml"/>
2629     #errors
2630     /object;no significant content;s
2631     /object/@border;attribute not defined;m
2632    
2633     #data
2634     <object data="" border="none" xmlns="http://www.w3.org/1999/xhtml"/>
2635     #errors
2636     /object/@border;attribute not defined;m
2637     /object/@border;nninteger:syntax error;m
2638     /object;no significant content;s
2639    
2640     #data
2641     <object data="" hspace="0" xmlns="http://www.w3.org/1999/xhtml"/>
2642     #errors
2643     /object/@hspace;attribute not defined;m
2644     /object;no significant content;s
2645    
2646     #data
2647     <object data="" hspace="none" xmlns="http://www.w3.org/1999/xhtml"/>
2648     #errors
2649     /object/@hspace;attribute not defined;m
2650     /object;no significant content;s
2651     /object/@hspace;nninteger:syntax error;m
2652    
2653     #data
2654     <object data="" vspace="0" xmlns="http://www.w3.org/1999/xhtml"/>
2655     #errors
2656     /object;no significant content;s
2657     /object/@vspace;attribute not defined;m
2658    
2659     #data
2660     <object data="" vspace="none" xmlns="http://www.w3.org/1999/xhtml"/>
2661     #errors
2662     /object;no significant content;s
2663     /object/@vspace;attribute not defined;m
2664     /object/@vspace;nninteger:syntax error;m
2665    
2666     #data
2667     <object data="" align="" xmlns="http://www.w3.org/1999/xhtml"/>
2668     #errors
2669     /object;no significant content;s
2670     /object/@align;attribute not defined;m
2671     /object/@align;enumerated:invalid;m
2672    
2673     #data
2674     <object data="" align="char" xmlns="http://www.w3.org/1999/xhtml"/>
2675     #errors
2676     /object;no significant content;s
2677     /object/@align;attribute not defined;m
2678     /object/@align;enumerated:invalid;m
2679    
2680     #data
2681     <object data="" align="justify" xmlns="http://www.w3.org/1999/xhtml"/>
2682     #errors
2683     /object;no significant content;s
2684     /object/@align;attribute not defined;m
2685     /object/@align;enumerated:invalid;m
2686    
2687     #data
2688     <object data="" align="center" xmlns="http://www.w3.org/1999/xhtml"/>
2689     #errors
2690     /object;no significant content;s
2691     /object/@align;attribute not defined;m
2692     /object/@align;enumerated:invalid;m
2693    
2694     #data
2695     <object data="" align="bottom" xmlns="http://www.w3.org/1999/xhtml"/>
2696     #errors
2697     /object;no significant content;s
2698     /object/@align;attribute not defined;m
2699    
2700     #data
2701     <object data="" align="middle" xmlns="http://www.w3.org/1999/xhtml"/>
2702     #errors
2703     /object;no significant content;s
2704     /object/@align;attribute not defined;m
2705    
2706     #data
2707     <object data="" align="top" xmlns="http://www.w3.org/1999/xhtml"/>
2708     #errors
2709     /object;no significant content;s
2710     /object/@align;attribute not defined;m
2711    
2712     #data
2713     <object data="" align="left" xmlns="http://www.w3.org/1999/xhtml"/>
2714     #errors
2715     /object;no significant content;s
2716     /object/@align;attribute not defined;m
2717    
2718     #data
2719     <object data="" align="right" xmlns="http://www.w3.org/1999/xhtml"/>
2720     #errors
2721     /object;no significant content;s
2722     /object/@align;attribute not defined;m
2723    
2724     #data
2725     <object name="" data="" xmlns="http://www.w3.org/1999/xhtml">x</object>
2726     #errors
2727     /object/@name;window name:empty;m
2728    
2729     #data
2730     <object name="_" data="" xmlns="http://www.w3.org/1999/xhtml">x</object>
2731     #errors
2732     /object/@name;window name:reserved;m
2733    
2734     #data
2735     <object name="_a" data="" xmlns="http://www.w3.org/1999/xhtml">x</object>
2736     #errors
2737     /object/@name;window name:reserved;m
2738    
2739     #data
2740     <object name="_blank" data="" xmlns="http://www.w3.org/1999/xhtml">x</object>
2741     #errors
2742     /object/@name;window name:reserved;m
2743    
2744     #data
2745     <object name="_parent" data="" xmlns="http://www.w3.org/1999/xhtml">x</object>
2746     #errors
2747     /object/@name;window name:reserved;m
2748    
2749     #data
2750     <object name="_self" data="" xmlns="http://www.w3.org/1999/xhtml">x</object>
2751     #errors
2752     /object/@name;window name:reserved;m
2753    
2754     #data
2755     <object name="_top" data="" xmlns="http://www.w3.org/1999/xhtml">x</object>
2756     #errors
2757     /object/@name;window name:reserved;m
2758    
2759     #data
2760     <object name="abc" data="" xmlns="http://www.w3.org/1999/xhtml">x</object>
2761     #errors
2762    
2763     #data
2764     <object name="self" data="" xmlns="http://www.w3.org/1999/xhtml">x</object>
2765     #errors
2766    
2767     #data
2768     <param xmlns="http://www.w3.org/1999/xhtml"/>
2769     #errors
2770     /param;attribute missing;name;m
2771     /param;attribute missing;value;m
2772    
2773     #data
2774     <param name="a" xmlns="http://www.w3.org/1999/xhtml"/>
2775     #errors
2776     /param;attribute missing;value;m
2777    
2778     #data
2779     <param value="a" xmlns="http://www.w3.org/1999/xhtml"/>
2780     #errors
2781     /param;attribute missing;name;m
2782    
2783     #data
2784     <param name="a" value="b" xmlns="http://www.w3.org/1999/xhtml"/>
2785     #errors
2786    
2787     #data
2788     <param name="" value="" xmlns="http://www.w3.org/1999/xhtml"/>
2789     #errors
2790    
2791     #data
2792     <param name="a" value="b" valuetype="data" xmlns="http://www.w3.org/1999/xhtml"/>
2793     #errors
2794     /param/@valuetype;attribute not defined;m
2795    
2796     #data
2797     <param name="a" value="b" valuetype="ref" xmlns="http://www.w3.org/1999/xhtml"/>
2798     #errors
2799     /param/@valuetype;attribute not defined;m
2800    
2801     #data
2802     <param name="a" value="b" valuetype="object" xmlns="http://www.w3.org/1999/xhtml"/>
2803     #errors
2804     /param/@valuetype;attribute not defined;m
2805    
2806     #data
2807     <param name="a" value="b" valuetype="text" xmlns="http://www.w3.org/1999/xhtml"/>
2808     #errors
2809     /param/@valuetype;attribute not defined;m
2810     /param/@valuetype;enumerated:invalid;m
2811    
2812     #data
2813     <param name="a" value="b" type="text" xmlns="http://www.w3.org/1999/xhtml"/>
2814     #errors
2815     /param/@type;attribute not defined;m
2816     /param/@type;IMT:syntax error;m
2817    
2818     #data
2819     <param name="a" value="b" type="text/html" xmlns="http://www.w3.org/1999/xhtml"/>
2820     #errors
2821     /param/@type;attribute not defined;m
2822    
2823     #data
2824     <video xmlns="http://www.w3.org/1999/xhtml"/>
2825     #errors
2826     /video;no significant content;s
2827     /video;child element missing;source;m
2828    
2829     #data
2830     <video src="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
2831     #errors
2832     /video;no significant content;s
2833    
2834     #data
2835     <video src="``http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
2836     #errors
2837     /video/@src;syntax error:iriref3987;m
2838     /video;no significant content;s
2839    
2840     #data
2841     <video autoplay="" xmlns="http://www.w3.org/1999/xhtml"/>
2842     #errors
2843     /video;no significant content;s
2844     /video;child element missing;source;m
2845 wakaba 1.8 /video/@autoplay;attribute not allowed;w
2846 wakaba 1.1
2847     #data
2848     <video autoplay="autoplay" xmlns="http://www.w3.org/1999/xhtml"/>
2849     #errors
2850     /video;no significant content;s
2851     /video;child element missing;source;m
2852 wakaba 1.8 /video/@autoplay;attribute not allowed;w
2853 wakaba 1.1
2854     #data
2855     <video autoplay="true" xmlns="http://www.w3.org/1999/xhtml"/>
2856     #errors
2857     /video;no significant content;s
2858     /video/@autoplay;boolean:invalid;m
2859     /video;child element missing;source;m
2860 wakaba 1.8 /video/@autoplay;attribute not allowed;w
2861 wakaba 1.1
2862     #data
2863     <video autoplay="AUTOPlay" xmlns="http://www.w3.org/1999/xhtml"/>
2864     #errors
2865     /video;no significant content;s
2866     /video;child element missing;source;m
2867 wakaba 1.8 /video/@autoplay;attribute not allowed;w
2868 wakaba 1.1
2869     #data
2870 wakaba 1.4 <video autobuffer="" xmlns="http://www.w3.org/1999/xhtml"/>
2871     #errors
2872     /video;no significant content;s
2873     /video;child element missing;source;m
2874    
2875     #data
2876     <video autobuffer="autobuffer" xmlns="http://www.w3.org/1999/xhtml"/>
2877     #errors
2878     /video;no significant content;s
2879     /video;child element missing;source;m
2880    
2881     #data
2882     <video autobuffer="true" xmlns="http://www.w3.org/1999/xhtml"/>
2883     #errors
2884     /video;no significant content;s
2885     /video/@autobuffer;boolean:invalid;m
2886     /video;child element missing;source;m
2887    
2888     #data
2889     <video autobuffer="AUTOBuffer" xmlns="http://www.w3.org/1999/xhtml"/>
2890     #errors
2891     /video;no significant content;s
2892     /video;child element missing;source;m
2893    
2894     #data
2895     <video autoplay="" autobuffer="AUTOBuffer" xmlns="http://www.w3.org/1999/xhtml"/>
2896     #errors
2897     /video;no significant content;s
2898     /video;child element missing;source;m
2899 wakaba 1.8 /video/@autoplay;attribute not allowed;w
2900 wakaba 1.4
2901     #data
2902 wakaba 1.1 <video controls="" xmlns="http://www.w3.org/1999/xhtml"/>
2903     #errors
2904     /video;no significant content;s
2905     /video;child element missing;source;m
2906    
2907     #data
2908     <video controls="controls" xmlns="http://www.w3.org/1999/xhtml"/>
2909     #errors
2910     /video;no significant content;s
2911     /video;child element missing;source;m
2912    
2913     #data
2914     <video controls="Controls" xmlns="http://www.w3.org/1999/xhtml"/>
2915     #errors
2916     /video;no significant content;s
2917     /video;child element missing;source;m
2918    
2919     #data
2920     <video controls="true" xmlns="http://www.w3.org/1999/xhtml"/>
2921     #errors
2922     /video/@controls;boolean:invalid;m
2923     /video;no significant content;s
2924     /video;child element missing;source;m
2925    
2926     #data
2927     <video controls="control" xmlns="http://www.w3.org/1999/xhtml"/>
2928     #errors
2929     /video/@controls;boolean:invalid;m
2930     /video;no significant content;s
2931     /video;child element missing;source;m
2932    
2933     #data
2934     <video control="" xmlns="http://www.w3.org/1999/xhtml"/>
2935     #errors
2936     /video/@control;attribute not defined;m
2937     /video;no significant content;s
2938     /video;child element missing;source;m
2939    
2940     #data
2941     <video poster="" xmlns="http://www.w3.org/1999/xhtml"/>
2942     #errors
2943     /video;no significant content;s
2944     /video;child element missing;source;m
2945    
2946     #data
2947     <video poster="abc" xmlns="http://www.w3.org/1999/xhtml"/>
2948     #errors
2949     /video;child element missing;source;m
2950     /video;no significant content;s
2951    
2952     #data
2953     <video poster="[]" xmlns="http://www.w3.org/1999/xhtml"/>
2954     #errors
2955     /video/@poster;syntax error:iriref3987;m
2956     /video;no significant content;s
2957     /video;child element missing;source;m
2958 wakaba 1.2
2959     #data
2960     <video src="" xmlns="http://www.w3.org/1999/xhtml"
2961     height="">x</video>
2962     #errors
2963     /video/@height;nninteger:syntax error;m
2964    
2965     #data
2966     <video src="" xmlns="http://www.w3.org/1999/xhtml"
2967     height="0">x</video>
2968     #errors
2969    
2970     #data
2971     <video src="" xmlns="http://www.w3.org/1999/xhtml"
2972     height="120">x</video>
2973     #errors
2974    
2975     #data
2976     <video src="" xmlns="http://www.w3.org/1999/xhtml"
2977     width="">x</video>
2978     #errors
2979     /video/@width;nninteger:syntax error;m
2980    
2981     #data
2982     <video src="" xmlns="http://www.w3.org/1999/xhtml"
2983     width="0">x</video>
2984     #errors
2985    
2986     #data
2987     <video src="" xmlns="http://www.w3.org/1999/xhtml"
2988     width="120">x</video>
2989     #errors
2990 wakaba 1.1
2991     #data
2992 wakaba 1.12 <video src="" xmlns="http://www.w3.org/1999/xhtml">
2993     <video src="">aa</video>
2994     </video>
2995     #errors
2996     /video/video;element not allowed:minus;m
2997    
2998     #data
2999     <video src="" xmlns="http://www.w3.org/1999/xhtml">
3000     <p><video src="">aa</video></p>
3001     </video>
3002     #errors
3003     /video/p/video;element not allowed:minus;m
3004    
3005     #data
3006     <video src="" xmlns="http://www.w3.org/1999/xhtml">
3007     <ins><video src="">aa</video></ins>
3008     </video>
3009     #errors
3010     /video/ins/video;element not allowed:minus;m
3011    
3012     #data
3013     <video src="" xmlns="http://www.w3.org/1999/xhtml">
3014     <audio src="">aa</audio>
3015     </video>
3016     #errors
3017     /video/audio;element not allowed:minus;m
3018    
3019     #data
3020     <video src="" xmlns="http://www.w3.org/1999/xhtml">
3021     <p><audio src="">aa</audio></p>
3022     </video>
3023     #errors
3024     /video/p/audio;element not allowed:minus;m
3025    
3026     #data
3027     <video src="" xmlns="http://www.w3.org/1999/xhtml">
3028     <ins><audio src="">aa</audio></ins>
3029     </video>
3030     #errors
3031     /video/ins/audio;element not allowed:minus;m
3032    
3033     #data
3034 wakaba 1.1 <audio xmlns="http://www.w3.org/1999/xhtml"/>
3035     #errors
3036     /audio;no significant content;s
3037     /audio;child element missing;source;m
3038    
3039     #data
3040     <audio src="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
3041     #errors
3042     /audio;no significant content;s
3043    
3044     #data
3045     <audio src="http://[test]/" xmlns="http://www.w3.org/1999/xhtml"/>
3046     #errors
3047     /audio/@src;syntax error:iriref3987;m
3048     /audio;no significant content;s
3049    
3050     #data
3051     <audio autoplay="" xmlns="http://www.w3.org/1999/xhtml"/>
3052     #errors
3053     /audio;no significant content;s
3054     /audio;child element missing;source;m
3055 wakaba 1.8 /audio/@autoplay;attribute not allowed;w
3056 wakaba 1.1
3057     #data
3058     <audio autoplay="autoplay" xmlns="http://www.w3.org/1999/xhtml"/>
3059     #errors
3060     /audio;no significant content;s
3061     /audio;child element missing;source;m
3062 wakaba 1.8 /audio/@autoplay;attribute not allowed;w
3063 wakaba 1.1
3064     #data
3065     <audio autoplay="AUTOPLAY" xmlns="http://www.w3.org/1999/xhtml"/>
3066     #errors
3067     /audio;no significant content;s
3068     /audio;child element missing;source;m
3069 wakaba 1.8 /audio/@autoplay;attribute not allowed;w
3070 wakaba 1.1
3071     #data
3072 wakaba 1.4 <audio autobuffer="" xmlns="http://www.w3.org/1999/xhtml"/>
3073     #errors
3074     /audio;no significant content;s
3075     /audio;child element missing;source;m
3076    
3077     #data
3078     <audio autobuffer="autobuffer" xmlns="http://www.w3.org/1999/xhtml"/>
3079     #errors
3080     /audio;no significant content;s
3081     /audio;child element missing;source;m
3082    
3083     #data
3084     <audio autobuffer="AUTOBuffer" xmlns="http://www.w3.org/1999/xhtml"/>
3085     #errors
3086     /audio;no significant content;s
3087     /audio;child element missing;source;m
3088    
3089     #data
3090     <audio autobuffer="true" xmlns="http://www.w3.org/1999/xhtml"/>
3091     #errors
3092     /audio/@autobuffer;boolean:invalid;m
3093     /audio;no significant content;s
3094     /audio;child element missing;source;m
3095    
3096     #data
3097     <audio autoplay="" autobuffer="" xmlns="http://www.w3.org/1999/xhtml"/>
3098 wakaba 1.1 #errors
3099     /audio;no significant content;s
3100     /audio;child element missing;source;m
3101 wakaba 1.8 /audio/@autoplay;attribute not allowed;w
3102 wakaba 1.1
3103     #data
3104     <audio controls="" xmlns="http://www.w3.org/1999/xhtml"/>
3105     #errors
3106     /audio;no significant content;s
3107     /audio;child element missing;source;m
3108    
3109     #data
3110     <audio controls="controls" xmlns="http://www.w3.org/1999/xhtml"/>
3111     #errors
3112     /audio;no significant content;s
3113     /audio;child element missing;source;m
3114    
3115     #data
3116     <audio controls="CONTROLS" xmlns="http://www.w3.org/1999/xhtml"/>
3117     #errors
3118     /audio;no significant content;s
3119     /audio;child element missing;source;m
3120    
3121     #data
3122     <audio controls="true" xmlns="http://www.w3.org/1999/xhtml"/>
3123     #errors
3124     /audio/@controls;boolean:invalid;m
3125     /audio;no significant content;s
3126     /audio;child element missing;source;m
3127    
3128     #data
3129 wakaba 1.10 <video src="" start="" end="" loopstart="" loopend="" playcount=""
3130     xmlns="http://www.w3.org/1999/xhtml">a</video>
3131     #errors
3132     /video/@start;attribute not defined;m
3133     /video/@end;attribute not defined;m
3134     /video/@loopstart;attribute not defined;m
3135     /video/@loopend;attribute not defined;m
3136     /video/@playcount;attribute not defined;m
3137    
3138     #data
3139     <audio src="" start="" end="" loopstart="" loopend="" playcount=""
3140     xmlns="http://www.w3.org/1999/xhtml">a</audio>
3141     #errors
3142     /audio/@start;attribute not defined;m
3143     /audio/@end;attribute not defined;m
3144     /audio/@loopstart;attribute not defined;m
3145     /audio/@loopend;attribute not defined;m
3146     /audio/@playcount;attribute not defined;m
3147 wakaba 1.12
3148     #data
3149     <audio src="" xmlns="http://www.w3.org/1999/xhtml">
3150     <video src="">aa</video>
3151     </audio>
3152     #errors
3153     /audio/video;element not allowed:minus;m
3154    
3155     #data
3156     <audio src="" xmlns="http://www.w3.org/1999/xhtml">
3157     <p><video src="">aa</video></p>
3158     </audio>
3159     #errors
3160     /audio/p/video;element not allowed:minus;m
3161    
3162     #data
3163     <audio src="" xmlns="http://www.w3.org/1999/xhtml">
3164     <ins><video src="">aa</video></ins>
3165     </audio>
3166     #errors
3167     /audio/ins/video;element not allowed:minus;m
3168    
3169     #data
3170     <audio src="" xmlns="http://www.w3.org/1999/xhtml">
3171     <audio src="">aa</audio>
3172     </audio>
3173     #errors
3174     /audio/audio;element not allowed:minus;m
3175    
3176     #data
3177     <audio src="" xmlns="http://www.w3.org/1999/xhtml">
3178     <p><audio src="">aa</audio></p>
3179     </audio>
3180     #errors
3181     /audio/p/audio;element not allowed:minus;m
3182    
3183     #data
3184     <audio src="" xmlns="http://www.w3.org/1999/xhtml">
3185     <ins><audio src="">aa</audio></ins>
3186     </audio>
3187     #errors
3188     /audio/ins/audio;element not allowed:minus;m
3189 wakaba 1.10
3190     #data
3191     <video src=""
3192     loop=""
3193     xmlns="http://www.w3.org/1999/xhtml">a</video>
3194     #errors
3195    
3196     #data
3197     <audio src=""
3198     loop=""
3199     xmlns="http://www.w3.org/1999/xhtml">a</audio>
3200     #errors
3201    
3202     #data
3203     <video src=""
3204     loop="loop"
3205     xmlns="http://www.w3.org/1999/xhtml">a</video>
3206     #errors
3207    
3208     #data
3209     <audio src=""
3210     loop="loop"
3211     xmlns="http://www.w3.org/1999/xhtml">a</audio>
3212     #errors
3213    
3214     #data
3215     <video src=""
3216     loop="Loop"
3217     xmlns="http://www.w3.org/1999/xhtml">a</video>
3218     #errors
3219    
3220     #data
3221     <audio src=""
3222     loop="Loop"
3223     xmlns="http://www.w3.org/1999/xhtml">a</audio>
3224     #errors
3225    
3226     #data
3227     <video src=""
3228     loop="true"
3229     xmlns="http://www.w3.org/1999/xhtml">a</video>
3230     #errors
3231     /video/@loop;boolean:invalid;m
3232    
3233     #data
3234     <audio src=""
3235     loop="true"
3236     xmlns="http://www.w3.org/1999/xhtml">a</audio>
3237     #errors
3238     /audio/@loop;boolean:invalid;m
3239    
3240     #data
3241     <video src=""
3242     loop="lop"
3243     xmlns="http://www.w3.org/1999/xhtml">a</video>
3244     #errors
3245     /video/@loop;boolean:invalid;m
3246    
3247     #data
3248     <audio src=""
3249     loop="loop "
3250     xmlns="http://www.w3.org/1999/xhtml">a</audio>
3251     #errors
3252     /audio/@loop;boolean:invalid;m
3253    
3254     #data
3255 wakaba 1.1 <source xmlns="http://www.w3.org/1999/xhtml"/>
3256     #errors
3257     /source;attribute missing;src;m
3258    
3259     #data
3260     <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
3261     #errors
3262    
3263     #data
3264     <source src="%http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
3265     #errors
3266     /source/@src;syntax error:iriref3987;m
3267    
3268     #data
3269     <source src="http://test/" type="" xmlns="http://www.w3.org/1999/xhtml"/>
3270     #errors
3271     /source/@type;IMT:syntax error;m
3272    
3273     #data
3274     <source src="http://test/" type="video" xmlns="http://www.w3.org/1999/xhtml"/>
3275     #errors
3276     /source/@type;IMT:syntax error;m
3277    
3278     #data
3279     <source src="http://test/" type="audio/mpeg"
3280     xmlns="http://www.w3.org/1999/xhtml"/>
3281     #errors
3282    
3283     #data
3284     <source src="http://test/" type="video/3gpp2; codecs=sevc,s263"
3285     xmlns="http://www.w3.org/1999/xhtml"/>
3286     #errors
3287     /source/@type;IMT:syntax error;m
3288    
3289     #data
3290     <source src="http://test/" type="video/3gpp2; codecs=&quot;sevc,s263&quot;"
3291     xmlns="http://www.w3.org/1999/xhtml"/>
3292     #errors
3293    
3294     #data
3295     <source src="http://test/" type="video/3gpp2; codecs=&quot;sevc, s263&quot;"
3296     xmlns="http://www.w3.org/1999/xhtml"/>
3297     #errors
3298    
3299     #data
3300     <source src="http://test/" type="video/3gpp2; codecs='sevc, s263'"
3301     xmlns="http://www.w3.org/1999/xhtml"/>
3302     #errors
3303     /source/@type;IMT:syntax error;m
3304    
3305     #data
3306     <source src="http://test/" media="screen"
3307     xmlns="http://www.w3.org/1999/xhtml"/>
3308     #errors
3309     /source/@media;media query;u
3310    
3311     #data
3312     <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
3313     pixelratio=""/>
3314     #errors
3315     /source/@pixelratio;float:syntax error;m
3316 wakaba 1.9 /source/@pixelratio;attribute not defined;m
3317 wakaba 1.1
3318     #data
3319     <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
3320     pixelratio="1"/>
3321     #errors
3322 wakaba 1.9 /source/@pixelratio;attribute not defined;m
3323 wakaba 1.1
3324     #data
3325     <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
3326     pixelratio="1.00"/>
3327     #errors
3328 wakaba 1.9 /source/@pixelratio;attribute not defined;m
3329 wakaba 1.1
3330     #data
3331     <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
3332     pixelratio="0.001"/>
3333     #errors
3334 wakaba 1.9 /source/@pixelratio;attribute not defined;m
3335    
3336     #data
3337     <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
3338     pixelratio="0.5"/>
3339     #errors
3340     /source/@pixelratio;attribute not defined;m
3341    
3342     #data
3343     <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
3344     pixelratio="0.00"/>
3345     #errors
3346     /source/@pixelratio;attribute not defined;m
3347     /source/@pixelratio;float:out of range;m
3348    
3349     #data
3350     <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
3351     pixelratio="-20"/>
3352     #errors
3353     /source/@pixelratio;attribute not defined;m
3354     /source/@pixelratio;float:out of range;m
3355    
3356     #data
3357     <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
3358     pixelratio="0.001e-20"/>
3359     #errors
3360     /source/@pixelratio;attribute not defined;m
3361 wakaba 1.1
3362     #data
3363     <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
3364     pixelratio="10.4"/>
3365     #errors
3366 wakaba 1.9 /source/@pixelratio;attribute not defined;m
3367 wakaba 1.1
3368     #data
3369     <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
3370     pixelratio="1."/>
3371     #errors
3372 wakaba 1.9 /source/@pixelratio;attribute not defined;m
3373 wakaba 1.7 /source/@pixelratio;float:syntax error;m
3374 wakaba 1.1
3375     #data
3376     <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
3377     pixelratio=".1"/>
3378     #errors
3379 wakaba 1.9 /source/@pixelratio;attribute not defined;m
3380 wakaba 1.7 /source/@pixelratio;float:syntax error;m
3381 wakaba 1.1
3382     #data
3383     <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
3384     pixelratio="+0.2"/>
3385     #errors
3386 wakaba 1.9 /source/@pixelratio;attribute not defined;m
3387 wakaba 1.1 /source/@pixelratio;float:syntax error;m
3388    
3389     #data
3390     <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
3391     pixelratio="43 "/>
3392     #errors
3393 wakaba 1.9 /source/@pixelratio;attribute not defined;m
3394 wakaba 1.1 /source/@pixelratio;float:syntax error;m
3395    
3396     #data
3397     <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
3398     pixelratio="aaaa"/>
3399     #errors
3400 wakaba 1.9 /source/@pixelratio;attribute not defined;m
3401 wakaba 1.1 /source/@pixelratio;float:syntax error;m
3402    
3403     #data
3404     <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
3405     pixelratio="4 + 0.2"/>
3406     #errors
3407 wakaba 1.9 /source/@pixelratio;attribute not defined;m
3408 wakaba 1.1 /source/@pixelratio;float:syntax error;m
3409    
3410     #data
3411     <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
3412     pixelratio="0..3"/>
3413     #errors
3414 wakaba 1.9 /source/@pixelratio;attribute not defined;m
3415 wakaba 1.1 /source/@pixelratio;float:syntax error;m
3416    
3417     #data
3418     <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
3419     pixelratio="0.4."/>
3420     #errors
3421 wakaba 1.9 /source/@pixelratio;attribute not defined;m
3422 wakaba 1.1 /source/@pixelratio;float:syntax error;m
3423    
3424     #data
3425     <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
3426     pixelratio="."/>
3427     #errors
3428 wakaba 1.9 /source/@pixelratio;attribute not defined;m
3429 wakaba 1.1 /source/@pixelratio;float:syntax error;m
3430    
3431     #data
3432     <canvas xmlns="http://www.w3.org/1999/xhtml"/>
3433     #errors
3434     /canvas;no significant content;s
3435    
3436     #data
3437     <canvas width="" xmlns="http://www.w3.org/1999/xhtml"/>
3438     #errors
3439     /canvas;no significant content;s
3440     /canvas/@width;nninteger:syntax error;m
3441    
3442     #data
3443     <canvas width="1" xmlns="http://www.w3.org/1999/xhtml"/>
3444     #errors
3445     /canvas;no significant content;s
3446    
3447     #data
3448     <canvas width="0" xmlns="http://www.w3.org/1999/xhtml"/>
3449     #errors
3450     /canvas;no significant content;s
3451    
3452     #data
3453     <canvas width="100" xmlns="http://www.w3.org/1999/xhtml"/>
3454     #errors
3455     /canvas;no significant content;s
3456    
3457     #data
3458     <canvas width="-1" xmlns="http://www.w3.org/1999/xhtml"/>
3459     #errors
3460     /canvas;no significant content;s
3461     /canvas/@width;nninteger:syntax error;m
3462    
3463     #data
3464     <canvas width="saaa" xmlns="http://www.w3.org/1999/xhtml"/>
3465     #errors
3466     /canvas/@width;nninteger:syntax error;m
3467     /canvas;no significant content;s
3468    
3469     #data
3470     <canvas width="1&#xA;" xmlns="http://www.w3.org/1999/xhtml"/>
3471     #errors
3472     /canvas/@width;nninteger:syntax error;m
3473     /canvas;no significant content;s
3474    
3475     #data
3476     <canvas width="13344aa" xmlns="http://www.w3.org/1999/xhtml"/>
3477     #errors
3478     /canvas/@width;nninteger:syntax error;m
3479     /canvas;no significant content;s
3480    
3481     #data
3482     <canvas height="" xmlns="http://www.w3.org/1999/xhtml"/>
3483     #errors
3484     /canvas/@height;nninteger:syntax error;m
3485     /canvas;no significant content;s
3486    
3487     #data
3488     <canvas height="0" xmlns="http://www.w3.org/1999/xhtml"/>
3489     #errors
3490     /canvas;no significant content;s
3491    
3492     #data
3493     <canvas height="1" xmlns="http://www.w3.org/1999/xhtml"/>
3494     #errors
3495     /canvas;no significant content;s
3496    
3497     #data
3498     <canvas height="-2" xmlns="http://www.w3.org/1999/xhtml"/>
3499     #errors
3500     /canvas/@height;nninteger:syntax error;m
3501     /canvas;no significant content;s
3502    
3503     #data
3504     <canvas height="1&#xA;" xmlns="http://www.w3.org/1999/xhtml"/>
3505     #errors
3506     /canvas/@height;nninteger:syntax error;m
3507     /canvas;no significant content;s
3508    
3509     #data
3510     <canvas height="xxx" xmlns="http://www.w3.org/1999/xhtml"/>
3511     #errors
3512     /canvas/@height;nninteger:syntax error;m
3513     /canvas;no significant content;s
3514    
3515     #data
3516     <canvas width="44" height="14" xmlns="http://www.w3.org/1999/xhtml"/>
3517     #errors
3518     /canvas;no significant content;s
3519    
3520     #data
3521     <map xmlns="http://www.w3.org/1999/xhtml"/>
3522     #errors
3523     /map;attribute missing;name;m
3524     /map;no significant content;s
3525    
3526     #data
3527     <map name="aa" xmlns="http://www.w3.org/1999/xhtml"/>
3528     #errors
3529     /map;no significant content;s
3530    
3531     #data
3532     <map name="aa" xmlns="http://www.w3.org/1999/xhtml"/>
3533     #errors
3534     /map;no significant content;s
3535    
3536     #data
3537     <div xmlns="http://www.w3.org/1999/xhtml">
3538     <map name="aa" id="aa"/>
3539     <p id="aa">x</p>
3540     </div>
3541     #errors
3542     /div/p/@id;duplicate ID;m
3543    
3544     #data
3545     <div xmlns="http://www.w3.org/1999/xhtml">
3546     <p id="aa">x</p>
3547     <map id="aa" name="aa"/>
3548     </div>
3549     #errors
3550     /div/map/@id;duplicate ID;m
3551    
3552     #data
3553     <map name="" xmlns="http://www.w3.org/1999/xhtml"/>
3554     #errors
3555     /map/@name;empty attribute value;m
3556     /map;no significant content;s
3557 wakaba 1.6
3558     #data
3559     <map xmlns="http://www.w3.org/1999/xhtml" name="y">
3560     <map name="x"></map>
3561     </map>
3562     #errors
3563     /map;no significant content;s
3564    
3565     #data
3566     <div xmlns="http://www.w3.org/1999/xhtml">
3567     <map name="x"></map>
3568     </div>
3569     #errors
3570     /div;no significant content;s
3571 wakaba 1.11
3572     #data
3573     <map xmlns="http://www.w3.org/1999/xhtml"
3574     name="ab c">xx</map>
3575     #errors
3576     /map/@name;space in map name;m
3577    
3578     #data
3579     <map xmlns="http://www.w3.org/1999/xhtml"
3580     name="ab&#xA;">xx</map>
3581     #errors
3582     /map/@name;space in map name;m
3583 wakaba 1.1
3584     #data
3585     <area xmlns="http://www.w3.org/1999/xhtml"/>
3586     #errors
3587     /area;attribute missing;coords;m
3588    
3589     #data
3590     <area href="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
3591     #errors
3592     /area;attribute missing;alt;m
3593     /area;attribute missing;coords;m
3594    
3595     #data
3596     <area alt="" xmlns="http://www.w3.org/1999/xhtml"/>
3597     #errors
3598     /area/@alt;attribute not allowed;m
3599     /area;attribute missing;coords;m
3600    
3601     #data
3602     <area href="http://test/" alt="" xmlns="http://www.w3.org/1999/xhtml"/>
3603     #errors
3604     /area;attribute missing;coords;m
3605    
3606     #data
3607     <area href="http://test/" alt="" coords="1,2,3,4"
3608     xmlns="http://www.w3.org/1999/xhtml"/>
3609     #errors
3610    
3611     #data
3612     <area href="%%http://test/" alt="" coords="1,2,3,4"
3613     xmlns="http://www.w3.org/1999/xhtml"/>
3614     #errors
3615     /area/@href;syntax error:iriref3987;m
3616    
3617     #data
3618     <area href="http://test/" alt="" coords="1,2,3,4"
3619     hreflang=""
3620     xmlns="http://www.w3.org/1999/xhtml"/>
3621     #errors
3622     /area/@hreflang;langtag:language:nosemantics;m
3623    
3624     #data
3625     <area href="http://test/" alt="" coords="1,2,3,4"
3626     hreflang="en"
3627     xmlns="http://www.w3.org/1999/xhtml"/>
3628     #errors
3629    
3630     #data
3631     <area coords="1,2,3,4" hreflang="en"
3632     xmlns="http://www.w3.org/1999/xhtml"/>
3633     #errors
3634     /area/@hreflang;attribute not allowed;m
3635    
3636     #data
3637     <area href="http://test/" alt="" coords="1,2,3,4"
3638     media="screen"
3639     xmlns="http://www.w3.org/1999/xhtml"/>
3640     #errors
3641     /area/@media;media query;u
3642    
3643     #data
3644     <area coords="1,2,3,4" media="screen"
3645     xmlns="http://www.w3.org/1999/xhtml"/>
3646     #errors
3647     /area/@media;attribute not allowed;m
3648     /area/@media;media query;u
3649    
3650     #data
3651     <area href="http://test/" coords="1,2,3,4" alt="" target=""
3652     xmlns="http://www.w3.org/1999/xhtml"/>
3653     #errors
3654     /area/@target;window name:empty;m
3655    
3656     #data
3657     <area href="http://test/" coords="1,2,3,4" alt="" target="_"
3658     xmlns="http://www.w3.org/1999/xhtml"/>
3659     #errors
3660     /area/@target;window name:reserved;m
3661    
3662     #data
3663     <area href="http://test/" coords="1,2,3,4" alt="" target="_self"
3664     xmlns="http://www.w3.org/1999/xhtml"/>
3665     #errors
3666    
3667     #data
3668     <area href="http://test/" coords="1,2,3,4" alt="" target="_parent"
3669     xmlns="http://www.w3.org/1999/xhtml"/>
3670     #errors
3671    
3672     #data
3673     <area href="http://test/" coords="1,2,3,4" alt="" target="_top"
3674     xmlns="http://www.w3.org/1999/xhtml"/>
3675     #errors
3676    
3677     #data
3678     <area href="http://test/" coords="1,2,3,4" alt="" target="_blank"
3679     xmlns="http://www.w3.org/1999/xhtml"/>
3680     #errors
3681    
3682     #data
3683     <area href="http://test/" coords="1,2,3,4" alt="" target="self"
3684     xmlns="http://www.w3.org/1999/xhtml"/>
3685     #errors
3686    
3687     #data
3688     <area href="http://test/" coords="1,2,3,4" alt="" target="_any"
3689     xmlns="http://www.w3.org/1999/xhtml"/>
3690     #errors
3691     /area/@target;window name:reserved;m
3692    
3693     #data
3694     <area coords="1,2,3,4" target="_self"
3695     xmlns="http://www.w3.org/1999/xhtml"/>
3696     #errors
3697     /area/@target;attribute not allowed;m
3698    
3699     #data
3700     <area coords="1,2,3,4"
3701     xmlns="http://www.w3.org/1999/xhtml"/>
3702     #errors
3703    
3704     #data
3705     <area shape="rect" coords="1,2,3,4"
3706     xmlns="http://www.w3.org/1999/xhtml"/>
3707     #errors
3708    
3709     #data
3710     <area shape="RECT" coords="1,2,3,4"
3711     xmlns="http://www.w3.org/1999/xhtml"/>
3712     #errors
3713    
3714     #data
3715     <area shape="rectangle" coords="1,2,3,4"
3716     xmlns="http://www.w3.org/1999/xhtml"/>
3717     #errors
3718     /area/@shape;enumerated:non-conforming;m
3719    
3720     #data
3721     <area shape="rec" coords="1,2,3,4"
3722     xmlns="http://www.w3.org/1999/xhtml"/>
3723     #errors
3724     /area/@shape;enumerated:invalid;m
3725    
3726     #data
3727     <area shape="default"
3728     xmlns="http://www.w3.org/1999/xhtml"/>
3729     #errors
3730    
3731     #data
3732     <area shape="defaulT"
3733     xmlns="http://www.w3.org/1999/xhtml"/>
3734     #errors
3735    
3736     #data
3737     <area shape="circ" coords="1,2,3"
3738     xmlns="http://www.w3.org/1999/xhtml"/>
3739     #errors
3740     /area/@shape;enumerated:non-conforming;m
3741    
3742     #data
3743     <area shape="circle" coords="1,2,3"
3744     xmlns="http://www.w3.org/1999/xhtml"/>
3745     #errors
3746    
3747     #data
3748     <area shape="poly" coords="1,2,3,4,5,6"
3749     xmlns="http://www.w3.org/1999/xhtml"/>
3750     #errors
3751    
3752     #data
3753     <area shape="polygon" coords="1,2,3,4,5,6"
3754     xmlns="http://www.w3.org/1999/xhtml"/>
3755     #errors
3756     /area/@shape;enumerated:non-conforming;m
3757    
3758     #data
3759     <area shape="XXX" coords="1,2,3,4"
3760     xmlns="http://www.w3.org/1999/xhtml"/>
3761     #errors
3762     /area/@shape;enumerated:invalid;m
3763    
3764     #data
3765     <area shape="circle" coords=""
3766     xmlns="http://www.w3.org/1999/xhtml"/>
3767     #errors
3768     /area/@coords;coords:syntax error;m
3769    
3770     #data
3771     <area shape="circle" coords="1"
3772     xmlns="http://www.w3.org/1999/xhtml"/>
3773     #errors
3774     /area/@coords;coords:number not 3;1;m
3775    
3776     #data
3777     <area shape="circle" coords="1,2"
3778     xmlns="http://www.w3.org/1999/xhtml"/>
3779     #errors
3780     /area/@coords;coords:number not 3;2;m
3781    
3782     #data
3783     <area shape="circle" coords="1,2,3,4"
3784     xmlns="http://www.w3.org/1999/xhtml"/>
3785     #errors
3786     /area/@coords;coords:number not 3;4;m
3787    
3788     #data
3789     <area shape="circle" coords="1,2,3,4,5"
3790     xmlns="http://www.w3.org/1999/xhtml"/>
3791     #errors
3792     /area/@coords;coords:number not 3;5;m
3793    
3794     #data
3795     <area shape="circle" coords="1,2,-3"
3796     xmlns="http://www.w3.org/1999/xhtml"/>
3797     #errors
3798     /area/@coords;coords:out of range;m
3799    
3800     #data
3801     <area shape="circle" coords="1,2,0"
3802     xmlns="http://www.w3.org/1999/xhtml"/>
3803     #errors
3804    
3805     #data
3806     <area shape="circle" coords="-1,-2,4"
3807     xmlns="http://www.w3.org/1999/xhtml"/>
3808     #errors
3809    
3810     #data
3811     <area shape="circle" coords="0,0,0"
3812     xmlns="http://www.w3.org/1999/xhtml"/>
3813     #errors
3814    
3815     #data
3816     <area shape="circle"
3817     xmlns="http://www.w3.org/1999/xhtml"/>
3818     #errors
3819     /area;attribute missing;coords;m
3820    
3821     #data
3822     <area shape="default" coords="1"
3823     xmlns="http://www.w3.org/1999/xhtml"/>
3824     #errors
3825     /area/@coords;attribute not allowed;m
3826    
3827     #data
3828     <area shape="poly" coords=""
3829     xmlns="http://www.w3.org/1999/xhtml"/>
3830     #errors
3831     /area/@coords;coords:syntax error;m
3832    
3833     #data
3834     <area shape="poly" coords="1"
3835     xmlns="http://www.w3.org/1999/xhtml"/>
3836     #errors
3837     /area/@coords;coords:number lt 6;1;m
3838    
3839     #data
3840     <area shape="poly" coords="1,2"
3841     xmlns="http://www.w3.org/1999/xhtml"/>
3842     #errors
3843     /area/@coords;coords:number lt 6;2;m
3844    
3845     #data
3846     <area shape="poly" coords="1,2,3"
3847     xmlns="http://www.w3.org/1999/xhtml"/>
3848     #errors
3849     /area/@coords;coords:number lt 6;3;m
3850    
3851     #data
3852     <area shape="poly" coords="1,2,3,4"
3853     xmlns="http://www.w3.org/1999/xhtml"/>
3854     #errors
3855     /area/@coords;coords:number lt 6;4;m
3856    
3857     #data
3858     <area shape="poly" coords="1,2,3,4,5"
3859     xmlns="http://www.w3.org/1999/xhtml"/>
3860     #errors
3861     /area/@coords;coords:number lt 6;5;m
3862    
3863     #data
3864     <area shape="poly" coords="1,2,3,4,5,6,7"
3865     xmlns="http://www.w3.org/1999/xhtml"/>
3866     #errors
3867     /area/@coords;coords:number not even;7;m
3868    
3869     #data
3870     <area shape="poly" coords="-1,-23,55,455,232,0"
3871     xmlns="http://www.w3.org/1999/xhtml"/>
3872     #errors
3873    
3874     #data
3875     <area shape="poly" coords="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
3876     xmlns="http://www.w3.org/1999/xhtml"/>
3877     #errors
3878    
3879     #data
3880     <area shape="poly"
3881     xmlns="http://www.w3.org/1999/xhtml"/>
3882     #errors
3883     /area;attribute missing;coords;m
3884    
3885     #data
3886     <area shape="rect" coords=""
3887     xmlns="http://www.w3.org/1999/xhtml"/>
3888     #errors
3889     /area/@coords;coords:syntax error;m
3890    
3891     #data
3892     <area shape="rect" coords="1"
3893     xmlns="http://www.w3.org/1999/xhtml"/>
3894     #errors
3895     /area/@coords;coords:number not 4;1;m
3896    
3897     #data
3898     <area shape="rect" coords="1,2"
3899     xmlns="http://www.w3.org/1999/xhtml"/>
3900     #errors
3901     /area/@coords;coords:number not 4;2;m
3902    
3903     #data
3904     <area shape="rect" coords="1,2,3"
3905     xmlns="http://www.w3.org/1999/xhtml"/>
3906     #errors
3907     /area/@coords;coords:number not 4;3;m
3908    
3909     #data
3910     <area shape="rect" coords="1,2,3,4,5"
3911     xmlns="http://www.w3.org/1999/xhtml"/>
3912     #errors
3913     /area/@coords;coords:number not 4;5;m
3914    
3915     #data
3916     <area shape="rect"
3917     xmlns="http://www.w3.org/1999/xhtml"/>
3918     #errors
3919     /area;attribute missing;coords;m
3920    
3921     #data
3922     <area shape="rect" coords="0,0,1,1"
3923     xmlns="http://www.w3.org/1999/xhtml"/>
3924     #errors
3925    
3926     #data
3927     <area shape="rect" coords="-1,-1,0,0"
3928     xmlns="http://www.w3.org/1999/xhtml"/>
3929     #errors
3930    
3931     #data
3932     <area shape="rect" coords="-1,-1,6,6"
3933     xmlns="http://www.w3.org/1999/xhtml"/>
3934     #errors
3935    
3936     #data
3937     <area shape="rect" coords="54,54,7876,466"
3938     xmlns="http://www.w3.org/1999/xhtml"/>
3939     #errors
3940    
3941     #data
3942     <area shape="rect" coords="646,4,3,657"
3943     xmlns="http://www.w3.org/1999/xhtml"/>
3944     #errors
3945     /area/@coords;coords:out of range;m
3946    
3947     #data
3948     <area shape="rect" coords="4,646,657,7"
3949     xmlns="http://www.w3.org/1999/xhtml"/>
3950     #errors
3951     /area/@coords;coords:out of range;m
3952    
3953     #data
3954     <area shape="rect" coords="1,2,3,4"
3955     ping="a b"
3956     xmlns="http://www.w3.org/1999/xhtml"/>
3957     #errors
3958     /area/@ping;attribute not allowed;m
3959    
3960     #data
3961     <area shape="rect" coords="1,2,3,4"
3962     rel="author"
3963     xmlns="http://www.w3.org/1999/xhtml"/>
3964     #errors
3965     /area/@rel;attribute not allowed;m
3966    
3967     #data
3968     <area shape="rect" coords="1,2,3,4"
3969     type="text/css"
3970     xmlns="http://www.w3.org/1999/xhtml"/>
3971     #errors
3972     /area/@type;attribute not allowed;m
3973    
3974     #data
3975     <area shape="rect" coords="1,2,3,4"
3976     href="http://test/" type="text" alt=""
3977     xmlns="http://www.w3.org/1999/xhtml"/>
3978     #errors
3979     /area/@type;IMT:syntax error;m
3980    
3981     #data
3982     <area shape="rect" coords="1,2,3,4"
3983     href="http://test/" type="text/css" alt=""
3984     xmlns="http://www.w3.org/1999/xhtml"/>
3985     #errors
3986    
3987     #data
3988     <area shape="rect" coords="1,2,3,4"
3989     href="http://test/" rel="author" alt=""
3990     xmlns="http://www.w3.org/1999/xhtml"/>
3991     #errors
3992    
3993     #data
3994     <?xml version="1.1"?>
3995     <area shape="rect" coords="1,2,3,4"
3996     href="http://test/" rel="author&#x0b;" alt=""
3997     xmlns="http://www.w3.org/1999/xhtml"/>
3998     #errors
3999     /area/@rel;unknown link type;u
4000    
4001     #data
4002     <?xml version="1.1"?>
4003     <area shape="rect" coords="1,2,3,4"
4004     href="http://test/" rel="&#x0b;author" alt=""
4005     xmlns="http://www.w3.org/1999/xhtml"/>
4006     #errors
4007     /area/@rel;unknown link type;u
4008    
4009     #data
4010     <?xml version="1.1"?>
4011     <area shape="rect" coords="1,2,3,4"
4012     href="http://test/" rel="author&#x0b;license" alt=""
4013     xmlns="http://www.w3.org/1999/xhtml"/>
4014     #errors
4015     /area/@rel;unknown link type;u
4016    
4017     #data
4018     <area shape="rect" coords="1,2,3,4"
4019     href="http://test/" rel="author author" alt=""
4020     xmlns="http://www.w3.org/1999/xhtml"/>
4021     #errors
4022     /area/@rel;duplicate token;m
4023    
4024     #data
4025     <area shape="rect" coords="1,2,3,4"
4026     href="http://test/" rel="bookmark" alt=""
4027     xmlns="http://www.w3.org/1999/xhtml"/>
4028     #errors
4029    
4030     #data
4031     <area shape="rect" coords="1,2,3,4"
4032     href="http://test/" rel="previous" alt=""
4033     xmlns="http://www.w3.org/1999/xhtml"/>
4034     #errors
4035     /area/@rel;link type:non-conforming;m
4036    
4037     #data
4038     <area shape="rect" coords="1,2,3,4"
4039     href="http://test/" rel="edit" alt=""
4040     xmlns="http://www.w3.org/1999/xhtml"/>
4041     #errors
4042     /area/@rel;link type:proposed;s
4043    
4044     #data
4045     <area shape="rect" coords="1,2,3,4"
4046     href="http://test/" rel="contact" alt=""
4047     xmlns="http://www.w3.org/1999/xhtml"/>
4048     #errors
4049     /area/@rel;link type:proposed;s
4050    
4051     #data
4052     <area shape="rect" coords="1,2,3,4"
4053     href="http://test/" rel="script" alt=""
4054     xmlns="http://www.w3.org/1999/xhtml"/>
4055     #errors
4056     /area/@rel;link type:non-conforming;m
4057    
4058     #data
4059     <area shape="rect" coords="1,2,3,4"
4060     href="http://test/" rel="icon" alt=""
4061     xmlns="http://www.w3.org/1999/xhtml"/>
4062     #errors
4063     /area/@rel;link type:bad context;m
4064    
4065     #data
4066     <area shape="rect" coords="1,2,3,4"
4067     href="http://test/" rel="example-link-type" alt=""
4068     xmlns="http://www.w3.org/1999/xhtml"/>
4069     #errors
4070     /area/@rel;unknown link type;u
4071    
4072     #data
4073     <area shape="rect" coords="1,2,3,4"
4074     href="http://test/" ping="a b" alt=""
4075     xmlns="http://www.w3.org/1999/xhtml"/>
4076     #errors
4077    
4078     #data
4079     <area shape="rect" coords="1,2,3,4"
4080     href="http://test/" ping="a [b]" alt=""
4081     xmlns="http://www.w3.org/1999/xhtml"/>
4082     #errors
4083     /area/@ping;syntax error:iriref3987;m
4084    
4085     #data
4086     <area shape="rect" coords="1,2,3,4"
4087     href="http://test/" ping="a [b] [@c]" alt=""
4088     xmlns="http://www.w3.org/1999/xhtml"/>
4089     #errors
4090     /area/@ping;syntax error:iriref3987;m
4091     /area/@ping;syntax error:iriref3987;m
4092    
4093     #data
4094     <map name="m" xmlns="http://www.w3.org/1999/xhtml">
4095     <area shape="rect" coords="1,2,3,4" href="" alt=""/>
4096     x<area shape="rect" coords="5,6,7,8" href="" alt=""/>
4097     </map>
4098     #errors
4099     /map/area/@alt;empty area alt;m
4100     /map/area/@alt;empty area alt;m
4101    
4102     #data
4103     <map name="m" xmlns="http://www.w3.org/1999/xhtml">
4104     <area shape="rect" coords="1,2,3,4" href="" alt=""/>
4105     <area shape="rect" coords="5,6,7,8" href="" alt="x"/>
4106     x</map>
4107     #errors
4108    
4109     #data
4110     <map name="m" xmlns="http://www.w3.org/1999/xhtml">
4111     <area shape="rect" coords="1,2,3,4" href="" alt="x"/>
4112     <area shape="rect" coords="5,6,7,8" href="" alt=""/>
4113     x</map>
4114     #errors
4115    
4116     #data
4117     <map name="m" xmlns="http://www.w3.org/1999/xhtml">
4118     <area shape="rect" coords="1,2,3,4" href="" alt=""/>
4119     <area shape="rect" coords="5,6,7,8" href="" alt=""/>
4120     <area shape="rect" coords="9,10,11,12" href="" alt="x"/>
4121     x</map>
4122     #errors
4123    
4124     #data
4125     <map name="m" xmlns="http://www.w3.org/1999/xhtml">
4126     <area shape="rect" coords="1,2,3,4" href="a" alt="x"/>
4127     <area shape="rect" coords="5,6,7,8" href="" alt=""/>
4128     x</map>
4129     #errors
4130     /map/area/@alt;empty area alt;m
4131    
4132     #data
4133     <map name="m" xmlns="http://www.w3.org/1999/xhtml">
4134     <area shape="rect" coords="1,2,3,4" href="a" alt=""/>
4135     <area shape="rect" coords="5,6,7,8" href="a" alt=""/>
4136     x</map>
4137     #errors
4138     /map/area/@alt;empty area alt;m
4139     /map/area/@alt;empty area alt;m
4140    
4141     #data
4142     <map name="m" xmlns="http://www.w3.org/1999/xhtml">
4143     <area shape="rect" coords="1,2,3,4" href="b" alt="a"/>
4144     <area shape="rect" coords="5,6,7,8" href="b" alt=""/>
4145     x</map>
4146     #errors
4147    
4148     #data
4149     <map name="m" xmlns="http://www.w3.org/1999/xhtml">
4150     <area shape="rect" coords="1,2,3,4" href="" alt=""/>
4151     <map name="n">
4152     <area shape="rect" coords="5,6,7,8" href="" alt="x"/>x
4153     </map>
4154     </map>
4155     #errors
4156    
4157     #data
4158     <map name="m" xmlns="http://www.w3.org/1999/xhtml">
4159     <area shape="rect" coords="1,2,3,4" href="" alt="x"/>
4160     <map name="n">
4161     <area shape="rect" coords="5,6,7,8" href="" alt=""/>x
4162     </map>
4163     </map>
4164     #errors
4165     /map/map/area/@alt;empty area alt;m
4166    
4167     #data
4168     <area shape="default" rev="" xmlns="http://www.w3.org/1999/xhtml"/>
4169     #errors
4170     /area/@rev;attribute not defined;m
4171     /area/@rev;unknown attribute;u
4172    
4173     #data
4174     <area shape="default" nohref="" xmlns="http://www.w3.org/1999/xhtml"/>
4175     #errors
4176     /area/@nohref;attribute not defined;m
4177    
4178     #data
4179     <area shape="default" nohref="nohref" xmlns="http://www.w3.org/1999/xhtml"/>
4180     #errors
4181     /area/@nohref;attribute not defined;m
4182    
4183     #data
4184     <area shape="default" nohref="noHREF" xmlns="http://www.w3.org/1999/xhtml"/>
4185     #errors
4186     /area/@nohref;attribute not defined;m
4187    
4188     #data
4189     <area shape="default" nohref="http://example/" xmlns="http://www.w3.org/1999/xhtml"/>
4190     #errors
4191     /area/@nohref;attribute not defined;m
4192     /area/@nohref;boolean:invalid;m
4193    
4194     #data
4195     <area shape="default" charset="us-ascii" xmlns="http://www.w3.org/1999/xhtml"/>
4196     #errors
4197     /area/@charset;attribute not defined;m

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24