/[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.13 - (show annotations) (download)
Sat Jun 23 04:22:57 2007 UTC (19 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.12: +78 -0 lines
++ whatpm/t/ChangeLog	23 Jun 2007 04:17:48 -0000
	* content-model-1.dat: Tests for space characters
	in id="" attribute are added.

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

++ whatpm/Whatpm/ChangeLog	23 Jun 2007 04:18:26 -0000
	* ContentChecker.pm: HTML5 revision 881 (Make |id| attribute with
	space characters non-conforming).

2007-06-23  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 onabort="alert(1);" xmlns="http://www.w3.org/1999/xhtml"/>
369 #errors
370
371 #data
372 <p onbeforeunload="alert(1);" xmlns="http://www.w3.org/1999/xhtml"/>
373 #errors
374
375 #data
376 <p onblur="alert(1);" xmlns="http://www.w3.org/1999/xhtml"/>
377 #errors
378
379 #data
380 <p onchange="alert(1);" xmlns="http://www.w3.org/1999/xhtml"/>
381 #errors
382
383 #data
384 <p onclick="alert(1);" xmlns="http://www.w3.org/1999/xhtml"/>
385 #errors
386
387 #data
388 <p onxxxx="alert(1);" xmlns="http://www.w3.org/1999/xhtml"/>
389 #errors
390 /p/@onxxxx;attribute not supported
391
392 #data html
393 <!DOCTYPE html>
394 <html>
395 <head><title></title></head>
396 <body></body>
397 </html>
398 #errors
399
400 #data html
401 <!DOCTYPE html>
402 <html xmlns="http://www.w3.org/1999/xhtml">
403 <head><title></title></head>
404 <body></body>
405 </html>
406 #errors
407
408 #data html
409 <!DOCTYPE html>
410 <html xmlns="">
411 <head><title></title></head>
412 <body></body>
413 </html>
414 #errors
415 /html/@xmlns;syntax error
416
417 #data html
418 <!DOCTYPE html>
419 <html xmlns="http://www.w3.org/TR/xhtml1/strict">
420 <head><title></title></head>
421 <body></body>
422 </html>
423 #errors
424 /html/@xmlns;syntax error
425
426 #data html
427 <!DOCTYPE html>
428 <html xmlns="http://www.w3.org/TR/REC-html40">
429 <head><title></title></head>
430 <body></body>
431 </html>
432 #errors
433 /html/@xmlns;syntax error
434
435 #data html
436 <!DOCTYPE html>
437 <html xmlns=" http://www.w3.org/1999/xhtml ">
438 <head><title></title></head>
439 <body></body>
440 </html>
441 #errors
442 /html/@xmlns;syntax error
443
444 #data html
445 <!DOCTYPE html>
446 <html xmlns="http://www.w3.org/1999/XHTML">
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/1999/html">
456 <head><title></title></head>
457 <body></body>
458 </html>
459 #errors
460 /html/@xmlns;syntax error
461
462 #data
463 <html xmlns="http://www.w3.org/1999/xhtml">
464 <head><title></title></head>
465 <body></body>
466 </html>
467 #errors
468
469 #data
470 <html xmlns="http://www.w3.org/1999/xhtml ">
471 <head><title></title></head>
472 <body></body>
473 </html>
474 #errors
475 /html;element not supported
476 /html/head;element not supported
477 /html/head/title;element not supported
478 /html/body;element not supported
479
480 #data html
481 <!DOCTYPE html>
482 <html>
483 <head xmlns="http://www.w3.org/1999/xhtml"><title></title></head>
484 <body></body>
485 </html>
486 #errors
487 /html/head/@xmlns;attribute not supported
488
489 #data
490 <head profile="http://www.test/" xmlns="http://www.w3.org/1999/xhtml">
491 <title/>
492 </head>
493 #errors
494 /head/@profile;attribute not supported
495
496 #data
497 <base xmlns="http://www.w3.org/1999/xhtml"/>
498 #errors
499
500 #data
501 <base href="http://[test]/" xmlns="http://www.w3.org/1999/xhtml"/>
502 #errors
503 /base/@href;URI:m::syntax error
504
505 #data
506 <base href="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
507 #errors
508
509 #data
510 <base href="test" xmlns="http://www.w3.org/1999/xhtml"/>
511 #errors
512
513 #data
514 <base href="http://test/#a" xmlns="http://www.w3.org/1999/xhtml"/>
515 #errors
516
517 #data
518 <base href="http://test/" target="_self" xmlns="http://www.w3.org/1999/xhtml"/>
519 #errors
520
521 #data
522 <base target="_self" xmlns="http://www.w3.org/1999/xhtml"/>
523 #errors
524
525 #data
526 <base target="_blank" xmlns="http://www.w3.org/1999/xhtml"/>
527 #errors
528 /base/@target;reserved browsing context name
529
530 #data
531 <base target="blank" xmlns="http://www.w3.org/1999/xhtml"/>
532 #errors
533
534 #data
535 <link xmlns="http://www.w3.org/1999/xhtml"/>
536 #errors
537 /link;attribute missing:href
538 /link;attribute missing:rel
539
540 #data
541 <link href="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
542 #errors
543 /link;attribute missing:rel
544
545 #data
546 <link rel="author" xmlns="http://www.w3.org/1999/xhtml"/>
547 #errors
548 /link;attribute missing:href
549
550 #data
551 <link rel="stylesheet" href="http://www.test/"
552 xmlns="http://www.w3.org/1999/xhtml"/>
553 #errors
554
555 #data
556 <link rel="stylesheet" href="://www.test/"
557 xmlns="http://www.w3.org/1999/xhtml"/>
558 #errors
559 /link/@href;URI:m::syntax error
560
561 #data
562 <link rel="stylesheet" href="http://www.test/" type=""
563 xmlns="http://www.w3.org/1999/xhtml"/>
564 #errors
565 /link/@type;IMT syntax error
566
567 #data
568 <link rel="stylesheet" href="http://www.test/" type="text"
569 xmlns="http://www.w3.org/1999/xhtml"/>
570 #errors
571 /link/@type;IMT syntax error
572
573 #data
574 <link rel="stylesheet" href="http://www.test/" type="text/css"
575 xmlns="http://www.w3.org/1999/xhtml"/>
576 #errors
577
578 #data
579 <link rel="stylesheet" href="http://www.test/" type="TexT/CsS"
580 xmlns="http://www.w3.org/1999/xhtml"/>
581 #errors
582
583 #data
584 <link rel="stylesheet" href="http://www.test/" type="TEXT/CSS"
585 xmlns="http://www.w3.org/1999/xhtml"/>
586 #errors
587
588 #data
589 <link rel="stylesheet" href="http://www.test/" type="text/css; charset=utf-8"
590 xmlns="http://www.w3.org/1999/xhtml"/>
591 #errors
592
593 #data
594 <link rel="author" href="http://test/"
595 xmlns="http://www.w3.org/1999/xhtml"/>
596 #errors
597
598 #data
599 <link rel="author author" href="http://test/"
600 xmlns="http://www.w3.org/1999/xhtml"/>
601 #errors
602 /link/@rel;duplicate token:author
603
604 #data
605 <link rel="bookmark" href="http://test/"
606 xmlns="http://www.w3.org/1999/xhtml"/>
607 #errors
608 /link/@rel;link type bad context:bookmark
609
610 #data
611 <link rel="previous" href="http://test/"
612 xmlns="http://www.w3.org/1999/xhtml"/>
613 #errors
614 /link/@rel;non-conforming link type:previous
615
616 #data
617 <link rel="edit" href="http://test/"
618 xmlns="http://www.w3.org/1999/xhtml"/>
619 #errors
620 /link/@rel;proposed link type:edit
621
622 #data
623 <link rel="script" href="http://test/"
624 xmlns="http://www.w3.org/1999/xhtml"/>
625 #errors
626 /link/@rel;non-conforming link type:script
627
628 #data
629 <link rel="example-link-type" href="http://test/"
630 xmlns="http://www.w3.org/1999/xhtml"/>
631 #errors
632 /link/@rel;link type not supported:example-link-type
633
634 #data
635 <link rel="alternate stylesheet" href="http://test/" title=""
636 xmlns="http://www.w3.org/1999/xhtml"/>
637 #errors
638
639 #data
640 <link rel="author" href="http://test/" hreflang=""
641 xmlns="http://www.w3.org/1999/xhtml"/>
642 #errors
643 /link/@hreflang;language tag syntax error
644
645 #data
646 <link rel="author" href="http://test/" hreflang="en"
647 xmlns="http://www.w3.org/1999/xhtml"/>
648 #errors
649
650 #data
651 <link media="all"
652 xmlns="http://www.w3.org/1999/xhtml"/>
653 #errors
654 /link;attribute missing:href
655 /link;attribute missing:rel
656
657 #data
658 <link rel="author" href="http://test/" media="all"
659 xmlns="http://www.w3.org/1999/xhtml"/>
660 #errors
661
662 #data
663 <link href="http://test/" rel="author" target="_self"
664 xmlns="http://www.w3.org/1999/xhtml"/>
665 #errors
666 /link/@target;attribute not supported
667
668 #data
669 <head xmlns="http://www.w3.org/1999/xhtml">
670 <link rel="pingback" href="a"/>
671 <link rel="pingback" href="b"/>
672 <title/>
673 </head>
674 #errors
675 /head/link/@rel;link with type not unique:pingback
676
677 #data
678 <head xmlns="http://www.w3.org/1999/xhtml">
679 <link rel="pingback" href="a"/>
680 <link rel="pingback feed" href="b"/>
681 <title/>
682 </head>
683 #errors
684 /head/link/@rel;link with type not unique:pingback
685
686 #data
687 <meta xmlns="http://www.w3.org/1999/xhtml">
688 <!-- TODO: <meta> tests are not complete -->
689 </meta>
690 #errors
691 /meta;attribute missing:name|http-equiv|charset
692
693 #data
694 <meta name="dns" xmlns="http://www.w3.org/1999/xhtml"/>
695 #errors
696 /meta;attribute missing:content
697
698 #data
699 <meta name="dns" content="example.net" xmlns="http://www.w3.org/1999/xhtml"/>
700 #errors
701
702 #data
703 <meta charset="us-ascii" name="dns" content="example.net"
704 xmlns="http://www.w3.org/1999/xhtml"/>
705 #errors
706 /meta/@charset;attribute not allowed
707
708 #data
709 <meta http-equiv="refresh" xmlns="http://www.w3.org/1999/xhtml"/>
710 #errors
711 /meta;attribute missing:content
712
713 #data
714 <meta http-equiv="refresh" content="10; a.html"
715 xmlns="http://www.w3.org/1999/xhtml"/>
716 #errors
717
718 #data
719 <meta http-equiv="refresh" content="10; a.html" name="dns"
720 xmlns="http://www.w3.org/1999/xhtml"/>
721 #errors
722 /meta/@http-equiv;attribute not allowed
723
724 #data
725 <meta http-equiv="refresh" content="10; a.html" charset="us-ascii"
726 xmlns="http://www.w3.org/1999/xhtml"/>
727 #errors
728 /meta/@charset;attribute not allowed
729
730 #data
731 <meta http-equiv="" content="example.net" xmlns="http://www.w3.org/1999/xhtml"/>
732 #errors
733 /meta/@http-equiv;invalid enumerated attribute value
734
735 #data
736 <meta content="example.net" xmlns="http://www.w3.org/1999/xhtml"/>
737 #errors
738 /meta/@content;attribute not allowed
739 /meta;attribute missing:name|http-equiv
740
741 #data
742 <meta charset="us-ascii" content="example.net"
743 xmlns="http://www.w3.org/1999/xhtml"/>
744 #errors
745 /meta/@content;attribute not allowed
746
747 #data
748 <meta content="example.net" xmlns="http://www.w3.org/1999/xhtml"/>
749 #errors
750 /meta/@content;attribute not allowed
751 /meta;attribute missing:name|http-equiv
752
753 #data
754 <style type="" xmlns="http://www.w3.org/1999/xhtml"/>
755 #errors
756 /style/@type;IMT syntax error
757
758 #data
759 <style type="text" xmlns="http://www.w3.org/1999/xhtml"/>
760 #errors
761 /style/@type;IMT syntax error
762
763 #data
764 <style type="text/css" xmlns="http://www.w3.org/1999/xhtml"/>
765 #errors
766
767 #data
768 <style type="Text/CSS" xmlns="http://www.w3.org/1999/xhtml"/>
769 #errors
770
771 #data
772 <style type="TEXT/CSS" xmlns="http://www.w3.org/1999/xhtml"/>
773 #errors
774
775 #data
776 <style type="text/css; charset=us-ascii" xmlns="http://www.w3.org/1999/xhtml">
777 <!-- NOTE: |charset| parameter here is meaningless (or harmful?),
778 but syntactically correct. -->
779 </style>
780 #errors
781
782 #data
783 <style media="all" xmlns="http://www.w3.org/1999/xhtml"/>
784 #errors
785
786 #data
787 <style media="screen" xmlns="http://www.w3.org/1999/xhtml"/>
788 #errors
789
790 #data
791 <body text="red" xmlns="http://www.w3.org/1999/xhtml"/>
792 #errors
793 /body/@text;attribute not supported
794
795 #data
796 <blockquote cite="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
797 #errors
798
799 #data
800 <blockquote cite="http://test/%" xmlns="http://www.w3.org/1999/xhtml"/>
801 #errors
802 /blockquote/@cite;URI:m::syntax error
803
804 #data
805 <h1 align="left" xmlns="http://www.w3.org/1999/xhtml"/>
806 #errors
807 /h1/@align;attribute not supported
808
809 #data
810 <address align="left" xmlns="http://www.w3.org/1999/xhtml"/>
811 #errors
812 /address/@align;attribute not supported
813
814 #data
815 <p align="left" xmlns="http://www.w3.org/1999/xhtml"/>
816 #errors
817 /p/@align;attribute not supported
818
819 #data
820 <hr align="left" xmlns="http://www.w3.org/1999/xhtml"/>
821 #errors
822 /hr/@align;attribute not supported
823
824 #data
825 <br clear="left" xmlns="http://www.w3.org/1999/xhtml"/>
826 #errors
827 /br/@clear;attribute not supported
828
829 #data
830 <dialog compact="" xmlns="http://www.w3.org/1999/xhtml"/>
831 #errors
832 /dialog/@compact;attribute not supported
833
834 #data
835 <pre width="4" xmlns="http://www.w3.org/1999/xhtml"/>
836 #errors
837 /pre/@width;attribute not supported
838
839 #data
840 <pre xml:space="preserve" xmlns="http://www.w3.org/1999/xhtml"/>
841 #errors
842
843 #data
844 <pre xml:space="default" xmlns="http://www.w3.org/1999/xhtml"/>
845 #errors
846
847 #data
848 <ol start="" xmlns="http://www.w3.org/1999/xhtml"/>
849 #errors
850 /ol/@start;integer syntax error
851
852 #data
853 <ol start="0" xmlns="http://www.w3.org/1999/xhtml"/>
854 #errors
855
856 #data
857 <ol start="1" xmlns="http://www.w3.org/1999/xhtml"/>
858 #errors
859
860 #data
861 <ol start="2" xmlns="http://www.w3.org/1999/xhtml"/>
862 #errors
863
864 #data
865 <ol start="10" xmlns="http://www.w3.org/1999/xhtml"/>
866 #errors
867
868 #data
869 <ol start="-0" xmlns="http://www.w3.org/1999/xhtml"/>
870 #errors
871
872 #data
873 <ol start="-1" xmlns="http://www.w3.org/1999/xhtml"/>
874 #errors
875
876 #data
877 <ol start="-10" xmlns="http://www.w3.org/1999/xhtml"/>
878 #errors
879
880 #data
881 <ol start="0000" xmlns="http://www.w3.org/1999/xhtml"/>
882 #errors
883
884 #data
885 <ol start="0001" xmlns="http://www.w3.org/1999/xhtml"/>
886 #errors
887
888 #data
889 <ol start="00001" xmlns="http://www.w3.org/1999/xhtml"/>
890 #errors
891
892 #data
893 <ol start="1000000000000" xmlns="http://www.w3.org/1999/xhtml"/>
894 #errors
895
896 #data
897 <ol start="-100000000000000" xmlns="http://www.w3.org/1999/xhtml"/>
898 #errors
899
900 #data
901 <ol start="1.0" xmlns="http://www.w3.org/1999/xhtml"/>
902 #errors
903 /ol/@start;integer syntax error
904
905 #data
906 <ol start="-1.0" xmlns="http://www.w3.org/1999/xhtml"/>
907 #errors
908 /ol/@start;integer syntax error
909
910 #data
911 <ol start="+0" xmlns="http://www.w3.org/1999/xhtml"/>
912 #errors
913 /ol/@start;integer syntax error
914
915 #data
916 <ol start="+1" xmlns="http://www.w3.org/1999/xhtml"/>
917 #errors
918 /ol/@start;integer syntax error
919
920 #data
921 <ol start="-+1" xmlns="http://www.w3.org/1999/xhtml"/>
922 #errors
923 /ol/@start;integer syntax error
924
925 #data
926 <ol start="1aaa" xmlns="http://www.w3.org/1999/xhtml"/>
927 #errors
928 /ol/@start;integer syntax error
929
930 #data
931 <ol start="xxxxx" xmlns="http://www.w3.org/1999/xhtml"/>
932 #errors
933 /ol/@start;integer syntax error
934
935 #data
936 <ol start=" 1" xmlns="http://www.w3.org/1999/xhtml"/>
937 #errors
938 /ol/@start;integer syntax error
939
940 #data
941 <ol start="1 " xmlns="http://www.w3.org/1999/xhtml"/>
942 #errors
943 /ol/@start;integer syntax error
944
945 #data
946 <ol start=" 1 " xmlns="http://www.w3.org/1999/xhtml"/>
947 #errors
948 /ol/@start;integer syntax error
949
950 #data
951 <ol start="_1" xmlns="http://www.w3.org/1999/xhtml"/>
952 #errors
953 /ol/@start;integer syntax error
954
955 #data
956 <ol start="&#x4E00;" xmlns="http://www.w3.org/1999/xhtml"/>
957 #errors
958 /ol/@start;integer syntax error
959
960 #data
961 <ol start="" xmlns="http://www.w3.org/1999/xhtml"/>
962 #errors
963 /ol/@start;integer syntax error
964
965 #data
966 <ol start="&#x2212;1" xmlns="http://www.w3.org/1999/xhtml"/>
967 #errors
968 /ol/@start;integer syntax error
969
970 #data
971 <ol xmlns="http://www.w3.org/1999/xhtml">
972 <li value=""/>
973 </ol>
974 #error
975 /ol/li/@value;integer syntax error
976
977 #data
978 <ol xmlns="http://www.w3.org/1999/xhtml">
979 <li value="1"/>
980 </ol>
981 #error
982
983 #data
984 <ol xmlns="http://www.w3.org/1999/xhtml">
985 <li value="0"/>
986 </ol>
987 #error
988
989 #data
990 <ol xmlns="http://www.w3.org/1999/xhtml">
991 <li value="-1"/>
992 </ol>
993 #error
994
995 #data
996 <ol xmlns="http://www.w3.org/1999/xhtml">
997 <li value="+1"/>
998 </ol>
999 #error
1000
1001 #data
1002 <ol xmlns="http://www.w3.org/1999/xhtml">
1003 <li value="xxx"/>
1004 </ol>
1005 #error
1006 /ol/li/@value;integer syntax error
1007
1008 #data
1009 <ul xmlns="http://www.w3.org/1999/xhtml">
1010 <li value=""/>
1011 </ul>
1012 #error
1013 /ul/li/@value;attribute not supported
1014 /ul/li/@value;integer syntax error
1015
1016 #data
1017 <ul xmlns="http://www.w3.org/1999/xhtml">
1018 <li value="1"/>
1019 </ul>
1020 #error
1021 /ul/li/@value;attribute not supported
1022
1023 #data
1024 <ul xmlns="http://www.w3.org/1999/xhtml">
1025 <li value="0"/>
1026 </ul>
1027 #error
1028 /ul/li/@value;attribute not supported
1029
1030 #data
1031 <ul xmlns="http://www.w3.org/1999/xhtml">
1032 <li value="-1"/>
1033 </ul>
1034 #error
1035 /ul/li/@value;attribute not supported
1036
1037 #data
1038 <ul xmlns="http://www.w3.org/1999/xhtml">
1039 <li value="+1"/>
1040 </ul>
1041 #error
1042 /ul/li/@value;attribute not supported
1043
1044 #data
1045 <ul xmlns="http://www.w3.org/1999/xhtml">
1046 <li value="xxx"/>
1047 </ul>
1048 #error
1049 /ul/li/@value;attribute not supported
1050 /ul/li/@value;integer syntax error
1051
1052 #data
1053 <li value="" xmlns="http://www.w3.org/1999/xhtml"/>
1054 #error
1055 /li/@value;attribute not supported
1056 /li/@value;integer syntax error
1057
1058 #data
1059 <li value="1" xmlns="http://www.w3.org/1999/xhtml"/>
1060 #error
1061 /li/@value;attribute not supported
1062
1063 #data
1064 <li value="0" xmlns="http://www.w3.org/1999/xhtml"/>
1065 #error
1066 /li/@value;attribute not supported
1067
1068 #data
1069 <li value="-1" xmlns="http://www.w3.org/1999/xhtml"/>
1070 #error
1071 /li/@value;attribute not supported
1072
1073 #data
1074 <li value="+1" xmlns="http://www.w3.org/1999/xhtml"/>
1075 #error
1076 /li/@value;attribute not supported
1077
1078 #data
1079 <li value="xxx" xmlns="http://www.w3.org/1999/xhtml"/>
1080 #error
1081 /li/@value;attribute not supported
1082 /li/@value;integer syntax error
1083
1084 #data
1085 <dl compact="" xmlns="http://www.w3.org/1999/xhtml"/>
1086 #error
1087 /dl/@compact;attribute not supported
1088
1089 #data
1090 <a xmlns="http://www.w3.org/1999/xhtml"/>
1091 #errors
1092
1093 #data
1094 <a href="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
1095 #errors
1096
1097 #data
1098 <a href="http://test/[44::]/" xmlns="http://www.w3.org/1999/xhtml"/>
1099 #errors
1100 /a/@href;URI:m::syntax error
1101
1102 #data
1103 <a href="http://test/" type="" xmlns="http://www.w3.org/1999/xhtml"/>
1104 #errors
1105 /a/@type;IMT syntax error
1106
1107 #data
1108 <a href="http://test/" type="text/html" xmlns="http://www.w3.org/1999/xhtml"/>
1109 #errors
1110
1111 #data
1112 <a href="http://test/" rel="" xmlns="http://www.w3.org/1999/xhtml"/>
1113 #errors
1114
1115 #data
1116 <a href="http://test/" rel="author contact"
1117 xmlns="http://www.w3.org/1999/xhtml"/>
1118 #errors
1119
1120 #data
1121 <a href="http://test/" rel="author author" xmlns="http://www.w3.org/1999/xhtml"/>
1122 #errors
1123 /a/@rel;duplicate token:author
1124
1125 #data
1126 <a href="http://test/" rel="bookmark" xmlns="http://www.w3.org/1999/xhtml"/>
1127 #errors
1128
1129 #data
1130 <a href="http://test/" rel="previous" xmlns="http://www.w3.org/1999/xhtml"/>
1131 #errors
1132 /a/@rel;non-conforming link type:previous
1133
1134 #data
1135 <a href="http://test/" rel="edit" xmlns="http://www.w3.org/1999/xhtml"/>
1136 #errors
1137 /a/@rel;proposed link type:edit
1138
1139 #data
1140 <a href="http://test/" rel="script" xmlns="http://www.w3.org/1999/xhtml"/>
1141 #errors
1142 /a/@rel;non-conforming link type:script
1143
1144 #data
1145 <a href="http://test/" rel="stylesheet" xmlns="http://www.w3.org/1999/xhtml"/>
1146 #errors
1147 /a/@rel;link type bad context:stylesheet
1148
1149 #data
1150 <a href="http://test/" rel="test-type" xmlns="http://www.w3.org/1999/xhtml"/>
1151 #errors
1152 /a/@rel;link type not supported:test-type
1153
1154 #data
1155 <a href="http://test/" ping="http://a.test/"
1156 xmlns="http://www.w3.org/1999/xhtml"/>
1157 #errors
1158
1159 #data
1160 <a href="http://test/" ping="http://a.test/ http://b.test/"
1161 xmlns="http://www.w3.org/1999/xhtml"/>
1162 #errors
1163
1164 #data
1165 <a href="http://test/" hreflang=""
1166 xmlns="http://www.w3.org/1999/xhtml"/>
1167 #errors
1168 /a/@hreflang;language tag syntax error
1169
1170 #data
1171 <a href="http://test/" hreflang="en"
1172 xmlns="http://www.w3.org/1999/xhtml"/>
1173 #errors
1174
1175 #data
1176 <a href="http://test/" media="all"
1177 xmlns="http://www.w3.org/1999/xhtml"/>
1178 #errors
1179
1180 #data
1181 <a href="http://test/" target="_self"
1182 xmlns="http://www.w3.org/1999/xhtml"/>
1183 #errors
1184
1185 #data
1186 <a href="http://test/" target="_parent"
1187 xmlns="http://www.w3.org/1999/xhtml"/>
1188 #errors
1189
1190 #data
1191 <a href="http://test/" target="_top"
1192 xmlns="http://www.w3.org/1999/xhtml"/>
1193 #errors
1194
1195 #data
1196 <a href="http://test/" target="_Top"
1197 xmlns="http://www.w3.org/1999/xhtml"/>
1198 #errors
1199
1200 #data
1201 <a href="http://test/" target="_TOP"
1202 xmlns="http://www.w3.org/1999/xhtml"/>
1203 #errors
1204
1205 #data
1206 <a href="http://test/" target="_blank"
1207 xmlns="http://www.w3.org/1999/xhtml"/>
1208 #errors
1209 /a/@target;reserved browsing context name
1210
1211 #data
1212 <a href="http://test/" target="_main"
1213 xmlns="http://www.w3.org/1999/xhtml"/>
1214 #errors
1215 /a/@target;reserved browsing context name
1216
1217 #data
1218 <a href="http://test/" target="abcde"
1219 xmlns="http://www.w3.org/1999/xhtml"/>
1220 #errors
1221
1222 #data
1223 <a href="http://test/" target="_"
1224 xmlns="http://www.w3.org/1999/xhtml"/>
1225 #errors
1226 /a/@target;reserved browsing context name
1227
1228 #data
1229 <a type="text/css" xmlns="http://www.w3.org/1999/xhtml"/>
1230 #errors
1231 /a/@type;attribute not allowed
1232
1233 #data
1234 <a rel="author" xmlns="http://www.w3.org/1999/xhtml"/>
1235 #errors
1236 /a/@rel;attribute not allowed
1237
1238 #data
1239 <a ping="a" xmlns="http://www.w3.org/1999/xhtml"/>
1240 #errors
1241 /a/@ping;attribute not allowed
1242
1243 #data
1244 <a hreflang="en" xmlns="http://www.w3.org/1999/xhtml"/>
1245 #errors
1246 /a/@hreflang;attribute not allowed
1247
1248 #data
1249 <a media="screen" xmlns="http://www.w3.org/1999/xhtml"/>
1250 #errors
1251 /a/@media;attribute not allowed
1252
1253 #data
1254 <a target="_self"
1255 xmlns="http://www.w3.org/1999/xhtml"/>
1256 #errors
1257 /a/@target;attribute not allowed
1258
1259 #data
1260 <p xmlns="http://www.w3.org/1999/xhtml">
1261 <b><a href=""/></b>
1262 <i><a type="text/plain"/></i>
1263 </p>
1264 #errors
1265 /p/i/a/@type;attribute not allowed
1266
1267 #data
1268 <q cite="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
1269 #errors
1270
1271 #data
1272 <q cite="http://test/%" xmlns="http://www.w3.org/1999/xhtml"/>
1273 #errors
1274 /q/@cite;URI:m::syntax error
1275
1276 #data
1277 <meter value="" xmlns="http://www.w3.org/1999/xhtml"/>
1278 #errors
1279 /meter/@value;floating point number syntax error
1280
1281 #data
1282 <meter value="1" xmlns="http://www.w3.org/1999/xhtml"/>
1283 #errors
1284
1285 #data
1286 <meter value="111" xmlns="http://www.w3.org/1999/xhtml"/>
1287 #errors
1288
1289 #data
1290 <meter value="0001" xmlns="http://www.w3.org/1999/xhtml"/>
1291 #errors
1292
1293 #data
1294 <meter value="0" xmlns="http://www.w3.org/1999/xhtml"/>
1295 #errors
1296
1297 #data
1298 <meter value="-1" xmlns="http://www.w3.org/1999/xhtml"/>
1299 #errors
1300
1301 #data
1302 <meter value="-1000" xmlns="http://www.w3.org/1999/xhtml"/>
1303 #errors
1304
1305 #data
1306 <meter value="-0" xmlns="http://www.w3.org/1999/xhtml"/>
1307 #errors
1308
1309 #data
1310 <meter value="0000" xmlns="http://www.w3.org/1999/xhtml"/>
1311 #errors
1312
1313 #data
1314 <meter value="0.1" xmlns="http://www.w3.org/1999/xhtml"/>
1315 #errors
1316
1317 #data
1318 <meter value="1.1" xmlns="http://www.w3.org/1999/xhtml"/>
1319 #errors
1320
1321 #data
1322 <meter value=".1" xmlns="http://www.w3.org/1999/xhtml"/>
1323 #errors
1324
1325 #data
1326 <meter value=".0" xmlns="http://www.w3.org/1999/xhtml"/>
1327 #errors
1328
1329 #data
1330 <meter value="1." xmlns="http://www.w3.org/1999/xhtml"/>
1331 #errors
1332
1333 #data
1334 <meter value="1.0000" xmlns="http://www.w3.org/1999/xhtml"/>
1335 #errors
1336
1337 #data
1338 <meter value="123." xmlns="http://www.w3.org/1999/xhtml"/>
1339 #errors
1340
1341 #data
1342 <meter value="-.1" xmlns="http://www.w3.org/1999/xhtml"/>
1343 #errors
1344
1345 #data
1346 <meter value="-1." xmlns="http://www.w3.org/1999/xhtml"/>
1347 #errors
1348
1349 #data
1350 <meter value="1aaaa" xmlns="http://www.w3.org/1999/xhtml"/>
1351 #errors
1352 /meter/@value;floating point number syntax error
1353
1354 #data
1355 <meter value="1&#x0D;" xmlns="http://www.w3.org/1999/xhtml"/>
1356 #errors
1357 /meter/@value;floating point number syntax error
1358
1359 #data
1360 <meter value="1&#x0A;" xmlns="http://www.w3.org/1999/xhtml"/>
1361 #errors
1362 /meter/@value;floating point number syntax error
1363
1364 #data
1365 <meter value="aaaa" xmlns="http://www.w3.org/1999/xhtml"/>
1366 #errors
1367 /meter/@value;floating point number syntax error
1368
1369 #data
1370 <meter value="+1" xmlns="http://www.w3.org/1999/xhtml"/>
1371 #errors
1372 /meter/@value;floating point number syntax error
1373
1374 #data
1375 <meter value="+1.2" xmlns="http://www.w3.org/1999/xhtml"/>
1376 #errors
1377 /meter/@value;floating point number syntax error
1378
1379 #data
1380 <meter value=".-1" xmlns="http://www.w3.org/1999/xhtml"/>
1381 #errors
1382 /meter/@value;floating point number syntax error
1383
1384 #data
1385 <meter value="0.-1" xmlns="http://www.w3.org/1999/xhtml"/>
1386 #errors
1387 /meter/@value;floating point number syntax error
1388
1389 #data
1390 <meter value="." xmlns="http://www.w3.org/1999/xhtml"/>
1391 #errors
1392 /meter/@value;floating point number syntax error
1393
1394 #data
1395 <meter min="2" xmlns="http://www.w3.org/1999/xhtml"/>
1396 #errors
1397
1398 #data
1399 <meter min="aaaa" xmlns="http://www.w3.org/1999/xhtml"/>
1400 #errors
1401 /meter/@min;floating point number syntax error
1402
1403 #data
1404 <meter low="2" xmlns="http://www.w3.org/1999/xhtml"/>
1405 #errors
1406
1407 #data
1408 <meter low="aaaa" xmlns="http://www.w3.org/1999/xhtml"/>
1409 #errors
1410 /meter/@low;floating point number syntax error
1411
1412 #data
1413 <meter high="2" xmlns="http://www.w3.org/1999/xhtml"/>
1414 #errors
1415
1416 #data
1417 <meter high="aaaa" xmlns="http://www.w3.org/1999/xhtml"/>
1418 #errors
1419 /meter/@high;floating point number syntax error
1420
1421 #data
1422 <meter max="2" xmlns="http://www.w3.org/1999/xhtml"/>
1423 #errors
1424
1425 #data
1426 <meter max="aaaa" xmlns="http://www.w3.org/1999/xhtml"/>
1427 #errors
1428 /meter/@max;floating point number syntax error
1429
1430 #data
1431 <meter optimum="2" xmlns="http://www.w3.org/1999/xhtml"/>
1432 #errors
1433
1434 #data
1435 <meter optimum="aaaa" xmlns="http://www.w3.org/1999/xhtml"/>
1436 #errors
1437 /meter/@optimum;floating point number syntax error
1438
1439 #data
1440 <meter min="43" max="2" xmlns="http://www.w3.org/1999/xhtml"/>
1441 #errors
1442
1443 #data
1444 <meter value="43" max="2" xmlns="http://www.w3.org/1999/xhtml"/>
1445 #errors
1446
1447 #data
1448 <progress max="2" xmlns="http://www.w3.org/1999/xhtml"/>
1449 #errors
1450
1451 #data
1452 <progress max="0.0001" xmlns="http://www.w3.org/1999/xhtml"/>
1453 #errors
1454
1455 #data
1456 <progress max="0" xmlns="http://www.w3.org/1999/xhtml"/>
1457 #errors
1458 /progress/@max;out of range
1459
1460 #data
1461 <progress max="-1" xmlns="http://www.w3.org/1999/xhtml"/>
1462 #errors
1463 /progress/@max;out of range
1464
1465 #data
1466 <progress max="aaaa" xmlns="http://www.w3.org/1999/xhtml"/>
1467 #errors
1468 /progress/@max;floating point number syntax error
1469
1470 #data
1471 <progress value="2" xmlns="http://www.w3.org/1999/xhtml"/>
1472 #errors
1473
1474 #data
1475 <progress value="0.0001" xmlns="http://www.w3.org/1999/xhtml"/>
1476 #errors
1477
1478 #data
1479 <progress value="0" xmlns="http://www.w3.org/1999/xhtml"/>
1480 #errors
1481
1482 #data
1483 <progress value="100" max="2" xmlns="http://www.w3.org/1999/xhtml"/>
1484 #errors
1485
1486 #data
1487 <progress value="-1" xmlns="http://www.w3.org/1999/xhtml"/>
1488 #errors
1489 /progress/@value;out of range
1490
1491 #data
1492 <progress value="aaaa" xmlns="http://www.w3.org/1999/xhtml"/>
1493 #errors
1494 /progress/@value;floating point number syntax error
1495
1496 #data
1497 <bdo xmlns="http://www.w3.org/1999/xhtml"/>
1498 #errors
1499 /bdo;attribute missing:dir
1500
1501 #data
1502 <bdo dir="ltr" xmlns="http://www.w3.org/1999/xhtml"/>
1503 #errors
1504
1505 #data
1506 <bdo dir="rtl" xmlns="http://www.w3.org/1999/xhtml"/>
1507 #errors
1508
1509 #data
1510 <bdo dir="RTL" xmlns="http://www.w3.org/1999/xhtml"/>
1511 #errors
1512
1513 #data
1514 <bdo dir="xxx" xmlns="http://www.w3.org/1999/xhtml"/>
1515 #errors
1516 /bdo/@dir;invalid enumerated attribute value
1517
1518 #data
1519 <ins cite="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
1520 #errors
1521
1522 #data
1523 <ins cite="http://test/100%/" xmlns="http://www.w3.org/1999/xhtml"/>
1524 #errors
1525 /ins/@cite;URI:m::syntax error
1526
1527 #data
1528 <del cite="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
1529 #errors
1530
1531 #data
1532 <del cite='"about:"' xmlns="http://www.w3.org/1999/xhtml"/>
1533 #errors
1534 /del/@cite;URI:m::syntax error
1535
1536 #data
1537 <img xmlns="http://www.w3.org/1999/xhtml"/>
1538 #errors
1539 /img;attribute missing:alt
1540 /img;attribute missing:src
1541
1542 #data
1543 <img alt="" xmlns="http://www.w3.org/1999/xhtml"/>
1544 #errors
1545 /img;attribute missing:src
1546
1547 #data
1548 <img src="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
1549 #errors
1550 /img;attribute missing:alt
1551
1552 #data
1553 <img alt="" src="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
1554 #errors
1555
1556 #data
1557 <img alt="" src="http://test/`" xmlns="http://www.w3.org/1999/xhtml"/>
1558 #errors
1559 /img/@src;URI:m::syntax error
1560
1561 #data
1562 <a xmlns="http://www.w3.org/1999/xhtml">
1563 <img alt="" src="http://test/" ismap="ismap"/>
1564 </a>
1565 #errors
1566
1567 #data
1568 <a href="http://link.test/" xmlns="http://www.w3.org/1999/xhtml">
1569 <img alt="" src="http://test/" ismap=""/>
1570 </a>
1571 #errors
1572
1573 #data
1574 <a href="http://link.test/" xmlns="http://www.w3.org/1999/xhtml">
1575 <img alt="" src="http://test/" ismap="ismap"/>
1576 </a>
1577 #errors
1578
1579 #data
1580 <a href="http://link.test/" xmlns="http://www.w3.org/1999/xhtml">
1581 <img alt="" src="http://test/" ismap="true"/>
1582 </a>
1583 #errors
1584 /a/img/@ismap;invalid boolean attribute value
1585
1586 #data
1587 <div xmlns="http://www.w3.org/1999/xhtml">
1588 <p><img src="http://test/" alt="" usemap=""/></p>
1589 </div>
1590 #errors
1591 /div/p/img/@usemap;hashed idref syntax error
1592
1593 #data
1594 <div xmlns="http://www.w3.org/1999/xhtml">
1595 <p><img src="http://test/" alt="" usemap="abc"/></p>
1596 </div>
1597 #errors
1598 /div/p/img/@usemap;hashed idref syntax error
1599
1600 #data
1601 <div xmlns="http://www.w3.org/1999/xhtml">
1602 <p><img src="http://test/" alt="" usemap="abc#"/></p>
1603 </div>
1604 #errors
1605 /div/p/img/@usemap;hashed idref syntax error
1606
1607 #data
1608 <div xmlns="http://www.w3.org/1999/xhtml">
1609 <p><img src="http://test/" alt="" usemap="&#x0A;#abc"/></p>
1610 </div>
1611 #errors
1612 /div/p/img/@usemap;hashed idref syntax error
1613
1614 #data
1615 <div xmlns="http://www.w3.org/1999/xhtml">
1616 <p><img src="http://test/" alt="" usemap="#aa"/></p>
1617 <map id="aa"/>
1618 </div>
1619 #errors
1620
1621 #data
1622 <div xmlns="http://www.w3.org/1999/xhtml">
1623 <map id="aa"/>
1624 <p><img src="http://test/" alt="" usemap="#aa"/></p>
1625 </div>
1626 #errors
1627
1628 #data
1629 <div xmlns="http://www.w3.org/1999/xhtml">
1630 <map id="a a"/>
1631 <p><img src="http://test/" alt="" usemap="#a a"/></p>
1632 </div>
1633 #errors
1634 /div/map/@id;space in ID
1635
1636 #data
1637 <div xmlns="http://www.w3.org/1999/xhtml">
1638 <map id="a a"/>
1639 <p><img src="http://test/" alt="" usemap="#a%20a"/></p>
1640 </div>
1641 #errors
1642 /div/map/@id;space in ID
1643 /div/p/img/@usemap;no referenced map
1644
1645 #data
1646 <div xmlns="http://www.w3.org/1999/xhtml">
1647 <map id="&#x4E00;"/>
1648 <p><img src="http://test/" alt="" usemap="#&#x4E00;"/></p>
1649 </div>
1650 #errors
1651
1652 #data
1653 <div xmlns="http://www.w3.org/1999/xhtml">
1654 <map id="aa"/>
1655 <p><img src="http://test/" alt="" usemap="#bb"/></p>
1656 </div>
1657 #errors
1658 /div/p/img/@usemap;no referenced map
1659
1660 #data
1661 <div xmlns="http://www.w3.org/1999/xhtml">
1662 <map id="aa"/>
1663 <p><img src="http://test/" alt="" usemap="#aa"/></p>
1664 <p><img src="http://test/" alt="" usemap="#aa"/></p>
1665 </div>
1666 #errors
1667
1668 #data
1669 <div xmlns="http://www.w3.org/1999/xhtml">
1670 <map id="aa"/>
1671 <p><img src="http://test/" alt="" usemap="#AA"/></p>
1672 </div>
1673 #errors
1674 /div/p/img/@usemap;no referenced map
1675
1676 #data
1677 <div xmlns="http://www.w3.org/1999/xhtml">
1678 <map id="AA"/>
1679 <p><img src="http://test/" alt="" usemap="#aa"/></p>
1680 </div>
1681 #errors
1682 /div/p/img/@usemap;no referenced map
1683
1684 #data
1685 <iframe xmlns="http://www.w3.org/1999/xhtml"/>
1686 #errors
1687
1688 #data
1689 <iframe src="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
1690 #errors
1691
1692 #data
1693 <iframe src="&lt;http://test/>" xmlns="http://www.w3.org/1999/xhtml"/>
1694 #errors
1695 /iframe/@src;URI:m::syntax error
1696
1697 #data
1698 <embed xmlns="http://www.w3.org/1999/xhtml"/>
1699 #errors
1700 /embed;attribute missing:src
1701
1702 #data
1703 <embed src="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
1704 #errors
1705
1706 #data
1707 <embed src="[http://test/]" xmlns="http://www.w3.org/1999/xhtml"/>
1708 #errors
1709 /embed/@src;URI:m::syntax error
1710
1711 #data
1712 <embed src="http://test/" type="" xmlns="http://www.w3.org/1999/xhtml"/>
1713 #errors
1714 /embed/@type;IMT syntax error
1715
1716 #data
1717 <embed src="http://test/" type="text"
1718 xmlns="http://www.w3.org/1999/xhtml"/>
1719 #errors
1720 /embed/@type;IMT syntax error
1721
1722 #data
1723 <embed src="http://test/" type="text/plain"
1724 xmlns="http://www.w3.org/1999/xhtml"/>
1725 #errors
1726
1727 #data
1728 <embed src="http://test/" id=""
1729 xmlns="http://www.w3.org/1999/xhtml"/>
1730 #errors
1731 /embed/@id;attribute value is empty
1732
1733 #data
1734 <embed src="http://test/" a="b" c="d" checked="checked"
1735 xmlns="http://www.w3.org/1999/xhtml"/>
1736 #errors
1737
1738 #data
1739 <object xmlns="http://www.w3.org/1999/xhtml"/>
1740 #errors
1741 /object;attribute missing:data|type
1742
1743 #data
1744 <object data="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
1745 #errors
1746
1747 #data
1748 <object data="`http://test/`" xmlns="http://www.w3.org/1999/xhtml"/>
1749 #errors
1750 /object/@data;URI:m::syntax error
1751
1752 #data
1753 <object type="" xmlns="http://www.w3.org/1999/xhtml"/>
1754 #errors
1755 /object/@type;IMT syntax error
1756
1757 #data
1758 <object type="text/css" xmlns="http://www.w3.org/1999/xhtml"/>
1759 #errors
1760
1761 #data
1762 <object type="text/css" data="http://test/"
1763 xmlns="http://www.w3.org/1999/xhtml"/>
1764 #errors
1765
1766 #data
1767 <div xmlns="http://www.w3.org/1999/xhtml">
1768 <p><object data="http://test/" usemap=""/></p>
1769 </div>
1770 #errors
1771 /div/p/object/@usemap;hashed idref syntax error
1772
1773 #data
1774 <div xmlns="http://www.w3.org/1999/xhtml">
1775 <p><object data="http://test/" usemap="abc"/></p>
1776 </div>
1777 #errors
1778 /div/p/object/@usemap;hashed idref syntax error
1779
1780 #data
1781 <div xmlns="http://www.w3.org/1999/xhtml">
1782 <p><object data="http://test/" usemap="abc#"/></p>
1783 </div>
1784 #errors
1785 /div/p/object/@usemap;hashed idref syntax error
1786
1787 #data
1788 <div xmlns="http://www.w3.org/1999/xhtml">
1789 <p><object data="http://test/" usemap="&#x0A;#abc"/></p>
1790 </div>
1791 #errors
1792 /div/p/object/@usemap;hashed idref syntax error
1793
1794 #data
1795 <div xmlns="http://www.w3.org/1999/xhtml">
1796 <p><object data="http://test/" usemap="#aa"/></p>
1797 <map id="aa"/>
1798 </div>
1799 #errors
1800
1801 #data
1802 <div xmlns="http://www.w3.org/1999/xhtml">
1803 <map id="aa"/>
1804 <p><object data="http://test/" usemap="#aa"/></p>
1805 </div>
1806 #errors
1807
1808 #data
1809 <div xmlns="http://www.w3.org/1999/xhtml">
1810 <map id="&#x4E00;"/>
1811 <p><object data="http://test/" usemap="#&#x4E00;"/></p>
1812 </div>
1813 #errors
1814
1815 #data
1816 <div xmlns="http://www.w3.org/1999/xhtml">
1817 <map id="aa"/>
1818 <p><object data="http://test/" usemap="#bb"/></p>
1819 </div>
1820 #errors
1821 /div/p/object/@usemap;no referenced map
1822
1823 #data
1824 <div xmlns="http://www.w3.org/1999/xhtml">
1825 <map id="aa"/>
1826 <p><object data="http://test/" usemap="#aa"/></p>
1827 <p><object data="http://test/" usemap="#aa"/></p>
1828 </div>
1829 #errors
1830
1831 #data
1832 <div xmlns="http://www.w3.org/1999/xhtml">
1833 <map id="aa"/>
1834 <p><object data="http://test/" usemap="#AA"/></p>
1835 </div>
1836 #errors
1837 /div/p/object/@usemap;no referenced map
1838
1839 #data
1840 <div xmlns="http://www.w3.org/1999/xhtml">
1841 <map id="AA"/>
1842 <p><object data="http://test/" usemap="#aa"/></p>
1843 </div>
1844 #errors
1845 /div/p/object/@usemap;no referenced map
1846
1847 #data
1848 <param xmlns="http://www.w3.org/1999/xhtml"/>
1849 #errors
1850 /param;attribute missing:name
1851 /param;attribute missing:value
1852
1853 #data
1854 <param name="a" xmlns="http://www.w3.org/1999/xhtml"/>
1855 #errors
1856 /param;attribute missing:value
1857
1858 #data
1859 <param value="a" xmlns="http://www.w3.org/1999/xhtml"/>
1860 #errors
1861 /param;attribute missing:name
1862
1863 #data
1864 <param name="a" value="b" xmlns="http://www.w3.org/1999/xhtml"/>
1865 #errors
1866
1867 #data
1868 <param name="" value="" xmlns="http://www.w3.org/1999/xhtml"/>
1869 #errors
1870
1871 #data
1872 <param name="a" value="b" valuetype="text" xmlns="http://www.w3.org/1999/xhtml"/>
1873 #errors
1874 /param/@valuetype;attribute not supported
1875
1876 #data
1877 <video xmlns="http://www.w3.org/1999/xhtml"/>
1878 #errors
1879
1880 #data
1881 <video src="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
1882 #errors
1883
1884 #data
1885 <video src="``http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
1886 #errors
1887 /video/@src;URI:m::syntax error
1888
1889 #data
1890 <video autoplay="" xmlns="http://www.w3.org/1999/xhtml"/>
1891 #errors
1892
1893 #data
1894 <video autoplay="autoplay" xmlns="http://www.w3.org/1999/xhtml"/>
1895 #errors
1896
1897 #data
1898 <video autoplay="true" xmlns="http://www.w3.org/1999/xhtml"/>
1899 #errors
1900 /video/@autoplay;invalid boolean attribute value
1901
1902 #data
1903 <video controls="" xmlns="http://www.w3.org/1999/xhtml"/>
1904 #errors
1905
1906 #data
1907 <video controls="controls" xmlns="http://www.w3.org/1999/xhtml"/>
1908 #errors
1909
1910 #data
1911 <video controls="true" xmlns="http://www.w3.org/1999/xhtml"/>
1912 #errors
1913 /video/@controls;invalid boolean attribute value
1914
1915 #data
1916 <audio xmlns="http://www.w3.org/1999/xhtml"/>
1917 #errors
1918
1919 #data
1920 <audio src="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
1921 #errors
1922
1923 #data
1924 <audio src="http://[test]/" xmlns="http://www.w3.org/1999/xhtml"/>
1925 #errors
1926 /audio/@src;URI:m::syntax error
1927
1928 #data
1929 <audio autoplay="" xmlns="http://www.w3.org/1999/xhtml"/>
1930 #errors
1931
1932 #data
1933 <audio autoplay="autoplay" xmlns="http://www.w3.org/1999/xhtml"/>
1934 #errors
1935
1936 #data
1937 <audio autoplay="true" xmlns="http://www.w3.org/1999/xhtml"/>
1938 #errors
1939 /audio/@autoplay;invalid boolean attribute value
1940
1941 #data
1942 <audio controls="" xmlns="http://www.w3.org/1999/xhtml"/>
1943 #errors
1944
1945 #data
1946 <audio controls="controls" xmlns="http://www.w3.org/1999/xhtml"/>
1947 #errors
1948
1949 #data
1950 <audio controls="true" xmlns="http://www.w3.org/1999/xhtml"/>
1951 #errors
1952 /audio/@controls;invalid boolean attribute value
1953
1954 #data
1955 <source xmlns="http://www.w3.org/1999/xhtml"/>
1956 #errors
1957 /source;attribute missing:src
1958
1959 #data
1960 <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
1961 #errors
1962
1963 #data
1964 <source src="%http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
1965 #errors
1966 /source/@src;URI:m::syntax error
1967
1968 #data
1969 <source src="http://test/" type="" xmlns="http://www.w3.org/1999/xhtml"/>
1970 #errors
1971 /source/@type;IMT syntax error
1972
1973 #data
1974 <source src="http://test/" type="video" xmlns="http://www.w3.org/1999/xhtml"/>
1975 #errors
1976 /source/@type;IMT syntax error
1977
1978 #data
1979 <source src="http://test/" type="audio/mpeg"
1980 xmlns="http://www.w3.org/1999/xhtml"/>
1981 #errors
1982
1983 #data
1984 <source src="http://test/" type="video/3gpp2; codecs=sevc,s263"
1985 xmlns="http://www.w3.org/1999/xhtml"/>
1986 #errors
1987 /source/@type;IMT syntax error
1988
1989 #data
1990 <source src="http://test/" type="video/3gpp2; codecs=&quot;sevc,s263&quot;"
1991 xmlns="http://www.w3.org/1999/xhtml"/>
1992 #errors
1993
1994 #data
1995 <source src="http://test/" type="video/3gpp2; codecs=&quot;sevc, s263&quot;"
1996 xmlns="http://www.w3.org/1999/xhtml"/>
1997 #errors
1998
1999 #data
2000 <source src="http://test/" type="video/3gpp2; codecs='sevc, s263'"
2001 xmlns="http://www.w3.org/1999/xhtml"/>
2002 #errors
2003 /source/@type;IMT syntax error
2004
2005 #data
2006 <source src="http://test/" media="screen"
2007 xmlns="http://www.w3.org/1999/xhtml"/>
2008 #errors
2009
2010 #data
2011 <canvas xmlns="http://www.w3.org/1999/xhtml"/>
2012 #errors
2013
2014 #data
2015 <canvas width="" xmlns="http://www.w3.org/1999/xhtml"/>
2016 #errors
2017 /canvas/@width;non-negative integer syntax error
2018
2019 #data
2020 <canvas width="1" xmlns="http://www.w3.org/1999/xhtml"/>
2021 #errors
2022
2023 #data
2024 <canvas width="0" xmlns="http://www.w3.org/1999/xhtml"/>
2025 #errors
2026
2027 #data
2028 <canvas width="100" xmlns="http://www.w3.org/1999/xhtml"/>
2029 #errors
2030
2031 #data
2032 <canvas width="-1" xmlns="http://www.w3.org/1999/xhtml"/>
2033 #errors
2034 /canvas/@width;non-negative integer syntax error
2035
2036 #data
2037 <canvas width="saaa" xmlns="http://www.w3.org/1999/xhtml"/>
2038 #errors
2039 /canvas/@width;non-negative integer syntax error
2040
2041 #data
2042 <canvas width="1&#xA;" xmlns="http://www.w3.org/1999/xhtml"/>
2043 #errors
2044 /canvas/@width;non-negative integer syntax error
2045
2046 #data
2047 <canvas width="13344aa" xmlns="http://www.w3.org/1999/xhtml"/>
2048 #errors
2049 /canvas/@width;non-negative integer syntax error
2050
2051 #data
2052 <canvas height="" xmlns="http://www.w3.org/1999/xhtml"/>
2053 #errors
2054 /canvas/@height;non-negative integer syntax error
2055
2056 #data
2057 <canvas height="0" xmlns="http://www.w3.org/1999/xhtml"/>
2058 #errors
2059
2060 #data
2061 <canvas height="1" xmlns="http://www.w3.org/1999/xhtml"/>
2062 #errors
2063
2064 #data
2065 <canvas height="-2" xmlns="http://www.w3.org/1999/xhtml"/>
2066 #errors
2067 /canvas/@height;non-negative integer syntax error
2068
2069 #data
2070 <canvas height="1&#xA;" xmlns="http://www.w3.org/1999/xhtml"/>
2071 #errors
2072 /canvas/@height;non-negative integer syntax error
2073
2074 #data
2075 <canvas height="xxx" xmlns="http://www.w3.org/1999/xhtml"/>
2076 #errors
2077 /canvas/@height;non-negative integer syntax error
2078
2079 #data
2080 <canvas width="44" height="14" xmlns="http://www.w3.org/1999/xhtml"/>
2081 #errors
2082
2083 #data
2084 <map xmlns="http://www.w3.org/1999/xhtml"/>
2085 #errors
2086
2087 #data
2088 <map name="aa" xmlns="http://www.w3.org/1999/xhtml"/>
2089 #errors
2090 /map/@name;attribute not supported
2091
2092 #data
2093 <map id="aa" xmlns="http://www.w3.org/1999/xhtml"/>
2094 #errors
2095
2096 #data
2097 <div xmlns="http://www.w3.org/1999/xhtml">
2098 <map id="aa"/>
2099 <p id="aa"/>
2100 </div>
2101 #errors
2102 /div/p/@id;duplicate ID
2103
2104 #data
2105 <div xmlns="http://www.w3.org/1999/xhtml">
2106 <p id="aa"/>
2107 <map id="aa"/>
2108 </div>
2109 #errors
2110 /div/map/@id;duplicate ID
2111
2112 #data
2113 <map id="" xmlns="http://www.w3.org/1999/xhtml"/>
2114 #errors
2115 /map/@id;attribute value is empty
2116
2117 #data
2118 <area xmlns="http://www.w3.org/1999/xhtml"/>
2119 #errors
2120 /area;attribute missing:coords
2121
2122 #data
2123 <area href="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
2124 #errors
2125 /area;attribute missing:alt
2126 /area;attribute missing:coords
2127
2128 #data
2129 <area alt="" xmlns="http://www.w3.org/1999/xhtml"/>
2130 #errors
2131 /area/@alt;attribute not allowed
2132 /area;attribute missing:coords
2133
2134 #data
2135 <area href="http://test/" alt="" xmlns="http://www.w3.org/1999/xhtml"/>
2136 #errors
2137 /area;attribute missing:coords
2138
2139 #data
2140 <area href="http://test/" alt="" coords="1,2,3,4"
2141 xmlns="http://www.w3.org/1999/xhtml"/>
2142 #errors
2143
2144 #data
2145 <area href="%%http://test/" alt="" coords="1,2,3,4"
2146 xmlns="http://www.w3.org/1999/xhtml"/>
2147 #errors
2148 /area/@href;URI:m::syntax error
2149
2150 #data
2151 <area href="http://test/" alt="" coords="1,2,3,4"
2152 hreflang=""
2153 xmlns="http://www.w3.org/1999/xhtml"/>
2154 #errors
2155 /area/@hreflang;language tag syntax error
2156
2157 #data
2158 <area href="http://test/" alt="" coords="1,2,3,4"
2159 hreflang="en"
2160 xmlns="http://www.w3.org/1999/xhtml"/>
2161 #errors
2162
2163 #data
2164 <area coords="1,2,3,4" hreflang="en"
2165 xmlns="http://www.w3.org/1999/xhtml"/>
2166 #errors
2167 /area/@hreflang;attribute not allowed
2168
2169 #data
2170 <area href="http://test/" alt="" coords="1,2,3,4"
2171 media="screen"
2172 xmlns="http://www.w3.org/1999/xhtml"/>
2173 #errors
2174
2175 #data
2176 <area coords="1,2,3,4" media="screen"
2177 xmlns="http://www.w3.org/1999/xhtml"/>
2178 #errors
2179 /area/@media;attribute not allowed
2180
2181 #data
2182 <area href="http://test/" coords="1,2,3,4" alt="" target="_self"
2183 xmlns="http://www.w3.org/1999/xhtml"/>
2184 #errors
2185
2186 #data
2187 <area href="http://test/" coords="1,2,3,4" alt="" target="self"
2188 xmlns="http://www.w3.org/1999/xhtml"/>
2189 #errors
2190
2191 #data
2192 <area href="http://test/" coords="1,2,3,4" alt="" target="_any"
2193 xmlns="http://www.w3.org/1999/xhtml"/>
2194 #errors
2195 /area/@target;reserved browsing context name
2196
2197 #data
2198 <area coords="1,2,3,4" target="_self"
2199 xmlns="http://www.w3.org/1999/xhtml"/>
2200 #errors
2201 /area/@target;attribute not allowed
2202
2203 #data
2204 <area coords="1,2,3,4"
2205 xmlns="http://www.w3.org/1999/xhtml"/>
2206 #errors
2207
2208 #data
2209 <area shape="rect" coords="1,2,3,4"
2210 xmlns="http://www.w3.org/1999/xhtml"/>
2211 #errors
2212
2213 #data
2214 <area shape="RECT" coords="1,2,3,4"
2215 xmlns="http://www.w3.org/1999/xhtml"/>
2216 #errors
2217
2218 #data
2219 <area shape="rectangle" coords="1,2,3,4"
2220 xmlns="http://www.w3.org/1999/xhtml"/>
2221 #errors
2222 /area/@shape;non-conforming enumerated attribute value
2223
2224 #data
2225 <area shape="rec" coords="1,2,3,4"
2226 xmlns="http://www.w3.org/1999/xhtml"/>
2227 #errors
2228 /area/@shape;invalid enumerated attribute value
2229
2230 #data
2231 <area shape="default"
2232 xmlns="http://www.w3.org/1999/xhtml"/>
2233 #errors
2234
2235 #data
2236 <area shape="defaulT"
2237 xmlns="http://www.w3.org/1999/xhtml"/>
2238 #errors
2239
2240 #data
2241 <area shape="circ" coords="1,2,3"
2242 xmlns="http://www.w3.org/1999/xhtml"/>
2243 #errors
2244 /area/@shape;non-conforming enumerated attribute value
2245
2246 #data
2247 <area shape="circle" coords="1,2,3"
2248 xmlns="http://www.w3.org/1999/xhtml"/>
2249 #errors
2250
2251 #data
2252 <area shape="poly" coords="1,2,3,4,5,6"
2253 xmlns="http://www.w3.org/1999/xhtml"/>
2254 #errors
2255
2256 #data
2257 <area shape="polygon" coords="1,2,3,4,5,6"
2258 xmlns="http://www.w3.org/1999/xhtml"/>
2259 #errors
2260 /area/@shape;non-conforming enumerated attribute value
2261
2262 #data
2263 <area shape="XXX" coords="1,2,3,4"
2264 xmlns="http://www.w3.org/1999/xhtml"/>
2265 #errors
2266 /area/@shape;invalid enumerated attribute value
2267
2268 #data
2269 <area shape="circle" coords=""
2270 xmlns="http://www.w3.org/1999/xhtml"/>
2271 #errors
2272 /area/@coords;syntax error
2273
2274 #data
2275 <area shape="circle" coords="1"
2276 xmlns="http://www.w3.org/1999/xhtml"/>
2277 #errors
2278 /area/@coords;list item number:3:1
2279
2280 #data
2281 <area shape="circle" coords="1,2"
2282 xmlns="http://www.w3.org/1999/xhtml"/>
2283 #errors
2284 /area/@coords;list item number:3:2
2285
2286 #data
2287 <area shape="circle" coords="1,2,3,4"
2288 xmlns="http://www.w3.org/1999/xhtml"/>
2289 #errors
2290 /area/@coords;list item number:3:4
2291
2292 #data
2293 <area shape="circle" coords="1,2,3,4,5"
2294 xmlns="http://www.w3.org/1999/xhtml"/>
2295 #errors
2296 /area/@coords;list item number:3:5
2297
2298 #data
2299 <area shape="circle" coords="1,2,-3"
2300 xmlns="http://www.w3.org/1999/xhtml"/>
2301 #errors
2302 /area/@coords;out of range:2
2303
2304 #data
2305 <area shape="circle" coords="1,2,0"
2306 xmlns="http://www.w3.org/1999/xhtml"/>
2307 #errors
2308
2309 #data
2310 <area shape="circle" coords="-1,-2,4"
2311 xmlns="http://www.w3.org/1999/xhtml"/>
2312 #errors
2313
2314 #data
2315 <area shape="circle" coords="0,0,0"
2316 xmlns="http://www.w3.org/1999/xhtml"/>
2317 #errors
2318
2319 #data
2320 <area shape="circle"
2321 xmlns="http://www.w3.org/1999/xhtml"/>
2322 #errors
2323 /area;attribute missing:coords
2324
2325 #data
2326 <area shape="default" coords="1"
2327 xmlns="http://www.w3.org/1999/xhtml"/>
2328 #errors
2329 /area/@coords;attribute not allowed
2330
2331 #data
2332 <area shape="poly" coords=""
2333 xmlns="http://www.w3.org/1999/xhtml"/>
2334 #errors
2335 /area/@coords;syntax error
2336
2337 #data
2338 <area shape="poly" coords="1"
2339 xmlns="http://www.w3.org/1999/xhtml"/>
2340 #errors
2341 /area/@coords;list item number:>=6:1
2342
2343 #data
2344 <area shape="poly" coords="1,2"
2345 xmlns="http://www.w3.org/1999/xhtml"/>
2346 #errors
2347 /area/@coords;list item number:>=6:2
2348
2349 #data
2350 <area shape="poly" coords="1,2,3"
2351 xmlns="http://www.w3.org/1999/xhtml"/>
2352 #errors
2353 /area/@coords;list item number:>=6:3
2354
2355 #data
2356 <area shape="poly" coords="1,2,3,4"
2357 xmlns="http://www.w3.org/1999/xhtml"/>
2358 #errors
2359 /area/@coords;list item number:>=6:4
2360
2361 #data
2362 <area shape="poly" coords="1,2,3,4,5"
2363 xmlns="http://www.w3.org/1999/xhtml"/>
2364 #errors
2365 /area/@coords;list item number:>=6:5
2366
2367 #data
2368 <area shape="poly" coords="1,2,3,4,5,6,7"
2369 xmlns="http://www.w3.org/1999/xhtml"/>
2370 #errors
2371 /area/@coords;list item number:even:7
2372
2373 #data
2374 <area shape="poly" coords="-1,-23,55,455,232,0"
2375 xmlns="http://www.w3.org/1999/xhtml"/>
2376 #errors
2377
2378 #data
2379 <area shape="poly" coords="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
2380 xmlns="http://www.w3.org/1999/xhtml"/>
2381 #errors
2382
2383 #data
2384 <area shape="poly"
2385 xmlns="http://www.w3.org/1999/xhtml"/>
2386 #errors
2387 /area;attribute missing:coords
2388
2389 #data
2390 <area shape="rect" coords=""
2391 xmlns="http://www.w3.org/1999/xhtml"/>
2392 #errors
2393 /area/@coords;syntax error
2394
2395 #data
2396 <area shape="rect" coords="1"
2397 xmlns="http://www.w3.org/1999/xhtml"/>
2398 #errors
2399 /area/@coords;list item number:4:1
2400
2401 #data
2402 <area shape="rect" coords="1,2"
2403 xmlns="http://www.w3.org/1999/xhtml"/>
2404 #errors
2405 /area/@coords;list item number:4:2
2406
2407 #data
2408 <area shape="rect" coords="1,2,3"
2409 xmlns="http://www.w3.org/1999/xhtml"/>
2410 #errors
2411 /area/@coords;list item number:4:3
2412
2413 #data
2414 <area shape="rect" coords="1,2,3,4,5"
2415 xmlns="http://www.w3.org/1999/xhtml"/>
2416 #errors
2417 /area/@coords;list item number:4:5
2418
2419 #data
2420 <area shape="rect"
2421 xmlns="http://www.w3.org/1999/xhtml"/>
2422 #errors
2423 /area;attribute missing:coords
2424
2425 #data
2426 <area shape="rect" coords="0,0,1,1"
2427 xmlns="http://www.w3.org/1999/xhtml"/>
2428 #errors
2429
2430 #data
2431 <area shape="rect" coords="-1,-1,0,0"
2432 xmlns="http://www.w3.org/1999/xhtml"/>
2433 #errors
2434
2435 #data
2436 <area shape="rect" coords="-1,-1,6,6"
2437 xmlns="http://www.w3.org/1999/xhtml"/>
2438 #errors
2439
2440 #data
2441 <area shape="rect" coords="54,54,7876,466"
2442 xmlns="http://www.w3.org/1999/xhtml"/>
2443 #errors
2444
2445 #data
2446 <area shape="rect" coords="646,4,3,657"
2447 xmlns="http://www.w3.org/1999/xhtml"/>
2448 #errors
2449 /area/@coords;out of range:0
2450
2451 #data
2452 <area shape="rect" coords="4,646,657,7"
2453 xmlns="http://www.w3.org/1999/xhtml"/>
2454 #errors
2455 /area/@coords;out of range:1
2456
2457 #data
2458 <area shape="rect" coords="1,2,3,4"
2459 ping="a b"
2460 xmlns="http://www.w3.org/1999/xhtml"/>
2461 #errors
2462 /area/@ping;attribute not allowed
2463
2464 #data
2465 <area shape="rect" coords="1,2,3,4"
2466 rel="author"
2467 xmlns="http://www.w3.org/1999/xhtml"/>
2468 #errors
2469 /area/@rel;attribute not allowed
2470
2471 #data
2472 <area shape="rect" coords="1,2,3,4"
2473 type="text/css"
2474 xmlns="http://www.w3.org/1999/xhtml"/>
2475 #errors
2476 /area/@type;attribute not allowed
2477
2478 #data
2479 <area shape="rect" coords="1,2,3,4"
2480 href="http://test/" type="text" alt=""
2481 xmlns="http://www.w3.org/1999/xhtml"/>
2482 #errors
2483 /area/@type;IMT syntax error
2484
2485 #data
2486 <area shape="rect" coords="1,2,3,4"
2487 href="http://test/" type="text/css" alt=""
2488 xmlns="http://www.w3.org/1999/xhtml"/>
2489 #errors
2490
2491 #data
2492 <area shape="rect" coords="1,2,3,4"
2493 href="http://test/" rel="author" alt=""
2494 xmlns="http://www.w3.org/1999/xhtml"/>
2495 #errors
2496
2497 #data
2498 <area shape="rect" coords="1,2,3,4"
2499 href="http://test/" rel="author author" alt=""
2500 xmlns="http://www.w3.org/1999/xhtml"/>
2501 #errors
2502 /area/@rel;duplicate token:author
2503
2504 #data
2505 <area shape="rect" coords="1,2,3,4"
2506 href="http://test/" rel="bookmark" alt=""
2507 xmlns="http://www.w3.org/1999/xhtml"/>
2508 #errors
2509
2510 #data
2511 <area shape="rect" coords="1,2,3,4"
2512 href="http://test/" rel="previous" alt=""
2513 xmlns="http://www.w3.org/1999/xhtml"/>
2514 #errors
2515 /area/@rel;non-conforming link type:previous
2516
2517 #data
2518 <area shape="rect" coords="1,2,3,4"
2519 href="http://test/" rel="edit" alt=""
2520 xmlns="http://www.w3.org/1999/xhtml"/>
2521 #errors
2522 /area/@rel;proposed link type:edit
2523
2524 #data
2525 <area shape="rect" coords="1,2,3,4"
2526 href="http://test/" rel="script" alt=""
2527 xmlns="http://www.w3.org/1999/xhtml"/>
2528 #errors
2529 /area/@rel;non-conforming link type:script
2530
2531 #data
2532 <area shape="rect" coords="1,2,3,4"
2533 href="http://test/" rel="icon" alt=""
2534 xmlns="http://www.w3.org/1999/xhtml"/>
2535 #errors
2536 /area/@rel;link type bad context:icon
2537
2538 #data
2539 <area shape="rect" coords="1,2,3,4"
2540 href="http://test/" rel="example-link-type" alt=""
2541 xmlns="http://www.w3.org/1999/xhtml"/>
2542 #errors
2543 /area/@rel;link type not supported:example-link-type
2544
2545 #data
2546 <table xmlns="http://www.w3.org/1999/xhtml"/>
2547 #errors
2548
2549 #data
2550 <table border="" xmlns="http://www.w3.org/1999/xhtml"/>
2551 #errors
2552 /table/@border;attribute not supported
2553
2554 #data
2555 <table frame="border" xmlns="http://www.w3.org/1999/xhtml"/>
2556 #errors
2557 /table/@frame;attribute not supported
2558
2559 #data
2560 <table border="1" xmlns="http://www.w3.org/1999/xhtml"/>
2561 #errors
2562 /table/@border;attribute not supported
2563
2564 #data
2565 <caption align="top" xmlns="http://www.w3.org/1999/xhtml"/>
2566 #errors
2567 /caption/@align;attribute not supported
2568
2569 #data
2570 <colgroup xmlns="http://www.w3.org/1999/xhtml"/>
2571 #errors
2572
2573 #data
2574 <colgroup span="" xmlns="http://www.w3.org/1999/xhtml"/>
2575 #errors
2576 /colgroup/@span;non-negative integer syntax error
2577
2578 #data
2579 <colgroup span="1" xmlns="http://www.w3.org/1999/xhtml"/>
2580 #errors
2581
2582 #data
2583 <colgroup span="0000000000001" xmlns="http://www.w3.org/1999/xhtml"/>
2584 #errors
2585
2586 #data
2587 <colgroup span="1000000000000" xmlns="http://www.w3.org/1999/xhtml"/>
2588 #errors
2589
2590 #data
2591 <colgroup span="0" xmlns="http://www.w3.org/1999/xhtml"/>
2592 #errors
2593 /colgroup/@span;out of range
2594
2595 #data
2596 <colgroup span="-1" xmlns="http://www.w3.org/1999/xhtml"/>
2597 #errors
2598 /colgroup/@span;non-negative integer syntax error
2599
2600 #data
2601 <colgroup span="+1" xmlns="http://www.w3.org/1999/xhtml"/>
2602 #errors
2603 /colgroup/@span;non-negative integer syntax error
2604
2605 #data
2606 <colgroup span="111.1" xmlns="http://www.w3.org/1999/xhtml"/>
2607 #errors
2608 /colgroup/@span;non-negative integer syntax error
2609
2610 #data
2611 <colgroup span="haergrghra" xmlns="http://www.w3.org/1999/xhtml"/>
2612 #errors
2613 /colgroup/@span;non-negative integer syntax error
2614
2615 #data
2616 <col xmlns="http://www.w3.org/1999/xhtml"/>
2617 #errors
2618
2619 #data
2620 <col span="" xmlns="http://www.w3.org/1999/xhtml"/>
2621 #errors
2622 /col/@span;non-negative integer syntax error
2623
2624 #data
2625 <col span="0" xmlns="http://www.w3.org/1999/xhtml"/>
2626 #errors
2627 /col/@span;out of range
2628
2629 #data
2630 <col span="1" xmlns="http://www.w3.org/1999/xhtml"/>
2631 #errors
2632
2633 #data
2634 <col span="10" xmlns="http://www.w3.org/1999/xhtml"/>
2635 #errors
2636
2637 #data
2638 <col span="-1" xmlns="http://www.w3.org/1999/xhtml"/>
2639 #errors
2640 /col/@span;non-negative integer syntax error
2641
2642 #data
2643 <td colspan="1" xmlns="http://www.w3.org/1999/xhtml"/>
2644 #errors
2645
2646 #data
2647 <td colspan="0" xmlns="http://www.w3.org/1999/xhtml"/>
2648 #errors
2649 /td/@colspan;out of range
2650
2651 #data
2652 <td rowspan="1" xmlns="http://www.w3.org/1999/xhtml"/>
2653 #errors
2654
2655 #data
2656 <td rowspan="0" xmlns="http://www.w3.org/1999/xhtml"/>
2657 #errors
2658 /td/@rowspan;out of range
2659
2660 #data
2661 <th colspan="1" xmlns="http://www.w3.org/1999/xhtml"/>
2662 #errors
2663
2664 #data
2665 <th colspan="0" xmlns="http://www.w3.org/1999/xhtml"/>
2666 #errors
2667 /th/@colspan;out of range
2668
2669 #data
2670 <th rowspan="1" xmlns="http://www.w3.org/1999/xhtml"/>
2671 #errors
2672
2673 #data
2674 <th rowspan="0" xmlns="http://www.w3.org/1999/xhtml"/>
2675 #errors
2676 /th/@rowspan;out of range
2677
2678 #data
2679 <th scope="" xmlns="http://www.w3.org/1999/xhtml"/>
2680 #errors
2681 /th/@scope;invalid enumerated attribute value
2682
2683 #data
2684 <th scope="row" xmlns="http://www.w3.org/1999/xhtml"/>
2685 #errors
2686
2687 #data
2688 <th scope="col" xmlns="http://www.w3.org/1999/xhtml"/>
2689 #errors
2690
2691 #data
2692 <th scope="Col" xmlns="http://www.w3.org/1999/xhtml"/>
2693 #errors
2694
2695 #data
2696 <th scope="rowgroup" xmlns="http://www.w3.org/1999/xhtml"/>
2697 #errors
2698
2699 #data
2700 <th scope="colgroup" xmlns="http://www.w3.org/1999/xhtml"/>
2701 #errors
2702
2703 #data
2704 <td scope="row" xmlns="http://www.w3.org/1999/xhtml"/>
2705 #errors
2706 /td/@scope;attribute not supported
2707
2708 #data
2709 <script xmlns="http://www.w3.org/1999/xhtml"/>
2710 #errors
2711
2712 #data
2713 <script type="" xmlns="http://www.w3.org/1999/xhtml"/>
2714 #errors
2715 /script/@type;IMT syntax error
2716
2717 #data
2718 <script type="text/javascript" xmlns="http://www.w3.org/1999/xhtml"/>
2719 #errors
2720 /script/@type;IMT:s:obsolete subtype
2721
2722 #data
2723 <script type="text/javascript;e4x=1" xmlns="http://www.w3.org/1999/xhtml"/>
2724 #errors
2725 /script/@type;IMT:s:obsolete subtype
2726
2727 #data
2728 <script type="text/JavaScript;E4X=1" xmlns="http://www.w3.org/1999/xhtml"/>
2729 #errors
2730 /script/@type;IMT:s:obsolete subtype
2731
2732 #data
2733 <script type="text/javascript;e4x=&quot;1&quot;"
2734 xmlns="http://www.w3.org/1999/xhtml"/>
2735 #errors
2736 /script/@type;IMT:s:obsolete subtype
2737
2738 #data
2739 <script type="text/javascript;e4x=&quot;\1&quot;"
2740 xmlns="http://www.w3.org/1999/xhtml"/>
2741 #errors
2742 /script/@type;IMT:s:obsolete subtype
2743
2744 #data
2745 <script src="http://test/" type="text/javascript"
2746 xmlns="http://www.w3.org/1999/xhtml"/>
2747 #errors
2748 /script/@type;IMT:s:obsolete subtype
2749
2750 #data
2751 <script src="http://test/%" type="text/javascript"
2752 xmlns="http://www.w3.org/1999/xhtml"/>
2753 #errors
2754 /script/@src;URI:m::syntax error
2755 /script/@type;IMT:s:obsolete subtype
2756
2757 #data
2758 <script defer="" xmlns="http://www.w3.org/1999/xhtml"/>
2759 #errors
2760
2761 #data
2762 <script src="http://test/" defer=""
2763 xmlns="http://www.w3.org/1999/xhtml"/>
2764 #errors
2765
2766 #data
2767 <script defer="defer" xmlns="http://www.w3.org/1999/xhtml"/>
2768 #errors
2769
2770 #data
2771 <script src="http://test/" defer="defer"
2772 xmlns="http://www.w3.org/1999/xhtml"/>
2773 #errors
2774
2775 #data
2776 <script defer="true" xmlns="http://www.w3.org/1999/xhtml"/>
2777 #errors
2778 /script/@defer;invalid boolean attribute value
2779
2780 #data
2781 <script src="http://test/" defer="true"
2782 xmlns="http://www.w3.org/1999/xhtml"/>
2783 #errors
2784 /script/@defer;invalid boolean attribute value
2785
2786 #data
2787 <script async="" xmlns="http://www.w3.org/1999/xhtml"/>
2788 #errors
2789
2790 #data
2791 <script src="http://test/" async=""
2792 xmlns="http://www.w3.org/1999/xhtml"/>
2793 #errors
2794
2795 #data
2796 <script async="async" xmlns="http://www.w3.org/1999/xhtml"/>
2797 #errors
2798
2799 #data
2800 <script src="http://test/" async="async"
2801 xmlns="http://www.w3.org/1999/xhtml"/>
2802 #errors
2803
2804 #data
2805 <script async="true" xmlns="http://www.w3.org/1999/xhtml"/>
2806 #errors
2807 /script/@async;invalid boolean attribute value
2808
2809 #data
2810 <script src="http://test/" async="true"
2811 xmlns="http://www.w3.org/1999/xhtml"/>
2812 #errors
2813 /script/@async;invalid boolean attribute value
2814
2815 #data
2816 <script defer="" async="" xmlns="http://www.w3.org/1999/xhtml"/>
2817 #errors
2818 /script/@async;attribute not allowed
2819
2820 #data
2821 <script defer="defer" async="async" xmlns="http://www.w3.org/1999/xhtml"/>
2822 #errors
2823 /script/@async;attribute not allowed
2824
2825 #data
2826 <script src="" defer="" async="" xmlns="http://www.w3.org/1999/xhtml"/>
2827 #errors
2828 /script/@async;attribute not allowed
2829
2830 #data
2831 <event-source xmlns="http://www.w3.org/1999/xhtml"/>
2832 #errors
2833
2834 #data
2835 <event-source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
2836 #errors
2837
2838 #data
2839 <event-source src="http://test/`" xmlns="http://www.w3.org/1999/xhtml"/>
2840 #errors
2841 /event-source/@src;URI:m::syntax error
2842
2843 #data
2844 <details xmlns="http://www.w3.org/1999/xhtml"/>
2845 #errors
2846
2847 #data
2848 <details open="" xmlns="http://www.w3.org/1999/xhtml"/>
2849 #errors
2850
2851 #data
2852 <details open="open" xmlns="http://www.w3.org/1999/xhtml"/>
2853 #errors
2854
2855 #data
2856 <details open="OPEN" xmlns="http://www.w3.org/1999/xhtml"/>
2857 #errors
2858 /details/@open;invalid boolean attribute value
2859
2860 #data
2861 <details open="true" xmlns="http://www.w3.org/1999/xhtml"/>
2862 #errors
2863 /details/@open;invalid boolean attribute value
2864
2865 #data
2866 <datagrid xmlns="http://www.w3.org/1999/xhtml"/>
2867 #errors
2868
2869 #data
2870 <datagrid disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
2871 #errors
2872
2873 #data
2874 <datagrid disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
2875 #errors
2876
2877 #data
2878 <datagrid disabled="true" xmlns="http://www.w3.org/1999/xhtml"/>
2879 #errors
2880 /datagrid/@disabled;invalid boolean attribute value
2881
2882 #data
2883 <datagrid multiple="" xmlns="http://www.w3.org/1999/xhtml"/>
2884 #errors
2885
2886 #data
2887 <datagrid multiple="multiple" xmlns="http://www.w3.org/1999/xhtml"/>
2888 #errors
2889
2890 #data
2891 <datagrid multiple="true" xmlns="http://www.w3.org/1999/xhtml"/>
2892 #errors
2893 /datagrid/@multiple;invalid boolean attribute value
2894
2895 #data
2896 <div align="center" xmlns="http://www.w3.org/1999/xhtml"/>
2897 #errors
2898 /div/@align;attribute not supported
2899

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24