/[suikacvs]/markup/html/whatpm/t/content-model-2.dat
Suika

Contents of /markup/html/whatpm/t/content-model-2.dat

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.16 - (show annotations) (download)
Mon Jun 25 12:39:11 2007 UTC (19 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.15: +361 -0 lines
++ whatpm/t/ChangeLog	25 Jun 2007 12:31:07 -0000
	* content-model-2.dat: Tests for |<img ismap>| context
	are added.  Tests for |<command>|'s attributes are added.
	Tests for |<menu>|'s attributes are added.  Tests for |contextmenu|
	are added.

	* content-model-1.dat: Tests for |<datagrid>| contents
	are added.

2007-06-25  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ChangeLog	25 Jun 2007 12:31:24 -0000
	* ContentChecker.pm: |<img ismap>| not in |<a></a>|
	is now erred.  |<datalist>| is implemented.
	Attribute checker for |<command>| and |<menu>| are
	added.  Support for |contextmenu| global attribute
	is added.

2007-06-25  Wakaba  <wakaba@suika.fam.cx>

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24