/[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.1 - (hide annotations) (download)
Tue Oct 7 12:18:39 2008 UTC (17 years, 9 months ago) by wakaba
Branch: MAIN
++ whatpm/t/ChangeLog	7 Oct 2008 12:07:43 -0000
	* content-model-1.dat: Some entries moved to
	dom-conformance/html-1.dat, dom-conformance/html-flows-1.dat,
	dom-conformance/html-links-1.dat,
	dom-conformance/html-objects-1.dat, and
	dom-conformance/html-interactive-1.dat.

	* content-model-2.dat: Removed (moved to
	dom-conformance/xml-1.dat, dom-conformance/html-1.dat,
	dom-conformance/html-links-1.dat,
	dom-conformance/html-objects-1.dat,
	dom-conformance/html-interactive-1.dat, and
	dom-conformance/html-flows-1.dat).

	* content-model-3.dat: Removed (moved to
	dom-conformance/xml-global.dat).

	* content-model-4.dat: Removed (moved to
	dom-conformance/html-texts-1.dat and
	dom-conformance/html-links-1.dat).

	* content-model-5.dat: Removed (moved to
	dom-conformance/html-flows-1.dat).

	* content-model-6.dat: Removed (moved to
	dom-conformance/html-dataset.dat).

	* ContentChecker.t: References to the removed files removed and
	references to new files added.

	* ContentChecker-XML.t: New script.

	* Makefile: Updated.

2008-10-07  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/t/dom-conformance/ChangeLog	7 Oct 2008 12:10:54 -0000
	* html-1.dat, html-dataset.dat, html-interactive-1.dat,
	html-links-1.dat, html-objects-1.dat, xml-1.dat, xml-global.dat:
	New files (the test entries are moved from
	../content-model-*.dat).

2008-10-07  Wakaba  <wakaba@suika.fam.cx>

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24