/[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.11 - (hide annotations) (download)
Sun Aug 30 03:51:05 2009 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.10: +15 -0 lines
++ whatpm/t/dom-conformance/ChangeLog	30 Aug 2009 03:48:35 -0000
	* html-objects-1.dat: Added a test of the presence of space
	characters in the |name| attribute of the |map| element.

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	30 Aug 2009 03:48:53 -0000
2009-08-30  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm: Disallow space characters in <map name="">.

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24