/[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.5 - (hide annotations) (download)
Sun Jul 26 07:26:57 2009 UTC (16 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.4: +21 -0 lines
++ whatpm/t/dom-conformance/ChangeLog	26 Jul 2009 07:26:16 -0000
	* html-objects-1.dat: Added test cases for transparent child of
	|figure| elements (cf. HTML5 revision 2863).

2009-07-26  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;no significant content;s
1240     /map/map/p;no significant content;s
1241     /map;attribute missing;name;m
1242     /map/map;attribute missing;name;m
1243    
1244     #data
1245     <map name="map1" xmlns="http://www.w3.org/1999/xhtml">
1246     <map name="map2"><p><area shape="default" href="" alt="a"/></p></map>
1247     </map>
1248     #errors
1249     /map;no significant content;s
1250     /map/map;no significant content;s
1251     /map/map/p;no significant content;s
1252    
1253     #data
1254     <div xmlns="http://www.w3.org/1999/xhtml">
1255     <map name="map1">
1256     <map name="map2"/>
1257     </map>
1258     <area shape="default" href="" alt="a"/></div>
1259     #errors
1260     /div;no significant content;s
1261     /div/map;no significant content;s
1262     /div/map/map;no significant content;s
1263     /div/area;element not allowed:area;m
1264    
1265     #data
1266     <map name="map1" xmlns="http://www.w3.org/1999/xhtml">
1267     <map name="map2"/><p><area shape="default" href="" alt="a"/></p>
1268     </map>
1269     #errors
1270     /map;no significant content;s
1271     /map/map;no significant content;s
1272     /map/p;no significant content;s
1273    
1274     #data
1275     <div xmlns="http://www.w3.org/1999/xhtml">
1276     <map name="map2"/><p><area shape="default" href="" alt="a"/></p>
1277     </div>
1278     #errors
1279     /div;no significant content;s
1280     /div/map;no significant content;s
1281     /div/p;no significant content;s
1282     /div/p/area;element not allowed:area;m
1283    
1284     #data
1285     <img xmlns="http://www.w3.org/1999/xhtml"/>
1286     #errors
1287     /img;attribute missing;alt;s
1288     /img;attribute missing;src;m
1289    
1290     #data
1291     <img alt="" xmlns="http://www.w3.org/1999/xhtml"/>
1292     #errors
1293     /img;attribute missing;src;m
1294    
1295     #data
1296     <img src="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
1297     #errors
1298     /img;attribute missing;alt;s
1299    
1300     #data
1301     <img alt="" src="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
1302     #errors
1303    
1304     #data
1305     <img alt="" src="http://test/`" xmlns="http://www.w3.org/1999/xhtml"/>
1306     #errors
1307     /img/@src;syntax error:iriref3987;m
1308    
1309     #data
1310     <img alt="" src="" longdesc="" xmlns="http://www.w3.org/1999/xhtml"/>
1311     #errors
1312     /img/@longdesc;attribute not defined;m
1313    
1314     #data
1315     <img alt="" src="" longdesc="http://www.example.com/"
1316     xmlns="http://www.w3.org/1999/xhtml"/>
1317     #errors
1318     /img/@longdesc;attribute not defined;m
1319    
1320     #data
1321     <img alt="" src="" longdesc="[]" xmlns="http://www.w3.org/1999/xhtml"/>
1322     #errors
1323     /img/@longdesc;attribute not defined;m
1324     /img/@longdesc;syntax error:iriref3987;m
1325    
1326     #data
1327     <img alt="" src="" hspace="0" xmlns="http://www.w3.org/1999/xhtml"/>
1328     #errors
1329     /img/@hspace;attribute not defined;m
1330    
1331     #data
1332     <img alt="" src="" vspace="0" xmlns="http://www.w3.org/1999/xhtml"/>
1333     #errors
1334     /img/@vspace;attribute not defined;m
1335    
1336     #data
1337     <img alt="" src="" hspace="120" xmlns="http://www.w3.org/1999/xhtml"/>
1338     #errors
1339     /img/@hspace;attribute not defined;m
1340    
1341     #data
1342     <img alt="" src="" vspace="120" xmlns="http://www.w3.org/1999/xhtml"/>
1343     #errors
1344     /img/@vspace;attribute not defined;m
1345    
1346     #data
1347     <img alt="" src="" hspace="1.0" xmlns="http://www.w3.org/1999/xhtml"/>
1348     #errors
1349     /img/@hspace;attribute not defined;m
1350     /img/@hspace;nninteger:syntax error;m
1351    
1352     #data
1353     <img alt="" src="" vspace="1.0" xmlns="http://www.w3.org/1999/xhtml"/>
1354     #errors
1355     /img/@vspace;attribute not defined;m
1356     /img/@vspace;nninteger:syntax error;m
1357    
1358     #data
1359     <img alt="" src="" hspace="10px" xmlns="http://www.w3.org/1999/xhtml"/>
1360     #errors
1361     /img/@hspace;attribute not defined;m
1362     /img/@hspace;nninteger:syntax error;m
1363    
1364     #data
1365     <img alt="" src="" vspace="10px" xmlns="http://www.w3.org/1999/xhtml"/>
1366     #errors
1367     /img/@vspace;attribute not defined;m
1368     /img/@vspace;nninteger:syntax error;m
1369    
1370     #data
1371     <img alt="" src="" hspace="0 " xmlns="http://www.w3.org/1999/xhtml"/>
1372     #errors
1373     /img/@hspace;attribute not defined;m
1374     /img/@hspace;nninteger:syntax error;m
1375    
1376     #data
1377     <img alt="" src="" vspace=" 0" xmlns="http://www.w3.org/1999/xhtml"/>
1378     #errors
1379     /img/@vspace;nninteger:syntax error;m
1380     /img/@vspace;attribute not defined;m
1381    
1382     #data
1383     <img alt="" src="" hspace="0%" xmlns="http://www.w3.org/1999/xhtml"/>
1384     #errors
1385     /img/@hspace;attribute not defined;m
1386     /img/@hspace;nninteger:syntax error;m
1387    
1388     #data
1389     <img alt="" src="" vspace="20%" xmlns="http://www.w3.org/1999/xhtml"/>
1390     #errors
1391     /img/@vspace;attribute not defined;m
1392     /img/@vspace;nninteger:syntax error;m
1393    
1394     #data
1395     <img alt="" src="" hspace="-0" xmlns="http://www.w3.org/1999/xhtml"/>
1396     #errors
1397     /img/@hspace;attribute not defined;m
1398     /img/@hspace;nninteger:syntax error;m
1399    
1400     #data
1401     <img alt="" src="" vspace="-0" xmlns="http://www.w3.org/1999/xhtml"/>
1402     #errors
1403     /img/@vspace;attribute not defined;m
1404     /img/@vspace;nninteger:syntax error;m
1405    
1406     #data
1407     <img alt="" src="" border="0" xmlns="http://www.w3.org/1999/xhtml"/>
1408     #errors
1409     /img/@border;attribute not defined;m
1410    
1411     #data
1412     <img alt="" src="" border="4563" xmlns="http://www.w3.org/1999/xhtml"/>
1413     #errors
1414     /img/@border;attribute not defined;m
1415    
1416     #data
1417     <img alt="" src="" border="-0" xmlns="http://www.w3.org/1999/xhtml"/>
1418     #errors
1419     /img/@border;attribute not defined;m
1420     /img/@border;nninteger:syntax error;m
1421    
1422     #data
1423     <img alt="" src="" border="10-0" xmlns="http://www.w3.org/1999/xhtml"/>
1424     #errors
1425     /img/@border;attribute not defined;m
1426     /img/@border;nninteger:syntax error;m
1427    
1428     #data
1429     <img alt="" src="" border="none" xmlns="http://www.w3.org/1999/xhtml"/>
1430     #errors
1431     /img/@border;attribute not defined;m
1432     /img/@border;nninteger:syntax error;m
1433    
1434     #data
1435     <img alt="" src="" border="" xmlns="http://www.w3.org/1999/xhtml"/>
1436     #errors
1437     /img/@border;attribute not defined;m
1438     /img/@border;nninteger:syntax error;m
1439    
1440     #data
1441     <img alt="" src="" noborder="" xmlns="http://www.w3.org/1999/xhtml"/>
1442     #errors
1443     /img/@noborder;attribute not defined;m
1444    
1445     #data
1446     <img alt="" src="http://test/" ismap="" xmlns="http://www.w3.org/1999/xhtml"/>
1447     #errors
1448     /img/@ismap;attribute not allowed:ismap;m
1449    
1450     #data
1451 wakaba 1.2 <img alt="x" src="" xmlns="http://www.w3.org/1999/xhtml"
1452     height=""/>
1453     #errors
1454     /img/@height;nninteger:syntax error;m
1455    
1456     #data
1457     <img alt="x" src="" xmlns="http://www.w3.org/1999/xhtml"
1458     height="0"/>
1459     #errors
1460    
1461     #data
1462     <img alt="x" src="" xmlns="http://www.w3.org/1999/xhtml"
1463     height="120"/>
1464     #errors
1465    
1466     #data
1467     <img alt="x" src="" xmlns="http://www.w3.org/1999/xhtml"
1468     width=""/>
1469     #errors
1470     /img/@width;nninteger:syntax error;m
1471    
1472     #data
1473     <img alt="x" src="" xmlns="http://www.w3.org/1999/xhtml"
1474     width="0"/>
1475     #errors
1476    
1477     #data
1478     <img alt="x" src="" xmlns="http://www.w3.org/1999/xhtml"
1479     width="120"/>
1480     #errors
1481    
1482     #data
1483 wakaba 1.1 <span xmlns="http://www.w3.org/1999/xhtml">
1484     <img alt="" src="http://test/" ismap="" xmlns="http://www.w3.org/1999/xhtml"/>
1485     </span>
1486     #errors
1487     /span/img/@ismap;attribute not allowed:ismap;m
1488    
1489     #data
1490     <span xmlns="http://www.w3.org/1999/xhtml">
1491     <a>a</a>
1492     <img alt="" src="http://test/" ismap="" xmlns="http://www.w3.org/1999/xhtml"/>
1493     </span>
1494     #errors
1495     /span/img/@ismap;attribute not allowed:ismap;m
1496    
1497     #data
1498     <a xmlns="http://www.w3.org/1999/xhtml">
1499     <img alt="" src="http://test/" ismap="ismap"/>
1500     </a>
1501     #errors
1502     /a/img/@ismap;attribute not allowed:ismap;m
1503    
1504     #data
1505     <a title="" xmlns="http://www.w3.org/1999/xhtml">
1506     <img alt="" src="http://test/" ismap="ismap"/>
1507     </a>
1508     #errors
1509     /a/img/@ismap;attribute not allowed:ismap;m
1510    
1511     #data
1512     <a href="http://link.test/" xmlns="http://www.w3.org/1999/xhtml">
1513     <img alt="" src="http://test/" ismap=""/>
1514     </a>
1515     #errors
1516    
1517     #data
1518     <a href="http://link.test/" xmlns="http://www.w3.org/1999/xhtml">
1519     <img alt="" src="http://test/" ismap="ismap"/>
1520     </a>
1521     #errors
1522    
1523     #data
1524     <a href="http://link.test/" xmlns="http://www.w3.org/1999/xhtml">
1525     <img alt="" src="http://test/" ismap="true"/>
1526     </a>
1527     #errors
1528     /a/img/@ismap;boolean:invalid;m
1529    
1530     #data
1531     <a href="http://link.test/" xmlns="http://www.w3.org/1999/xhtml">
1532     <img alt="" src="http://test/" ismap="IsMap"/>
1533     </a>
1534     #errors
1535    
1536     #data
1537     <div xmlns="http://www.w3.org/1999/xhtml">
1538     <a href="http://link.test/">a</a>
1539     <img alt="" src="http://test/" ismap="ismap"/>
1540     </div>
1541     #errors
1542     /div/img/@ismap;attribute not allowed:ismap;m
1543    
1544     #data
1545     <a href="http://link.test/" xmlns="http://www.w3.org/1999/xhtml">
1546     <span>
1547     <img alt="" src="http://test/" ismap="ismap"/>
1548     </span>
1549     </a>
1550     #errors
1551    
1552     #data
1553     <div xmlns="http://www.w3.org/1999/xhtml">
1554     <p><img src="http://test/" alt="" usemap=""/></p>
1555     </div>
1556     #errors
1557     /div/p/img/@usemap;hashref:syntax error;m
1558    
1559     #data
1560     <div xmlns="http://www.w3.org/1999/xhtml">
1561     <p><img src="http://test/" alt="" usemap="abc"/></p>
1562     </div>
1563     #errors
1564     /div/p/img/@usemap;hashref:syntax error;m
1565    
1566     #data
1567     <div xmlns="http://www.w3.org/1999/xhtml">
1568     <p><img src="http://test/" alt="" usemap="abc#"/></p>
1569     </div>
1570     #errors
1571     /div/p/img/@usemap;hashref:syntax error;m
1572    
1573     #data
1574     <div xmlns="http://www.w3.org/1999/xhtml">
1575     <p><img src="http://test/" alt="" usemap="&#x0A;#abc"/></p>
1576     </div>
1577     #errors
1578     /div/p/img/@usemap;hashref:syntax error;m
1579    
1580     #data
1581     <div xmlns="http://www.w3.org/1999/xhtml">
1582     <p><img src="http://test/" alt="" usemap="#aa"/></p>
1583     <map id="aa"/>
1584     </div>
1585     #errors
1586     /div/map;no significant content;s
1587     /div/map;attribute missing;name;m
1588     /div/p/img/@usemap;no referenced map;m
1589    
1590     #data
1591     <div xmlns="http://www.w3.org/1999/xhtml">
1592     <map name="aa"/>
1593     <p><img src="http://test/" alt="" usemap="#aa"/></p>
1594     </div>
1595     #errors
1596     /div/map;no significant content;s
1597    
1598     #data
1599     <div xmlns="http://www.w3.org/1999/xhtml">
1600     <map name="aa" id="aa"/>
1601     <p><img src="http://test/" alt="" usemap="#aa"/></p>
1602     </div>
1603     #errors
1604     /div/map;no significant content;s
1605    
1606     #data
1607     <div xmlns="http://www.w3.org/1999/xhtml">
1608     <map name="aa"/>
1609     <map id="aa"/>
1610     <p><img src="http://test/" alt="" usemap="#aa"/></p>
1611     </div>
1612     #errors
1613     /div/map;no significant content;s
1614     /div/map;no significant content;s
1615     /div/map;attribute missing;name;m
1616    
1617     #data
1618     <div xmlns="http://www.w3.org/1999/xhtml">
1619     <map id="a a"/>
1620     <p><img src="http://test/" alt="" usemap="#a a"/></p>
1621     </div>
1622     #errors
1623     /div/map/@id;space in ID;m
1624     /div/map;no significant content;s
1625     /div/map;attribute missing;name;m
1626     /div/p/img/@usemap;no referenced map;m
1627    
1628     #data
1629     <div xmlns="http://www.w3.org/1999/xhtml">
1630     <map name="a a"/>
1631     <p><img src="http://test/" alt="" usemap="#a a"/></p>
1632     </div>
1633     #errors
1634     /div/map;no significant content;s
1635    
1636     #data
1637     <div xmlns="http://www.w3.org/1999/xhtml">
1638     <map name="a a" id="a a"/>
1639     <p><img src="http://test/" alt="" usemap="#a a"/></p>
1640     </div>
1641     #errors
1642     /div/map/@id;space in ID;m
1643     /div/map;no significant content;s
1644    
1645     #data
1646     <div xmlns="http://www.w3.org/1999/xhtml">
1647     <map id="a a"/>
1648     <p><img src="http://test/" alt="" usemap="#a%20a"/></p>
1649     </div>
1650     #errors
1651     /div/map/@id;space in ID;m
1652     /div/map;no significant content;s
1653     /div/map;attribute missing;name;m
1654     /div/p/img/@usemap;no referenced map;m
1655    
1656     #data
1657     <div xmlns="http://www.w3.org/1999/xhtml">
1658     <map id="a a" name="a a"/>
1659     <p><img src="http://test/" alt="" usemap="#a%20a"/></p>
1660     </div>
1661     #errors
1662     /div/map/@id;space in ID;m
1663     /div/map;no significant content;s
1664     /div/p/img/@usemap;no referenced map;m
1665    
1666     #data
1667     <div xmlns="http://www.w3.org/1999/xhtml">
1668     <map id="&#x4E00;"/>
1669     <p><img src="http://test/" alt="" usemap="#&#x4E00;"/></p>
1670     </div>
1671     #errors
1672     /div/map;no significant content;s
1673     /div/map;attribute missing;name;m
1674     /div/p/img/@usemap;no referenced map;m
1675    
1676     #data
1677     <div xmlns="http://www.w3.org/1999/xhtml">
1678     <map name="&#x4E00;"/>
1679     <p><img src="http://test/" alt="" usemap="#&#x4E00;"/></p>
1680     </div>
1681     #errors
1682     /div/map;no significant content;s
1683    
1684     #data
1685     <div xmlns="http://www.w3.org/1999/xhtml">
1686     <map id="aa"/>
1687     <p><img src="http://test/" alt="" usemap="#bb"/></p>
1688     </div>
1689     #errors
1690     /div/p/img/@usemap;no referenced map;m
1691     /div/map;no significant content;s
1692     /div/map;attribute missing;name;m
1693    
1694     #data
1695     <div xmlns="http://www.w3.org/1999/xhtml">
1696     <map name="aa"/>
1697     <p><img src="http://test/" alt="" usemap="#bb"/></p>
1698     </div>
1699     #errors
1700     /div/p/img/@usemap;no referenced map;m
1701     /div/map;no significant content;s
1702    
1703     #data
1704     <div xmlns="http://www.w3.org/1999/xhtml">
1705     <map id="aa"/>
1706     <p><img src="http://test/" alt="" usemap="#aa"/></p>
1707     <p><img src="http://test/" alt="" usemap="#aa"/></p>
1708     </div>
1709     #errors
1710     /div/map;no significant content;s
1711     /div/map;attribute missing;name;m
1712     /div/p/img/@usemap;no referenced map;m
1713     /div/p/img/@usemap;no referenced map;m
1714    
1715     #data
1716     <div xmlns="http://www.w3.org/1999/xhtml">
1717     <map name="aa"/>
1718     <p><img src="http://test/" alt="" usemap="#aa"/></p>
1719     <p><img src="http://test/" alt="" usemap="#aa"/></p>
1720     </div>
1721     #errors
1722     /div/map;no significant content;s
1723    
1724     #data
1725     <div xmlns="http://www.w3.org/1999/xhtml">
1726     <map id="aa"/>
1727     <p><img src="http://test/" alt="" usemap="#AA"/></p>
1728     </div>
1729     #errors
1730     /div/p/img/@usemap;no referenced map;m
1731     /div/map;no significant content;s
1732     /div/map;attribute missing;name;m
1733    
1734     #data
1735     <div xmlns="http://www.w3.org/1999/xhtml">
1736     <map name="aa"/>
1737     <p><img src="http://test/" alt="" usemap="#AA"/></p>
1738     </div>
1739     #errors
1740     /div/p/img/@usemap;no referenced map;m
1741     /div/map;no significant content;s
1742    
1743     #data
1744     <div xmlns="http://www.w3.org/1999/xhtml">
1745     <map id="AA"/>
1746     <p><img src="http://test/" alt="" usemap="#aa"/></p>
1747     </div>
1748     #errors
1749     /div/p/img/@usemap;no referenced map;m
1750     /div/map;no significant content;s
1751     /div/map;attribute missing;name;m
1752    
1753     #data
1754     <div xmlns="http://www.w3.org/1999/xhtml">
1755     <map name="AA"/>
1756     <p><img src="http://test/" alt="" usemap="#aa"/></p>
1757     </div>
1758     #errors
1759     /div/p/img/@usemap;no referenced map;m
1760     /div/map;no significant content;s
1761    
1762     #data
1763     <div xmlns="http://www.w3.org/1999/xhtml">
1764     <p id="aa"/>
1765     <p><img src="http://test/" alt="" usemap="#aa"/></p>
1766     </div>
1767     #errors
1768     /div/p/img/@usemap;no referenced map;m
1769     /div/p;no significant content;s
1770    
1771     #data
1772     <div xmlns="http://www.w3.org/1999/xhtml">
1773     <a name="aa">x</a>
1774     <p><img src="http://test/" alt="" usemap="#aa"/></p>
1775     </div>
1776     #errors
1777     /div/a/@name;attribute not defined;m
1778     /div/p/img/@usemap;no referenced map;m
1779     /div/p;no significant content;s
1780    
1781     #data
1782     <div xmlns="http://www.w3.org/1999/xhtml">
1783     <map name="a" id="b">x</map>
1784     </div>
1785     #errors
1786     /div/map/@id;id ne name;m
1787    
1788     #data
1789     <div xmlns="http://www.w3.org/1999/xhtml">
1790     <map name="a" id="A">x</map>
1791     </div>
1792     #errors
1793     /div/map/@id;id ne name;m
1794    
1795     #data
1796     <div xmlns="http://www.w3.org/1999/xhtml">
1797     <map name="A" id="a">x</map>
1798     </div>
1799     #errors
1800     /div/map/@id;id ne name;m
1801    
1802     #data
1803     <div xmlns="http://www.w3.org/1999/xhtml">
1804     <map name="">x</map>
1805     <img src="" alt="" usemap="#"/>
1806     </div>
1807     #errors
1808     /div/map/@name;empty attribute value;m
1809    
1810     #data
1811     <div xmlns="http://www.w3.org/1999/xhtml">
1812     <map name="a">x</map>
1813     <map name="a">x</map>
1814     <img src="" alt="" usemap="#a"/>
1815     </div>
1816     #errors
1817    
1818     #data
1819     <img alt="" src="" align="" xmlns="http://www.w3.org/1999/xhtml"/>
1820     #errors
1821     /img/@align;attribute not defined;m
1822     /img/@align;enumerated:invalid;m
1823    
1824     #data
1825     <img alt="" src="" align="char" xmlns="http://www.w3.org/1999/xhtml"/>
1826     #errors
1827     /img/@align;attribute not defined;m
1828     /img/@align;enumerated:invalid;m
1829    
1830     #data
1831     <img alt="" src="" align="justify" xmlns="http://www.w3.org/1999/xhtml"/>
1832     #errors
1833     /img/@align;attribute not defined;m
1834     /img/@align;enumerated:invalid;m
1835    
1836     #data
1837     <img alt="" src="" align="center" xmlns="http://www.w3.org/1999/xhtml"/>
1838     #errors
1839     /img/@align;attribute not defined;m
1840     /img/@align;enumerated:invalid;m
1841    
1842     #data
1843     <img alt="" src="" align="bottom" xmlns="http://www.w3.org/1999/xhtml"/>
1844     #errors
1845     /img/@align;attribute not defined;m
1846    
1847     #data
1848     <img alt="" src="" align="middle" xmlns="http://www.w3.org/1999/xhtml"/>
1849     #errors
1850     /img/@align;attribute not defined;m
1851    
1852     #data
1853     <img alt="" src="" align="top" xmlns="http://www.w3.org/1999/xhtml"/>
1854     #errors
1855     /img/@align;attribute not defined;m
1856    
1857     #data
1858     <img alt="" src="" align="left" xmlns="http://www.w3.org/1999/xhtml"/>
1859     #errors
1860     /img/@align;attribute not defined;m
1861    
1862     #data
1863     <img alt="" src="" align="right" xmlns="http://www.w3.org/1999/xhtml"/>
1864     #errors
1865     /img/@align;attribute not defined;m
1866    
1867     #data
1868     <iframe xmlns="http://www.w3.org/1999/xhtml"/>
1869     #errors
1870    
1871     #data
1872     <iframe name="" xmlns="http://www.w3.org/1999/xhtml"/>
1873     #errors
1874     /iframe/@name;window name:empty;m
1875    
1876     #data
1877     <iframe name="_" xmlns="http://www.w3.org/1999/xhtml"/>
1878     #errors
1879     /iframe/@name;window name:reserved;m
1880    
1881     #data
1882     <iframe name="_blank" xmlns="http://www.w3.org/1999/xhtml"/>
1883     #errors
1884     /iframe/@name;window name:reserved;m
1885    
1886     #data
1887     <iframe name="blank" xmlns="http://www.w3.org/1999/xhtml"/>
1888     #errors
1889    
1890     #data
1891     <iframe name="_parent" xmlns="http://www.w3.org/1999/xhtml"/>
1892     #errors
1893     /iframe/@name;window name:reserved;m
1894    
1895     #data
1896     <iframe name="_top" xmlns="http://www.w3.org/1999/xhtml"/>
1897     #errors
1898     /iframe/@name;window name:reserved;m
1899    
1900     #data
1901     <iframe name="_self" xmlns="http://www.w3.org/1999/xhtml"/>
1902     #errors
1903     /iframe/@name;window name:reserved;m
1904    
1905     #data
1906     <iframe name="_a" xmlns="http://www.w3.org/1999/xhtml"/>
1907     #errors
1908     /iframe/@name;window name:reserved;m
1909    
1910     #data
1911     <iframe name="_main" xmlns="http://www.w3.org/1999/xhtml"/>
1912     #errors
1913     /iframe/@name;window name:reserved;m
1914    
1915     #data
1916     <iframe src="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
1917     #errors
1918    
1919     #data
1920     <iframe src="&lt;http://test/>" xmlns="http://www.w3.org/1999/xhtml"/>
1921     #errors
1922     /iframe/@src;syntax error:iriref3987;m
1923    
1924     #data
1925     <iframe src="" sandbox="" xmlns="http://www.w3.org/1999/xhtml">x</iframe>
1926     #errors
1927    
1928     #data
1929     <iframe src="" sandbox=" " xmlns="http://www.w3.org/1999/xhtml">x</iframe>
1930     #errors
1931    
1932     #data
1933     <iframe src="" sandbox="
1934     " xmlns="http://www.w3.org/1999/xhtml">x</iframe>
1935     #errors
1936    
1937     #data
1938     <iframe src="" sandbox="allow-same-origin" xmlns="http://www.w3.org/1999/xhtml">x</iframe>
1939     #errors
1940    
1941     #data
1942     <iframe src="" sandbox="allow-same-origin
1943     " xmlns="http://www.w3.org/1999/xhtml">x</iframe>
1944     #errors
1945    
1946     #data
1947     <iframe src="" sandbox=" allow-same-origin " xmlns="http://www.w3.org/1999/xhtml">x</iframe>
1948     #errors
1949    
1950     #data
1951     <iframe src="" sandbox="allow-scripts
1952     " xmlns="http://www.w3.org/1999/xhtml">x</iframe>
1953     #errors
1954    
1955     #data
1956     <iframe src="" sandbox="allow-same-origin
1957     allow-scripts" xmlns="http://www.w3.org/1999/xhtml">x</iframe>
1958     #errors
1959    
1960     #data
1961     <iframe src="" sandbox="allow-forms" xmlns="http://www.w3.org/1999/xhtml">x</iframe>
1962     #errors
1963    
1964     #data
1965     <iframe src="" sandbox="allow-form"
1966     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
1967     #errors
1968     /iframe/@sandbox;word not allowed;m
1969    
1970     #data
1971     <iframe src="" sandbox="allow-script"
1972     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
1973     #errors
1974     /iframe/@sandbox;word not allowed;m
1975    
1976     #data
1977     <iframe src="" sandbox="allow-origin"
1978     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
1979     #errors
1980     /iframe/@sandbox;word not allowed;m
1981    
1982     #data
1983     <iframe src="" sandbox="allow-script"
1984     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
1985     #errors
1986     /iframe/@sandbox;word not allowed;m
1987    
1988     #data
1989     <iframe src="" sandbox="allow-plugins"
1990     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
1991     #errors
1992     /iframe/@sandbox;word not allowed;m
1993    
1994     #data
1995     <iframe src="" sandbox="xxx_origin_please_suggest_a_better_name"
1996     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
1997     #errors
1998     /iframe/@sandbox;word not allowed;m
1999    
2000     #data
2001     <iframe src="" sandbox="unrestricted-forms"
2002     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2003     #errors
2004     /iframe/@sandbox;word not allowed;m
2005    
2006     #data
2007     <iframe src="" sandbox="unrestricted-scripts"
2008     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2009     #errors
2010     /iframe/@sandbox;word not allowed;m
2011    
2012     #data
2013     <iframe src="" sandbox="Allow-Forms"
2014     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2015     #errors
2016     /iframe/@sandbox;word not allowed;m
2017    
2018     #data
2019     <iframe src="" sandbox="allow"
2020     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2021     #errors
2022     /iframe/@sandbox;word not allowed;m
2023    
2024     #data
2025     <iframe src="" sandbox="disallow-form"
2026     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2027     #errors
2028     /iframe/@sandbox;word not allowed;m
2029    
2030     #data
2031     <iframe src="" sandbox="allow-forms allow-forms"
2032     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2033     #errors
2034     /iframe/@sandbox;duplicate token;m
2035    
2036     #data
2037     <?xml version="1.1"?>
2038     <iframe src="" sandbox="allow-forms&#x000b;"
2039     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2040     #errors
2041     /iframe/@sandbox;word not allowed;m
2042    
2043     #data
2044     <?xml version="1.1"?>
2045     <iframe src="" sandbox="&#x000b;allow-forms"
2046     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2047     #errors
2048     /iframe/@sandbox;word not allowed;m
2049    
2050     #data
2051     <?xml version="1.1"?>
2052     <iframe src="" sandbox="allow-forms&#x000b;allow-scripts"
2053     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2054     #errors
2055     /iframe/@sandbox;word not allowed;m
2056    
2057     #data
2058     <iframe src="" seemless=""
2059     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2060     #errors
2061    
2062     #data
2063     <iframe src="" seemless=" "
2064     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2065     #errors
2066     /iframe/@seemless;boolean:invalid;m
2067    
2068     #data
2069     <iframe src="" seemless="seemless"
2070     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2071     #errors
2072    
2073     #data
2074     <iframe src="" seemless="Seemless"
2075     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2076     #errors
2077    
2078     #data
2079     <iframe src="" seemless="seemless "
2080     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2081     #errors
2082     /iframe/@seemless;boolean:invalid;m
2083    
2084     #data
2085     <iframe src="" seemless="yes"
2086     xmlns="http://www.w3.org/1999/xhtml">x</iframe>
2087     #errors
2088     /iframe/@seemless;boolean:invalid;m
2089    
2090     #data
2091 wakaba 1.2 <iframe src="" xmlns="http://www.w3.org/1999/xhtml"
2092     height="">x</iframe>
2093     #errors
2094     /iframe/@height;nninteger:syntax error;m
2095    
2096     #data
2097     <iframe src="" xmlns="http://www.w3.org/1999/xhtml"
2098     height="0">x</iframe>
2099     #errors
2100    
2101     #data
2102     <iframe src="" xmlns="http://www.w3.org/1999/xhtml"
2103     height="120">x</iframe>
2104     #errors
2105    
2106     #data
2107     <iframe src="" xmlns="http://www.w3.org/1999/xhtml"
2108     width="">x</iframe>
2109     #errors
2110     /iframe/@width;nninteger:syntax error;m
2111    
2112     #data
2113     <iframe src="" xmlns="http://www.w3.org/1999/xhtml"
2114     width="0">x</iframe>
2115     #errors
2116    
2117     #data
2118     <iframe src="" xmlns="http://www.w3.org/1999/xhtml"
2119     width="120">x</iframe>
2120     #errors
2121    
2122     #data
2123 wakaba 1.1 <embed xmlns="http://www.w3.org/1999/xhtml"/>
2124     #errors
2125     /embed;attribute missing;src;i
2126    
2127     #data
2128     <embed src="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
2129     #errors
2130    
2131     #data
2132     <embed src="[http://test/]" xmlns="http://www.w3.org/1999/xhtml"/>
2133     #errors
2134     /embed/@src;syntax error:iriref3987;m
2135    
2136     #data
2137     <embed src="http://test/" type="" xmlns="http://www.w3.org/1999/xhtml"/>
2138     #errors
2139     /embed/@type;IMT:syntax error;m
2140    
2141     #data
2142     <embed src="http://test/" type="text"
2143     xmlns="http://www.w3.org/1999/xhtml"/>
2144     #errors
2145     /embed/@type;IMT:syntax error;m
2146    
2147     #data
2148     <embed src="http://test/" type="text/plain"
2149     xmlns="http://www.w3.org/1999/xhtml"/>
2150     #errors
2151    
2152     #data
2153     <embed src="http://test/" id=""
2154     xmlns="http://www.w3.org/1999/xhtml"/>
2155     #errors
2156     /embed/@id;empty attribute value;m
2157    
2158     #data
2159 wakaba 1.2 <embed src="" xmlns="http://www.w3.org/1999/xhtml"
2160     height=""/>
2161     #errors
2162     /embed/@height;nninteger:syntax error;m
2163    
2164     #data
2165     <embed src="" xmlns="http://www.w3.org/1999/xhtml"
2166     height="0"/>
2167     #errors
2168    
2169     #data
2170     <embed src="" xmlns="http://www.w3.org/1999/xhtml"
2171     height="120"/>
2172     #errors
2173    
2174     #data
2175     <embed src="" xmlns="http://www.w3.org/1999/xhtml"
2176     width=""/>
2177     #errors
2178     /embed/@width;nninteger:syntax error;m
2179    
2180     #data
2181     <embed src="" xmlns="http://www.w3.org/1999/xhtml"
2182     width="0"/>
2183     #errors
2184    
2185     #data
2186     <embed src="" xmlns="http://www.w3.org/1999/xhtml"
2187     width="120"/>
2188     #errors
2189    
2190     #data
2191 wakaba 1.1 <embed src="http://test/" a="b" c="d" checked="checked"
2192     xmlns="http://www.w3.org/1999/xhtml"/>
2193     #errors
2194    
2195     #data html
2196     <!DOCTYPE HTML><title>x</title>
2197     <embed src="http://test/"
2198     b:c>
2199     #errors
2200     /html/body/embed/@b:c;attribute not defined;m
2201    
2202     #data html
2203     <!DOCTYPE HTML><title>x</title>
2204     <embed src="http://test/"
2205     xmlsucks>
2206     #errors
2207     /html/body/embed/@xmlsucks;attribute not defined;m
2208    
2209     #data html
2210     <!DOCTYPE HTML><title>x</title>
2211     <embed src="http://test/"
2212     :>
2213     #errors
2214     /html/body/embed/@:;attribute not defined;m
2215    
2216     #data html
2217     <!DOCTYPE HTML><title>x</title>
2218     <embed src="http://test/"
2219     a::b>
2220     #errors
2221     /html/body/embed/@a::b;attribute not defined;m
2222    
2223     #data html
2224     <!DOCTYPE HTML><title>x</title>
2225     <embed src="http://test/"
2226     -manakai-attribute>
2227     #errors
2228     /html/body/embed/@-manakai-attribute;attribute not defined;m
2229    
2230     #data html
2231     <!DOCTYPE HTML><title>x</title>
2232     <embed src="http://test/"
2233     xml:lang lang>
2234     #errors
2235     /html/body/embed/@xml:lang;in HTML:xml:lang;i
2236    
2237     #data html
2238     <!DOCTYPE HTML><title>x</title>
2239     <embed src="http://test/"
2240     xmlns="http://www.w3.org/1999/xhtml">
2241     #errors
2242    
2243     #data html
2244     <!DOCTYPE HTML><title>x</title>
2245     <embed src="http://test/"
2246     xml:space=preserve>
2247     #errors
2248     /html/body/embed/@xml:space;attribute not defined;m
2249    
2250     #data
2251     <embed src="" xmlns="http://www.w3.org/1999/xhtml"
2252     camelCase=""/>
2253     #errors
2254     /embed/@camelCase;attribute not defined;m
2255    
2256     #data
2257     <embed src="" xmlns="http://www.w3.org/1999/xhtml"
2258     Capital=""/>
2259     #errors
2260     /embed/@Capital;attribute not defined;m
2261    
2262     #data
2263     <embed src="" xmlns="http://www.w3.org/1999/xhtml"
2264     UPPERCASE=""/>
2265     #errors
2266     /embed/@UPPERCASE;attribute not defined;m
2267    
2268     #data html
2269     <!DOCTYPE HTML><title>x</title>
2270     <embed src="http://test/"
2271     data->
2272     #errors
2273    
2274     #data html
2275     <!DOCTYPE HTML><title>x</title>
2276     <embed src="http://test/"
2277     data-a>
2278     #errors
2279    
2280     #data html
2281     <!DOCTYPE HTML><title>x</title>
2282     <embed src="http://test/"
2283     data-xml:space>
2284     #errors
2285     /html/body/embed/@data-xml:space;attribute not defined;m
2286    
2287     #data html
2288     <!DOCTYPE HTML><title>x</title>
2289     <embed src="http://test/"
2290     data-xmlns>
2291     #errors
2292    
2293     #data html
2294     <!DOCTYPE HTML><title>x</title>
2295     <embed src="http://test/"
2296     data--abc>
2297     #errors
2298    
2299     #data html
2300     <!DOCTYPE HTML><title>x</title>
2301     <embed src="http://test/"
2302     data-!>
2303     #errors
2304     /html/body/embed/@data-!;attribute not defined;m
2305    
2306     #data
2307     <object xmlns="http://www.w3.org/1999/xhtml"/>
2308     #errors
2309     /object;attribute missing:data|type;m
2310     /object;no significant content;s
2311    
2312     #data
2313     <object data="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
2314     #errors
2315     /object;no significant content;s
2316    
2317     #data
2318     <object data="`http://test/`" xmlns="http://www.w3.org/1999/xhtml"/>
2319     #errors
2320     /object/@data;syntax error:iriref3987;m
2321     /object;no significant content;s
2322    
2323     #data
2324     <object type="" xmlns="http://www.w3.org/1999/xhtml"/>
2325     #errors
2326     /object/@type;IMT:syntax error;m
2327     /object;no significant content;s
2328    
2329     #data
2330     <object type="text/css" xmlns="http://www.w3.org/1999/xhtml"/>
2331     #errors
2332     /object;no significant content;s
2333    
2334     #data
2335     <object type="text/css" data="http://test/"
2336     xmlns="http://www.w3.org/1999/xhtml"/>
2337     #errors
2338     /object;no significant content;s
2339    
2340     #data
2341 wakaba 1.2 <object data="" xmlns="http://www.w3.org/1999/xhtml"
2342     height="">x</iframe>
2343     #errors
2344     /object/@height;nninteger:syntax error;m
2345    
2346     #data
2347     <object data="" xmlns="http://www.w3.org/1999/xhtml"
2348     height="0">x</object>
2349     #errors
2350    
2351     #data
2352     <object data="" xmlns="http://www.w3.org/1999/xhtml"
2353     height="120">x</object>
2354     #errors
2355    
2356     #data
2357     <object data="" xmlns="http://www.w3.org/1999/xhtml"
2358     width="">x</object>
2359     #errors
2360     /object/@width;nninteger:syntax error;m
2361    
2362     #data
2363     <object data="" xmlns="http://www.w3.org/1999/xhtml"
2364     width="0">x</object>
2365     #errors
2366    
2367     #data
2368     <object data="" xmlns="http://www.w3.org/1999/xhtml"
2369     width="120">x</object>
2370     #errors
2371    
2372     #data
2373 wakaba 1.1 <div xmlns="http://www.w3.org/1999/xhtml">
2374     <p><object data="http://test/" usemap="">x</object></p>
2375     </div>
2376     #errors
2377     /div/p/object/@usemap;hashref:syntax error;m
2378    
2379     #data
2380     <div xmlns="http://www.w3.org/1999/xhtml">
2381     <p><object data="http://test/" usemap="abc">x</object></p>
2382     </div>
2383     #errors
2384     /div/p/object/@usemap;hashref:syntax error;m
2385    
2386     #data
2387     <div xmlns="http://www.w3.org/1999/xhtml">
2388     <p><object data="http://test/" usemap="abc#">x</object></p>
2389     </div>
2390     #errors
2391     /div/p/object/@usemap;hashref:syntax error;m
2392    
2393     #data
2394     <div xmlns="http://www.w3.org/1999/xhtml">
2395     <p><object data="http://test/" usemap="&#x0A;#abc">x</object></p>
2396     </div>
2397     #errors
2398     /div/p/object/@usemap;hashref:syntax error;m
2399    
2400     #data
2401     <div xmlns="http://www.w3.org/1999/xhtml">
2402     <p><object data="http://test/" usemap="#aa">x</object></p>
2403     <map id="aa"/>
2404     </div>
2405     #errors
2406     /div/map;no significant content;s
2407     /div/p/object/@usemap;no referenced map;m
2408     /div/map;attribute missing;name;m
2409    
2410     #data
2411     <div xmlns="http://www.w3.org/1999/xhtml">
2412     <p><object data="http://test/" usemap="#aa">x</object></p>
2413     <map name="aa"/>
2414     </div>
2415     #errors
2416     /div/map;no significant content;s
2417    
2418     #data
2419     <div xmlns="http://www.w3.org/1999/xhtml">
2420     <map name="aa"/>
2421     <p><object data="http://test/" usemap="#aa">x</object></p>
2422     </div>
2423     #errors
2424     /div/map;no significant content;s
2425    
2426     #data
2427     <div xmlns="http://www.w3.org/1999/xhtml">
2428     <map name="&#x4E00;"/>
2429     <p><object data="http://test/" usemap="#&#x4E00;">x</object></p>
2430     </div>
2431     #errors
2432     /div/map;no significant content;s
2433    
2434     #data
2435     <div xmlns="http://www.w3.org/1999/xhtml">
2436     <map name="aa"/>
2437     <p><object data="http://test/" usemap="#bb">x</object></p>
2438     </div>
2439     #errors
2440     /div/p/object/@usemap;no referenced map;m
2441     /div/map;no significant content;s
2442    
2443     #data
2444     <div xmlns="http://www.w3.org/1999/xhtml">
2445     <map name="aa"/>
2446     <p><object data="http://test/" usemap="#aa">x</object></p>
2447     <p><object data="http://test/" usemap="#aa">x</object></p>
2448     </div>
2449     #errors
2450     /div/map;no significant content;s
2451    
2452     #data
2453     <div xmlns="http://www.w3.org/1999/xhtml">
2454     <map name="aa"/>
2455     <p><object data="http://test/" usemap="#AA">x</object></p>
2456     </div>
2457     #errors
2458     /div/p/object/@usemap;no referenced map;m
2459     /div/map;no significant content;s
2460    
2461     #data
2462     <div xmlns="http://www.w3.org/1999/xhtml">
2463     <map name="AA"/>
2464     <p><object data="http://test/" usemap="#aa">x</object></p>
2465     </div>
2466     #errors
2467     /div/p/object/@usemap;no referenced map;m
2468     /div/map;no significant content;s
2469    
2470     #data
2471     <div xmlns="http://www.w3.org/1999/xhtml">
2472     <object data="" usemap="#a">x</object><menu id="a">x</menu>
2473     </div>
2474     #errors
2475     /div/object/@usemap;no referenced map;m
2476    
2477     #data
2478     <object data="" declare="" xmlns="http://www.w3.org/1999/xhtml"/>
2479     #errors
2480     /object/@declare;attribute not defined;m
2481     /object;no significant content;s
2482    
2483     #data
2484     <object data="" declare="declare" xmlns="http://www.w3.org/1999/xhtml"/>
2485     #errors
2486     /object/@declare;attribute not defined;m
2487     /object;no significant content;s
2488    
2489     #data
2490     <object data="" declare="yes" xmlns="http://www.w3.org/1999/xhtml"/>
2491     #errors
2492     /object/@declare;attribute not defined;m
2493     /object/@declare;boolean:invalid;m
2494     /object;no significant content;s
2495    
2496     #data
2497     <object data="" declare="no" xmlns="http://www.w3.org/1999/xhtml"/>
2498     #errors
2499     /object/@declare;attribute not defined;m
2500     /object/@declare;boolean:invalid;m
2501     /object;no significant content;s
2502    
2503     #data
2504     <object data="" declare="Declare" xmlns="http://www.w3.org/1999/xhtml"/>
2505     #errors
2506     /object/@declare;attribute not defined;m
2507     /object;no significant content;s
2508    
2509     #data
2510     <object data="" classid="" xmlns="http://www.w3.org/1999/xhtml"/>
2511     #errors
2512     /object/@classid;attribute not defined;m
2513     /object;no significant content;s
2514    
2515     #data
2516     <object data="" classid="[]" xmlns="http://www.w3.org/1999/xhtml"/>
2517     #errors
2518     /object/@classid;attribute not defined;m
2519     /object/@classid;syntax error:iriref3987;m
2520     /object;no significant content;s
2521    
2522     #data
2523     <object data="" codebase="" xmlns="http://www.w3.org/1999/xhtml"/>
2524     #errors
2525     /object/@codebase;attribute not defined;m
2526     /object;no significant content;s
2527    
2528     #data
2529     <object data="" codebase="[]" xmlns="http://www.w3.org/1999/xhtml"/>
2530     #errors
2531     /object/@codebase;attribute not defined;m
2532     /object/@codebase;syntax error:iriref3987;m
2533     /object;no significant content;s
2534    
2535     #data
2536     <object data="" archive="" xmlns="http://www.w3.org/1999/xhtml"/>
2537     #errors
2538     /object/@archive;attribute not defined;m
2539     /object;no significant content;s
2540    
2541     #data
2542     <object data="" archive="[]" xmlns="http://www.w3.org/1999/xhtml"/>
2543     #errors
2544     /object/@archive;attribute not defined;m
2545     /object/@archive;syntax error:iriref3987;m
2546     /object;no significant content;s
2547    
2548     #data
2549     <object data="" archive="a,[]" xmlns="http://www.w3.org/1999/xhtml"/>
2550     #errors
2551     /object/@archive;attribute not defined;m
2552     /object/@archive;syntax error:iriref3987;m
2553     /object;no significant content;s
2554    
2555     #data
2556     <object data="" archives="[]" xmlns="http://www.w3.org/1999/xhtml"/>
2557     #errors
2558     /object/@archives;attribute not defined;m
2559     /object;no significant content;s
2560    
2561     #data
2562     <object data="" codetype="" xmlns="http://www.w3.org/1999/xhtml"/>
2563     #errors
2564     /object/@codetype;attribute not defined;m
2565     /object/@codetype;IMT:syntax error;m
2566     /object;no significant content;s
2567    
2568     #data
2569     <object data="" codetype="text/html" xmlns="http://www.w3.org/1999/xhtml"/>
2570     #errors
2571     /object/@codetype;attribute not defined;m
2572     /object;no significant content;s
2573    
2574     #data
2575     <object data="" standby="" xmlns="http://www.w3.org/1999/xhtml"/>
2576     #errors
2577     /object/@standby;attribute not defined;m
2578     /object;no significant content;s
2579    
2580     #data
2581     <object data="" standby="[]" xmlns="http://www.w3.org/1999/xhtml"/>
2582     #errors
2583     /object/@standby;attribute not defined;m
2584     /object;no significant content;s
2585    
2586     #data
2587     <object data="" border="0" xmlns="http://www.w3.org/1999/xhtml"/>
2588     #errors
2589     /object;no significant content;s
2590     /object/@border;attribute not defined;m
2591    
2592     #data
2593     <object data="" border="none" xmlns="http://www.w3.org/1999/xhtml"/>
2594     #errors
2595     /object/@border;attribute not defined;m
2596     /object/@border;nninteger:syntax error;m
2597     /object;no significant content;s
2598    
2599     #data
2600     <object data="" hspace="0" xmlns="http://www.w3.org/1999/xhtml"/>
2601     #errors
2602     /object/@hspace;attribute not defined;m
2603     /object;no significant content;s
2604    
2605     #data
2606     <object data="" hspace="none" xmlns="http://www.w3.org/1999/xhtml"/>
2607     #errors
2608     /object/@hspace;attribute not defined;m
2609     /object;no significant content;s
2610     /object/@hspace;nninteger:syntax error;m
2611    
2612     #data
2613     <object data="" vspace="0" xmlns="http://www.w3.org/1999/xhtml"/>
2614     #errors
2615     /object;no significant content;s
2616     /object/@vspace;attribute not defined;m
2617    
2618     #data
2619     <object data="" vspace="none" xmlns="http://www.w3.org/1999/xhtml"/>
2620     #errors
2621     /object;no significant content;s
2622     /object/@vspace;attribute not defined;m
2623     /object/@vspace;nninteger:syntax error;m
2624    
2625     #data
2626     <object data="" align="" xmlns="http://www.w3.org/1999/xhtml"/>
2627     #errors
2628     /object;no significant content;s
2629     /object/@align;attribute not defined;m
2630     /object/@align;enumerated:invalid;m
2631    
2632     #data
2633     <object data="" align="char" xmlns="http://www.w3.org/1999/xhtml"/>
2634     #errors
2635     /object;no significant content;s
2636     /object/@align;attribute not defined;m
2637     /object/@align;enumerated:invalid;m
2638    
2639     #data
2640     <object data="" align="justify" xmlns="http://www.w3.org/1999/xhtml"/>
2641     #errors
2642     /object;no significant content;s
2643     /object/@align;attribute not defined;m
2644     /object/@align;enumerated:invalid;m
2645    
2646     #data
2647     <object data="" align="center" xmlns="http://www.w3.org/1999/xhtml"/>
2648     #errors
2649     /object;no significant content;s
2650     /object/@align;attribute not defined;m
2651     /object/@align;enumerated:invalid;m
2652    
2653     #data
2654     <object data="" align="bottom" xmlns="http://www.w3.org/1999/xhtml"/>
2655     #errors
2656     /object;no significant content;s
2657     /object/@align;attribute not defined;m
2658    
2659     #data
2660     <object data="" align="middle" xmlns="http://www.w3.org/1999/xhtml"/>
2661     #errors
2662     /object;no significant content;s
2663     /object/@align;attribute not defined;m
2664    
2665     #data
2666     <object data="" align="top" xmlns="http://www.w3.org/1999/xhtml"/>
2667     #errors
2668     /object;no significant content;s
2669     /object/@align;attribute not defined;m
2670    
2671     #data
2672     <object data="" align="left" xmlns="http://www.w3.org/1999/xhtml"/>
2673     #errors
2674     /object;no significant content;s
2675     /object/@align;attribute not defined;m
2676    
2677     #data
2678     <object data="" align="right" xmlns="http://www.w3.org/1999/xhtml"/>
2679     #errors
2680     /object;no significant content;s
2681     /object/@align;attribute not defined;m
2682    
2683     #data
2684     <object name="" data="" xmlns="http://www.w3.org/1999/xhtml">x</object>
2685     #errors
2686     /object/@name;window name:empty;m
2687    
2688     #data
2689     <object name="_" data="" xmlns="http://www.w3.org/1999/xhtml">x</object>
2690     #errors
2691     /object/@name;window name:reserved;m
2692    
2693     #data
2694     <object name="_a" data="" xmlns="http://www.w3.org/1999/xhtml">x</object>
2695     #errors
2696     /object/@name;window name:reserved;m
2697    
2698     #data
2699     <object name="_blank" data="" xmlns="http://www.w3.org/1999/xhtml">x</object>
2700     #errors
2701     /object/@name;window name:reserved;m
2702    
2703     #data
2704     <object name="_parent" data="" xmlns="http://www.w3.org/1999/xhtml">x</object>
2705     #errors
2706     /object/@name;window name:reserved;m
2707    
2708     #data
2709     <object name="_self" data="" xmlns="http://www.w3.org/1999/xhtml">x</object>
2710     #errors
2711     /object/@name;window name:reserved;m
2712    
2713     #data
2714     <object name="_top" data="" xmlns="http://www.w3.org/1999/xhtml">x</object>
2715     #errors
2716     /object/@name;window name:reserved;m
2717    
2718     #data
2719     <object name="abc" data="" xmlns="http://www.w3.org/1999/xhtml">x</object>
2720     #errors
2721    
2722     #data
2723     <object name="self" data="" xmlns="http://www.w3.org/1999/xhtml">x</object>
2724     #errors
2725    
2726     #data
2727     <param xmlns="http://www.w3.org/1999/xhtml"/>
2728     #errors
2729     /param;attribute missing;name;m
2730     /param;attribute missing;value;m
2731    
2732     #data
2733     <param name="a" xmlns="http://www.w3.org/1999/xhtml"/>
2734     #errors
2735     /param;attribute missing;value;m
2736    
2737     #data
2738     <param value="a" xmlns="http://www.w3.org/1999/xhtml"/>
2739     #errors
2740     /param;attribute missing;name;m
2741    
2742     #data
2743     <param name="a" value="b" xmlns="http://www.w3.org/1999/xhtml"/>
2744     #errors
2745    
2746     #data
2747     <param name="" value="" xmlns="http://www.w3.org/1999/xhtml"/>
2748     #errors
2749    
2750     #data
2751     <param name="a" value="b" valuetype="data" xmlns="http://www.w3.org/1999/xhtml"/>
2752     #errors
2753     /param/@valuetype;attribute not defined;m
2754    
2755     #data
2756     <param name="a" value="b" valuetype="ref" xmlns="http://www.w3.org/1999/xhtml"/>
2757     #errors
2758     /param/@valuetype;attribute not defined;m
2759    
2760     #data
2761     <param name="a" value="b" valuetype="object" xmlns="http://www.w3.org/1999/xhtml"/>
2762     #errors
2763     /param/@valuetype;attribute not defined;m
2764    
2765     #data
2766     <param name="a" value="b" valuetype="text" xmlns="http://www.w3.org/1999/xhtml"/>
2767     #errors
2768     /param/@valuetype;attribute not defined;m
2769     /param/@valuetype;enumerated:invalid;m
2770    
2771     #data
2772     <param name="a" value="b" type="text" xmlns="http://www.w3.org/1999/xhtml"/>
2773     #errors
2774     /param/@type;attribute not defined;m
2775     /param/@type;IMT:syntax error;m
2776    
2777     #data
2778     <param name="a" value="b" type="text/html" xmlns="http://www.w3.org/1999/xhtml"/>
2779     #errors
2780     /param/@type;attribute not defined;m
2781    
2782     #data
2783     <video xmlns="http://www.w3.org/1999/xhtml"/>
2784     #errors
2785     /video;no significant content;s
2786     /video;child element missing;source;m
2787    
2788     #data
2789     <video src="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
2790     #errors
2791     /video;no significant content;s
2792    
2793     #data
2794     <video src="``http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
2795     #errors
2796     /video/@src;syntax error:iriref3987;m
2797     /video;no significant content;s
2798    
2799     #data
2800     <video autoplay="" xmlns="http://www.w3.org/1999/xhtml"/>
2801     #errors
2802     /video;no significant content;s
2803     /video;child element missing;source;m
2804    
2805     #data
2806     <video autoplay="autoplay" xmlns="http://www.w3.org/1999/xhtml"/>
2807     #errors
2808     /video;no significant content;s
2809     /video;child element missing;source;m
2810    
2811     #data
2812     <video autoplay="true" xmlns="http://www.w3.org/1999/xhtml"/>
2813     #errors
2814     /video;no significant content;s
2815     /video/@autoplay;boolean:invalid;m
2816     /video;child element missing;source;m
2817    
2818     #data
2819     <video autoplay="AUTOPlay" xmlns="http://www.w3.org/1999/xhtml"/>
2820     #errors
2821     /video;no significant content;s
2822     /video;child element missing;source;m
2823    
2824     #data
2825 wakaba 1.4 <video autobuffer="" xmlns="http://www.w3.org/1999/xhtml"/>
2826     #errors
2827     /video;no significant content;s
2828     /video;child element missing;source;m
2829    
2830     #data
2831     <video autobuffer="autobuffer" xmlns="http://www.w3.org/1999/xhtml"/>
2832     #errors
2833     /video;no significant content;s
2834     /video;child element missing;source;m
2835    
2836     #data
2837     <video autobuffer="true" xmlns="http://www.w3.org/1999/xhtml"/>
2838     #errors
2839     /video;no significant content;s
2840     /video/@autobuffer;boolean:invalid;m
2841     /video;child element missing;source;m
2842    
2843     #data
2844     <video autobuffer="AUTOBuffer" xmlns="http://www.w3.org/1999/xhtml"/>
2845     #errors
2846     /video;no significant content;s
2847     /video;child element missing;source;m
2848    
2849     #data
2850     <video autoplay="" autobuffer="AUTOBuffer" xmlns="http://www.w3.org/1999/xhtml"/>
2851     #errors
2852     /video;no significant content;s
2853     /video;child element missing;source;m
2854    
2855     #data
2856 wakaba 1.1 <video controls="" xmlns="http://www.w3.org/1999/xhtml"/>
2857     #errors
2858     /video;no significant content;s
2859     /video;child element missing;source;m
2860    
2861     #data
2862     <video controls="controls" xmlns="http://www.w3.org/1999/xhtml"/>
2863     #errors
2864     /video;no significant content;s
2865     /video;child element missing;source;m
2866    
2867     #data
2868     <video controls="Controls" xmlns="http://www.w3.org/1999/xhtml"/>
2869     #errors
2870     /video;no significant content;s
2871     /video;child element missing;source;m
2872    
2873     #data
2874     <video controls="true" xmlns="http://www.w3.org/1999/xhtml"/>
2875     #errors
2876     /video/@controls;boolean:invalid;m
2877     /video;no significant content;s
2878     /video;child element missing;source;m
2879    
2880     #data
2881     <video controls="control" xmlns="http://www.w3.org/1999/xhtml"/>
2882     #errors
2883     /video/@controls;boolean:invalid;m
2884     /video;no significant content;s
2885     /video;child element missing;source;m
2886    
2887     #data
2888     <video control="" xmlns="http://www.w3.org/1999/xhtml"/>
2889     #errors
2890     /video/@control;attribute not defined;m
2891     /video;no significant content;s
2892     /video;child element missing;source;m
2893    
2894     #data
2895     <video poster="" xmlns="http://www.w3.org/1999/xhtml"/>
2896     #errors
2897     /video;no significant content;s
2898     /video;child element missing;source;m
2899    
2900     #data
2901     <video poster="abc" xmlns="http://www.w3.org/1999/xhtml"/>
2902     #errors
2903     /video;child element missing;source;m
2904     /video;no significant content;s
2905    
2906     #data
2907     <video poster="[]" xmlns="http://www.w3.org/1999/xhtml"/>
2908     #errors
2909     /video/@poster;syntax error:iriref3987;m
2910     /video;no significant content;s
2911     /video;child element missing;source;m
2912 wakaba 1.2
2913     #data
2914     <video src="" xmlns="http://www.w3.org/1999/xhtml"
2915     height="">x</video>
2916     #errors
2917     /video/@height;nninteger:syntax error;m
2918    
2919     #data
2920     <video src="" xmlns="http://www.w3.org/1999/xhtml"
2921     height="0">x</video>
2922     #errors
2923    
2924     #data
2925     <video src="" xmlns="http://www.w3.org/1999/xhtml"
2926     height="120">x</video>
2927     #errors
2928    
2929     #data
2930     <video src="" xmlns="http://www.w3.org/1999/xhtml"
2931     width="">x</video>
2932     #errors
2933     /video/@width;nninteger:syntax error;m
2934    
2935     #data
2936     <video src="" xmlns="http://www.w3.org/1999/xhtml"
2937     width="0">x</video>
2938     #errors
2939    
2940     #data
2941     <video src="" xmlns="http://www.w3.org/1999/xhtml"
2942     width="120">x</video>
2943     #errors
2944 wakaba 1.1
2945     #data
2946     <audio xmlns="http://www.w3.org/1999/xhtml"/>
2947     #errors
2948     /audio;no significant content;s
2949     /audio;child element missing;source;m
2950    
2951     #data
2952     <audio src="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
2953     #errors
2954     /audio;no significant content;s
2955    
2956     #data
2957     <audio src="http://[test]/" xmlns="http://www.w3.org/1999/xhtml"/>
2958     #errors
2959     /audio/@src;syntax error:iriref3987;m
2960     /audio;no significant content;s
2961    
2962     #data
2963     <audio autoplay="" xmlns="http://www.w3.org/1999/xhtml"/>
2964     #errors
2965     /audio;no significant content;s
2966     /audio;child element missing;source;m
2967    
2968     #data
2969     <audio autoplay="autoplay" xmlns="http://www.w3.org/1999/xhtml"/>
2970     #errors
2971     /audio;no significant content;s
2972     /audio;child element missing;source;m
2973    
2974     #data
2975     <audio autoplay="AUTOPLAY" xmlns="http://www.w3.org/1999/xhtml"/>
2976     #errors
2977     /audio;no significant content;s
2978     /audio;child element missing;source;m
2979    
2980     #data
2981 wakaba 1.4 <audio autobuffer="" xmlns="http://www.w3.org/1999/xhtml"/>
2982     #errors
2983     /audio;no significant content;s
2984     /audio;child element missing;source;m
2985    
2986     #data
2987     <audio autobuffer="autobuffer" xmlns="http://www.w3.org/1999/xhtml"/>
2988     #errors
2989     /audio;no significant content;s
2990     /audio;child element missing;source;m
2991    
2992     #data
2993     <audio autobuffer="AUTOBuffer" xmlns="http://www.w3.org/1999/xhtml"/>
2994     #errors
2995     /audio;no significant content;s
2996     /audio;child element missing;source;m
2997    
2998     #data
2999     <audio autobuffer="true" xmlns="http://www.w3.org/1999/xhtml"/>
3000     #errors
3001     /audio/@autobuffer;boolean:invalid;m
3002     /audio;no significant content;s
3003     /audio;child element missing;source;m
3004    
3005     #data
3006     <audio autoplay="" autobuffer="" xmlns="http://www.w3.org/1999/xhtml"/>
3007 wakaba 1.1 #errors
3008     /audio;no significant content;s
3009     /audio;child element missing;source;m
3010    
3011     #data
3012     <audio controls="" xmlns="http://www.w3.org/1999/xhtml"/>
3013     #errors
3014     /audio;no significant content;s
3015     /audio;child element missing;source;m
3016    
3017     #data
3018     <audio controls="controls" xmlns="http://www.w3.org/1999/xhtml"/>
3019     #errors
3020     /audio;no significant content;s
3021     /audio;child element missing;source;m
3022    
3023     #data
3024     <audio controls="CONTROLS" xmlns="http://www.w3.org/1999/xhtml"/>
3025     #errors
3026     /audio;no significant content;s
3027     /audio;child element missing;source;m
3028    
3029     #data
3030     <audio controls="true" xmlns="http://www.w3.org/1999/xhtml"/>
3031     #errors
3032     /audio/@controls;boolean:invalid;m
3033     /audio;no significant content;s
3034     /audio;child element missing;source;m
3035    
3036     #data
3037     <source xmlns="http://www.w3.org/1999/xhtml"/>
3038     #errors
3039     /source;attribute missing;src;m
3040    
3041     #data
3042     <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
3043     #errors
3044    
3045     #data
3046     <source src="%http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
3047     #errors
3048     /source/@src;syntax error:iriref3987;m
3049    
3050     #data
3051     <source src="http://test/" type="" xmlns="http://www.w3.org/1999/xhtml"/>
3052     #errors
3053     /source/@type;IMT:syntax error;m
3054    
3055     #data
3056     <source src="http://test/" type="video" xmlns="http://www.w3.org/1999/xhtml"/>
3057     #errors
3058     /source/@type;IMT:syntax error;m
3059    
3060     #data
3061     <source src="http://test/" type="audio/mpeg"
3062     xmlns="http://www.w3.org/1999/xhtml"/>
3063     #errors
3064    
3065     #data
3066     <source src="http://test/" type="video/3gpp2; codecs=sevc,s263"
3067     xmlns="http://www.w3.org/1999/xhtml"/>
3068     #errors
3069     /source/@type;IMT:syntax error;m
3070    
3071     #data
3072     <source src="http://test/" type="video/3gpp2; codecs=&quot;sevc,s263&quot;"
3073     xmlns="http://www.w3.org/1999/xhtml"/>
3074     #errors
3075    
3076     #data
3077     <source src="http://test/" type="video/3gpp2; codecs=&quot;sevc, s263&quot;"
3078     xmlns="http://www.w3.org/1999/xhtml"/>
3079     #errors
3080    
3081     #data
3082     <source src="http://test/" type="video/3gpp2; codecs='sevc, s263'"
3083     xmlns="http://www.w3.org/1999/xhtml"/>
3084     #errors
3085     /source/@type;IMT:syntax error;m
3086    
3087     #data
3088     <source src="http://test/" media="screen"
3089     xmlns="http://www.w3.org/1999/xhtml"/>
3090     #errors
3091     /source/@media;media query;u
3092    
3093     #data
3094     <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
3095     pixelratio=""/>
3096     #errors
3097     /source/@pixelratio;float:syntax error;m
3098    
3099     #data
3100     <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
3101     pixelratio="1"/>
3102     #errors
3103    
3104     #data
3105     <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
3106     pixelratio="1.00"/>
3107     #errors
3108    
3109     #data
3110     <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
3111     pixelratio="0.001"/>
3112     #errors
3113    
3114     #data
3115     <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
3116     pixelratio="10.4"/>
3117     #errors
3118    
3119     #data
3120     <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
3121     pixelratio="1."/>
3122     #errors
3123    
3124     #data
3125     <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
3126     pixelratio=".1"/>
3127     #errors
3128    
3129     #data
3130     <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
3131     pixelratio="+0.2"/>
3132     #errors
3133     /source/@pixelratio;float:syntax error;m
3134    
3135     #data
3136     <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
3137     pixelratio="43 "/>
3138     #errors
3139     /source/@pixelratio;float:syntax error;m
3140    
3141     #data
3142     <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
3143     pixelratio="aaaa"/>
3144     #errors
3145     /source/@pixelratio;float:syntax error;m
3146    
3147     #data
3148     <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
3149     pixelratio="4 + 0.2"/>
3150     #errors
3151     /source/@pixelratio;float:syntax error;m
3152    
3153     #data
3154     <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
3155     pixelratio="0..3"/>
3156     #errors
3157     /source/@pixelratio;float:syntax error;m
3158    
3159     #data
3160     <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
3161     pixelratio="0.4."/>
3162     #errors
3163     /source/@pixelratio;float:syntax error;m
3164    
3165     #data
3166     <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
3167     pixelratio="."/>
3168     #errors
3169     /source/@pixelratio;float:syntax error;m
3170    
3171     #data
3172     <canvas xmlns="http://www.w3.org/1999/xhtml"/>
3173     #errors
3174     /canvas;no significant content;s
3175    
3176     #data
3177     <canvas width="" xmlns="http://www.w3.org/1999/xhtml"/>
3178     #errors
3179     /canvas;no significant content;s
3180     /canvas/@width;nninteger:syntax error;m
3181    
3182     #data
3183     <canvas width="1" xmlns="http://www.w3.org/1999/xhtml"/>
3184     #errors
3185     /canvas;no significant content;s
3186    
3187     #data
3188     <canvas width="0" xmlns="http://www.w3.org/1999/xhtml"/>
3189     #errors
3190     /canvas;no significant content;s
3191    
3192     #data
3193     <canvas width="100" xmlns="http://www.w3.org/1999/xhtml"/>
3194     #errors
3195     /canvas;no significant content;s
3196    
3197     #data
3198     <canvas width="-1" xmlns="http://www.w3.org/1999/xhtml"/>
3199     #errors
3200     /canvas;no significant content;s
3201     /canvas/@width;nninteger:syntax error;m
3202    
3203     #data
3204     <canvas width="saaa" xmlns="http://www.w3.org/1999/xhtml"/>
3205     #errors
3206     /canvas/@width;nninteger:syntax error;m
3207     /canvas;no significant content;s
3208    
3209     #data
3210     <canvas width="1&#xA;" xmlns="http://www.w3.org/1999/xhtml"/>
3211     #errors
3212     /canvas/@width;nninteger:syntax error;m
3213     /canvas;no significant content;s
3214    
3215     #data
3216     <canvas width="13344aa" xmlns="http://www.w3.org/1999/xhtml"/>
3217     #errors
3218     /canvas/@width;nninteger:syntax error;m
3219     /canvas;no significant content;s
3220    
3221     #data
3222     <canvas height="" xmlns="http://www.w3.org/1999/xhtml"/>
3223     #errors
3224     /canvas/@height;nninteger:syntax error;m
3225     /canvas;no significant content;s
3226    
3227     #data
3228     <canvas height="0" xmlns="http://www.w3.org/1999/xhtml"/>
3229     #errors
3230     /canvas;no significant content;s
3231    
3232     #data
3233     <canvas height="1" xmlns="http://www.w3.org/1999/xhtml"/>
3234     #errors
3235     /canvas;no significant content;s
3236    
3237     #data
3238     <canvas height="-2" xmlns="http://www.w3.org/1999/xhtml"/>
3239     #errors
3240     /canvas/@height;nninteger:syntax error;m
3241     /canvas;no significant content;s
3242    
3243     #data
3244     <canvas height="1&#xA;" xmlns="http://www.w3.org/1999/xhtml"/>
3245     #errors
3246     /canvas/@height;nninteger:syntax error;m
3247     /canvas;no significant content;s
3248    
3249     #data
3250     <canvas height="xxx" xmlns="http://www.w3.org/1999/xhtml"/>
3251     #errors
3252     /canvas/@height;nninteger:syntax error;m
3253     /canvas;no significant content;s
3254    
3255     #data
3256     <canvas width="44" height="14" xmlns="http://www.w3.org/1999/xhtml"/>
3257     #errors
3258     /canvas;no significant content;s
3259    
3260     #data
3261     <map xmlns="http://www.w3.org/1999/xhtml"/>
3262     #errors
3263     /map;attribute missing;name;m
3264     /map;no significant content;s
3265    
3266     #data
3267     <map name="aa" xmlns="http://www.w3.org/1999/xhtml"/>
3268     #errors
3269     /map;no significant content;s
3270    
3271     #data
3272     <map name="aa" xmlns="http://www.w3.org/1999/xhtml"/>
3273     #errors
3274     /map;no significant content;s
3275    
3276     #data
3277     <div xmlns="http://www.w3.org/1999/xhtml">
3278     <map name="aa" id="aa"/>
3279     <p id="aa">x</p>
3280     </div>
3281     #errors
3282     /div/p/@id;duplicate ID;m
3283     /div/map;no significant content;s
3284    
3285     #data
3286     <div xmlns="http://www.w3.org/1999/xhtml">
3287     <p id="aa">x</p>
3288     <map id="aa" name="aa"/>
3289     </div>
3290     #errors
3291     /div/map/@id;duplicate ID;m
3292     /div/map;no significant content;s
3293    
3294     #data
3295     <map name="" xmlns="http://www.w3.org/1999/xhtml"/>
3296     #errors
3297     /map/@name;empty attribute value;m
3298     /map;no significant content;s
3299    
3300     #data
3301     <area xmlns="http://www.w3.org/1999/xhtml"/>
3302     #errors
3303     /area;attribute missing;coords;m
3304    
3305     #data
3306     <area href="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
3307     #errors
3308     /area;attribute missing;alt;m
3309     /area;attribute missing;coords;m
3310    
3311     #data
3312     <area alt="" xmlns="http://www.w3.org/1999/xhtml"/>
3313     #errors
3314     /area/@alt;attribute not allowed;m
3315     /area;attribute missing;coords;m
3316    
3317     #data
3318     <area href="http://test/" alt="" xmlns="http://www.w3.org/1999/xhtml"/>
3319     #errors
3320     /area;attribute missing;coords;m
3321    
3322     #data
3323     <area href="http://test/" alt="" coords="1,2,3,4"
3324     xmlns="http://www.w3.org/1999/xhtml"/>
3325     #errors
3326    
3327     #data
3328     <area href="%%http://test/" alt="" coords="1,2,3,4"
3329     xmlns="http://www.w3.org/1999/xhtml"/>
3330     #errors
3331     /area/@href;syntax error:iriref3987;m
3332    
3333     #data
3334     <area href="http://test/" alt="" coords="1,2,3,4"
3335     hreflang=""
3336     xmlns="http://www.w3.org/1999/xhtml"/>
3337     #errors
3338     /area/@hreflang;langtag:language:nosemantics;m
3339    
3340     #data
3341     <area href="http://test/" alt="" coords="1,2,3,4"
3342     hreflang="en"
3343     xmlns="http://www.w3.org/1999/xhtml"/>
3344     #errors
3345    
3346     #data
3347     <area coords="1,2,3,4" hreflang="en"
3348     xmlns="http://www.w3.org/1999/xhtml"/>
3349     #errors
3350     /area/@hreflang;attribute not allowed;m
3351    
3352     #data
3353     <area href="http://test/" alt="" coords="1,2,3,4"
3354     media="screen"
3355     xmlns="http://www.w3.org/1999/xhtml"/>
3356     #errors
3357     /area/@media;media query;u
3358    
3359     #data
3360     <area coords="1,2,3,4" media="screen"
3361     xmlns="http://www.w3.org/1999/xhtml"/>
3362     #errors
3363     /area/@media;attribute not allowed;m
3364     /area/@media;media query;u
3365    
3366     #data
3367     <area href="http://test/" coords="1,2,3,4" alt="" target=""
3368     xmlns="http://www.w3.org/1999/xhtml"/>
3369     #errors
3370     /area/@target;window name:empty;m
3371    
3372     #data
3373     <area href="http://test/" coords="1,2,3,4" alt="" target="_"
3374     xmlns="http://www.w3.org/1999/xhtml"/>
3375     #errors
3376     /area/@target;window name:reserved;m
3377    
3378     #data
3379     <area href="http://test/" coords="1,2,3,4" alt="" target="_self"
3380     xmlns="http://www.w3.org/1999/xhtml"/>
3381     #errors
3382    
3383     #data
3384     <area href="http://test/" coords="1,2,3,4" alt="" target="_parent"
3385     xmlns="http://www.w3.org/1999/xhtml"/>
3386     #errors
3387    
3388     #data
3389     <area href="http://test/" coords="1,2,3,4" alt="" target="_top"
3390     xmlns="http://www.w3.org/1999/xhtml"/>
3391     #errors
3392    
3393     #data
3394     <area href="http://test/" coords="1,2,3,4" alt="" target="_blank"
3395     xmlns="http://www.w3.org/1999/xhtml"/>
3396     #errors
3397    
3398     #data
3399     <area href="http://test/" coords="1,2,3,4" alt="" target="self"
3400     xmlns="http://www.w3.org/1999/xhtml"/>
3401     #errors
3402    
3403     #data
3404     <area href="http://test/" coords="1,2,3,4" alt="" target="_any"
3405     xmlns="http://www.w3.org/1999/xhtml"/>
3406     #errors
3407     /area/@target;window name:reserved;m
3408    
3409     #data
3410     <area coords="1,2,3,4" target="_self"
3411     xmlns="http://www.w3.org/1999/xhtml"/>
3412     #errors
3413     /area/@target;attribute not allowed;m
3414    
3415     #data
3416     <area coords="1,2,3,4"
3417     xmlns="http://www.w3.org/1999/xhtml"/>
3418     #errors
3419    
3420     #data
3421     <area shape="rect" coords="1,2,3,4"
3422     xmlns="http://www.w3.org/1999/xhtml"/>
3423     #errors
3424    
3425     #data
3426     <area shape="RECT" coords="1,2,3,4"
3427     xmlns="http://www.w3.org/1999/xhtml"/>
3428     #errors
3429    
3430     #data
3431     <area shape="rectangle" coords="1,2,3,4"
3432     xmlns="http://www.w3.org/1999/xhtml"/>
3433     #errors
3434     /area/@shape;enumerated:non-conforming;m
3435    
3436     #data
3437     <area shape="rec" coords="1,2,3,4"
3438     xmlns="http://www.w3.org/1999/xhtml"/>
3439     #errors
3440     /area/@shape;enumerated:invalid;m
3441    
3442     #data
3443     <area shape="default"
3444     xmlns="http://www.w3.org/1999/xhtml"/>
3445     #errors
3446    
3447     #data
3448     <area shape="defaulT"
3449     xmlns="http://www.w3.org/1999/xhtml"/>
3450     #errors
3451    
3452     #data
3453     <area shape="circ" coords="1,2,3"
3454     xmlns="http://www.w3.org/1999/xhtml"/>
3455     #errors
3456     /area/@shape;enumerated:non-conforming;m
3457    
3458     #data
3459     <area shape="circle" coords="1,2,3"
3460     xmlns="http://www.w3.org/1999/xhtml"/>
3461     #errors
3462    
3463     #data
3464     <area shape="poly" coords="1,2,3,4,5,6"
3465     xmlns="http://www.w3.org/1999/xhtml"/>
3466     #errors
3467    
3468     #data
3469     <area shape="polygon" coords="1,2,3,4,5,6"
3470     xmlns="http://www.w3.org/1999/xhtml"/>
3471     #errors
3472     /area/@shape;enumerated:non-conforming;m
3473    
3474     #data
3475     <area shape="XXX" coords="1,2,3,4"
3476     xmlns="http://www.w3.org/1999/xhtml"/>
3477     #errors
3478     /area/@shape;enumerated:invalid;m
3479    
3480     #data
3481     <area shape="circle" coords=""
3482     xmlns="http://www.w3.org/1999/xhtml"/>
3483     #errors
3484     /area/@coords;coords:syntax error;m
3485    
3486     #data
3487     <area shape="circle" coords="1"
3488     xmlns="http://www.w3.org/1999/xhtml"/>
3489     #errors
3490     /area/@coords;coords:number not 3;1;m
3491    
3492     #data
3493     <area shape="circle" coords="1,2"
3494     xmlns="http://www.w3.org/1999/xhtml"/>
3495     #errors
3496     /area/@coords;coords:number not 3;2;m
3497    
3498     #data
3499     <area shape="circle" coords="1,2,3,4"
3500     xmlns="http://www.w3.org/1999/xhtml"/>
3501     #errors
3502     /area/@coords;coords:number not 3;4;m
3503    
3504     #data
3505     <area shape="circle" coords="1,2,3,4,5"
3506     xmlns="http://www.w3.org/1999/xhtml"/>
3507     #errors
3508     /area/@coords;coords:number not 3;5;m
3509    
3510     #data
3511     <area shape="circle" coords="1,2,-3"
3512     xmlns="http://www.w3.org/1999/xhtml"/>
3513     #errors
3514     /area/@coords;coords:out of range;m
3515    
3516     #data
3517     <area shape="circle" coords="1,2,0"
3518     xmlns="http://www.w3.org/1999/xhtml"/>
3519     #errors
3520    
3521     #data
3522     <area shape="circle" coords="-1,-2,4"
3523     xmlns="http://www.w3.org/1999/xhtml"/>
3524     #errors
3525    
3526     #data
3527     <area shape="circle" coords="0,0,0"
3528     xmlns="http://www.w3.org/1999/xhtml"/>
3529     #errors
3530    
3531     #data
3532     <area shape="circle"
3533     xmlns="http://www.w3.org/1999/xhtml"/>
3534     #errors
3535     /area;attribute missing;coords;m
3536    
3537     #data
3538     <area shape="default" coords="1"
3539     xmlns="http://www.w3.org/1999/xhtml"/>
3540     #errors
3541     /area/@coords;attribute not allowed;m
3542    
3543     #data
3544     <area shape="poly" coords=""
3545     xmlns="http://www.w3.org/1999/xhtml"/>
3546     #errors
3547     /area/@coords;coords:syntax error;m
3548    
3549     #data
3550     <area shape="poly" coords="1"
3551     xmlns="http://www.w3.org/1999/xhtml"/>
3552     #errors
3553     /area/@coords;coords:number lt 6;1;m
3554    
3555     #data
3556     <area shape="poly" coords="1,2"
3557     xmlns="http://www.w3.org/1999/xhtml"/>
3558     #errors
3559     /area/@coords;coords:number lt 6;2;m
3560    
3561     #data
3562     <area shape="poly" coords="1,2,3"
3563     xmlns="http://www.w3.org/1999/xhtml"/>
3564     #errors
3565     /area/@coords;coords:number lt 6;3;m
3566    
3567     #data
3568     <area shape="poly" coords="1,2,3,4"
3569     xmlns="http://www.w3.org/1999/xhtml"/>
3570     #errors
3571     /area/@coords;coords:number lt 6;4;m
3572    
3573     #data
3574     <area shape="poly" coords="1,2,3,4,5"
3575     xmlns="http://www.w3.org/1999/xhtml"/>
3576     #errors
3577     /area/@coords;coords:number lt 6;5;m
3578    
3579     #data
3580     <area shape="poly" coords="1,2,3,4,5,6,7"
3581     xmlns="http://www.w3.org/1999/xhtml"/>
3582     #errors
3583     /area/@coords;coords:number not even;7;m
3584    
3585     #data
3586     <area shape="poly" coords="-1,-23,55,455,232,0"
3587     xmlns="http://www.w3.org/1999/xhtml"/>
3588     #errors
3589    
3590     #data
3591     <area shape="poly" coords="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
3592     xmlns="http://www.w3.org/1999/xhtml"/>
3593     #errors
3594    
3595     #data
3596     <area shape="poly"
3597     xmlns="http://www.w3.org/1999/xhtml"/>
3598     #errors
3599     /area;attribute missing;coords;m
3600    
3601     #data
3602     <area shape="rect" coords=""
3603     xmlns="http://www.w3.org/1999/xhtml"/>
3604     #errors
3605     /area/@coords;coords:syntax error;m
3606    
3607     #data
3608     <area shape="rect" coords="1"
3609     xmlns="http://www.w3.org/1999/xhtml"/>
3610     #errors
3611     /area/@coords;coords:number not 4;1;m
3612    
3613     #data
3614     <area shape="rect" coords="1,2"
3615     xmlns="http://www.w3.org/1999/xhtml"/>
3616     #errors
3617     /area/@coords;coords:number not 4;2;m
3618    
3619     #data
3620     <area shape="rect" coords="1,2,3"
3621     xmlns="http://www.w3.org/1999/xhtml"/>
3622     #errors
3623     /area/@coords;coords:number not 4;3;m
3624    
3625     #data
3626     <area shape="rect" coords="1,2,3,4,5"
3627     xmlns="http://www.w3.org/1999/xhtml"/>
3628     #errors
3629     /area/@coords;coords:number not 4;5;m
3630    
3631     #data
3632     <area shape="rect"
3633     xmlns="http://www.w3.org/1999/xhtml"/>
3634     #errors
3635     /area;attribute missing;coords;m
3636    
3637     #data
3638     <area shape="rect" coords="0,0,1,1"
3639     xmlns="http://www.w3.org/1999/xhtml"/>
3640     #errors
3641    
3642     #data
3643     <area shape="rect" coords="-1,-1,0,0"
3644     xmlns="http://www.w3.org/1999/xhtml"/>
3645     #errors
3646    
3647     #data
3648     <area shape="rect" coords="-1,-1,6,6"
3649     xmlns="http://www.w3.org/1999/xhtml"/>
3650     #errors
3651    
3652     #data
3653     <area shape="rect" coords="54,54,7876,466"
3654     xmlns="http://www.w3.org/1999/xhtml"/>
3655     #errors
3656    
3657     #data
3658     <area shape="rect" coords="646,4,3,657"
3659     xmlns="http://www.w3.org/1999/xhtml"/>
3660     #errors
3661     /area/@coords;coords:out of range;m
3662    
3663     #data
3664     <area shape="rect" coords="4,646,657,7"
3665     xmlns="http://www.w3.org/1999/xhtml"/>
3666     #errors
3667     /area/@coords;coords:out of range;m
3668    
3669     #data
3670     <area shape="rect" coords="1,2,3,4"
3671     ping="a b"
3672     xmlns="http://www.w3.org/1999/xhtml"/>
3673     #errors
3674     /area/@ping;attribute not allowed;m
3675    
3676     #data
3677     <area shape="rect" coords="1,2,3,4"
3678     rel="author"
3679     xmlns="http://www.w3.org/1999/xhtml"/>
3680     #errors
3681     /area/@rel;attribute not allowed;m
3682    
3683     #data
3684     <area shape="rect" coords="1,2,3,4"
3685     type="text/css"
3686     xmlns="http://www.w3.org/1999/xhtml"/>
3687     #errors
3688     /area/@type;attribute not allowed;m
3689    
3690     #data
3691     <area shape="rect" coords="1,2,3,4"
3692     href="http://test/" type="text" alt=""
3693     xmlns="http://www.w3.org/1999/xhtml"/>
3694     #errors
3695     /area/@type;IMT:syntax error;m
3696    
3697     #data
3698     <area shape="rect" coords="1,2,3,4"
3699     href="http://test/" type="text/css" alt=""
3700     xmlns="http://www.w3.org/1999/xhtml"/>
3701     #errors
3702    
3703     #data
3704     <area shape="rect" coords="1,2,3,4"
3705     href="http://test/" rel="author" alt=""
3706     xmlns="http://www.w3.org/1999/xhtml"/>
3707     #errors
3708    
3709     #data
3710     <?xml version="1.1"?>
3711     <area shape="rect" coords="1,2,3,4"
3712     href="http://test/" rel="author&#x0b;" alt=""
3713     xmlns="http://www.w3.org/1999/xhtml"/>
3714     #errors
3715     /area/@rel;unknown link type;u
3716    
3717     #data
3718     <?xml version="1.1"?>
3719     <area shape="rect" coords="1,2,3,4"
3720     href="http://test/" rel="&#x0b;author" alt=""
3721     xmlns="http://www.w3.org/1999/xhtml"/>
3722     #errors
3723     /area/@rel;unknown link type;u
3724    
3725     #data
3726     <?xml version="1.1"?>
3727     <area shape="rect" coords="1,2,3,4"
3728     href="http://test/" rel="author&#x0b;license" alt=""
3729     xmlns="http://www.w3.org/1999/xhtml"/>
3730     #errors
3731     /area/@rel;unknown link type;u
3732    
3733     #data
3734     <area shape="rect" coords="1,2,3,4"
3735     href="http://test/" rel="author author" alt=""
3736     xmlns="http://www.w3.org/1999/xhtml"/>
3737     #errors
3738     /area/@rel;duplicate token;m
3739    
3740     #data
3741     <area shape="rect" coords="1,2,3,4"
3742     href="http://test/" rel="bookmark" alt=""
3743     xmlns="http://www.w3.org/1999/xhtml"/>
3744     #errors
3745    
3746     #data
3747     <area shape="rect" coords="1,2,3,4"
3748     href="http://test/" rel="previous" alt=""
3749     xmlns="http://www.w3.org/1999/xhtml"/>
3750     #errors
3751     /area/@rel;link type:non-conforming;m
3752    
3753     #data
3754     <area shape="rect" coords="1,2,3,4"
3755     href="http://test/" rel="edit" alt=""
3756     xmlns="http://www.w3.org/1999/xhtml"/>
3757     #errors
3758     /area/@rel;link type:proposed;s
3759    
3760     #data
3761     <area shape="rect" coords="1,2,3,4"
3762     href="http://test/" rel="contact" alt=""
3763     xmlns="http://www.w3.org/1999/xhtml"/>
3764     #errors
3765     /area/@rel;link type:proposed;s
3766    
3767     #data
3768     <area shape="rect" coords="1,2,3,4"
3769     href="http://test/" rel="script" alt=""
3770     xmlns="http://www.w3.org/1999/xhtml"/>
3771     #errors
3772     /area/@rel;link type:non-conforming;m
3773    
3774     #data
3775     <area shape="rect" coords="1,2,3,4"
3776     href="http://test/" rel="icon" alt=""
3777     xmlns="http://www.w3.org/1999/xhtml"/>
3778     #errors
3779     /area/@rel;link type:bad context;m
3780    
3781     #data
3782     <area shape="rect" coords="1,2,3,4"
3783     href="http://test/" rel="example-link-type" alt=""
3784     xmlns="http://www.w3.org/1999/xhtml"/>
3785     #errors
3786     /area/@rel;unknown link type;u
3787    
3788     #data
3789     <area shape="rect" coords="1,2,3,4"
3790     href="http://test/" ping="a b" alt=""
3791     xmlns="http://www.w3.org/1999/xhtml"/>
3792     #errors
3793    
3794     #data
3795     <area shape="rect" coords="1,2,3,4"
3796     href="http://test/" ping="a [b]" alt=""
3797     xmlns="http://www.w3.org/1999/xhtml"/>
3798     #errors
3799     /area/@ping;syntax error:iriref3987;m
3800    
3801     #data
3802     <area shape="rect" coords="1,2,3,4"
3803     href="http://test/" ping="a [b] [@c]" alt=""
3804     xmlns="http://www.w3.org/1999/xhtml"/>
3805     #errors
3806     /area/@ping;syntax error:iriref3987;m
3807     /area/@ping;syntax error:iriref3987;m
3808    
3809     #data
3810     <map name="m" xmlns="http://www.w3.org/1999/xhtml">
3811     <area shape="rect" coords="1,2,3,4" href="" alt=""/>
3812     x<area shape="rect" coords="5,6,7,8" href="" alt=""/>
3813     </map>
3814     #errors
3815     /map/area/@alt;empty area alt;m
3816     /map/area/@alt;empty area alt;m
3817    
3818     #data
3819     <map name="m" xmlns="http://www.w3.org/1999/xhtml">
3820     <area shape="rect" coords="1,2,3,4" href="" alt=""/>
3821     <area shape="rect" coords="5,6,7,8" href="" alt="x"/>
3822     x</map>
3823     #errors
3824    
3825     #data
3826     <map name="m" xmlns="http://www.w3.org/1999/xhtml">
3827     <area shape="rect" coords="1,2,3,4" href="" alt="x"/>
3828     <area shape="rect" coords="5,6,7,8" href="" alt=""/>
3829     x</map>
3830     #errors
3831    
3832     #data
3833     <map name="m" xmlns="http://www.w3.org/1999/xhtml">
3834     <area shape="rect" coords="1,2,3,4" href="" alt=""/>
3835     <area shape="rect" coords="5,6,7,8" href="" alt=""/>
3836     <area shape="rect" coords="9,10,11,12" href="" alt="x"/>
3837     x</map>
3838     #errors
3839    
3840     #data
3841     <map name="m" xmlns="http://www.w3.org/1999/xhtml">
3842     <area shape="rect" coords="1,2,3,4" href="a" alt="x"/>
3843     <area shape="rect" coords="5,6,7,8" href="" alt=""/>
3844     x</map>
3845     #errors
3846     /map/area/@alt;empty area alt;m
3847    
3848     #data
3849     <map name="m" xmlns="http://www.w3.org/1999/xhtml">
3850     <area shape="rect" coords="1,2,3,4" href="a" alt=""/>
3851     <area shape="rect" coords="5,6,7,8" href="a" alt=""/>
3852     x</map>
3853     #errors
3854     /map/area/@alt;empty area alt;m
3855     /map/area/@alt;empty area alt;m
3856    
3857     #data
3858     <map name="m" xmlns="http://www.w3.org/1999/xhtml">
3859     <area shape="rect" coords="1,2,3,4" href="b" alt="a"/>
3860     <area shape="rect" coords="5,6,7,8" href="b" alt=""/>
3861     x</map>
3862     #errors
3863    
3864     #data
3865     <map name="m" xmlns="http://www.w3.org/1999/xhtml">
3866     <area shape="rect" coords="1,2,3,4" href="" alt=""/>
3867     <map name="n">
3868     <area shape="rect" coords="5,6,7,8" href="" alt="x"/>x
3869     </map>
3870     </map>
3871     #errors
3872    
3873     #data
3874     <map name="m" xmlns="http://www.w3.org/1999/xhtml">
3875     <area shape="rect" coords="1,2,3,4" href="" alt="x"/>
3876     <map name="n">
3877     <area shape="rect" coords="5,6,7,8" href="" alt=""/>x
3878     </map>
3879     </map>
3880     #errors
3881     /map/map/area/@alt;empty area alt;m
3882    
3883     #data
3884     <area shape="default" rev="" xmlns="http://www.w3.org/1999/xhtml"/>
3885     #errors
3886     /area/@rev;attribute not defined;m
3887     /area/@rev;unknown attribute;u
3888    
3889     #data
3890     <area shape="default" nohref="" xmlns="http://www.w3.org/1999/xhtml"/>
3891     #errors
3892     /area/@nohref;attribute not defined;m
3893    
3894     #data
3895     <area shape="default" nohref="nohref" xmlns="http://www.w3.org/1999/xhtml"/>
3896     #errors
3897     /area/@nohref;attribute not defined;m
3898    
3899     #data
3900     <area shape="default" nohref="noHREF" xmlns="http://www.w3.org/1999/xhtml"/>
3901     #errors
3902     /area/@nohref;attribute not defined;m
3903    
3904     #data
3905     <area shape="default" nohref="http://example/" xmlns="http://www.w3.org/1999/xhtml"/>
3906     #errors
3907     /area/@nohref;attribute not defined;m
3908     /area/@nohref;boolean:invalid;m
3909    
3910     #data
3911     <area shape="default" charset="us-ascii" xmlns="http://www.w3.org/1999/xhtml"/>
3912     #errors
3913     /area/@charset;attribute not defined;m

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24