/[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.55 - (show annotations) (download)
Sun Apr 13 06:17:48 2008 UTC (18 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.54: +74 -1 lines
++ whatpm/t/ChangeLog	13 Apr 2008 06:15:16 -0000
2008-04-13  Wakaba  <wakaba@suika.fam.cx>

	* content-model-2.dat: Test data updated and added for
	global |xmlns| attributes (HTML5 revision 1426).

++ whatpm/Whatpm/ContentChecker/ChangeLog	13 Apr 2008 06:12:22 -0000
2008-04-13  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm: |xmlns| attribute is now a global attribute (HTML5
	revision 1426).

1 #data
2 <unknown u1=""></unknown>
3 #errors
4 /unknown;element;unsupported
5 /unknown/@u1;attribute;unsupported
6
7 #data
8 <unknown u1="" u2=""></unknown>
9 #errors
10 /unknown;element;unsupported
11 /unknown/@u1;attribute;unsupported
12 /unknown/@u2;attribute;unsupported
13
14 #data
15 <unknown u1="" xmlns=""></unknown>
16 #errors
17 /unknown;element;unsupported
18 /unknown/@u1;attribute;unsupported
19
20 #data
21 <unknown xml:lang="!" xmlns=""></unknown>
22 #errors
23 /unknown;element;unsupported
24 /unknown/@lang;LangTag:nosemantics:language;m
25 /unknown/@lang;LangTag:syntax:illegal;m
26
27 #data
28 <unknown u1="" xml:lang="!" xmlns=""></unknown>
29 #errors
30 /unknown;element;unsupported
31 /unknown/@lang;LangTag:nosemantics:language;m
32 /unknown/@lang;LangTag:syntax:illegal;m
33 /unknown/@u1;attribute;unsupported
34
35 #data
36 <unknown u1="" xmlns="http://www.w3.org/1999/xhtml"></unknown>
37 #errors
38 /unknown;element;unsupported
39 /unknown/@u1;attribute not defined;m
40
41 #data
42 <unknown u1="" xml:lang="!" xmlns="http://www.w3.org/1999/xhtml"></unknown>
43 #errors
44 /unknown;element;unsupported
45 /unknown/@lang;syntax error
46 /unknown/@u1;attribute not defined;m
47
48 #data
49 <unknown class="" u1="" xml:lang="!" xmlns="http://www.w3.org/1999/xhtml"></unknown>
50 #errors
51 /unknown;element;unsupported
52 /unknown/@lang;syntax error
53 /unknown/@u1;attribute not defined;m
54
55 #data
56 <p xmlns="http://www.w3.org/1999/xhtml" unknown="">x</p>
57 #errors
58 /p/@unknown;attribute not defined;m
59
60 #data
61 <a xmlns="http://www.w3.org/1999/xhtml" unknown="">x</a>
62 #errors
63 /a/@unknown;attribute not defined;m
64
65 #data
66 <area xmlns="http://www.w3.org/1999/xhtml" unknown="" alt="x" href="" shape="default"></area>
67 #errors
68 /area/@unknown;attribute not defined;m
69
70 #data
71 <meta xmlns="http://www.w3.org/1999/xhtml" name="keywords" content="a" unknown=""/>
72 #errors
73 /meta/@unknown;attribute not defined;m
74
75 #data
76 <p xmlns="http://www.w3.org/1999/xhtml"
77 a:b="" xmlns:a="http://www.example.test/">a</p>
78 #errors
79 /p/@b;attribute;unsupported
80
81 #data
82 <p xmlns="http://www.w3.org/1999/xhtml"
83 id="">a</p>
84 #errors
85 /p/@id;empty attribute value
86
87 #data
88 <p xmlns="http://www.w3.org/1999/xhtml"
89 id="a">a</p>
90 #errors
91
92 #data
93 <p xmlns="http://www.w3.org/1999/xhtml"
94 id=" ">a</p>
95 #errors
96 /p/@id;space in ID
97
98 #data
99 <p xmlns="http://www.w3.org/1999/xhtml"
100 id="&#x9;">a</p>
101 #errors
102 /p/@id;space in ID
103
104 #data
105 <p xmlns="http://www.w3.org/1999/xhtml"
106 id="&#xA;">a</p>
107 #errors
108 /p/@id;space in ID
109
110 #data
111 <?xml version="1.1"?>
112 <p xmlns="http://www.w3.org/1999/xhtml"
113 id="&#xB;">a</p>
114 #errors
115 /p/@id;space in ID
116
117 #data
118 <?xml version="1.1"?>
119 <p xmlns="http://www.w3.org/1999/xhtml"
120 id="&#xC;">a</p>
121 #errors
122 /p/@id;space in ID
123
124 #data
125 <p xmlns="http://www.w3.org/1999/xhtml"
126 id="&#xD;">a</p>
127 #errors
128 /p/@id;space in ID
129
130 #data
131 <p xmlns="http://www.w3.org/1999/xhtml"
132 id="a ">a</p>
133 #errors
134 /p/@id;space in ID
135
136 #data
137 <p xmlns="http://www.w3.org/1999/xhtml"
138 id="a b">a</p>
139 #errors
140 /p/@id;space in ID
141
142 #data
143 <p xmlns="http://www.w3.org/1999/xhtml"
144 id="aaaaaaa">a</p>
145 #errors
146
147 #data
148 <p xmlns="http://www.w3.org/1999/xhtml"
149 id="a"><span id="a">a</span></p>
150 #errors
151 /p/span/@id;duplicate ID
152
153 #data
154 <p xmlns="http://www.w3.org/1999/xhtml"
155 id="a b"><span id="a b">x</span></p>
156 #errors
157 /p/@id;space in ID
158 /p/span/@id;duplicate ID
159 /p/span/@id;space in ID
160
161 #data
162 <p xmlns="http://www.w3.org/1999/xhtml"
163 id=""><span id="">x</span></p>
164 #errors
165 /p/@id;empty attribute value
166 /p/span/@id;empty attribute value
167
168 #data
169 <p xmlns="http://www.w3.org/1999/xhtml">
170 <span id="a">x</span>
171 <span id="b">x</span>
172 <span id="c">x</span>
173 </p>
174 #errors
175
176 #data
177 <p xmlns="http://www.w3.org/1999/xhtml">
178 <span id="a ">x</span>
179 <span id=" a">x</span>
180 <span id=" a ">x</span>
181 </p>
182 #errors
183 /p/span/@id;space in ID
184 /p/span/@id;space in ID
185 /p/span/@id;space in ID
186
187 #data
188 <p xmlns="http://www.w3.org/1999/xhtml">
189 <span id="i">x</span>
190 <span id="I">x</span>
191 <span id="&#x0131;">x</span>
192 </p>
193 #errors
194
195 #data
196 <p title="" xmlns="http://www.w3.org/1999/xhtml">x</p>
197 #errors
198
199 #data
200 <p title="a" xmlns="http://www.w3.org/1999/xhtml">x</p>
201 #errors
202
203 #data
204 <p title="AAAAAA" xmlns="http://www.w3.org/1999/xhtml">x</p>
205 #errors
206
207 #data
208 <p title="XXXX&#x0A;YYYY" xmlns="http://www.w3.org/1999/xhtml">x</p>
209 #errors
210
211 #data
212 <p title="" xmlns="http://www.w3.org/1999/xhtml">x</p>
213 #errors
214
215 #data
216 <p title="AAA" xmlns="http://www.w3.org/1999/xhtml">
217 <span title="BBB">x</span>
218 </p>
219 #errors
220
221 #data
222 <p lang="" xmlns="http://www.w3.org/1999/xhtml">x</p>
223 #errors
224 /p/@lang;in XML:lang
225
226 #data
227 <p xml:lang="" xmlns="http://www.w3.org/1999/xhtml">x</p>
228 #errors
229
230 #data html
231 <!DOCTYPE HTML><title>x</title><p xml:lang="">x</p>
232 #errors
233 /html/body/p/@xml:lang;in HTML:xml:lang
234
235 #data
236 <p dir="" xmlns="http://www.w3.org/1999/xhtml">x</p>
237 #errors
238 /p/@dir;enumerated:invalid
239
240 #data
241 <p dir="ltr" xmlns="http://www.w3.org/1999/xhtml">x</p>
242 #errors
243
244 #data
245 <p dir=" ltr" xmlns="http://www.w3.org/1999/xhtml">x</p>
246 #errors
247 /p/@dir;enumerated:invalid
248
249 #data
250 <p dir="ltr " xmlns="http://www.w3.org/1999/xhtml">x</p>
251 #errors
252 /p/@dir;enumerated:invalid
253
254 #data
255 <!DOCTYPE p [<!ATTLIST p dir (ltr|rtl) #IMPLIED>]>
256 <p dir="ltr " xmlns="http://www.w3.org/1999/xhtml">x</p>
257 #errors
258
259 #data
260 <?xml version="1.1"?>
261 <!DOCTYPE p [<!ATTLIST p dir (ltr|rtl) #IMPLIED>]>
262 <p dir="ltr&#x0C;" xmlns="http://www.w3.org/1999/xhtml">x</p>
263 #errors
264 /p/@dir;enumerated:invalid
265
266 #data
267 <p dir="LTR" xmlns="http://www.w3.org/1999/xhtml">x</p>
268 #errors
269
270 #data
271 <p dir="LtR" xmlns="http://www.w3.org/1999/xhtml">x</p>
272 #errors
273
274 #data
275 <p dir="rtl" xmlns="http://www.w3.org/1999/xhtml">x</p>
276 #errors
277
278 #data
279 <p dir="Rtl" xmlns="http://www.w3.org/1999/xhtml">x</p>
280 #errors
281
282 #data
283 <p dir="rtltr" xmlns="http://www.w3.org/1999/xhtml">x</p>
284 #errors
285 /p/@dir;enumerated:invalid
286
287 #data
288 <p dir="XXXXXX" xmlns="http://www.w3.org/1999/xhtml">x</p>
289 #errors
290 /p/@dir;enumerated:invalid
291
292 #data
293 <p class="" xmlns="http://www.w3.org/1999/xhtml">x</p>
294 #errors
295
296 #data
297 <p class=" " xmlns="http://www.w3.org/1999/xhtml">x</p>
298 #errors
299
300 #data
301 <?xml version="1.1"?>
302 <p class="&#xD;&#xB;" xmlns="http://www.w3.org/1999/xhtml">x</p>
303 #errors
304
305 #data
306 <p class="a b c d ef g h" xmlns="http://www.w3.org/1999/xhtml">x</p>
307 #errors
308
309 #data
310 <?xml version="1.1"?>
311 <p class=" a b c d &#xC; efg h &#xC;" xmlns="http://www.w3.org/1999/xhtml">x</p>
312 #errors
313
314 #data
315 <p class="a a" xmlns="http://www.w3.org/1999/xhtml">x</p>
316 #errors
317 /p/@class;duplicate token:a
318
319 #data
320 <?xml version="1.1"?>
321 <p class=" aa&#xC; aa" xmlns="http://www.w3.org/1999/xhtml">x</p>
322 #errors
323 /p/@class;duplicate token:aa
324
325 #data
326 <p class="a a a" xmlns="http://www.w3.org/1999/xhtml">x</p>
327 #errors
328 /p/@class;duplicate token:a
329 /p/@class;duplicate token:a
330
331 #data
332 <p class="I i &#x0131;" xmlns="http://www.w3.org/1999/xhtml">x</p>
333 #errors
334
335 #data
336 <p contenteditable="" xmlns="http://www.w3.org/1999/xhtml">x</p>
337 #errors
338
339 #data
340 <p contenteditable="true" xmlns="http://www.w3.org/1999/xhtml">x</p>
341 #errors
342
343 #data
344 <p contenteditable="TruE" xmlns="http://www.w3.org/1999/xhtml">x</p>
345 #errors
346
347 #data
348 <p contenteditable="false" xmlns="http://www.w3.org/1999/xhtml">x</p>
349 #errors
350
351 #data
352 <p contenteditable="False" xmlns="http://www.w3.org/1999/xhtml">x</p>
353 #errors
354
355 #data
356 <p contenteditable="none" xmlns="http://www.w3.org/1999/xhtml">x</p>
357 #errors
358 /p/@contenteditable;enumerated:invalid
359
360 #data
361 <p contenteditable="true " xmlns="http://www.w3.org/1999/xhtml">x</p>
362 #errors
363 /p/@contenteditable;enumerated:invalid
364
365 #data
366 <p contenteditable="yes" xmlns="http://www.w3.org/1999/xhtml">x</p>
367 #errors
368 /p/@contenteditable;enumerated:invalid
369
370 #data
371 <p contenteditable="contenteditable" xmlns="http://www.w3.org/1999/xhtml">x</p>
372 #errors
373 /p/@contenteditable;enumerated:invalid
374
375 #data
376 <p contenteditable="inherit" xmlns="http://www.w3.org/1999/xhtml">x</p>
377 #errors
378 /p/@contenteditable;enumerated:invalid
379
380 #data
381 <p contenteditable="yes" xmlns="http://www.w3.org/1999/xhtml">x</p>
382 #errors
383 /p/@contenteditable;enumerated:invalid
384
385 #data
386 <p contentEditable="" xmlns="http://www.w3.org/1999/xhtml">x</p>
387 #errors
388 /p/@contentEditable;attribute not defined;m
389
390 #data
391 <p irrelevant="" xmlns="http://www.w3.org/1999/xhtml">x</p>
392 #errors
393
394 #data
395 <p irrelevant=" " xmlns="http://www.w3.org/1999/xhtml">x</p>
396 #errors
397 /p/@irrelevant;boolean:invalid
398
399 #data
400 <p irrelevant="irrelevant" xmlns="http://www.w3.org/1999/xhtml">x</p>
401 #errors
402
403 #data
404 <p irrelevant=" irrelevant" xmlns="http://www.w3.org/1999/xhtml">x</p>
405 #errors
406 /p/@irrelevant;boolean:invalid
407
408 #data
409 <p irrelevant="irrelevant " xmlns="http://www.w3.org/1999/xhtml">x</p>
410 #errors
411 /p/@irrelevant;boolean:invalid
412
413 #data
414 <p irrelevant=" irrelevant " xmlns="http://www.w3.org/1999/xhtml">x</p>
415 #errors
416 /p/@irrelevant;boolean:invalid
417
418 #data
419 <p irrelevant="Irrelevant" xmlns="http://www.w3.org/1999/xhtml">x</p>
420 #errors
421 /p/@irrelevant;boolean:invalid
422
423 #data
424 <p irrelevant="IRRELEVANT" xmlns="http://www.w3.org/1999/xhtml">x</p>
425 #errors
426 /p/@irrelevant;boolean:invalid
427
428 #data
429 <p irrelevant="relevant" xmlns="http://www.w3.org/1999/xhtml">x</p>
430 #errors
431 /p/@irrelevant;boolean:invalid
432
433 #data
434 <p irrelevant="irrelevants" xmlns="http://www.w3.org/1999/xhtml">x</p>
435 #errors
436 /p/@irrelevant;boolean:invalid
437
438 #data
439 <p irrelevant="false" xmlns="http://www.w3.org/1999/xhtml">x</p>
440 #errors
441 /p/@irrelevant;boolean:invalid
442
443 #data
444 <p irrelevant="true" xmlns="http://www.w3.org/1999/xhtml">x</p>
445 #errors
446 /p/@irrelevant;boolean:invalid
447
448 #data
449 <p irrelevant="yes" xmlns="http://www.w3.org/1999/xhtml">x</p>
450 #errors
451 /p/@irrelevant;boolean:invalid
452
453 #data
454 <p irrelevant="on" xmlns="http://www.w3.org/1999/xhtml">x</p>
455 #errors
456 /p/@irrelevant;boolean:invalid
457
458 #data
459 <p tabindex="-1" xmlns="http://www.w3.org/1999/xhtml">x</p>
460 #errors
461
462 #data
463 <p tabindex="0" xmlns="http://www.w3.org/1999/xhtml">x</p>
464 #errors
465
466 #data
467 <p tabindex="1" xmlns="http://www.w3.org/1999/xhtml">x</p>
468 #errors
469
470 #data
471 <p tabindex="10000" xmlns="http://www.w3.org/1999/xhtml">x</p>
472 #errors
473
474 #data
475 <p tabindex="1.0" xmlns="http://www.w3.org/1999/xhtml">x</p>
476 #errors
477 /p/@tabindex;integer:syntax error
478
479 #data
480 <p tabindex="+1" xmlns="http://www.w3.org/1999/xhtml">x</p>
481 #errors
482 /p/@tabindex;integer:syntax error
483
484 #data
485 <p tabindex="1 " xmlns="http://www.w3.org/1999/xhtml">x</p>
486 #errors
487 /p/@tabindex;integer:syntax error
488
489 #data
490 <p tabindex="+1" xmlns="http://www.w3.org/1999/xhtml">x</p>
491 #errors
492 /p/@tabindex;integer:syntax error
493
494 #data
495 <p onabort="alert(1);" xmlns="http://www.w3.org/1999/xhtml">x</p>
496 #errors
497 /p/@onabort;event handler;unsupported
498
499 #data
500 <p onbeforeunload="alert(1);" xmlns="http://www.w3.org/1999/xhtml">x</p>
501 #errors
502 /p/@onbeforeunload;event handler;unsupported
503
504 #data
505 <p onblur="alert(1);" xmlns="http://www.w3.org/1999/xhtml">x</p>
506 #errors
507 /p/@onblur;event handler;unsupported
508
509 #data
510 <p onchange="alert(1);" xmlns="http://www.w3.org/1999/xhtml">x</p>
511 #errors
512 /p/@onchange;event handler;unsupported
513
514 #data
515 <p onclick="alert(1);" xmlns="http://www.w3.org/1999/xhtml">x</p>
516 #errors
517 /p/@onclick;event handler;unsupported
518
519 #data
520 <p onxxxx="alert(1);" xmlns="http://www.w3.org/1999/xhtml">x</p>
521 #errors
522 /p/@onxxxx;attribute;unsupported
523
524 #data html
525 <!DOCTYPE html>
526 <html>
527 <head><title>x</title></head>
528 <body></body>
529 </html>
530 #errors
531 /html/body;no significant content;s
532
533 #data
534 <html xmlns="http://www.w3.org/1999/xhtml"
535 manifest="http://www.example.com/">
536 <head><title>a</title></head>
537 <body><p>a</p></body>
538 </html>
539 #errors
540
541 #data
542 <html xmlns="http://www.w3.org/1999/xhtml"
543 manifest="[http://www.example.com/]">
544 <head><title>a</title></head>
545 <body><p>a</p></body>
546 </html>
547 #errors
548 /html/@manifest;URI::syntax error:iriref3987;m
549
550 #data
551 <html xmlns="http://www.w3.org/1999/xhtml"
552 manifest=" ">
553 <head><title>a</title></head>
554 <body><p>a</p></body>
555 </html>
556 #errors
557 /html/@manifest;URI::syntax error:iriref3987;m
558
559 #data
560 <html xmlns="http://www.w3.org/1999/xhtml"
561 application="http://www.example.com/">
562 <head><title>a</title></head>
563 <body><p>a</p></body>
564 </html>
565 #errors
566 /html/@application;attribute;unsupported
567
568 #data html
569 <!DOCTYPE html>
570 <html xmlns="http://www.w3.org/1999/xhtml">
571 <head><title>x</title></head>
572 <body></body>
573 </html>
574 #errors
575 /html/body;no significant content;s
576
577 #data html
578 <!DOCTYPE html>
579 <html xmlns="">
580 <head><title>x</title></head>
581 <body></body>
582 </html>
583 #errors
584 /html/@xmlns;invalid attribute value
585 /html/body;no significant content;s
586
587 #data html
588 <!DOCTYPE html>
589 <html xmlns="http://www.w3.org/TR/xhtml1/strict">
590 <head><title>x</title></head>
591 <body></body>
592 </html>
593 #errors
594 /html/@xmlns;invalid attribute value
595 /html/body;no significant content;s
596
597 #data html
598 <!DOCTYPE html>
599 <html xmlns="http://www.w3.org/TR/REC-html40">
600 <head><title>x</title></head>
601 <body></body>
602 </html>
603 #errors
604 /html/@xmlns;invalid attribute value
605 /html/body;no significant content;s
606
607 #data html
608 <!DOCTYPE html>
609 <html xmlns=" http://www.w3.org/1999/xhtml ">
610 <head><title>x</title></head>
611 <body></body>
612 </html>
613 #errors
614 /html/@xmlns;invalid attribute value
615 /html/body;no significant content;s
616
617 #data html
618 <!DOCTYPE html>
619 <html xmlns="http://www.w3.org/1999/XHTML">
620 <head><title>x</title></head>
621 <body></body>
622 </html>
623 #errors
624 /html/@xmlns;invalid attribute value
625 /html/body;no significant content;s
626
627 #data html
628 <!DOCTYPE html>
629 <html xmlns="http://www.w3.org/1999/html">
630 <head><title>x</title></head>
631 <body></body>
632 </html>
633 #errors
634 /html/@xmlns;invalid attribute value
635 /html/body;no significant content;s
636
637 #data
638 <html xmlns="http://www.w3.org/1999/xhtml">
639 <head><title>x</title></head>
640 <body></body>
641 </html>
642 #errors
643 /html/body;no significant content;s
644
645 #data
646 <html xmlns="http://www.w3.org/1999/xhtml ">
647 <head><title>x</title></head>
648 <body></body>
649 </html>
650 #errors
651 /html;element;unsupported
652 /html/head;element;unsupported
653 /html/head/title;element;unsupported
654 /html/body;element;unsupported
655
656 #data html
657 <!DOCTYPE html>
658 <html>
659 <head xmlns="http://www.w3.org/1999/xhtml"><title>x</title></head>
660 <body></body>
661 </html>
662 #errors
663 /html/head/@xmlns;attribute not allowed;m
664 /html/body;no significant content;s
665
666 #data html
667 <!DOCTYPE HTML>
668 <title>x</title>
669 <p xmlns="http://www.w3.org/1999/xhtml">x</p>
670 #errors
671 /html/body/p/@xmlns;attribute not allowed;m
672
673 #data html
674 <!DOCTYPE HTML>
675 <title>x</title>
676 <p xmlns="">x</p>
677 #errors
678 /html/body/p/@xmlns;invalid attribute value
679 /html/body/p/@xmlns;attribute not allowed;m
680
681 #data html
682 <!DOCTYPE HTML>
683 <title>x</title>
684 <unknown xmlns="http://www.w3.org/1999/xhtml">x</unknown>
685 #errors
686 /html/body/unknown/@xmlns;attribute not allowed;m
687 /html/body/unknown;element not defined;m
688 /html/body/unknown;element not allowed:flow;m
689
690 #data html
691 <!DOCTYPE HTML>
692 <title>x</title>
693 <unknown xmlns="http://www.w3.org/1999/html">x</unknown>
694 #errors
695 /html/body/unknown/@xmlns;invalid attribute value
696 /html/body/unknown/@xmlns;attribute not allowed;m
697 /html/body/unknown;element not defined;m
698 /html/body/unknown;element not allowed:flow;m
699
700 #data html
701 <!DOCTYPE HTML>
702 <title>x</title>
703 <svg>
704 <title>
705 <p xmlns="http://www.w3.org/1999/xhtml">x</p>
706 </title>
707 </svg>
708 #errors
709 /html/body/svg;element;unsupported
710 /html/body/svg/title;element;unsupported
711
712 #data html
713 <!DOCTYPE HTML>
714 <title>x</title>
715 <svg>
716 <title>
717 <p xmlns="">x</p>
718 </title>
719 </svg>
720 #errors
721 /html/body/svg;element;unsupported
722 /html/body/svg/title;element;unsupported
723 /html/body/svg/title/p/@xmlns;invalid attribute value
724
725 #data html
726 <!DOCTYPE HTML>
727 <title>x</title>
728 <svg>
729 <title>
730 <div><p xmlns="">x</p></div>
731 </title>
732 </svg>
733 #errors
734 /html/body/svg;element;unsupported
735 /html/body/svg/title;element;unsupported
736 /html/body/svg/title/div/p/@xmlns;invalid attribute value
737 /html/body/svg/title/div/p/@xmlns;attribute not allowed;m
738
739 #data
740 <html xmlns="http://www.w3.org/1999/xhtml" version="">
741 <head><title>x</title></head>
742 <body>y</body>
743 </html>
744 #errors
745 /html/@version;attribute not defined;m
746
747 #data
748 <html xmlns="http://www.w3.org/1999/xhtml" version="-//W3C//DTD HTML 4.01//EN">
749 <head><title>x</title></head>
750 <body>y</body>
751 </html>
752 #errors
753 /html/@version;attribute not defined;m
754
755 #data
756 <head profile="" xmlns="http://www.w3.org/1999/xhtml">
757 <title/>
758 </head>
759 #errors
760 /head/@profile;attribute not defined;m
761
762 #data
763 <head profile="http://www.test/" xmlns="http://www.w3.org/1999/xhtml">
764 <title/>
765 </head>
766 #errors
767 /head/@profile;attribute not defined;m
768
769 #data
770 <head profile="http://www.test/ http://www.test/2" xmlns="http://www.w3.org/1999/xhtml">
771 <title/>
772 </head>
773 #errors
774 /head/@profile;attribute not defined;m
775
776 #data
777 <head profile="[]" xmlns="http://www.w3.org/1999/xhtml">
778 <title/>
779 </head>
780 #errors
781 /head/@profile;attribute not defined;m
782 /head/@profile;URIs::syntax error:iriref3987:0;m
783
784 #data
785 <base xmlns="http://www.w3.org/1999/xhtml"/>
786 #errors
787 /base;attribute missing:href|target
788
789 #data
790 <base title="" xmlns="http://www.w3.org/1999/xhtml"/>
791 #errors
792 /base;attribute missing:href|target
793
794 #data
795 <base href="http://[test]/" xmlns="http://www.w3.org/1999/xhtml"/>
796 #errors
797 /base/@href;URI::syntax error:iriref3987;m
798
799 #data
800 <base href="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
801 #errors
802
803 #data
804 <base href="test" xmlns="http://www.w3.org/1999/xhtml"/>
805 #errors
806
807 #data
808 <base href="http://test/#a" xmlns="http://www.w3.org/1999/xhtml"/>
809 #errors
810
811 #data
812 <base href="http://test/" target="_self" xmlns="http://www.w3.org/1999/xhtml"/>
813 #errors
814
815 #data
816 <base target="_self" xmlns="http://www.w3.org/1999/xhtml"/>
817 #errors
818
819 #data
820 <base target="_blank" xmlns="http://www.w3.org/1999/xhtml"/>
821 #errors
822 /base/@target;reserved browsing context name
823
824 #data
825 <base target="blank" xmlns="http://www.w3.org/1999/xhtml"/>
826 #errors
827
828 #data
829 <head xmlns="http://www.w3.org/1999/xhtml">
830 <link rel="stylesheet" href=""/>
831 <base href=""/>
832 <title/>
833 </head>
834 #errors
835 /head/base;basehref after URI attribute
836
837 #data
838 <head xmlns="http://www.w3.org/1999/xhtml">
839 <base href=""/>
840 <link rel="stylesheet" href=""/>
841 <title/>
842 </head>
843 #errors
844
845 #data
846 <head xmlns="http://www.w3.org/1999/xhtml">
847 <link rel="stylesheet" href=""/>
848 <base target="_self"/>
849 <title/>
850 </head>
851 #errors
852
853 #data
854 <head xmlns="http://www.w3.org/1999/xhtml">
855 <base target="_self"/>
856 <link rel="stylesheet" href=""/>
857 <title/>
858 </head>
859 #errors
860
861 #data
862 <head xmlns="http://www.w3.org/1999/xhtml">
863 <link rel="stylesheet" href=""/>
864 <base target="_self" href=""/>
865 <title/>
866 </head>
867 #errors
868 /head/base;basehref after URI attribute
869
870 #data
871 <head xmlns="http://www.w3.org/1999/xhtml">
872 <base target="_self" href=""/>
873 <link rel="stylesheet" href=""/>
874 <title/>
875 </head>
876 #errors
877
878 #data
879 <head xmlns="http://www.w3.org/1999/xhtml">
880 <link rel="up" href=""/>
881 <base href=""/>
882 <title/>
883 </head>
884 #errors
885 /head/base;basehref after URI attribute
886
887 #data
888 <head xmlns="http://www.w3.org/1999/xhtml">
889 <base href=""/>
890 <link rel="up" href=""/>
891 <title/>
892 </head>
893 #errors
894
895 #data
896 <head xmlns="http://www.w3.org/1999/xhtml">
897 <link rel="up" href=""/>
898 <base target="_self"/>
899 <title/>
900 </head>
901 #errors
902 /head/base;basetarget after hyperlink
903
904 #data
905 <head xmlns="http://www.w3.org/1999/xhtml">
906 <base target="_self"/>
907 <link rel="up" href=""/>
908 <title/>
909 </head>
910 #errors
911
912 #data
913 <head xmlns="http://www.w3.org/1999/xhtml">
914 <link rel="up" href=""/>
915 <base target="_self" href=""/>
916 <title/>
917 </head>
918 #errors
919 /head/base;basehref after URI attribute
920 /head/base;basetarget after hyperlink
921
922 #data
923 <head xmlns="http://www.w3.org/1999/xhtml">
924 <base target="_self" href=""/>
925 <link rel="up" href=""/>
926 <title/>
927 </head>
928 #errors
929
930 #data
931 <head xmlns="http://www.w3.org/1999/xhtml">
932 <link rel="alternate stylesheet" href=""/>
933 <base target="_self"/>
934 <title/>
935 </head>
936 #errors
937
938 #data
939 <head xmlns="http://www.w3.org/1999/xhtml">
940 <link rel="stylesheet alternate" href=""/>
941 <base target="_self"/>
942 <title/>
943 </head>
944 #errors
945
946 #data
947 <head xmlns="http://www.w3.org/1999/xhtml">
948 <link rel="alternate stylesheet stylesheet" href=""/>
949 <base target="_self"/>
950 <title/>
951 </head>
952 #errors
953 /head/link/@rel;duplicate token:stylesheet
954
955 #data
956 <head xmlns="http://www.w3.org/1999/xhtml">
957 <link rel="alternate" type="application/atom+xml" href=""/>
958 <base target="_self"/>
959 <title/>
960 </head>
961 #errors
962 /head/base;basetarget after hyperlink
963
964 #data
965 <head xmlns="http://www.w3.org/1999/xhtml">
966 <link rel="alternate up stylesheet" href=""/>
967 <base target="_self"/>
968 <title/>
969 </head>
970 #errors
971 /head/base;basetarget after hyperlink
972
973 #data
974 <head xmlns="http://www.w3.org/1999/xhtml">
975 <link rel="up stylesheet" href=""/>
976 <base target="_self"/>
977 <title/>
978 </head>
979 #errors
980 /head/base;basetarget after hyperlink
981
982 #data
983 <head xmlns="http://www.w3.org/1999/xhtml">
984 <a href=""/>
985 <base target="_self"/>
986 <title/>
987 </head>
988 #errors
989 /head/a;element not allowed:metadata;m
990 /head/base;basetarget after hyperlink
991 /head/a;no significant content;s
992
993 #data
994 <head xmlns="http://www.w3.org/1999/xhtml">
995 <area shape="default" href="" alt=""/>
996 <base target="_self"/>
997 <title/>
998 </head>
999 #errors
1000 /head/area;element not allowed:metadata;m
1001 /head/base;basetarget after hyperlink
1002
1003 #data
1004 <head xmlns="http://www.w3.org/1999/xhtml">
1005 <area shape="default" href="" alt=""/>
1006 <base href=""/>
1007 <title/>
1008 </head>
1009 #errors
1010 /head/area;element not allowed:metadata;m
1011 /head/base;basehref after URI attribute
1012
1013 #data
1014 <head xmlns="http://www.w3.org/1999/xhtml">
1015 <video src=""/>
1016 <base href=""/>
1017 <title/>
1018 </head>
1019 #errors
1020 /head/video;element not allowed:metadata;m
1021 /head/base;basehref after URI attribute
1022
1023 #data
1024 <html xmlns="http://www.w3.org/1999/xhtml">
1025 <head>
1026 <base href=""/>
1027 <title/>
1028 </head>
1029 <body>
1030 <p><a href="">x</a></p>
1031 </body>
1032 </html>
1033 #errors
1034
1035 #data
1036 <link xmlns="http://www.w3.org/1999/xhtml"/>
1037 #errors
1038 /link;attribute missing:href
1039 /link;attribute missing:rel
1040
1041 #data
1042 <link href="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
1043 #errors
1044 /link;attribute missing:rel
1045
1046 #data
1047 <link rel="author" xmlns="http://www.w3.org/1999/xhtml"/>
1048 #errors
1049 /link;attribute missing:href
1050
1051 #data
1052 <link rel="stylesheet" href="http://www.test/"
1053 xmlns="http://www.w3.org/1999/xhtml"/>
1054 #errors
1055
1056 #data
1057 <link rel="stylesheet" href="://www.test/"
1058 xmlns="http://www.w3.org/1999/xhtml"/>
1059 #errors
1060 /link/@href;URI::syntax error:iriref3987;m
1061
1062 #data
1063 <link rel="stylesheet" href="http://www.test/" type=""
1064 xmlns="http://www.w3.org/1999/xhtml"/>
1065 #errors
1066 /link/@type;IMT:syntax error
1067
1068 #data
1069 <link rel="stylesheet" href="http://www.test/" type="text"
1070 xmlns="http://www.w3.org/1999/xhtml"/>
1071 #errors
1072 /link/@type;IMT:syntax error
1073
1074 #data
1075 <link rel="stylesheet" href="http://www.test/" type="text/css"
1076 xmlns="http://www.w3.org/1999/xhtml"/>
1077 #errors
1078
1079 #data
1080 <link rel="stylesheet" href="http://www.test/" type="TexT/CsS"
1081 xmlns="http://www.w3.org/1999/xhtml"/>
1082 #errors
1083
1084 #data
1085 <link rel="stylesheet" href="http://www.test/" type="TEXT/CSS"
1086 xmlns="http://www.w3.org/1999/xhtml"/>
1087 #errors
1088
1089 #data
1090 <link rel="stylesheet" href="http://www.test/" type="text/css; charset=utf-8"
1091 xmlns="http://www.w3.org/1999/xhtml"/>
1092 #errors
1093
1094 #data
1095 <link rel="author" href="http://test/"
1096 xmlns="http://www.w3.org/1999/xhtml"/>
1097 #errors
1098
1099 #data
1100 <link rel="author author" href="http://test/"
1101 xmlns="http://www.w3.org/1999/xhtml"/>
1102 #errors
1103 /link/@rel;duplicate token:author
1104
1105 #data
1106 <link rel="bookmark" href="http://test/"
1107 xmlns="http://www.w3.org/1999/xhtml"/>
1108 #errors
1109 /link/@rel;link type:bad context:bookmark
1110
1111 #data
1112 <link rel="previous" href="http://test/"
1113 xmlns="http://www.w3.org/1999/xhtml"/>
1114 #errors
1115 /link/@rel;link type:non-conforming:previous
1116
1117 #data
1118 <link rel="edit" href="http://test/"
1119 xmlns="http://www.w3.org/1999/xhtml"/>
1120 #errors
1121 /link/@rel;link type:proposed:edit;s
1122
1123 #data
1124 <link rel="script" href="http://test/"
1125 xmlns="http://www.w3.org/1999/xhtml"/>
1126 #errors
1127 /link/@rel;link type:non-conforming:script
1128
1129 #data
1130 <link rel="example-link-type" href="http://test/"
1131 xmlns="http://www.w3.org/1999/xhtml"/>
1132 #errors
1133 /link/@rel;link type:example-link-type;unsupported
1134
1135 #data
1136 <link rel="alternate stylesheet" href="http://test/" title=""
1137 xmlns="http://www.w3.org/1999/xhtml"/>
1138 #errors
1139
1140 #data
1141 <link rel="author" href="http://test/" hreflang=""
1142 xmlns="http://www.w3.org/1999/xhtml"/>
1143 #errors
1144 /link/@hreflang;LangTag:nosemantics:language;m
1145
1146 #data
1147 <link rel="author" href="http://test/" hreflang="en"
1148 xmlns="http://www.w3.org/1999/xhtml"/>
1149 #errors
1150
1151 #data
1152 <link media="all"
1153 xmlns="http://www.w3.org/1999/xhtml"/>
1154 #errors
1155 /link;attribute missing:href
1156 /link;attribute missing:rel
1157 /link/@media;media query;unsupported
1158
1159 #data
1160 <link rel="author" href="http://test/" media="all"
1161 xmlns="http://www.w3.org/1999/xhtml"/>
1162 #errors
1163 /link/@media;media query;unsupported
1164
1165 #data
1166 <link href="http://test/" rel="author" target="_self"
1167 xmlns="http://www.w3.org/1999/xhtml"/>
1168 #errors
1169 /link/@target;attribute not defined;m
1170
1171 #data
1172 <head xmlns="http://www.w3.org/1999/xhtml">
1173 <link rel="pingback" href="a"/>
1174 <link rel="pingback" href="b"/>
1175 <title>x</title>
1176 </head>
1177 #errors
1178 /head/link/@rel;link type:duplicate:pingback
1179
1180 #data
1181 <head xmlns="http://www.w3.org/1999/xhtml">
1182 <link rel="pingback" href="a"/>
1183 <link rel="pingback feed" href="b"/>
1184 <title>x</title>
1185 </head>
1186 #errors
1187 /head/link/@rel;link type:duplicate:pingback
1188
1189 #data
1190 <link rel="alternate" href="" target="" xmlns="http://www.w3.org/1999/xhtml"/>
1191 #errors
1192 /link/@target;attribute not defined;m
1193
1194 #data
1195 <link rel="alternate" href="" target="_self" xmlns="http://www.w3.org/1999/xhtml"/>
1196 #errors
1197 /link/@target;attribute not defined;m
1198
1199 #data
1200 <link rel="alternate" href="" target="_blank" xmlns="http://www.w3.org/1999/xhtml"/>
1201 #errors
1202 /link/@target;attribute not defined;m
1203 /link/@target;reserved browsing context name
1204
1205 #data
1206 <link href="" rev=" " xmlns="http://www.w3.org/1999/xhtml"/>
1207 #errors
1208 /link/@rev;attribute not defined;m
1209 /link;attribute missing:rel
1210
1211 #data
1212 <link href="" rev="made" xmlns="http://www.w3.org/1999/xhtml"/>
1213 #errors
1214 /link/@rev;attribute not defined;m
1215 /link;attribute missing:rel
1216
1217 #data
1218 <link href="" rev="made made" xmlns="http://www.w3.org/1999/xhtml"/>
1219 #errors
1220 /link/@rev;attribute not defined;m
1221 /link/@rev;duplicate token:made
1222 /link;attribute missing:rel
1223
1224 #data
1225 <meta xmlns="http://www.w3.org/1999/xhtml">
1226 <!-- TODO: <meta> tests are not complete -->
1227 </meta>
1228 #errors
1229 /meta;attribute missing:name|http-equiv|charset
1230
1231 #data
1232 <meta name="dns" xmlns="http://www.w3.org/1999/xhtml"/>
1233 #errors
1234 /meta;attribute missing:content
1235
1236 #data
1237 <meta name="dns" content="example.net" xmlns="http://www.w3.org/1999/xhtml"/>
1238 #errors
1239
1240 #data
1241 <meta charset="us-ascii" name="dns" content="example.net"
1242 xmlns="http://www.w3.org/1999/xhtml"/>
1243 #errors
1244 /meta;element not allowed:meta charset;m
1245 /meta/@charset;attribute not allowed
1246 /meta;in XML:charset;m
1247 /meta/@charset;mismatched charset name::us-ascii;unsupported
1248
1249 #data
1250 <meta http-equiv="refresh" xmlns="http://www.w3.org/1999/xhtml"/>
1251 #errors
1252 /meta;attribute missing:content
1253
1254 #data
1255 <meta http-equiv="refresh" content="10; a.html"
1256 xmlns="http://www.w3.org/1999/xhtml"/>
1257 #errors
1258
1259 #data
1260 <meta http-equiv="refresh" content="10; a.html" name="dns"
1261 xmlns="http://www.w3.org/1999/xhtml"/>
1262 #errors
1263 /meta/@http-equiv;attribute not allowed
1264
1265 #data
1266 <meta http-equiv="refresh" content="10; a.html" charset="us-ascii"
1267 xmlns="http://www.w3.org/1999/xhtml"/>
1268 #errors
1269 /meta/@charset;attribute not allowed
1270 /meta;in XML:charset;m
1271 /meta/@charset;mismatched charset name::us-ascii;unsupported
1272 /meta;element not allowed:meta charset;m
1273
1274 #data
1275 <meta http-equiv="" content="example.net" xmlns="http://www.w3.org/1999/xhtml"/>
1276 #errors
1277 /meta/@http-equiv;enumerated:invalid
1278
1279 #data
1280 <meta content="example.net" xmlns="http://www.w3.org/1999/xhtml"/>
1281 #errors
1282 /meta/@content;attribute not allowed
1283 /meta;attribute missing:name|http-equiv
1284
1285 #data
1286 <meta charset="us-ascii" content="example.net"
1287 xmlns="http://www.w3.org/1999/xhtml"/>
1288 #errors
1289 /meta;element not allowed:meta charset;m
1290 /meta/@content;attribute not allowed
1291 /meta;in XML:charset;m
1292 /meta/@charset;mismatched charset name::us-ascii;unsupported
1293
1294 #data
1295 <meta content="example.net" xmlns="http://www.w3.org/1999/xhtml"/>
1296 #errors
1297 /meta/@content;attribute not allowed
1298 /meta;attribute missing:name|http-equiv
1299
1300 #data html
1301 <!DOCTYPE HTML><html><head><meta charset="us-ascii"><title>x</title></head><body><p>x
1302 #errors
1303 /html/head/meta/@charset;mismatched charset name::us-ascii;unsupported
1304
1305 #data
1306 <meta charset="" xmlns="http://www.w3.org/1999/xhtml"/>
1307 #errors
1308 /meta;element not allowed:meta charset;m
1309 /meta;in XML:charset;m
1310 /meta/@charset;mismatched charset name::;unsupported
1311 /meta/@charset;charset:syntax error:;m
1312 /meta/@charset;charset:not registered:;w
1313
1314 #data
1315 <meta charset="us-ascii" xmlns="http://www.w3.org/1999/xhtml"/>
1316 #errors
1317 /meta;element not allowed:meta charset;m
1318 /meta;in XML:charset;m
1319 /meta/@charset;mismatched charset name::us-ascii;unsupported
1320
1321 #data
1322 <meta charset="US-ascii" xmlns="http://www.w3.org/1999/xhtml"/>
1323 #errors
1324 /meta;element not allowed:meta charset;m
1325 /meta;in XML:charset;m
1326 /meta/@charset;mismatched charset name::us-ascii;unsupported
1327
1328 #data
1329 <meta charset="csiso2022jp" xmlns="http://www.w3.org/1999/xhtml"/>
1330 #errors
1331 /meta;element not allowed:meta charset;m
1332 /meta;in XML:charset;m
1333 /meta/@charset;mismatched charset name::csiso2022jp;unsupported
1334 /meta/@charset;charset:not preferred:csiso2022jp;m
1335
1336 #data
1337 <meta charset="iso2022jp" xmlns="http://www.w3.org/1999/xhtml"/>
1338 #errors
1339 /meta;element not allowed:meta charset;m
1340 /meta;in XML:charset;m
1341 /meta/@charset;mismatched charset name::iso2022jp;unsupported
1342 /meta/@charset;charset:not preferred:iso2022jp;m
1343 /meta/@charset;charset:not registered:iso2022jp;w
1344
1345 #data
1346 <meta charset="x-utf-8" xmlns="http://www.w3.org/1999/xhtml"/>
1347 #errors
1348 /meta;element not allowed:meta charset;m
1349 /meta;in XML:charset;m
1350 /meta/@charset;mismatched charset name::x-utf-8;unsupported
1351 /meta/@charset;charset:not preferred:x-utf-8;m
1352 /meta/@charset;charset:private:x-utf-8;w
1353
1354 #data
1355 <meta charset="utf-8n" xmlns="http://www.w3.org/1999/xhtml"/>
1356 #errors
1357 /meta;element not allowed:meta charset;m
1358 /meta;in XML:charset;m
1359 /meta/@charset;mismatched charset name::utf-8n;unsupported
1360 /meta/@charset;charset:not preferred:utf-8n;m
1361 /meta/@charset;charset:not registered:utf-8n;w
1362
1363 #data
1364 <meta charset="x-sjis" xmlns="http://www.w3.org/1999/xhtml"/>
1365 #errors
1366 /meta;element not allowed:meta charset;m
1367 /meta;in XML:charset;m
1368 /meta/@charset;mismatched charset name::x-sjis;unsupported
1369 /meta/@charset;charset:not preferred:x-sjis;m
1370 /meta/@charset;charset:private:x-sjis;w
1371
1372 #data html
1373 <!DOCTYPE HTML>
1374 <meta charset="us-ascii">
1375 <title>x</title>
1376 <body><p>b</p></body>
1377 #errors
1378 /html/head/meta/@charset;mismatched charset name::us-ascii;unsupported
1379
1380 #data html
1381 <!DOCTYPE HTML>
1382 <meta charset="us-&#x41;scii">
1383 <title>x</title>
1384 <body><p>x</p></body>
1385 #errors
1386 /html/head/meta/@charset;mismatched charset name::us-ascii;unsupported
1387 /html/head/meta/@charset;character reference in charset;m
1388
1389 #data html
1390 <!DOCTYPE HTML>
1391 <meta charset="us-&#x61;scii">
1392 <title>x</title>
1393 <body><p>x</p></body>
1394 #errors
1395 /html/head/meta/@charset;mismatched charset name::us-ascii;unsupported
1396 /html/head/meta/@charset;character reference in charset;m
1397
1398 #data html
1399 <!DOCTYPE HTML>
1400 <meta charset="us-&scii">
1401 <title>x</title>
1402 <body><p>x</p></body>
1403 #errors
1404 /html/head/meta/@charset;mismatched charset name::us-&scii;unsupported
1405 /html/head/meta/@charset;charset:not registered:us-&scii;w
1406
1407 #data html
1408 <!DOCTYPE HTML>
1409 <meta charset="us-&amp;scii">
1410 <title>x</title>
1411 <body><p>x</p></body>
1412 #errors
1413 /html/head/meta/@charset;mismatched charset name::us-&scii;unsupported
1414 /html/head/meta/@charset;charset:not registered:us-&scii;w
1415 /html/head/meta/@charset;character reference in charset;m
1416
1417 #data
1418 <meta xmlns="http://www.w3.org/1999/xhtml"
1419 http-equiv="content-type"
1420 />
1421 #errors
1422 /meta;element not allowed:meta charset;m
1423 /meta;attribute missing:content;m
1424 /meta;in XML:charset;m
1425
1426 #data
1427 <meta xmlns="http://www.w3.org/1999/xhtml"
1428 http-equiv="content-type"
1429 content=""/>
1430 #errors
1431 /meta;element not allowed:meta charset;m
1432 /meta;in XML:charset;m
1433 /meta/@content;meta content-type syntax error;m
1434
1435 #data
1436 <meta xmlns="http://www.w3.org/1999/xhtml"
1437 http-equiv="content-type"
1438 content="text/html"/>
1439 #errors
1440 /meta;element not allowed:meta charset;m
1441 /meta;in XML:charset;m
1442 /meta/@content;meta content-type syntax error;m
1443
1444 #data
1445 <meta xmlns="http://www.w3.org/1999/xhtml"
1446 http-equiv="content-type"
1447 content="html"/>
1448 #errors
1449 /meta;element not allowed:meta charset;m
1450 /meta;in XML:charset;m
1451 /meta/@content;meta content-type syntax error;m
1452
1453 #data
1454 <meta xmlns="http://www.w3.org/1999/xhtml"
1455 http-equiv="content-type"
1456 content="text/html;charset"/>
1457 #errors
1458 /meta;element not allowed:meta charset;m
1459 /meta;in XML:charset;m
1460 /meta/@content;meta content-type syntax error;m
1461
1462 #data
1463 <meta xmlns="http://www.w3.org/1999/xhtml"
1464 http-equiv="content-type"
1465 content="text/HTML; charset=us-ascii"/>
1466 #errors
1467 /meta;element not allowed:meta charset;m
1468 /meta;in XML:charset;m
1469 /meta/@content;mismatched charset name::us-ascii;unsupported
1470
1471 #data
1472 <meta xmlns="http://www.w3.org/1999/xhtml"
1473 http-equiv="content-type"
1474 content="text/html; charset=us-ascii"/>
1475 #errors
1476 /meta;element not allowed:meta charset;m
1477 /meta;in XML:charset;m
1478 /meta/@content;mismatched charset name::us-ascii;unsupported
1479
1480 #data
1481 <meta xmlns="http://www.w3.org/1999/xhtml"
1482 http-equiv="content-type"
1483 content="text/html ; charset=us-ascii"/>
1484 #errors
1485 /meta;element not allowed:meta charset;m
1486 /meta;in XML:charset;m
1487 /meta/@content;meta content-type syntax error;m
1488
1489 #data
1490 <meta xmlns="http://www.w3.org/1999/xhtml"
1491 http-equiv="content-type"
1492 content="text/html;&#x09;charset=us-ascii"/>
1493 #errors
1494 /meta;element not allowed:meta charset;m
1495 /meta;in XML:charset;m
1496 /meta/@content;mismatched charset name::us-ascii;unsupported
1497
1498 #data
1499 <meta xmlns="http://www.w3.org/1999/xhtml"
1500 http-equiv="content-type"
1501 content=" text/html; charset=us-ascii"/>
1502 #errors
1503 /meta;element not allowed:meta charset;m
1504 /meta;in XML:charset;m
1505 /meta/@content;meta content-type syntax error;m
1506
1507 #data
1508 <meta xmlns="http://www.w3.org/1999/xhtml"
1509 http-equiv="content-type"
1510 content="text/html; charset=&quot;us-ascii&quot;"/>
1511 #errors
1512 /meta;element not allowed:meta charset;m
1513 /meta;in XML:charset;m
1514 /meta/@content;charset:not registered:"us-ascii";w
1515 /meta/@content;mismatched charset name::"us-ascii";unsupported
1516
1517 #data
1518 <meta xmlns="http://www.w3.org/1999/xhtml"
1519 http-equiv="content-type"
1520 content="text/html; charset=x-sjis"/>
1521 #errors
1522 /meta;element not allowed:meta charset;m
1523 /meta;in XML:charset;m
1524 /meta/@content;mismatched charset name::x-sjis;unsupported
1525 /meta/@content;charset:not preferred:x-sjis;m
1526 /meta/@content;charset:private:x-sjis;w
1527
1528 #data html
1529 <!DOCTYPE HTML>
1530 <meta http-equiv=Content-Type content=text/html;charset=us-&#x61;scii>
1531 <title>x</title>
1532 <body>y</body>
1533 #errors
1534 /html/head/meta/@content;mismatched charset name::us-ascii;unsupported
1535 /html/head/meta/@content;character reference in charset;m
1536
1537 #data html
1538 <!DOCTYPE HTML>
1539 <meta http-equiv=Content-Type content=text/html; charset=us-ascii>
1540 <title>x</title>
1541 <body>y</body>
1542 #errors
1543 /html/head/meta/@charset;attribute not allowed
1544 /html/head/meta/@content;meta content-type syntax error;m
1545 /html/head/meta/@charset;mismatched charset name::us-ascii;unsupported
1546
1547 #data
1548 <style type="" xmlns="http://www.w3.org/1999/xhtml"/>
1549 #errors
1550 /style/@type;IMT:syntax error
1551 /style;style:;unsupported
1552
1553 #data
1554 <style type="text" xmlns="http://www.w3.org/1999/xhtml"/>
1555 #errors
1556 /style/@type;IMT:syntax error
1557 /style;style:text;unsupported
1558
1559 #data
1560 <style type="text/css" xmlns="http://www.w3.org/1999/xhtml"/>
1561 #errors
1562 /style;SUBDOC
1563
1564 #data
1565 <style type="Text/CSS" xmlns="http://www.w3.org/1999/xhtml"/>
1566 #errors
1567 /style;SUBDOC
1568
1569 #data
1570 <style type="TEXT/CSS" xmlns="http://www.w3.org/1999/xhtml"/>
1571 #errors
1572 /style;SUBDOC
1573
1574 #data
1575 <style type="text/css; charset=us-ascii" xmlns="http://www.w3.org/1999/xhtml">
1576 <!-- NOTE: |charset| parameter here is meaningless (or harmful?),
1577 but syntactically correct. -->
1578 </style>
1579 #errors
1580 /style;style:text/css; charset=us-ascii;unsupported
1581
1582 #data
1583 <style media="all" xmlns="http://www.w3.org/1999/xhtml"/>
1584 #errors
1585 /style;SUBDOC
1586 /style/@media;media query;unsupported
1587
1588 #data
1589 <style media="screen" xmlns="http://www.w3.org/1999/xhtml"/>
1590 #errors
1591 /style;SUBDOC
1592 /style/@media;media query;unsupported
1593
1594 #data
1595 <head xmlns="http://www.w3.org/1999/xhtml">
1596 <title>x</title>
1597 <style scoped=""/>
1598 </head>
1599 #errors
1600 /head/style;SUBDOC
1601 /head/style;element not allowed:head style;m
1602
1603 #data
1604 <article xmlns="http://www.w3.org/1999/xhtml">
1605 <style/>
1606 </article>
1607 #errors
1608 /article/style;element not allowed:flow style;m
1609 /article/style;SUBDOC
1610 /article;no significant content;s
1611
1612 #data
1613 <article xmlns="http://www.w3.org/1999/xhtml">
1614 <style scoped=""/>
1615 </article>
1616 #errors
1617 /article/style;SUBDOC
1618 /article;no significant content;s
1619
1620 #data
1621 <aside xmlns="http://www.w3.org/1999/xhtml">
1622 <style/>
1623 </aside>
1624 #errors
1625 /aside/style;element not allowed:flow style;m
1626 /aside/style;SUBDOC
1627 /aside;no significant content;s
1628
1629 #data
1630 <aside xmlns="http://www.w3.org/1999/xhtml">
1631 <style scoped=""/>
1632 </aside>
1633 #errors
1634 /aside/style;SUBDOC
1635 /aside;no significant content;s
1636
1637 #data
1638 <div xmlns="http://www.w3.org/1999/xhtml">
1639 <style/>
1640 </div>
1641 #errors
1642 /div/style;element not allowed:flow style;m
1643 /div/style;SUBDOC
1644 /div;no significant content;s
1645
1646 #data
1647 <div xmlns="http://www.w3.org/1999/xhtml">
1648 <style scoped=""/>
1649 </div>
1650 #errors
1651 /div/style;SUBDOC
1652 /div;no significant content;s
1653
1654 #data
1655 <section xmlns="http://www.w3.org/1999/xhtml">
1656 <style/>
1657 </section>
1658 #errors
1659 /section/style;element not allowed:flow style;m
1660 /section/style;SUBDOC
1661 /section;no significant content;s
1662
1663 #data
1664 <section xmlns="http://www.w3.org/1999/xhtml">
1665 <style scoped=""/>
1666 </section>
1667 #errors
1668 /section/style;SUBDOC
1669 /section;no significant content;s
1670
1671 #data
1672 <section xmlns="http://www.w3.org/1999/xhtml">
1673 <style scope=""/>
1674 </section>
1675 #errors
1676 /section/style/@scope;attribute;unsupported
1677 /section/style;element not allowed:flow style;m
1678 /section/style;SUBDOC
1679 /section;no significant content;s
1680
1681 #data
1682 <body background="" xmlns="http://www.w3.org/1999/xhtml">x</body>
1683 #errors
1684 /body/@background;attribute not defined;m
1685
1686 #data
1687 <body background="a.png" xmlns="http://www.w3.org/1999/xhtml">x</body>
1688 #errors
1689 /body/@background;attribute not defined;m
1690
1691 #data
1692 <body background="[]" xmlns="http://www.w3.org/1999/xhtml">x</body>
1693 #errors
1694 /body/@background;attribute not defined;m
1695 /body/@background;URI::syntax error:iriref3987;m
1696
1697 #data
1698 <body text="red" xmlns="http://www.w3.org/1999/xhtml"/>
1699 #errors
1700 /body/@text;attribute not defined;m
1701 /body;no significant content;s
1702
1703 #data
1704 <body text="" xmlns="http://www.w3.org/1999/xhtml">x</body>
1705 #errors
1706 /body/@text;attribute not defined;m
1707 /body/@text;color:syntax error;m
1708
1709 #data
1710 <body link="" xmlns="http://www.w3.org/1999/xhtml">x</body>
1711 #errors
1712 /body/@link;attribute not defined;m
1713 /body/@link;color:syntax error;m
1714
1715 #data
1716 <body link="#c0c0c0" xmlns="http://www.w3.org/1999/xhtml">x</body>
1717 #errors
1718 /body/@link;attribute not defined;m
1719
1720 #data
1721 <body alink="" xmlns="http://www.w3.org/1999/xhtml">x</body>
1722 #errors
1723 /body/@alink;attribute not defined;m
1724 /body/@alink;color:syntax error;m
1725
1726 #data
1727 <body alink="Red" xmlns="http://www.w3.org/1999/xhtml">x</body>
1728 #errors
1729 /body/@alink;attribute not defined;m
1730
1731 #data
1732 <body vlink="" xmlns="http://www.w3.org/1999/xhtml">x</body>
1733 #errors
1734 /body/@vlink;attribute not defined;m
1735 /body/@vlink;color:syntax error;m
1736
1737 #data
1738 <body vlink="orange" xmlns="http://www.w3.org/1999/xhtml">x</body>
1739 #errors
1740 /body/@vlink;attribute not defined;m
1741 /body/@vlink;color:syntax error;m
1742
1743 #data
1744 <body alink="000000" xmlns="http://www.w3.org/1999/xhtml">x</body>
1745 #errors
1746 /body/@alink;attribute not defined;m
1747 /body/@alink;color:syntax error;m
1748
1749 #data
1750 <body bgcolor="" xmlns="http://www.w3.org/1999/xhtml">x</body>
1751 #errors
1752 /body/@bgcolor;attribute not defined;m
1753 /body/@bgcolor;color:syntax error;m
1754
1755 #data
1756 <body bgcolor="#ffffff" xmlns="http://www.w3.org/1999/xhtml">x</body>
1757 #errors
1758 /body/@bgcolor;attribute not defined;m
1759
1760 #data
1761 <blockquote cite="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
1762 #errors
1763 /blockquote;no significant content;s
1764
1765 #data
1766 <blockquote cite="http://test/%" xmlns="http://www.w3.org/1999/xhtml"/>
1767 #errors
1768 /blockquote/@cite;URI::syntax error:iriref3987;m
1769 /blockquote;no significant content;s
1770
1771 #data
1772 <h1 align="left" xmlns="http://www.w3.org/1999/xhtml"/>
1773 #errors
1774 /h1/@align;attribute not defined;m
1775 /h1;no significant content;s
1776
1777 #data
1778 <h1 align="nonleft" xmlns="http://www.w3.org/1999/xhtml">x</h1>
1779 #errors
1780 /h1/@align;attribute not defined;m
1781 /h1/@align;enumerated:invalid
1782
1783 #data
1784 <h2 align="justify" xmlns="http://www.w3.org/1999/xhtml">x</h2>
1785 #errors
1786 /h2/@align;attribute not defined;m
1787
1788 #data
1789 <address align="left" xmlns="http://www.w3.org/1999/xhtml"/>
1790 #errors
1791 /address/@align;attribute;unsupported
1792 /address;no significant content;s
1793
1794 #data
1795 <p align="" xmlns="http://www.w3.org/1999/xhtml"/>
1796 #errors
1797 /p/@align;attribute not defined;m
1798 /p/@align;enumerated:invalid
1799 /p;no significant content;s
1800
1801 #data
1802 <p align="left" xmlns="http://www.w3.org/1999/xhtml"/>
1803 #errors
1804 /p/@align;attribute not defined;m
1805 /p;no significant content;s
1806
1807 #data
1808 <p align="justifY" xmlns="http://www.w3.org/1999/xhtml"/>
1809 #errors
1810 /p/@align;attribute not defined;m
1811 /p;no significant content;s
1812
1813 #data
1814 <hr align="left" xmlns="http://www.w3.org/1999/xhtml"/>
1815 #errors
1816 /hr/@align;attribute;unsupported
1817
1818 #data
1819 <br clear="" xmlns="http://www.w3.org/1999/xhtml"/>
1820 #errors
1821 /br/@clear;attribute not defined;m
1822 /br/@clear;enumerated:invalid
1823
1824 #data
1825 <br clear="left" xmlns="http://www.w3.org/1999/xhtml"/>
1826 #errors
1827 /br/@clear;attribute not defined;m
1828
1829 #data
1830 <br clear="right" xmlns="http://www.w3.org/1999/xhtml"/>
1831 #errors
1832 /br/@clear;attribute not defined;m
1833
1834 #data
1835 <br clear="all" xmlns="http://www.w3.org/1999/xhtml"/>
1836 #errors
1837 /br/@clear;attribute not defined;m
1838
1839 #data
1840 <br clear="none" xmlns="http://www.w3.org/1999/xhtml"/>
1841 #errors
1842 /br/@clear;attribute not defined;m
1843
1844 #data
1845 <br clear="both" xmlns="http://www.w3.org/1999/xhtml"/>
1846 #errors
1847 /br/@clear;attribute not defined;m
1848 /br/@clear;enumerated:invalid
1849
1850 #data
1851 <dialog compact="" xmlns="http://www.w3.org/1999/xhtml"/>
1852 #errors
1853 /dialog/@compact;attribute;unsupported
1854
1855 #data
1856 <pre width="" xmlns="http://www.w3.org/1999/xhtml"/>
1857 #errors
1858 /pre/@width;attribute not defined;m
1859 /pre/@width;nninteger:syntax error
1860 /pre;no significant content;s
1861
1862 #data
1863 <pre width="0" xmlns="http://www.w3.org/1999/xhtml"/>
1864 #errors
1865 /pre/@width;attribute not defined;m
1866 /pre;no significant content;s
1867
1868 #data
1869 <pre width="4" xmlns="http://www.w3.org/1999/xhtml"/>
1870 #errors
1871 /pre/@width;attribute not defined;m
1872 /pre;no significant content;s
1873
1874 #data
1875 <pre width="1224" xmlns="http://www.w3.org/1999/xhtml"/>
1876 #errors
1877 /pre/@width;attribute not defined;m
1878 /pre;no significant content;s
1879
1880 #data
1881 <pre width="0000122" xmlns="http://www.w3.org/1999/xhtml"/>
1882 #errors
1883 /pre/@width;attribute not defined;m
1884 /pre;no significant content;s
1885
1886 #data
1887 <pre width="-122" xmlns="http://www.w3.org/1999/xhtml"/>
1888 #errors
1889 /pre/@width;attribute not defined;m
1890 /pre/@width;nninteger:syntax error
1891 /pre;no significant content;s
1892
1893 #data
1894 <pre width="12.0" xmlns="http://www.w3.org/1999/xhtml"/>
1895 #errors
1896 /pre/@width;attribute not defined;m
1897 /pre/@width;nninteger:syntax error
1898 /pre;no significant content;s
1899
1900 #data
1901 <pre width=" 12" xmlns="http://www.w3.org/1999/xhtml"/>
1902 #errors
1903 /pre/@width;attribute not defined;m
1904 /pre/@width;nninteger:syntax error
1905 /pre;no significant content;s
1906
1907 #data
1908 <pre width="aaa" xmlns="http://www.w3.org/1999/xhtml"/>
1909 #errors
1910 /pre/@width;attribute not defined;m
1911 /pre/@width;nninteger:syntax error
1912 /pre;no significant content;s
1913
1914 #data
1915 <pre xml:space="preserve" xmlns="http://www.w3.org/1999/xhtml"/>
1916 #errors
1917 /pre;no significant content;s
1918
1919 #data
1920 <pre xml:space="default" xmlns="http://www.w3.org/1999/xhtml"/>
1921 #errors
1922 /pre;no significant content;s
1923
1924 #data
1925 <ol start="" xmlns="http://www.w3.org/1999/xhtml"/>
1926 #errors
1927 /ol/@start;integer:syntax error
1928
1929 #data
1930 <ol start="0" xmlns="http://www.w3.org/1999/xhtml"/>
1931 #errors
1932
1933 #data
1934 <ol start="1" xmlns="http://www.w3.org/1999/xhtml"/>
1935 #errors
1936
1937 #data
1938 <ol start="2" xmlns="http://www.w3.org/1999/xhtml"/>
1939 #errors
1940
1941 #data
1942 <ol start="10" xmlns="http://www.w3.org/1999/xhtml"/>
1943 #errors
1944
1945 #data
1946 <ol start="-0" xmlns="http://www.w3.org/1999/xhtml"/>
1947 #errors
1948
1949 #data
1950 <ol start="-1" xmlns="http://www.w3.org/1999/xhtml"/>
1951 #errors
1952
1953 #data
1954 <ol start="-10" xmlns="http://www.w3.org/1999/xhtml"/>
1955 #errors
1956
1957 #data
1958 <ol start="0000" xmlns="http://www.w3.org/1999/xhtml"/>
1959 #errors
1960
1961 #data
1962 <ol start="0001" xmlns="http://www.w3.org/1999/xhtml"/>
1963 #errors
1964
1965 #data
1966 <ol start="00001" xmlns="http://www.w3.org/1999/xhtml"/>
1967 #errors
1968
1969 #data
1970 <ol start="1000000000000" xmlns="http://www.w3.org/1999/xhtml"/>
1971 #errors
1972
1973 #data
1974 <ol start="-100000000000000" xmlns="http://www.w3.org/1999/xhtml"/>
1975 #errors
1976
1977 #data
1978 <ol start="1.0" xmlns="http://www.w3.org/1999/xhtml"/>
1979 #errors
1980 /ol/@start;integer:syntax error
1981
1982 #data
1983 <ol start="-1.0" xmlns="http://www.w3.org/1999/xhtml"/>
1984 #errors
1985 /ol/@start;integer:syntax error
1986
1987 #data
1988 <ol start="+0" xmlns="http://www.w3.org/1999/xhtml"/>
1989 #errors
1990 /ol/@start;integer:syntax error
1991
1992 #data
1993 <ol start="+1" xmlns="http://www.w3.org/1999/xhtml"/>
1994 #errors
1995 /ol/@start;integer:syntax error
1996
1997 #data
1998 <ol start="-+1" xmlns="http://www.w3.org/1999/xhtml"/>
1999 #errors
2000 /ol/@start;integer:syntax error
2001
2002 #data
2003 <ol start="1aaa" xmlns="http://www.w3.org/1999/xhtml"/>
2004 #errors
2005 /ol/@start;integer:syntax error
2006
2007 #data
2008 <ol start="xxxxx" xmlns="http://www.w3.org/1999/xhtml"/>
2009 #errors
2010 /ol/@start;integer:syntax error
2011
2012 #data
2013 <ol start=" 1" xmlns="http://www.w3.org/1999/xhtml"/>
2014 #errors
2015 /ol/@start;integer:syntax error
2016
2017 #data
2018 <ol start="1 " xmlns="http://www.w3.org/1999/xhtml"/>
2019 #errors
2020 /ol/@start;integer:syntax error
2021
2022 #data
2023 <ol start=" 1 " xmlns="http://www.w3.org/1999/xhtml"/>
2024 #errors
2025 /ol/@start;integer:syntax error
2026
2027 #data
2028 <ol start="_1" xmlns="http://www.w3.org/1999/xhtml"/>
2029 #errors
2030 /ol/@start;integer:syntax error
2031
2032 #data
2033 <ol start="&#x4E00;" xmlns="http://www.w3.org/1999/xhtml"/>
2034 #errors
2035 /ol/@start;integer:syntax error
2036
2037 #data
2038 <ol start="" xmlns="http://www.w3.org/1999/xhtml"/>
2039 #errors
2040 /ol/@start;integer:syntax error
2041
2042 #data
2043 <ol start="&#x2212;1" xmlns="http://www.w3.org/1999/xhtml"/>
2044 #errors
2045 /ol/@start;integer:syntax error
2046
2047 #data
2048 <ol reversed="" xmlns="http://www.w3.org/1999/xhtml"/>
2049 #errors
2050
2051 #data
2052 <ol reversed="reversed" xmlns="http://www.w3.org/1999/xhtml"/>
2053 #errors
2054
2055 #data
2056 <ol reversed="REVERSED" xmlns="http://www.w3.org/1999/xhtml"/>
2057 #errors
2058 /ol/@reversed;boolean:invalid
2059
2060 #data
2061 <ol reversed=" reversed " xmlns="http://www.w3.org/1999/xhtml"/>
2062 #errors
2063 /ol/@reversed;boolean:invalid
2064
2065 #data
2066 <ol reversed="yes" xmlns="http://www.w3.org/1999/xhtml"/>
2067 #errors
2068 /ol/@reversed;boolean:invalid
2069
2070 #data
2071 <ol reversed="on" xmlns="http://www.w3.org/1999/xhtml"/>
2072 #errors
2073 /ol/@reversed;boolean:invalid
2074
2075 #data
2076 <ol reversed="true" xmlns="http://www.w3.org/1999/xhtml"/>
2077 #errors
2078 /ol/@reversed;boolean:invalid
2079
2080 #data
2081 <ol reverse="" xmlns="http://www.w3.org/1999/xhtml"/>
2082 #errors
2083 /ol/@reverse;attribute not defined;m
2084
2085 #data
2086 <ol reversed="reverse" xmlns="http://www.w3.org/1999/xhtml"/>
2087 #errors
2088 /ol/@reversed;boolean:invalid
2089
2090 #data
2091 <ol xmlns="http://www.w3.org/1999/xhtml">
2092 <li value=""/>
2093 </ol>
2094 #error
2095 /ol/li/@value;integer:syntax error
2096 /ol/li;no significant content;s
2097
2098 #data
2099 <ol xmlns="http://www.w3.org/1999/xhtml">
2100 <li value="1"/>
2101 </ol>
2102 #error
2103 /ol/li;no significant content;s
2104
2105 #data
2106 <ol xmlns="http://www.w3.org/1999/xhtml">
2107 <li value="0"/>
2108 </ol>
2109 #error
2110 /ol/li;no significant content;s
2111
2112 #data
2113 <ol xmlns="http://www.w3.org/1999/xhtml">
2114 <li value="-1"/>
2115 </ol>
2116 #error
2117 /ol/li;no significant content;s
2118
2119 #data
2120 <ol xmlns="http://www.w3.org/1999/xhtml">
2121 <li value="+1"/>
2122 </ol>
2123 #error
2124 /ol/li;no significant content;s
2125
2126 #data
2127 <ol xmlns="http://www.w3.org/1999/xhtml">
2128 <li value="xxx"/>
2129 </ol>
2130 #error
2131 /ol/li/@value;integer:syntax error
2132 /ol/li;no significant content;s
2133
2134 #data
2135 <ul xmlns="http://www.w3.org/1999/xhtml">
2136 <li value=""/>
2137 </ul>
2138 #error
2139 /ul/li/@value;attribute;unsupported
2140 /ul/li/@value;integer:syntax error
2141 /ul/li;no significant content;s
2142
2143 #data
2144 <ul xmlns="http://www.w3.org/1999/xhtml">
2145 <li value="1"/>
2146 </ul>
2147 #error
2148 /ul/li/@value;attribute;unsupported
2149 /ul/li;no significant content;s
2150
2151 #data
2152 <ul xmlns="http://www.w3.org/1999/xhtml">
2153 <li value="0"/>
2154 </ul>
2155 #error
2156 /ul/li/@value;attribute;unsupported
2157 /ul/li;no significant content;s
2158
2159 #data
2160 <ul xmlns="http://www.w3.org/1999/xhtml">
2161 <li value="-1"/>
2162 </ul>
2163 #error
2164 /ul/li/@value;attribute;unsupported
2165 /ul/li;no significant content;s
2166
2167 #data
2168 <ul xmlns="http://www.w3.org/1999/xhtml">
2169 <li value="+1"/>
2170 </ul>
2171 #error
2172 /ul/li/@value;attribute;unsupported
2173 /ul/li;no significant content;s
2174
2175 #data
2176 <ul xmlns="http://www.w3.org/1999/xhtml">
2177 <li value="xxx"/>
2178 </ul>
2179 #error
2180 /ul/li/@value;attribute;unsupported
2181 /ul/li/@value;integer:syntax error
2182 /ul/li;no significant content;s
2183
2184 #data
2185 <li value="" xmlns="http://www.w3.org/1999/xhtml"/>
2186 #error
2187 /li/@value;attribute;unsupported
2188 /li/@value;integer:syntax error
2189 /li;no significant content;s
2190
2191 #data
2192 <li value="1" xmlns="http://www.w3.org/1999/xhtml"/>
2193 #error
2194 /li/@value;attribute;unsupported
2195 /li;no significant content;s
2196
2197 #data
2198 <li value="0" xmlns="http://www.w3.org/1999/xhtml"/>
2199 #error
2200 /li/@value;attribute;unsupported
2201 /li;no significant content;s
2202
2203 #data
2204 <li value="-1" xmlns="http://www.w3.org/1999/xhtml"/>
2205 #error
2206 /li/@value;attribute;unsupported
2207 /li;no significant content;s
2208
2209 #data
2210 <li value="+1" xmlns="http://www.w3.org/1999/xhtml"/>
2211 #error
2212 /li/@value;attribute;unsupported
2213 /li;no significant content;s
2214
2215 #data
2216 <li value="xxx" xmlns="http://www.w3.org/1999/xhtml"/>
2217 #error
2218 /li/@value;attribute;unsupported
2219 /li/@value;integer:syntax error
2220 /li;no significant content;s
2221
2222 #data
2223 <ol compact="" xmlns="http://www.w3.org/1999/xhtml"/>
2224 #error
2225 /ol/@compact;attribute not defined;m
2226
2227 #data
2228 <ol compact="compact" xmlns="http://www.w3.org/1999/xhtml"/>
2229 #error
2230 /ol/@compact;attribute not defined;m
2231
2232 #data
2233 <ol compact="Compact" xmlns="http://www.w3.org/1999/xhtml"/>
2234 #error
2235 /ol/@compact;attribute not defined;m
2236 /ol/@compact;boolean:invalid
2237
2238 #data
2239 <ul compact="" xmlns="http://www.w3.org/1999/xhtml"/>
2240 #error
2241 /ul/@compact;attribute not defined;m
2242
2243 #data
2244 <ul compact="compact" xmlns="http://www.w3.org/1999/xhtml"/>
2245 #error
2246 /ul/@compact;attribute not defined;m
2247
2248 #data
2249 <ul compact="Compact" xmlns="http://www.w3.org/1999/xhtml"/>
2250 #error
2251 /ul/@compact;attribute not defined;m
2252 /ul/@compact;boolean:invalid
2253
2254 #data
2255 <dir compact="" xmlns="http://www.w3.org/1999/xhtml"/>
2256 #error
2257 /dir/@compact;attribute not defined;m
2258 /dir;element not defined;m
2259
2260 #data
2261 <dir compact="compact" xmlns="http://www.w3.org/1999/xhtml"/>
2262 #error
2263 /dir/@compact;attribute not defined;m
2264 /dir;element not defined;m
2265
2266 #data
2267 <dir compact="Compact" xmlns="http://www.w3.org/1999/xhtml"/>
2268 #error
2269 /dir/@compact;attribute not defined;m
2270 /dir/@compact;boolean:invalid
2271 /dir;element not defined;m
2272
2273 #data
2274 <menu compact="" xmlns="http://www.w3.org/1999/xhtml"/>
2275 #error
2276 /menu/@compact;attribute not defined;m
2277 /menu;no significant content;s
2278
2279 #data
2280 <menu compact="compact" xmlns="http://www.w3.org/1999/xhtml"/>
2281 #error
2282 /menu/@compact;attribute not defined;m
2283 /menu;no significant content;s
2284
2285 #data
2286 <menu compact="Compact" xmlns="http://www.w3.org/1999/xhtml"/>
2287 #error
2288 /menu/@compact;attribute not defined;m
2289 /menu/@compact;boolean:invalid
2290 /menu;no significant content;s
2291
2292 #data
2293 <dl compact="" xmlns="http://www.w3.org/1999/xhtml"/>
2294 #error
2295 /dl/@compact;attribute not defined;m
2296
2297 #data
2298 <dl compact="compact" xmlns="http://www.w3.org/1999/xhtml"/>
2299 #error
2300 /dl/@compact;attribute not defined;m
2301
2302 #data
2303 <dl compact="Compact" xmlns="http://www.w3.org/1999/xhtml"/>
2304 #error
2305 /dl/@compact;attribute not defined;m
2306 /dl/@compact;boolean:invalid
2307
2308 #data
2309 <a xmlns="http://www.w3.org/1999/xhtml"/>
2310 #errors
2311 /a;no significant content;s
2312
2313 #data
2314 <a href="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
2315 #errors
2316 /a;no significant content;s
2317
2318 #data
2319 <a href="http://test/[44::]/" xmlns="http://www.w3.org/1999/xhtml"/>
2320 #errors
2321 /a/@href;URI::syntax error:iriref3987;m
2322 /a;no significant content;s
2323
2324 #data
2325 <a href="http://test/" type="" xmlns="http://www.w3.org/1999/xhtml"/>
2326 #errors
2327 /a/@type;IMT:syntax error
2328 /a;no significant content;s
2329
2330 #data
2331 <a href="http://test/" type="text/html" xmlns="http://www.w3.org/1999/xhtml"/>
2332 #errors
2333 /a;no significant content;s
2334
2335 #data
2336 <a href="http://test/" rel="" xmlns="http://www.w3.org/1999/xhtml"/>
2337 #errors
2338 /a;no significant content;s
2339
2340 #data
2341 <a href="http://test/" rel="author contact"
2342 xmlns="http://www.w3.org/1999/xhtml"/>
2343 #errors
2344 /a;no significant content;s
2345
2346 #data
2347 <a href="http://test/" rel="author author" xmlns="http://www.w3.org/1999/xhtml"/>
2348 #errors
2349 /a/@rel;duplicate token:author
2350 /a;no significant content;s
2351
2352 #data
2353 <a href="http://test/" rel="bookmark" xmlns="http://www.w3.org/1999/xhtml"/>
2354 #errors
2355 /a;no significant content;s
2356
2357 #data
2358 <a href="http://test/" rel="previous" xmlns="http://www.w3.org/1999/xhtml"/>
2359 #errors
2360 /a/@rel;link type:non-conforming:previous
2361 /a;no significant content;s
2362
2363 #data
2364 <a href="http://test/" rel="edit" xmlns="http://www.w3.org/1999/xhtml"/>
2365 #errors
2366 /a/@rel;link type:proposed:edit;s
2367 /a;no significant content;s
2368
2369 #data
2370 <a href="http://test/" rel="script" xmlns="http://www.w3.org/1999/xhtml"/>
2371 #errors
2372 /a/@rel;link type:non-conforming:script
2373 /a;no significant content;s
2374
2375 #data
2376 <a href="http://test/" rel="stylesheet" xmlns="http://www.w3.org/1999/xhtml"/>
2377 #errors
2378 /a/@rel;link type:bad context:stylesheet
2379 /a;no significant content;s
2380
2381 #data
2382 <a href="http://test/" rel="test-type" xmlns="http://www.w3.org/1999/xhtml"/>
2383 #errors
2384 /a/@rel;link type:test-type;unsupported
2385 /a;no significant content;s
2386
2387 #data
2388 <a href="http://test/" ping="http://a.test/"
2389 xmlns="http://www.w3.org/1999/xhtml"/>
2390 #errors
2391 /a;no significant content;s
2392
2393 #data
2394 <a href="http://test/" ping="http://a.test/ http://b.test/"
2395 xmlns="http://www.w3.org/1999/xhtml"/>
2396 #errors
2397 /a;no significant content;s
2398
2399 #data
2400 <a href="http://test/" ping="http://a.test/ [b.test]"
2401 xmlns="http://www.w3.org/1999/xhtml"/>
2402 #errors
2403 /a/@ping;URIs::syntax error:iriref3987:1;m
2404 /a;no significant content;s
2405
2406 #data
2407 <a href="http://test/" hreflang=""
2408 xmlns="http://www.w3.org/1999/xhtml"/>
2409 #errors
2410 /a/@hreflang;LangTag:nosemantics:language;m
2411 /a;no significant content;s
2412
2413 #data
2414 <a href="http://test/" hreflang="en"
2415 xmlns="http://www.w3.org/1999/xhtml"/>
2416 #errors
2417 /a;no significant content;s
2418
2419 #data
2420 <a href="http://test/" media="all"
2421 xmlns="http://www.w3.org/1999/xhtml"/>
2422 #errors
2423 /a/@media;media query;unsupported
2424 /a;no significant content;s
2425
2426 #data
2427 <a href="http://test/" target="_self"
2428 xmlns="http://www.w3.org/1999/xhtml"/>
2429 #errors
2430 /a;no significant content;s
2431
2432 #data
2433 <a href="http://test/" target="_parent"
2434 xmlns="http://www.w3.org/1999/xhtml"/>
2435 #errors
2436 /a;no significant content;s
2437
2438 #data
2439 <a href="http://test/" target="_top"
2440 xmlns="http://www.w3.org/1999/xhtml"/>
2441 #errors
2442 /a;no significant content;s
2443
2444 #data
2445 <a href="http://test/" target="_Top"
2446 xmlns="http://www.w3.org/1999/xhtml"/>
2447 #errors
2448 /a;no significant content;s
2449
2450 #data
2451 <a href="http://test/" target="_TOP"
2452 xmlns="http://www.w3.org/1999/xhtml"/>
2453 #errors
2454 /a;no significant content;s
2455
2456 #data
2457 <a href="http://test/" target="_blank"
2458 xmlns="http://www.w3.org/1999/xhtml"/>
2459 #errors
2460 /a/@target;reserved browsing context name
2461 /a;no significant content;s
2462
2463 #data
2464 <a href="http://test/" target="_main"
2465 xmlns="http://www.w3.org/1999/xhtml"/>
2466 #errors
2467 /a/@target;reserved browsing context name
2468 /a;no significant content;s
2469
2470 #data
2471 <a href="http://test/" target="abcde"
2472 xmlns="http://www.w3.org/1999/xhtml"/>
2473 #errors
2474 /a;no significant content;s
2475
2476 #data
2477 <a href="http://test/" target="_"
2478 xmlns="http://www.w3.org/1999/xhtml"/>
2479 #errors
2480 /a/@target;reserved browsing context name
2481 /a;no significant content;s
2482
2483 #data
2484 <a type="text/css" xmlns="http://www.w3.org/1999/xhtml"/>
2485 #errors
2486 /a/@type;attribute not allowed
2487 /a;no significant content;s
2488
2489 #data
2490 <a rel="author" xmlns="http://www.w3.org/1999/xhtml"/>
2491 #errors
2492 /a/@rel;attribute not allowed
2493 /a;no significant content;s
2494
2495 #data
2496 <a rev="" xmlns="http://www.w3.org/1999/xhtml">x</a>
2497 #errors
2498 /a/@rev;attribute not defined;m
2499
2500 #data
2501 <a rev="made" xmlns="http://www.w3.org/1999/xhtml">x</a>
2502 #errors
2503 /a/@rev;attribute not defined;m
2504
2505 #data
2506 <a rev=" made" xmlns="http://www.w3.org/1999/xhtml">x</a>
2507 #errors
2508 /a/@rev;attribute not defined;m
2509
2510 #data
2511 <a rev="made made" xmlns="http://www.w3.org/1999/xhtml">x</a>
2512 #errors
2513 /a/@rev;attribute not defined;m
2514 /a/@rev;duplicate token:made
2515
2516 #data
2517 <a ping="a" xmlns="http://www.w3.org/1999/xhtml"/>
2518 #errors
2519 /a/@ping;attribute not allowed
2520 /a;no significant content;s
2521
2522 #data
2523 <a hreflang="en" xmlns="http://www.w3.org/1999/xhtml"/>
2524 #errors
2525 /a/@hreflang;attribute not allowed
2526 /a;no significant content;s
2527
2528 #data
2529 <a media="screen" xmlns="http://www.w3.org/1999/xhtml"/>
2530 #errors
2531 /a/@media;attribute not allowed
2532 /a/@media;media query;unsupported
2533 /a;no significant content;s
2534
2535 #data
2536 <a target="_self"
2537 xmlns="http://www.w3.org/1999/xhtml"/>
2538 #errors
2539 /a/@target;attribute not allowed
2540 /a;no significant content;s
2541
2542 #data
2543 <p xmlns="http://www.w3.org/1999/xhtml">
2544 <b><a href="">a</a></b>
2545 <i><a type="text/plain">x</a></i>
2546 </p>
2547 #errors
2548 /p/i/a/@type;attribute not allowed
2549
2550 #data
2551 <q cite="http://test/" xmlns="http://www.w3.org/1999/xhtml">x</q>
2552 #errors
2553
2554 #data
2555 <q cite="http://test/%" xmlns="http://www.w3.org/1999/xhtml">x</q>
2556 #errors
2557 /q/@cite;URI::syntax error:iriref3987;m
2558
2559 #data
2560 <big xmlns="http://www.w3.org/1999/xhtml"></big>
2561 #errors
2562 /big;element not defined;m
2563 /big;no significant content;s
2564
2565 #data
2566 <big xmlns="http://www.w3.org/1999/xhtml"> </big>
2567 #errors
2568 /big;element not defined;m
2569 /big;no significant content;s
2570
2571 #data
2572 <big xmlns="http://www.w3.org/1999/xhtml">x</big>
2573 #errors
2574 /big;element not defined;m
2575
2576 #data
2577 <big xmlns="http://www.w3.org/1999/xhtml"><em>xx</em></big>
2578 #errors
2579 /big;element not defined;m
2580
2581 #data
2582 <big xmlns="http://www.w3.org/1999/xhtml"><style scoped=""></style>x</big>
2583 #errors
2584 /big;element not defined;m
2585 /big/style;element not allowed:phrasing;m
2586 /big/style;SUBDOC
2587
2588 #data
2589 <big xmlns="http://www.w3.org/1999/xhtml"><p>xx</p></big>
2590 #errors
2591 /big;element not defined;m
2592 /big/p;element not allowed:phrasing;m
2593
2594 #data
2595 <span xmlns="http://www.w3.org/1999/xhtml"><big>xx</big></span>
2596 #errors
2597 /span/big;element not allowed:phrasing;m
2598 /span/big;element not defined;m
2599
2600 #data
2601 <div xmlns="http://www.w3.org/1999/xhtml"><big>xx</big></div>
2602 #errors
2603 /div/big;element not allowed:flow;m
2604 /div/big;element not defined;m
2605
2606 #data
2607 <rule xmlns="http://www.w3.org/1999/xhtml"><big>xx</big></rule>
2608 #errors
2609 /rule/big;element not defined;m
2610
2611 #data
2612 <acronym xmlns="http://www.w3.org/1999/xhtml"></acronym>
2613 #errors
2614 /acronym;element not defined;m
2615 /acronym;no significant content;s
2616
2617 #data
2618 <acronym xmlns="http://www.w3.org/1999/xhtml"> </acronym>
2619 #errors
2620 /acronym;element not defined;m
2621 /acronym;no significant content;s
2622
2623 #data
2624 <acronym xmlns="http://www.w3.org/1999/xhtml">x</acronym>
2625 #errors
2626 /acronym;element not defined;m
2627
2628 #data
2629 <acronym xmlns="http://www.w3.org/1999/xhtml"><em>xx</em></acronym>
2630 #errors
2631 /acronym;element not defined;m
2632
2633 #data
2634 <acronym xmlns="http://www.w3.org/1999/xhtml"><style scoped=""></style>x</acronym>
2635 #errors
2636 /acronym;element not defined;m
2637 /acronym/style;element not allowed:phrasing;m
2638 /acronym/style;SUBDOC
2639
2640 #data
2641 <acronym xmlns="http://www.w3.org/1999/xhtml"><p>xx</p></acronym>
2642 #errors
2643 /acronym;element not defined;m
2644 /acronym/p;element not allowed:phrasing;m
2645
2646 #data
2647 <span xmlns="http://www.w3.org/1999/xhtml"><acronym>xx</acronym></span>
2648 #errors
2649 /span/acronym;element not allowed:phrasing;m
2650 /span/acronym;element not defined;m
2651
2652 #data
2653 <div xmlns="http://www.w3.org/1999/xhtml"><acronym>xx</acronym></div>
2654 #errors
2655 /div/acronym;element not allowed:flow;m
2656 /div/acronym;element not defined;m
2657
2658 #data
2659 <rule xmlns="http://www.w3.org/1999/xhtml"><acronym>xx</acronym></rule>
2660 #errors
2661 /rule/acronym;element not defined;m
2662
2663 #data
2664 <meter value="" xmlns="http://www.w3.org/1999/xhtml"/>
2665 #errors
2666 /meter/@value;float:syntax error
2667 /meter;no significant content;s
2668
2669 #data
2670 <meter value="1" xmlns="http://www.w3.org/1999/xhtml"/>
2671 #errors
2672 /meter;no significant content;s
2673
2674 #data
2675 <meter value="111" xmlns="http://www.w3.org/1999/xhtml"/>
2676 #errors
2677 /meter;no significant content;s
2678
2679 #data
2680 <meter value="0001" xmlns="http://www.w3.org/1999/xhtml"/>
2681 #errors
2682 /meter;no significant content;s
2683
2684 #data
2685 <meter value="0" xmlns="http://www.w3.org/1999/xhtml"/>
2686 #errors
2687 /meter;no significant content;s
2688
2689 #data
2690 <meter value="-1" xmlns="http://www.w3.org/1999/xhtml"/>
2691 #errors
2692 /meter;no significant content;s
2693
2694 #data
2695 <meter value="-1000" xmlns="http://www.w3.org/1999/xhtml"/>
2696 #errors
2697 /meter;no significant content;s
2698
2699 #data
2700 <meter value="-0" xmlns="http://www.w3.org/1999/xhtml"/>
2701 #errors
2702 /meter;no significant content;s
2703
2704 #data
2705 <meter value="0000" xmlns="http://www.w3.org/1999/xhtml"/>
2706 #errors
2707 /meter;no significant content;s
2708
2709 #data
2710 <meter value="0.1" xmlns="http://www.w3.org/1999/xhtml"/>
2711 #errors
2712 /meter;no significant content;s
2713
2714 #data
2715 <meter value="1.1" xmlns="http://www.w3.org/1999/xhtml"/>
2716 #errors
2717 /meter;no significant content;s
2718
2719 #data
2720 <meter value=".1" xmlns="http://www.w3.org/1999/xhtml"/>
2721 #errors
2722 /meter;no significant content;s
2723
2724 #data
2725 <meter value=".0" xmlns="http://www.w3.org/1999/xhtml"/>
2726 #errors
2727 /meter;no significant content;s
2728
2729 #data
2730 <meter value="1." xmlns="http://www.w3.org/1999/xhtml"/>
2731 #errors
2732 /meter;no significant content;s
2733
2734 #data
2735 <meter value="1.0000" xmlns="http://www.w3.org/1999/xhtml"/>
2736 #errors
2737 /meter;no significant content;s
2738
2739 #data
2740 <meter value="123." xmlns="http://www.w3.org/1999/xhtml"/>
2741 #errors
2742 /meter;no significant content;s
2743
2744 #data
2745 <meter value="-.1" xmlns="http://www.w3.org/1999/xhtml"/>
2746 #errors
2747 /meter;no significant content;s
2748
2749 #data
2750 <meter value="-1." xmlns="http://www.w3.org/1999/xhtml"/>
2751 #errors
2752 /meter;no significant content;s
2753
2754 #data
2755 <meter value="1aaaa" xmlns="http://www.w3.org/1999/xhtml"/>
2756 #errors
2757 /meter/@value;float:syntax error
2758 /meter;no significant content;s
2759
2760 #data
2761 <meter value="1&#x0D;" xmlns="http://www.w3.org/1999/xhtml"/>
2762 #errors
2763 /meter/@value;float:syntax error
2764 /meter;no significant content;s
2765
2766 #data
2767 <meter value="1&#x0A;" xmlns="http://www.w3.org/1999/xhtml"/>
2768 #errors
2769 /meter/@value;float:syntax error
2770 /meter;no significant content;s
2771
2772 #data
2773 <meter value="aaaa" xmlns="http://www.w3.org/1999/xhtml"/>
2774 #errors
2775 /meter/@value;float:syntax error
2776 /meter;no significant content;s
2777
2778 #data
2779 <meter value="+1" xmlns="http://www.w3.org/1999/xhtml"/>
2780 #errors
2781 /meter/@value;float:syntax error
2782 /meter;no significant content;s
2783
2784 #data
2785 <meter value="+1.2" xmlns="http://www.w3.org/1999/xhtml"/>
2786 #errors
2787 /meter/@value;float:syntax error
2788 /meter;no significant content;s
2789
2790 #data
2791 <meter value=".-1" xmlns="http://www.w3.org/1999/xhtml"/>
2792 #errors
2793 /meter/@value;float:syntax error
2794 /meter;no significant content;s
2795
2796 #data
2797 <meter value="0.-1" xmlns="http://www.w3.org/1999/xhtml"/>
2798 #errors
2799 /meter/@value;float:syntax error
2800 /meter;no significant content;s
2801
2802 #data
2803 <meter value="." xmlns="http://www.w3.org/1999/xhtml"/>
2804 #errors
2805 /meter/@value;float:syntax error
2806 /meter;no significant content;s
2807
2808 #data
2809 <meter min="2" xmlns="http://www.w3.org/1999/xhtml"/>
2810 #errors
2811 /meter;no significant content;s
2812
2813 #data
2814 <meter min="aaaa" xmlns="http://www.w3.org/1999/xhtml"/>
2815 #errors
2816 /meter/@min;float:syntax error
2817 /meter;no significant content;s
2818
2819 #data
2820 <meter low="2" xmlns="http://www.w3.org/1999/xhtml"/>
2821 #errors
2822 /meter;no significant content;s
2823
2824 #data
2825 <meter low="aaaa" xmlns="http://www.w3.org/1999/xhtml"/>
2826 #errors
2827 /meter/@low;float:syntax error
2828 /meter;no significant content;s
2829
2830 #data
2831 <meter high="2" xmlns="http://www.w3.org/1999/xhtml"/>
2832 #errors
2833 /meter;no significant content;s
2834
2835 #data
2836 <meter high="aaaa" xmlns="http://www.w3.org/1999/xhtml"/>
2837 #errors
2838 /meter/@high;float:syntax error
2839 /meter;no significant content;s
2840
2841 #data
2842 <meter max="2" xmlns="http://www.w3.org/1999/xhtml"/>
2843 #errors
2844 /meter;no significant content;s
2845
2846 #data
2847 <meter max="aaaa" xmlns="http://www.w3.org/1999/xhtml"/>
2848 #errors
2849 /meter/@max;float:syntax error
2850 /meter;no significant content;s
2851
2852 #data
2853 <meter optimum="2" xmlns="http://www.w3.org/1999/xhtml"/>
2854 #errors
2855 /meter;no significant content;s
2856
2857 #data
2858 <meter optimum="aaaa" xmlns="http://www.w3.org/1999/xhtml"/>
2859 #errors
2860 /meter/@optimum;float:syntax error
2861 /meter;no significant content;s
2862
2863 #data
2864 <meter min="43" max="2" xmlns="http://www.w3.org/1999/xhtml"/>
2865 #errors
2866 /meter;no significant content;s
2867
2868 #data
2869 <meter value="43" max="2" xmlns="http://www.w3.org/1999/xhtml"/>
2870 #errors
2871 /meter;no significant content;s
2872
2873 #data
2874 <progress max="2" xmlns="http://www.w3.org/1999/xhtml"/>
2875 #errors
2876 /progress;no significant content;s
2877
2878 #data
2879 <progress max="0.0001" xmlns="http://www.w3.org/1999/xhtml"/>
2880 #errors
2881 /progress;no significant content;s
2882
2883 #data
2884 <progress max="0" xmlns="http://www.w3.org/1999/xhtml"/>
2885 #errors
2886 /progress/@max;float:out of range
2887 /progress;no significant content;s
2888
2889 #data
2890 <progress max="-1" xmlns="http://www.w3.org/1999/xhtml"/>
2891 #errors
2892 /progress/@max;float:out of range
2893 /progress;no significant content;s
2894
2895 #data
2896 <progress max="aaaa" xmlns="http://www.w3.org/1999/xhtml"/>
2897 #errors
2898 /progress/@max;float:syntax error
2899 /progress;no significant content;s
2900
2901 #data
2902 <progress value="2" xmlns="http://www.w3.org/1999/xhtml"/>
2903 #errors
2904 /progress;no significant content;s
2905
2906 #data
2907 <progress value="0.0001" xmlns="http://www.w3.org/1999/xhtml"/>
2908 #errors
2909 /progress;no significant content;s
2910
2911 #data
2912 <progress value="0" xmlns="http://www.w3.org/1999/xhtml"/>
2913 #errors
2914 /progress;no significant content;s
2915
2916 #data
2917 <progress value="100" max="2" xmlns="http://www.w3.org/1999/xhtml"/>
2918 #errors
2919 /progress;no significant content;s
2920
2921 #data
2922 <progress value="-1" xmlns="http://www.w3.org/1999/xhtml"/>
2923 #errors
2924 /progress/@value;float:out of range
2925 /progress;no significant content;s
2926
2927 #data
2928 <progress value="aaaa" xmlns="http://www.w3.org/1999/xhtml"/>
2929 #errors
2930 /progress/@value;float:syntax error
2931 /progress;no significant content;s
2932
2933 #data
2934 <bdo xmlns="http://www.w3.org/1999/xhtml">x</bdo>
2935 #errors
2936 /bdo;attribute missing:dir
2937
2938 #data
2939 <bdo dir="ltr" xmlns="http://www.w3.org/1999/xhtml">x</bdo>
2940 #errors
2941
2942 #data
2943 <bdo dir="rtl" xmlns="http://www.w3.org/1999/xhtml">x</bdo>
2944 #errors
2945
2946 #data
2947 <bdo dir="RTL" xmlns="http://www.w3.org/1999/xhtml">x</bdo>
2948 #errors
2949
2950 #data
2951 <bdo dir="xxx" xmlns="http://www.w3.org/1999/xhtml">x</bdo>
2952 #errors
2953 /bdo/@dir;enumerated:invalid
2954
2955 #data
2956 <tt xmlns="http://www.w3.org/1999/xhtml"></tt>
2957 #errors
2958 /tt;element not defined;m
2959 /tt;no significant content;s
2960
2961 #data
2962 <tt xmlns="http://www.w3.org/1999/xhtml"> </tt>
2963 #errors
2964 /tt;element not defined;m
2965 /tt;no significant content;s
2966
2967 #data
2968 <tt xmlns="http://www.w3.org/1999/xhtml">x</tt>
2969 #errors
2970 /tt;element not defined;m
2971
2972 #data
2973 <tt xmlns="http://www.w3.org/1999/xhtml"><em>xx</em></tt>
2974 #errors
2975 /tt;element not defined;m
2976
2977 #data
2978 <tt xmlns="http://www.w3.org/1999/xhtml"><style scoped=""></style>x</tt>
2979 #errors
2980 /tt;element not defined;m
2981 /tt/style;element not allowed:phrasing;m
2982 /tt/style;SUBDOC
2983
2984 #data
2985 <tt xmlns="http://www.w3.org/1999/xhtml"><p>xx</p></tt>
2986 #errors
2987 /tt;element not defined;m
2988 /tt/p;element not allowed:phrasing;m
2989
2990 #data
2991 <span xmlns="http://www.w3.org/1999/xhtml"><tt>xx</tt></span>
2992 #errors
2993 /span/tt;element not allowed:phrasing;m
2994 /span/tt;element not defined;m
2995
2996 #data
2997 <div xmlns="http://www.w3.org/1999/xhtml"><tt>xx</tt></div>
2998 #errors
2999 /div/tt;element not allowed:flow;m
3000 /div/tt;element not defined;m
3001
3002 #data
3003 <rule xmlns="http://www.w3.org/1999/xhtml"><tt>xx</tt></rule>
3004 #errors
3005 /rule/tt;element not defined;m
3006
3007 #data
3008 <s xmlns="http://www.w3.org/1999/xhtml"></s>
3009 #errors
3010 /s;element not defined;m
3011 /s;no significant content;s
3012
3013 #data
3014 <s xmlns="http://www.w3.org/1999/xhtml"> </s>
3015 #errors
3016 /s;element not defined;m
3017 /s;no significant content;s
3018
3019 #data
3020 <s xmlns="http://www.w3.org/1999/xhtml">x</s>
3021 #errors
3022 /s;element not defined;m
3023
3024 #data
3025 <s xmlns="http://www.w3.org/1999/xhtml"><em>xx</em></s>
3026 #errors
3027 /s;element not defined;m
3028
3029 #data
3030 <s xmlns="http://www.w3.org/1999/xhtml"><style scoped=""></style>x</s>
3031 #errors
3032 /s;element not defined;m
3033 /s/style;element not allowed:phrasing;m
3034 /s/style;SUBDOC
3035
3036 #data
3037 <s xmlns="http://www.w3.org/1999/xhtml"><p>xx</p></s>
3038 #errors
3039 /s;element not defined;m
3040 /s/p;element not allowed:phrasing;m
3041
3042 #data
3043 <span xmlns="http://www.w3.org/1999/xhtml"><s>xx</s></span>
3044 #errors
3045 /span/s;element not allowed:phrasing;m
3046 /span/s;element not defined;m
3047
3048 #data
3049 <div xmlns="http://www.w3.org/1999/xhtml"><s>xx</s></div>
3050 #errors
3051 /div/s;element not allowed:flow;m
3052 /div/s;element not defined;m
3053
3054 #data
3055 <rule xmlns="http://www.w3.org/1999/xhtml"><s>xx</s></rule>
3056 #errors
3057 /rule/s;element not defined;m
3058
3059 #data
3060 <strike xmlns="http://www.w3.org/1999/xhtml"></strike>
3061 #errors
3062 /strike;element not defined;m
3063 /strike;no significant content;s
3064
3065 #data
3066 <strike xmlns="http://www.w3.org/1999/xhtml"> </strike>
3067 #errors
3068 /strike;element not defined;m
3069 /strike;no significant content;s
3070
3071 #data
3072 <strike xmlns="http://www.w3.org/1999/xhtml">x</strike>
3073 #errors
3074 /strike;element not defined;m
3075
3076 #data
3077 <strike xmlns="http://www.w3.org/1999/xhtml"><em>xx</em></strike>
3078 #errors
3079 /strike;element not defined;m
3080
3081 #data
3082 <strike xmlns="http://www.w3.org/1999/xhtml"><style scoped=""></style>x</strike>
3083 #errors
3084 /strike;element not defined;m
3085 /strike/style;element not allowed:phrasing;m
3086 /strike/style;SUBDOC
3087
3088 #data
3089 <strike xmlns="http://www.w3.org/1999/xhtml"><p>xx</p></strike>
3090 #errors
3091 /strike;element not defined;m
3092 /strike/p;element not allowed:phrasing;m
3093
3094 #data
3095 <span xmlns="http://www.w3.org/1999/xhtml"><strike>xx</strike></span>
3096 #errors
3097 /span/strike;element not allowed:phrasing;m
3098 /span/strike;element not defined;m
3099
3100 #data
3101 <div xmlns="http://www.w3.org/1999/xhtml"><strike>xx</strike></div>
3102 #errors
3103 /div/strike;element not allowed:flow;m
3104 /div/strike;element not defined;m
3105
3106 #data
3107 <rule xmlns="http://www.w3.org/1999/xhtml"><strike>xx</strike></rule>
3108 #errors
3109 /rule/strike;element not defined;m
3110
3111 #data
3112 <u xmlns="http://www.w3.org/1999/xhtml"></u>
3113 #errors
3114 /u;element not defined;m
3115 /u;no significant content;s
3116
3117 #data
3118 <u xmlns="http://www.w3.org/1999/xhtml"> </u>
3119 #errors
3120 /u;element not defined;m
3121 /u;no significant content;s
3122
3123 #data
3124 <u xmlns="http://www.w3.org/1999/xhtml">x</u>
3125 #errors
3126 /u;element not defined;m
3127
3128 #data
3129 <u xmlns="http://www.w3.org/1999/xhtml"><em>xx</em></u>
3130 #errors
3131 /u;element not defined;m
3132
3133 #data
3134 <u xmlns="http://www.w3.org/1999/xhtml"><style scoped=""></style>x</u>
3135 #errors
3136 /u;element not defined;m
3137 /u/style;element not allowed:phrasing;m
3138 /u/style;SUBDOC
3139
3140 #data
3141 <u xmlns="http://www.w3.org/1999/xhtml"><p>xx</p></u>
3142 #errors
3143 /u;element not defined;m
3144 /u/p;element not allowed:phrasing;m
3145
3146 #data
3147 <span xmlns="http://www.w3.org/1999/xhtml"><u>xx</u></span>
3148 #errors
3149 /span/u;element not allowed:phrasing;m
3150 /span/u;element not defined;m
3151
3152 #data
3153 <div xmlns="http://www.w3.org/1999/xhtml"><u>xx</u></div>
3154 #errors
3155 /div/u;element not allowed:flow;m
3156 /div/u;element not defined;m
3157
3158 #data
3159 <rule xmlns="http://www.w3.org/1999/xhtml"><u>xx</u></rule>
3160 #errors
3161 /rule/u;element not defined;m
3162
3163 #data
3164 <ins cite="http://test/" xmlns="http://www.w3.org/1999/xhtml">x</ins>
3165 #errors
3166
3167 #data
3168 <ins cite="http://test/100%/" xmlns="http://www.w3.org/1999/xhtml">x</ins>
3169 #errors
3170 /ins/@cite;URI::syntax error:iriref3987;m
3171
3172 #data
3173 <ins xmlns="http://www.w3.org/1999/xhtml"
3174 datetime="">x</ins>
3175 #errors
3176 /ins/@datetime;datetime:syntax error
3177
3178 #data
3179 <ins xmlns="http://www.w3.org/1999/xhtml"
3180 datetime="2007-05">x</ins>
3181 #errors
3182 /ins/@datetime;datetime:syntax error
3183
3184 #data
3185 <ins xmlns="http://www.w3.org/1999/xhtml"
3186 datetime="2007-06">x</ins>
3187 #errors
3188 /ins/@datetime;datetime:syntax error
3189
3190 #data
3191 <ins xmlns="http://www.w3.org/1999/xhtml"
3192 datetime="2007-08-09">x</ins>
3193 #errors
3194 /ins/@datetime;datetime:syntax error
3195
3196 #data
3197 <ins xmlns="http://www.w3.org/1999/xhtml"
3198 datetime="2007-09-10T00:12">x</ins>
3199 #errors
3200 /ins/@datetime;datetime:syntax error
3201
3202 #data
3203 <ins xmlns="http://www.w3.org/1999/xhtml"
3204 datetime="2007-09-23T33:34:23">x</ins>
3205 #errors
3206 /ins/@datetime;datetime:syntax error
3207
3208 #data
3209 <ins xmlns="http://www.w3.org/1999/xhtml"
3210 datetime="2007-04-31T33:11:00+09">x</ins>
3211 #errors
3212 /ins/@datetime;datetime:syntax error
3213
3214 #data
3215 <ins xmlns="http://www.w3.org/1999/xhtml"
3216 datetime="0037-12-13 00:00 Z">x</ins>
3217 #errors
3218
3219 #data
3220 <ins xmlns="http://www.w3.org/1999/xhtml"
3221 datetime="1979-10-14T12:00:00.001-04:00">x</ins>
3222 #errors
3223
3224 #data
3225 <ins xmlns="http://www.w3.org/1999/xhtml"
3226 datetime="8592-01-01 T 02:09 +02:09">x</ins>
3227 #errors
3228
3229 #data
3230 <ins xmlns="http://www.w3.org/1999/xhtml"
3231 datetime="2007-04-12T00:00Z">x</ins>
3232 #errors
3233
3234 #data
3235 <ins xmlns="http://www.w3.org/1999/xhtml"
3236 datetime="10000-10-31T00:44Z">x</ins>
3237 #errors
3238 /ins/@datetime;datetime:syntax error
3239
3240 #data
3241 <ins xmlns="http://www.w3.org/1999/xhtml"
3242 datetime="-3333-03-14T14:33Z">x</ins>
3243 #errors
3244 /ins/@datetime;datetime:syntax error
3245
3246 #data
3247 <ins xmlns="http://www.w3.org/1999/xhtml"
3248 datetime="1999-06-23 T04:44Z">x</ins>
3249 #errors
3250
3251 #data
3252 <ins xmlns="http://www.w3.org/1999/xhtml"
3253 datetime="4444-06-22 T 11:22Z">x</ins>
3254 #errors
3255
3256 #data
3257 <ins xmlns="http://www.w3.org/1999/xhtml"
3258 datetime="98-02-12T11:22Z">x</ins>
3259 #errors
3260 /ins/@datetime;datetime:syntax error
3261
3262 #data
3263 <ins xmlns="http://www.w3.org/1999/xhtml"
3264 datetime="2007-02-29T00:00Z">x</ins>
3265 #errors
3266 /ins/@datetime;datetime:bad day
3267
3268 #data
3269 <ins xmlns="http://www.w3.org/1999/xhtml"
3270 datetime="2008-02-29T00:00Z">x</ins>
3271 #errors
3272
3273 #data
3274 <ins xmlns="http://www.w3.org/1999/xhtml"
3275 datetime="2000-02-29T00:00Z">x</ins>
3276 #errors
3277
3278 #data
3279 <ins xmlns="http://www.w3.org/1999/xhtml"
3280 datetime="1900-02-29T00:00Z">x</ins>
3281 #errors
3282 /ins/@datetime;datetime:bad day
3283
3284 #data
3285 <ins xmlns="http://www.w3.org/1999/xhtml"
3286 datetime="2007-02-30T00:00Z">x</ins>
3287 #errors
3288 /ins/@datetime;datetime:bad day
3289
3290 #data
3291 <ins xmlns="http://www.w3.org/1999/xhtml"
3292 datetime="2000-02-30T00:00Z">x</ins>
3293 #errors
3294 /ins/@datetime;datetime:bad day
3295
3296 #data
3297 <ins xmlns="http://www.w3.org/1999/xhtml"
3298 datetime="2007-01-32T00:00Z">xM</ins>
3299 #errors
3300 /ins/@datetime;datetime:bad day
3301
3302 #data
3303 <ins xmlns="http://www.w3.org/1999/xhtml"
3304 datetime="2007-01-00T00:00Z">x</ins>
3305 #errors
3306 /ins/@datetime;datetime:bad day
3307
3308 #data
3309 <ins xmlns="http://www.w3.org/1999/xhtml"
3310 datetime="2007-00-29T00:00Z">x</ins>
3311 #errors
3312 /ins/@datetime;datetime:bad month
3313
3314 #data
3315 <ins xmlns="http://www.w3.org/1999/xhtml"
3316 datetime="2007-13-29T00:00Z">x</ins>
3317 #errors
3318 /ins/@datetime;datetime:bad month
3319
3320 #data
3321 <ins xmlns="http://www.w3.org/1999/xhtml"
3322 datetime="2007-02-21T23:00Z">x</ins>
3323 #errors
3324
3325 #data
3326 <ins xmlns="http://www.w3.org/1999/xhtml"
3327 datetime="2007-02-21T24:00Z">x</ins>
3328 #errors
3329 /ins/@datetime;datetime:bad hour
3330
3331 #data
3332 <ins xmlns="http://www.w3.org/1999/xhtml"
3333 datetime="2007-02-21T23:59Z">x</ins>
3334 #errors
3335
3336 #data
3337 <ins xmlns="http://www.w3.org/1999/xhtml"
3338 datetime="2007-02-21T23:60Z">x</ins>
3339 #errors
3340 /ins/@datetime;datetime:bad minute
3341
3342 #data
3343 <ins xmlns="http://www.w3.org/1999/xhtml"
3344 datetime="2007-02-21T23:00:60Z">x</ins>
3345 #errors
3346 /ins/@datetime;datetime:bad second
3347
3348 #data
3349 <ins xmlns="http://www.w3.org/1999/xhtml"
3350 datetime="2007-02-21T23:00:61Z">x</ins>
3351 #errors
3352 /ins/@datetime;datetime:bad second
3353
3354 #data
3355 <ins xmlns="http://www.w3.org/1999/xhtml"
3356 datetime="2007-02-21T23:00:00.123Z">xM</ins>
3357 #errors
3358
3359 #data
3360 <ins xmlns="http://www.w3.org/1999/xhtml"
3361 datetime="2007-02-21T23:00.124444Z">x</ins>
3362 #errors
3363
3364 #data
3365 <ins xmlns="http://www.w3.org/1999/xhtml"
3366 datetime="2007-02-21T23:00.Z">x</ins>
3367 #errors
3368 /ins/@datetime;datetime:syntax error
3369
3370 #data
3371 <ins xmlns="http://www.w3.org/1999/xhtml"
3372 datetime="2007-02-21T23:00+09:00">x</ins>
3373 #errors
3374
3375 #data
3376 <ins xmlns="http://www.w3.org/1999/xhtml"
3377 datetime="2007-02-21T23:00-09:00">x</ins>
3378 #errors
3379
3380 #data
3381 <ins xmlns="http://www.w3.org/1999/xhtml"
3382 datetime="2007-02-21T23:00 +09:00">xm</ins>
3383 #errors
3384
3385 #data
3386 <ins xmlns="http://www.w3.org/1999/xhtml"
3387 datetime="2007-02-21T23:00+0900">x</ins>
3388 #errors
3389 /ins/@datetime;datetime:syntax error
3390
3391 #data
3392 <ins xmlns="http://www.w3.org/1999/xhtml"
3393 datetime="2007-02-21T23:00A">x</ins>
3394 #errors
3395 /ins/@datetime;datetime:syntax error
3396
3397 #data
3398 <ins xmlns="http://www.w3.org/1999/xhtml"
3399 datetime="2007-02-21T23:00z">x</ins>
3400 #errors
3401 /ins/@datetime;datetime:syntax error
3402
3403 #data
3404 <ins xmlns="http://www.w3.org/1999/xhtml"
3405 datetime="2007-02-21t23:00Z">x</ins>
3406 #errors
3407 /ins/@datetime;datetime:syntax error
3408
3409 #data
3410 <ins xmlns="http://www.w3.org/1999/xhtml"
3411 datetime="2007-02-21T23:00+23:00">x</ins>
3412 #errors
3413
3414 #data
3415 <ins xmlns="http://www.w3.org/1999/xhtml"
3416 datetime="2007-02-21T23:00+24:00">x</ins>
3417 #errors
3418 /ins/@datetime;datetime:bad timezone hour
3419
3420 #data
3421 <ins xmlns="http://www.w3.org/1999/xhtml"
3422 datetime="2007-02-21T23:00-23:00">x</ins>
3423 #errors
3424
3425 #data
3426 <ins xmlns="http://www.w3.org/1999/xhtml"
3427 datetime="2007-02-21T23:00-24:00">x</ins>
3428 #errors
3429 /ins/@datetime;datetime:bad timezone hour
3430
3431 #data
3432 <ins xmlns="http://www.w3.org/1999/xhtml"
3433 datetime="2007-02-21T23:00-00:00">x</ins>
3434 #errors
3435
3436 #data
3437 <ins xmlns="http://www.w3.org/1999/xhtml"
3438 datetime="2007-02-21T23:00+00:14.5">x</ins>
3439 #errors
3440 /ins/@datetime;datetime:syntax error
3441
3442 #data
3443 <ins xmlns="http://www.w3.org/1999/xhtml"
3444 datetime="2007-02-21T23:00+00:59">xM</ins>
3445 #errors
3446
3447 #data
3448 <ins xmlns="http://www.w3.org/1999/xhtml"
3449 datetime="2007-02-21T23:00+00:60">x</ins>
3450 #errors
3451 /ins/@datetime;datetime:bad timezone minute
3452
3453 #data
3454 <ins xmlns="http://www.w3.org/1999/xhtml"
3455 datetime="2007-02-21T23:00-00:60">x</ins>
3456 #errors
3457 /ins/@datetime;datetime:bad timezone minute
3458
3459 #data
3460 <ins xmlns="http://www.w3.org/1999/xhtml"
3461 datetime="2007-02-21T23:00 00:00">x</ins>
3462 #errors
3463 /ins/@datetime;datetime:syntax error
3464
3465 #data
3466 <ins xmlns="http://www.w3.org/1999/xhtml"
3467 datetime="2007-02-21T23:00Z ">x</ins>
3468 #errors
3469 /ins/@datetime;datetime:syntax error
3470
3471 #data
3472 <ins xmlns="http://www.w3.org/1999/xhtml"
3473 datetime=" 2007-02-21T23:00Z">s</ins>
3474 #errors
3475 /ins/@datetime;datetime:syntax error
3476
3477 #data
3478 <del cite="http://test/" xmlns="http://www.w3.org/1999/xhtml">x</del>
3479 #errors
3480
3481 #data
3482 <del cite='"about:"' xmlns="http://www.w3.org/1999/xhtml">x</del>
3483 #errors
3484 /del/@cite;URI::syntax error:iriref3987;m
3485
3486 #data
3487 <del xmlns="http://www.w3.org/1999/xhtml"
3488 datetime="2007-02-21T23:00Z">x</del>
3489 #errors
3490
3491 #data
3492 <del xmlns="http://www.w3.org/1999/xhtml"
3493 datetime="2007-02-31T23:00Z">x</del>
3494 #errors
3495 /del/@datetime;datetime:bad day
3496
3497 #data
3498 <img xmlns="http://www.w3.org/1999/xhtml"/>
3499 #errors
3500 /img;attribute missing:alt;s
3501 /img;attribute missing:src
3502
3503 #data
3504 <img alt="" xmlns="http://www.w3.org/1999/xhtml"/>
3505 #errors
3506 /img;attribute missing:src
3507
3508 #data
3509 <img src="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
3510 #errors
3511 /img;attribute missing:alt;s
3512
3513 #data
3514 <img alt="" src="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
3515 #errors
3516
3517 #data
3518 <img alt="" src="http://test/`" xmlns="http://www.w3.org/1999/xhtml"/>
3519 #errors
3520 /img/@src;URI::syntax error:iriref3987;m
3521
3522 #data
3523 <img alt="" src="" longdesc="" xmlns="http://www.w3.org/1999/xhtml"/>
3524 #errors
3525 /img/@longdesc;attribute not defined;m
3526
3527 #data
3528 <img alt="" src="" longdesc="http://www.example.com/"
3529 xmlns="http://www.w3.org/1999/xhtml"/>
3530 #errors
3531 /img/@longdesc;attribute not defined;m
3532
3533 #data
3534 <img alt="" src="" longdesc="[]" xmlns="http://www.w3.org/1999/xhtml"/>
3535 #errors
3536 /img/@longdesc;attribute not defined;m
3537 /img/@longdesc;URI::syntax error:iriref3987;m
3538
3539 #data
3540 <img alt="" src="" hspace="0" xmlns="http://www.w3.org/1999/xhtml"/>
3541 #errors
3542 /img/@hspace;attribute not defined;m
3543
3544 #data
3545 <img alt="" src="" vspace="0" xmlns="http://www.w3.org/1999/xhtml"/>
3546 #errors
3547 /img/@vspace;attribute not defined;m
3548
3549 #data
3550 <img alt="" src="" hspace="120" xmlns="http://www.w3.org/1999/xhtml"/>
3551 #errors
3552 /img/@hspace;attribute not defined;m
3553
3554 #data
3555 <img alt="" src="" vspace="120" xmlns="http://www.w3.org/1999/xhtml"/>
3556 #errors
3557 /img/@vspace;attribute not defined;m
3558
3559 #data
3560 <img alt="" src="" hspace="1.0" xmlns="http://www.w3.org/1999/xhtml"/>
3561 #errors
3562 /img/@hspace;attribute not defined;m
3563 /img/@hspace;nninteger:syntax error
3564
3565 #data
3566 <img alt="" src="" vspace="1.0" xmlns="http://www.w3.org/1999/xhtml"/>
3567 #errors
3568 /img/@vspace;attribute not defined;m
3569 /img/@vspace;nninteger:syntax error
3570
3571 #data
3572 <img alt="" src="" hspace="10px" xmlns="http://www.w3.org/1999/xhtml"/>
3573 #errors
3574 /img/@hspace;attribute not defined;m
3575 /img/@hspace;nninteger:syntax error
3576
3577 #data
3578 <img alt="" src="" vspace="10px" xmlns="http://www.w3.org/1999/xhtml"/>
3579 #errors
3580 /img/@vspace;attribute not defined;m
3581 /img/@vspace;nninteger:syntax error
3582
3583 #data
3584 <img alt="" src="" hspace="0 " xmlns="http://www.w3.org/1999/xhtml"/>
3585 #errors
3586 /img/@hspace;attribute not defined;m
3587 /img/@hspace;nninteger:syntax error
3588
3589 #data
3590 <img alt="" src="" vspace=" 0" xmlns="http://www.w3.org/1999/xhtml"/>
3591 #errors
3592 /img/@vspace;nninteger:syntax error
3593 /img/@vspace;attribute not defined;m
3594
3595 #data
3596 <img alt="" src="" hspace="0%" xmlns="http://www.w3.org/1999/xhtml"/>
3597 #errors
3598 /img/@hspace;attribute not defined;m
3599 /img/@hspace;nninteger:syntax error
3600
3601 #data
3602 <img alt="" src="" vspace="20%" xmlns="http://www.w3.org/1999/xhtml"/>
3603 #errors
3604 /img/@vspace;attribute not defined;m
3605 /img/@vspace;nninteger:syntax error
3606
3607 #data
3608 <img alt="" src="" hspace="-0" xmlns="http://www.w3.org/1999/xhtml"/>
3609 #errors
3610 /img/@hspace;attribute not defined;m
3611 /img/@hspace;nninteger:syntax error
3612
3613 #data
3614 <img alt="" src="" vspace="-0" xmlns="http://www.w3.org/1999/xhtml"/>
3615 #errors
3616 /img/@vspace;attribute not defined;m
3617 /img/@vspace;nninteger:syntax error
3618
3619 #data
3620 <img alt="" src="" border="0" xmlns="http://www.w3.org/1999/xhtml"/>
3621 #errors
3622 /img/@border;attribute not defined;m
3623
3624 #data
3625 <img alt="" src="" border="4563" xmlns="http://www.w3.org/1999/xhtml"/>
3626 #errors
3627 /img/@border;attribute not defined;m
3628
3629 #data
3630 <img alt="" src="" border="-0" xmlns="http://www.w3.org/1999/xhtml"/>
3631 #errors
3632 /img/@border;attribute not defined;m
3633 /img/@border;nninteger:syntax error
3634
3635 #data
3636 <img alt="" src="" border="10-0" xmlns="http://www.w3.org/1999/xhtml"/>
3637 #errors
3638 /img/@border;attribute not defined;m
3639 /img/@border;nninteger:syntax error
3640
3641 #data
3642 <img alt="" src="" border="none" xmlns="http://www.w3.org/1999/xhtml"/>
3643 #errors
3644 /img/@border;attribute not defined;m
3645 /img/@border;nninteger:syntax error
3646
3647 #data
3648 <img alt="" src="" border="" xmlns="http://www.w3.org/1999/xhtml"/>
3649 #errors
3650 /img/@border;attribute not defined;m
3651 /img/@border;nninteger:syntax error
3652
3653 #data
3654 <img alt="" src="" noborder="" xmlns="http://www.w3.org/1999/xhtml"/>
3655 #errors
3656 /img/@noborder;attribute not defined;m
3657
3658 #data
3659 <img alt="" src="http://test/" ismap="" xmlns="http://www.w3.org/1999/xhtml"/>
3660 #errors
3661 /img/@ismap;attribute not allowed:ismap;m
3662
3663 #data
3664 <span xmlns="http://www.w3.org/1999/xhtml">
3665 <img alt="" src="http://test/" ismap="" xmlns="http://www.w3.org/1999/xhtml"/>
3666 </span>
3667 #errors
3668 /span/img/@ismap;attribute not allowed:ismap;m
3669
3670 #data
3671 <span xmlns="http://www.w3.org/1999/xhtml">
3672 <a>a</a>
3673 <img alt="" src="http://test/" ismap="" xmlns="http://www.w3.org/1999/xhtml"/>
3674 </span>
3675 #errors
3676 /span/img/@ismap;attribute not allowed:ismap;m
3677
3678 #data
3679 <a xmlns="http://www.w3.org/1999/xhtml">
3680 <img alt="" src="http://test/" ismap="ismap"/>
3681 </a>
3682 #errors
3683 /a/img/@ismap;attribute not allowed:ismap;m
3684
3685 #data
3686 <a title="" xmlns="http://www.w3.org/1999/xhtml">
3687 <img alt="" src="http://test/" ismap="ismap"/>
3688 </a>
3689 #errors
3690 /a/img/@ismap;attribute not allowed:ismap;m
3691
3692 #data
3693 <a href="http://link.test/" xmlns="http://www.w3.org/1999/xhtml">
3694 <img alt="" src="http://test/" ismap=""/>
3695 </a>
3696 #errors
3697
3698 #data
3699 <a href="http://link.test/" xmlns="http://www.w3.org/1999/xhtml">
3700 <img alt="" src="http://test/" ismap="ismap"/>
3701 </a>
3702 #errors
3703
3704 #data
3705 <a href="http://link.test/" xmlns="http://www.w3.org/1999/xhtml">
3706 <img alt="" src="http://test/" ismap="true"/>
3707 </a>
3708 #errors
3709 /a/img/@ismap;boolean:invalid
3710
3711 #data
3712 <div xmlns="http://www.w3.org/1999/xhtml">
3713 <a href="http://link.test/">a</a>
3714 <img alt="" src="http://test/" ismap="ismap"/>
3715 </div>
3716 #errors
3717 /div/img/@ismap;attribute not allowed:ismap;m
3718
3719 #data
3720 <a href="http://link.test/" xmlns="http://www.w3.org/1999/xhtml">
3721 <span>
3722 <img alt="" src="http://test/" ismap="ismap"/>
3723 </span>
3724 </a>
3725 #errors
3726
3727 #data
3728 <div xmlns="http://www.w3.org/1999/xhtml">
3729 <p><img src="http://test/" alt="" usemap=""/></p>
3730 </div>
3731 #errors
3732 /div/p/img/@usemap;#idref:syntax error
3733
3734 #data
3735 <div xmlns="http://www.w3.org/1999/xhtml">
3736 <p><img src="http://test/" alt="" usemap="abc"/></p>
3737 </div>
3738 #errors
3739 /div/p/img/@usemap;#idref:syntax error
3740
3741 #data
3742 <div xmlns="http://www.w3.org/1999/xhtml">
3743 <p><img src="http://test/" alt="" usemap="abc#"/></p>
3744 </div>
3745 #errors
3746 /div/p/img/@usemap;#idref:syntax error
3747
3748 #data
3749 <div xmlns="http://www.w3.org/1999/xhtml">
3750 <p><img src="http://test/" alt="" usemap="&#x0A;#abc"/></p>
3751 </div>
3752 #errors
3753 /div/p/img/@usemap;#idref:syntax error
3754
3755 #data
3756 <div xmlns="http://www.w3.org/1999/xhtml">
3757 <p><img src="http://test/" alt="" usemap="#aa"/></p>
3758 <map id="aa"/>
3759 </div>
3760 #errors
3761 /div/map;no significant content;s
3762
3763 #data
3764 <div xmlns="http://www.w3.org/1999/xhtml">
3765 <map id="aa"/>
3766 <p><img src="http://test/" alt="" usemap="#aa"/></p>
3767 </div>
3768 #errors
3769 /div/map;no significant content;s
3770
3771 #data
3772 <div xmlns="http://www.w3.org/1999/xhtml">
3773 <map id="a a"/>
3774 <p><img src="http://test/" alt="" usemap="#a a"/></p>
3775 </div>
3776 #errors
3777 /div/map/@id;space in ID
3778 /div/map;no significant content;s
3779
3780 #data
3781 <div xmlns="http://www.w3.org/1999/xhtml">
3782 <map id="a a"/>
3783 <p><img src="http://test/" alt="" usemap="#a%20a"/></p>
3784 </div>
3785 #errors
3786 /div/map/@id;space in ID
3787 /div/map;no significant content;s
3788 /div/p/img/@usemap;no referenced map
3789
3790 #data
3791 <div xmlns="http://www.w3.org/1999/xhtml">
3792 <map id="&#x4E00;"/>
3793 <p><img src="http://test/" alt="" usemap="#&#x4E00;"/></p>
3794 </div>
3795 #errors
3796 /div/map;no significant content;s
3797
3798 #data
3799 <div xmlns="http://www.w3.org/1999/xhtml">
3800 <map id="aa"/>
3801 <p><img src="http://test/" alt="" usemap="#bb"/></p>
3802 </div>
3803 #errors
3804 /div/p/img/@usemap;no referenced map
3805 /div/map;no significant content;s
3806
3807 #data
3808 <div xmlns="http://www.w3.org/1999/xhtml">
3809 <map id="aa"/>
3810 <p><img src="http://test/" alt="" usemap="#aa"/></p>
3811 <p><img src="http://test/" alt="" usemap="#aa"/></p>
3812 </div>
3813 #errors
3814 /div/map;no significant content;s
3815
3816 #data
3817 <div xmlns="http://www.w3.org/1999/xhtml">
3818 <map id="aa"/>
3819 <p><img src="http://test/" alt="" usemap="#AA"/></p>
3820 </div>
3821 #errors
3822 /div/p/img/@usemap;no referenced map
3823 /div/map;no significant content;s
3824
3825 #data
3826 <div xmlns="http://www.w3.org/1999/xhtml">
3827 <map id="AA"/>
3828 <p><img src="http://test/" alt="" usemap="#aa"/></p>
3829 </div>
3830 #errors
3831 /div/p/img/@usemap;no referenced map
3832 /div/map;no significant content;s
3833
3834 #data
3835 <div xmlns="http://www.w3.org/1999/xhtml">
3836 <p id="aa"/>
3837 <p><img src="http://test/" alt="" usemap="#aa"/></p>
3838 </div>
3839 #errors
3840 /div/p/img/@usemap;no referenced map
3841 /div/p;no significant content;s
3842
3843 #data
3844 <img alt="" src="" align="" xmlns="http://www.w3.org/1999/xhtml"/>
3845 #errors
3846 /img/@align;attribute not defined;m
3847 /img/@align;enumerated:invalid
3848
3849 #data
3850 <img alt="" src="" align="char" xmlns="http://www.w3.org/1999/xhtml"/>
3851 #errors
3852 /img/@align;attribute not defined;m
3853 /img/@align;enumerated:invalid
3854
3855 #data
3856 <img alt="" src="" align="justify" xmlns="http://www.w3.org/1999/xhtml"/>
3857 #errors
3858 /img/@align;attribute not defined;m
3859 /img/@align;enumerated:invalid
3860
3861 #data
3862 <img alt="" src="" align="center" xmlns="http://www.w3.org/1999/xhtml"/>
3863 #errors
3864 /img/@align;attribute not defined;m
3865 /img/@align;enumerated:invalid
3866
3867 #data
3868 <img alt="" src="" align="bottom" xmlns="http://www.w3.org/1999/xhtml"/>
3869 #errors
3870 /img/@align;attribute not defined;m
3871
3872 #data
3873 <img alt="" src="" align="middle" xmlns="http://www.w3.org/1999/xhtml"/>
3874 #errors
3875 /img/@align;attribute not defined;m
3876
3877 #data
3878 <img alt="" src="" align="top" xmlns="http://www.w3.org/1999/xhtml"/>
3879 #errors
3880 /img/@align;attribute not defined;m
3881
3882 #data
3883 <img alt="" src="" align="left" xmlns="http://www.w3.org/1999/xhtml"/>
3884 #errors
3885 /img/@align;attribute not defined;m
3886
3887 #data
3888 <img alt="" src="" align="right" xmlns="http://www.w3.org/1999/xhtml"/>
3889 #errors
3890 /img/@align;attribute not defined;m
3891
3892 #data
3893 <iframe xmlns="http://www.w3.org/1999/xhtml"/>
3894 #errors
3895
3896 #data
3897 <iframe src="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
3898 #errors
3899
3900 #data
3901 <iframe src="&lt;http://test/>" xmlns="http://www.w3.org/1999/xhtml"/>
3902 #errors
3903 /iframe/@src;URI::syntax error:iriref3987;m
3904
3905 #data
3906 <embed xmlns="http://www.w3.org/1999/xhtml"/>
3907 #errors
3908 /embed;attribute missing:src
3909
3910 #data
3911 <embed src="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
3912 #errors
3913
3914 #data
3915 <embed src="[http://test/]" xmlns="http://www.w3.org/1999/xhtml"/>
3916 #errors
3917 /embed/@src;URI::syntax error:iriref3987;m
3918
3919 #data
3920 <embed src="http://test/" type="" xmlns="http://www.w3.org/1999/xhtml"/>
3921 #errors
3922 /embed/@type;IMT:syntax error
3923
3924 #data
3925 <embed src="http://test/" type="text"
3926 xmlns="http://www.w3.org/1999/xhtml"/>
3927 #errors
3928 /embed/@type;IMT:syntax error
3929
3930 #data
3931 <embed src="http://test/" type="text/plain"
3932 xmlns="http://www.w3.org/1999/xhtml"/>
3933 #errors
3934
3935 #data
3936 <embed src="http://test/" id=""
3937 xmlns="http://www.w3.org/1999/xhtml"/>
3938 #errors
3939 /embed/@id;empty attribute value
3940
3941 #data
3942 <embed src="http://test/" a="b" c="d" checked="checked"
3943 xmlns="http://www.w3.org/1999/xhtml"/>
3944 #errors
3945
3946 #data
3947 <object xmlns="http://www.w3.org/1999/xhtml"/>
3948 #errors
3949 /object;attribute missing:data|type
3950 /object;no significant content;s
3951
3952 #data
3953 <object data="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
3954 #errors
3955 /object;no significant content;s
3956
3957 #data
3958 <object data="`http://test/`" xmlns="http://www.w3.org/1999/xhtml"/>
3959 #errors
3960 /object/@data;URI::syntax error:iriref3987;m
3961 /object;no significant content;s
3962
3963 #data
3964 <object type="" xmlns="http://www.w3.org/1999/xhtml"/>
3965 #errors
3966 /object/@type;IMT:syntax error
3967 /object;no significant content;s
3968
3969 #data
3970 <object type="text/css" xmlns="http://www.w3.org/1999/xhtml"/>
3971 #errors
3972 /object;no significant content;s
3973
3974 #data
3975 <object type="text/css" data="http://test/"
3976 xmlns="http://www.w3.org/1999/xhtml"/>
3977 #errors
3978 /object;no significant content;s
3979
3980 #data
3981 <div xmlns="http://www.w3.org/1999/xhtml">
3982 <p><object data="http://test/" usemap="">x</object></p>
3983 </div>
3984 #errors
3985 /div/p/object/@usemap;#idref:syntax error
3986
3987 #data
3988 <div xmlns="http://www.w3.org/1999/xhtml">
3989 <p><object data="http://test/" usemap="abc">x</object></p>
3990 </div>
3991 #errors
3992 /div/p/object/@usemap;#idref:syntax error
3993
3994 #data
3995 <div xmlns="http://www.w3.org/1999/xhtml">
3996 <p><object data="http://test/" usemap="abc#">x</object></p>
3997 </div>
3998 #errors
3999 /div/p/object/@usemap;#idref:syntax error
4000
4001 #data
4002 <div xmlns="http://www.w3.org/1999/xhtml">
4003 <p><object data="http://test/" usemap="&#x0A;#abc">x</object></p>
4004 </div>
4005 #errors
4006 /div/p/object/@usemap;#idref:syntax error
4007
4008 #data
4009 <div xmlns="http://www.w3.org/1999/xhtml">
4010 <p><object data="http://test/" usemap="#aa">x</object></p>
4011 <map id="aa"/>
4012 </div>
4013 #errors
4014 /div/map;no significant content;s
4015
4016 #data
4017 <div xmlns="http://www.w3.org/1999/xhtml">
4018 <map id="aa"/>
4019 <p><object data="http://test/" usemap="#aa">x</object></p>
4020 </div>
4021 #errors
4022 /div/map;no significant content;s
4023
4024 #data
4025 <div xmlns="http://www.w3.org/1999/xhtml">
4026 <map id="&#x4E00;"/>
4027 <p><object data="http://test/" usemap="#&#x4E00;">x</object></p>
4028 </div>
4029 #errors
4030 /div/map;no significant content;s
4031
4032 #data
4033 <div xmlns="http://www.w3.org/1999/xhtml">
4034 <map id="aa"/>
4035 <p><object data="http://test/" usemap="#bb">x</object></p>
4036 </div>
4037 #errors
4038 /div/p/object/@usemap;no referenced map
4039 /div/map;no significant content;s
4040
4041 #data
4042 <div xmlns="http://www.w3.org/1999/xhtml">
4043 <map id="aa"/>
4044 <p><object data="http://test/" usemap="#aa">x</object></p>
4045 <p><object data="http://test/" usemap="#aa">x</object></p>
4046 </div>
4047 #errors
4048 /div/map;no significant content;s
4049
4050 #data
4051 <div xmlns="http://www.w3.org/1999/xhtml">
4052 <map id="aa"/>
4053 <p><object data="http://test/" usemap="#AA">x</object></p>
4054 </div>
4055 #errors
4056 /div/p/object/@usemap;no referenced map
4057 /div/map;no significant content;s
4058
4059 #data
4060 <div xmlns="http://www.w3.org/1999/xhtml">
4061 <map id="AA"/>
4062 <p><object data="http://test/" usemap="#aa">x</object></p>
4063 </div>
4064 #errors
4065 /div/p/object/@usemap;no referenced map
4066 /div/map;no significant content;s
4067
4068 #data
4069 <div xmlns="http://www.w3.org/1999/xhtml">
4070 <object data="" usemap="#a">x</object><menu id="a">x</menu>
4071 </div>
4072 #errors
4073 /div/object/@usemap;no referenced map
4074
4075 #data
4076 <object data="" declare="" xmlns="http://www.w3.org/1999/xhtml"/>
4077 #errors
4078 /object/@declare;attribute not defined;m
4079 /object;no significant content;s
4080
4081 #data
4082 <object data="" declare="declare" xmlns="http://www.w3.org/1999/xhtml"/>
4083 #errors
4084 /object/@declare;attribute not defined;m
4085
4086 /object;no significant content;s
4087 #data
4088 <object data="" declare="yes" xmlns="http://www.w3.org/1999/xhtml"/>
4089 #errors
4090 /object/@declare;attribute not defined;m
4091 /object/@declare;boolean:invalid
4092 /object;no significant content;s
4093
4094 #data
4095 <object data="" declare="no" xmlns="http://www.w3.org/1999/xhtml"/>
4096 #errors
4097 /object/@declare;attribute not defined;m
4098 /object/@declare;boolean:invalid
4099 /object;no significant content;s
4100
4101 #data
4102 <object data="" classid="" xmlns="http://www.w3.org/1999/xhtml"/>
4103 #errors
4104 /object/@classid;attribute not defined;m
4105 /object;no significant content;s
4106
4107 #data
4108 <object data="" classid="[]" xmlns="http://www.w3.org/1999/xhtml"/>
4109 #errors
4110 /object/@classid;attribute not defined;m
4111 /object/@classid;URI::syntax error:iriref3987;m
4112 /object;no significant content;s
4113
4114 #data
4115 <object data="" codebase="" xmlns="http://www.w3.org/1999/xhtml"/>
4116 #errors
4117 /object/@codebase;attribute not defined;m
4118 /object;no significant content;s
4119
4120 #data
4121 <object data="" codebase="[]" xmlns="http://www.w3.org/1999/xhtml"/>
4122 #errors
4123 /object/@codebase;attribute not defined;m
4124 /object/@codebase;URI::syntax error:iriref3987;m
4125 /object;no significant content;s
4126
4127 #data
4128 <object data="" archive="" xmlns="http://www.w3.org/1999/xhtml"/>
4129 #errors
4130 /object/@archive;attribute not defined;m
4131 /object;no significant content;s
4132
4133 #data
4134 <object data="" archive="[]" xmlns="http://www.w3.org/1999/xhtml"/>
4135 #errors
4136 /object/@archive;attribute not defined;m
4137 /object/@archive;URIs::syntax error:iriref3987:0;m
4138 /object;no significant content;s
4139
4140 #data
4141 <object data="" archive="a,[]" xmlns="http://www.w3.org/1999/xhtml"/>
4142 #errors
4143 /object/@archive;attribute not defined;m
4144 /object/@archive;URIs::syntax error:iriref3987:0;m
4145 /object;no significant content;s
4146
4147 #data
4148 <object data="" archives="[]" xmlns="http://www.w3.org/1999/xhtml"/>
4149 #errors
4150 /object/@archives;attribute not defined;m
4151 /object;no significant content;s
4152
4153 #data
4154 <object data="" codetype="" xmlns="http://www.w3.org/1999/xhtml"/>
4155 #errors
4156 /object/@codetype;attribute not defined;m
4157 /object/@codetype;IMT:syntax error
4158 /object;no significant content;s
4159
4160 #data
4161 <object data="" codetype="text/html" xmlns="http://www.w3.org/1999/xhtml"/>
4162 #errors
4163 /object/@codetype;attribute not defined;m
4164 /object;no significant content;s
4165
4166 #data
4167 <object data="" standby="" xmlns="http://www.w3.org/1999/xhtml"/>
4168 #errors
4169 /object/@standby;attribute not defined;m
4170 /object;no significant content;s
4171
4172 #data
4173 <object data="" standby="[]" xmlns="http://www.w3.org/1999/xhtml"/>
4174 #errors
4175 /object/@standby;attribute not defined;m
4176 /object;no significant content;s
4177
4178 #data
4179 <object data="" border="0" xmlns="http://www.w3.org/1999/xhtml"/>
4180 #errors
4181 /object;no significant content;s
4182 /object/@border;attribute not defined;m
4183
4184 #data
4185 <object data="" border="none" xmlns="http://www.w3.org/1999/xhtml"/>
4186 #errors
4187 /object/@border;attribute not defined;m
4188 /object/@border;nninteger:syntax error
4189 /object;no significant content;s
4190
4191 #data
4192 <object data="" hspace="0" xmlns="http://www.w3.org/1999/xhtml"/>
4193 #errors
4194 /object/@hspace;attribute not defined;m
4195 /object;no significant content;s
4196
4197 #data
4198 <object data="" hspace="none" xmlns="http://www.w3.org/1999/xhtml"/>
4199 #errors
4200 /object/@hspace;attribute not defined;m
4201 /object;no significant content;s
4202 /object/@hspace;nninteger:syntax error
4203
4204 #data
4205 <object data="" vspace="0" xmlns="http://www.w3.org/1999/xhtml"/>
4206 #errors
4207 /object;no significant content;s
4208 /object/@vspace;attribute not defined;m
4209
4210 #data
4211 <object data="" vspace="none" xmlns="http://www.w3.org/1999/xhtml"/>
4212 #errors
4213 /object;no significant content;s
4214 /object/@vspace;attribute not defined;m
4215 /object/@vspace;nninteger:syntax error
4216
4217 #data
4218 <object data="" align="" xmlns="http://www.w3.org/1999/xhtml"/>
4219 #errors
4220 /object;no significant content;s
4221 /object/@align;attribute not defined;m
4222 /object/@align;enumerated:invalid
4223
4224 #data
4225 <object data="" align="char" xmlns="http://www.w3.org/1999/xhtml"/>
4226 #errors
4227 /object;no significant content;s
4228 /object/@align;attribute not defined;m
4229 /object/@align;enumerated:invalid
4230
4231 #data
4232 <object data="" align="justify" xmlns="http://www.w3.org/1999/xhtml"/>
4233 #errors
4234 /object;no significant content;s
4235 /object/@align;attribute not defined;m
4236 /object/@align;enumerated:invalid
4237
4238 #data
4239 <object data="" align="center" xmlns="http://www.w3.org/1999/xhtml"/>
4240 #errors
4241 /object;no significant content;s
4242 /object/@align;attribute not defined;m
4243 /object/@align;enumerated:invalid
4244
4245 #data
4246 <object data="" align="bottom" xmlns="http://www.w3.org/1999/xhtml"/>
4247 #errors
4248 /object;no significant content;s
4249 /object/@align;attribute not defined;m
4250
4251 #data
4252 <object data="" align="middle" xmlns="http://www.w3.org/1999/xhtml"/>
4253 #errors
4254 /object;no significant content;s
4255 /object/@align;attribute not defined;m
4256
4257 #data
4258 <object data="" align="top" xmlns="http://www.w3.org/1999/xhtml"/>
4259 #errors
4260 /object;no significant content;s
4261 /object/@align;attribute not defined;m
4262
4263 #data
4264 <object data="" align="left" xmlns="http://www.w3.org/1999/xhtml"/>
4265 #errors
4266 /object;no significant content;s
4267 /object/@align;attribute not defined;m
4268
4269 #data
4270 <object data="" align="right" xmlns="http://www.w3.org/1999/xhtml"/>
4271 #errors
4272 /object;no significant content;s
4273 /object/@align;attribute not defined;m
4274
4275 #data
4276 <param xmlns="http://www.w3.org/1999/xhtml"/>
4277 #errors
4278 /param;attribute missing:name
4279 /param;attribute missing:value
4280
4281 #data
4282 <param name="a" xmlns="http://www.w3.org/1999/xhtml"/>
4283 #errors
4284 /param;attribute missing:value
4285
4286 #data
4287 <param value="a" xmlns="http://www.w3.org/1999/xhtml"/>
4288 #errors
4289 /param;attribute missing:name
4290
4291 #data
4292 <param name="a" value="b" xmlns="http://www.w3.org/1999/xhtml"/>
4293 #errors
4294
4295 #data
4296 <param name="" value="" xmlns="http://www.w3.org/1999/xhtml"/>
4297 #errors
4298
4299 #data
4300 <param name="a" value="b" valuetype="data" xmlns="http://www.w3.org/1999/xhtml"/>
4301 #errors
4302 /param/@valuetype;attribute not defined;m
4303
4304 #data
4305 <param name="a" value="b" valuetype="ref" xmlns="http://www.w3.org/1999/xhtml"/>
4306 #errors
4307 /param/@valuetype;attribute not defined;m
4308
4309 #data
4310 <param name="a" value="b" valuetype="object" xmlns="http://www.w3.org/1999/xhtml"/>
4311 #errors
4312 /param/@valuetype;attribute not defined;m
4313
4314 #data
4315 <param name="a" value="b" valuetype="text" xmlns="http://www.w3.org/1999/xhtml"/>
4316 #errors
4317 /param/@valuetype;attribute not defined;m
4318 /param/@valuetype;enumerated:invalid
4319
4320 #data
4321 <param name="a" value="b" type="text" xmlns="http://www.w3.org/1999/xhtml"/>
4322 #errors
4323 /param/@type;attribute not defined;m
4324 /param/@type;IMT:syntax error
4325
4326 #data
4327 <param name="a" value="b" type="text/html" xmlns="http://www.w3.org/1999/xhtml"/>
4328 #errors
4329 /param/@type;attribute not defined;m
4330
4331 #data
4332 <video xmlns="http://www.w3.org/1999/xhtml"/>
4333 #errors
4334 /video;no significant content;s
4335 /video;element missing:source;m
4336
4337 #data
4338 <video src="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
4339 #errors
4340 /video;no significant content;s
4341
4342 #data
4343 <video src="``http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
4344 #errors
4345 /video/@src;URI::syntax error:iriref3987;m
4346 /video;no significant content;s
4347
4348 #data
4349 <video autoplay="" xmlns="http://www.w3.org/1999/xhtml"/>
4350 #errors
4351 /video;no significant content;s
4352 /video;element missing:source;m
4353
4354 #data
4355 <video autoplay="autoplay" xmlns="http://www.w3.org/1999/xhtml"/>
4356 #errors
4357 /video;no significant content;s
4358 /video;element missing:source;m
4359
4360 #data
4361 <video autoplay="true" xmlns="http://www.w3.org/1999/xhtml"/>
4362 #errors
4363 /video;no significant content;s
4364 /video/@autoplay;boolean:invalid
4365 /video;element missing:source;m
4366
4367 #data
4368 <video controls="" xmlns="http://www.w3.org/1999/xhtml"/>
4369 #errors
4370 /video;no significant content;s
4371 /video;element missing:source;m
4372
4373 #data
4374 <video controls="controls" xmlns="http://www.w3.org/1999/xhtml"/>
4375 #errors
4376 /video;no significant content;s
4377 /video;element missing:source;m
4378
4379 #data
4380 <video controls="true" xmlns="http://www.w3.org/1999/xhtml"/>
4381 #errors
4382 /video/@controls;boolean:invalid
4383 /video;no significant content;s
4384 /video;element missing:source;m
4385
4386 #data
4387 <video poster="" xmlns="http://www.w3.org/1999/xhtml"/>
4388 #errors
4389 /video;no significant content;s
4390 /video;element missing:source;m
4391
4392 #data
4393 <video poster="abc" xmlns="http://www.w3.org/1999/xhtml"/>
4394 #errors
4395 /video;element missing:source;m
4396 /video;no significant content;s
4397
4398 #data
4399 <video poster="[]" xmlns="http://www.w3.org/1999/xhtml"/>
4400 #errors
4401 /video/@poster;URI::syntax error:iriref3987;m
4402 /video;no significant content;s
4403 /video;element missing:source;m
4404
4405 #data
4406 <audio xmlns="http://www.w3.org/1999/xhtml"/>
4407 #errors
4408 /audio;no significant content;s
4409 /audio;element missing:source;m
4410
4411 #data
4412 <audio src="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
4413 #errors
4414 /audio;no significant content;s
4415
4416 #data
4417 <audio src="http://[test]/" xmlns="http://www.w3.org/1999/xhtml"/>
4418 #errors
4419 /audio/@src;URI::syntax error:iriref3987;m
4420 /audio;no significant content;s
4421
4422 #data
4423 <audio autoplay="" xmlns="http://www.w3.org/1999/xhtml"/>
4424 #errors
4425 /audio;no significant content;s
4426 /audio;element missing:source;m
4427
4428 #data
4429 <audio autoplay="autoplay" xmlns="http://www.w3.org/1999/xhtml"/>
4430 #errors
4431 /audio;no significant content;s
4432 /audio;element missing:source;m
4433
4434 #data
4435 <audio autoplay="true" xmlns="http://www.w3.org/1999/xhtml"/>
4436 #errors
4437 /audio/@autoplay;boolean:invalid
4438 /audio;no significant content;s
4439 /audio;element missing:source;m
4440
4441 #data
4442 <audio controls="" xmlns="http://www.w3.org/1999/xhtml"/>
4443 #errors
4444 /audio;no significant content;s
4445 /audio;element missing:source;m
4446
4447 #data
4448 <audio controls="controls" xmlns="http://www.w3.org/1999/xhtml"/>
4449 #errors
4450 /audio;no significant content;s
4451 /audio;element missing:source;m
4452
4453 #data
4454 <audio controls="true" xmlns="http://www.w3.org/1999/xhtml"/>
4455 #errors
4456 /audio/@controls;boolean:invalid
4457 /audio;no significant content;s
4458 /audio;element missing:source;m
4459
4460 #data
4461 <source xmlns="http://www.w3.org/1999/xhtml"/>
4462 #errors
4463 /source;attribute missing:src
4464
4465 #data
4466 <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
4467 #errors
4468
4469 #data
4470 <source src="%http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
4471 #errors
4472 /source/@src;URI::syntax error:iriref3987;m
4473
4474 #data
4475 <source src="http://test/" type="" xmlns="http://www.w3.org/1999/xhtml"/>
4476 #errors
4477 /source/@type;IMT:syntax error
4478
4479 #data
4480 <source src="http://test/" type="video" xmlns="http://www.w3.org/1999/xhtml"/>
4481 #errors
4482 /source/@type;IMT:syntax error
4483
4484 #data
4485 <source src="http://test/" type="audio/mpeg"
4486 xmlns="http://www.w3.org/1999/xhtml"/>
4487 #errors
4488
4489 #data
4490 <source src="http://test/" type="video/3gpp2; codecs=sevc,s263"
4491 xmlns="http://www.w3.org/1999/xhtml"/>
4492 #errors
4493 /source/@type;IMT:syntax error
4494
4495 #data
4496 <source src="http://test/" type="video/3gpp2; codecs=&quot;sevc,s263&quot;"
4497 xmlns="http://www.w3.org/1999/xhtml"/>
4498 #errors
4499
4500 #data
4501 <source src="http://test/" type="video/3gpp2; codecs=&quot;sevc, s263&quot;"
4502 xmlns="http://www.w3.org/1999/xhtml"/>
4503 #errors
4504
4505 #data
4506 <source src="http://test/" type="video/3gpp2; codecs='sevc, s263'"
4507 xmlns="http://www.w3.org/1999/xhtml"/>
4508 #errors
4509 /source/@type;IMT:syntax error
4510
4511 #data
4512 <source src="http://test/" media="screen"
4513 xmlns="http://www.w3.org/1999/xhtml"/>
4514 #errors
4515 /source/@media;media query;unsupported
4516
4517 #data
4518 <canvas xmlns="http://www.w3.org/1999/xhtml"/>
4519 #errors
4520 /canvas;no significant content;s
4521
4522 #data
4523 <canvas width="" xmlns="http://www.w3.org/1999/xhtml"/>
4524 #errors
4525 /canvas;no significant content;s
4526 /canvas/@width;nninteger:syntax error
4527
4528 #data
4529 <canvas width="1" xmlns="http://www.w3.org/1999/xhtml"/>
4530 #errors
4531 /canvas;no significant content;s
4532
4533 #data
4534 <canvas width="0" xmlns="http://www.w3.org/1999/xhtml"/>
4535 #errors
4536 /canvas;no significant content;s
4537
4538 #data
4539 <canvas width="100" xmlns="http://www.w3.org/1999/xhtml"/>
4540 #errors
4541 /canvas;no significant content;s
4542
4543 #data
4544 <canvas width="-1" xmlns="http://www.w3.org/1999/xhtml"/>
4545 #errors
4546 /canvas;no significant content;s
4547 /canvas/@width;nninteger:syntax error
4548
4549 #data
4550 <canvas width="saaa" xmlns="http://www.w3.org/1999/xhtml"/>
4551 #errors
4552 /canvas/@width;nninteger:syntax error
4553 /canvas;no significant content;s
4554
4555 #data
4556 <canvas width="1&#xA;" xmlns="http://www.w3.org/1999/xhtml"/>
4557 #errors
4558 /canvas/@width;nninteger:syntax error
4559 /canvas;no significant content;s
4560
4561 #data
4562 <canvas width="13344aa" xmlns="http://www.w3.org/1999/xhtml"/>
4563 #errors
4564 /canvas/@width;nninteger:syntax error
4565 /canvas;no significant content;s
4566
4567 #data
4568 <canvas height="" xmlns="http://www.w3.org/1999/xhtml"/>
4569 #errors
4570 /canvas/@height;nninteger:syntax error
4571 /canvas;no significant content;s
4572
4573 #data
4574 <canvas height="0" xmlns="http://www.w3.org/1999/xhtml"/>
4575 #errors
4576 /canvas;no significant content;s
4577
4578 #data
4579 <canvas height="1" xmlns="http://www.w3.org/1999/xhtml"/>
4580 #errors
4581 /canvas;no significant content;s
4582
4583 #data
4584 <canvas height="-2" xmlns="http://www.w3.org/1999/xhtml"/>
4585 #errors
4586 /canvas/@height;nninteger:syntax error
4587 /canvas;no significant content;s
4588
4589 #data
4590 <canvas height="1&#xA;" xmlns="http://www.w3.org/1999/xhtml"/>
4591 #errors
4592 /canvas/@height;nninteger:syntax error
4593 /canvas;no significant content;s
4594
4595 #data
4596 <canvas height="xxx" xmlns="http://www.w3.org/1999/xhtml"/>
4597 #errors
4598 /canvas/@height;nninteger:syntax error
4599 /canvas;no significant content;s
4600
4601 #data
4602 <canvas width="44" height="14" xmlns="http://www.w3.org/1999/xhtml"/>
4603 #errors
4604 /canvas;no significant content;s
4605
4606 #data
4607 <map xmlns="http://www.w3.org/1999/xhtml"/>
4608 #errors
4609 /map;attribute missing:id
4610 /map;no significant content;s
4611
4612 #data
4613 <map name="aa" xmlns="http://www.w3.org/1999/xhtml"/>
4614 #errors
4615 /map;attribute missing:id
4616 /map/@name;attribute;unsupported
4617 /map;no significant content;s
4618
4619 #data
4620 <map id="aa" xmlns="http://www.w3.org/1999/xhtml"/>
4621 #errors
4622 /map;no significant content;s
4623
4624 #data
4625 <div xmlns="http://www.w3.org/1999/xhtml">
4626 <map id="aa"/>
4627 <p id="aa">x</p>
4628 </div>
4629 #errors
4630 /div/p/@id;duplicate ID
4631 /div/map;no significant content;s
4632
4633 #data
4634 <div xmlns="http://www.w3.org/1999/xhtml">
4635 <p id="aa">x</p>
4636 <map id="aa"/>
4637 </div>
4638 #errors
4639 /div/map/@id;duplicate ID
4640 /div/map;no significant content;s
4641
4642 #data
4643 <map id="" xmlns="http://www.w3.org/1999/xhtml"/>
4644 #errors
4645 /map/@id;empty attribute value
4646 /map;no significant content;s
4647
4648 #data
4649 <area xmlns="http://www.w3.org/1999/xhtml"/>
4650 #errors
4651 /area;attribute missing:coords
4652
4653 #data
4654 <area href="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
4655 #errors
4656 /area;attribute missing:alt
4657 /area;attribute missing:coords
4658
4659 #data
4660 <area alt="" xmlns="http://www.w3.org/1999/xhtml"/>
4661 #errors
4662 /area/@alt;attribute not allowed
4663 /area;attribute missing:coords
4664
4665 #data
4666 <area href="http://test/" alt="" xmlns="http://www.w3.org/1999/xhtml"/>
4667 #errors
4668 /area;attribute missing:coords
4669
4670 #data
4671 <area href="http://test/" alt="" coords="1,2,3,4"
4672 xmlns="http://www.w3.org/1999/xhtml"/>
4673 #errors
4674
4675 #data
4676 <area href="%%http://test/" alt="" coords="1,2,3,4"
4677 xmlns="http://www.w3.org/1999/xhtml"/>
4678 #errors
4679 /area/@href;URI::syntax error:iriref3987;m
4680
4681 #data
4682 <area href="http://test/" alt="" coords="1,2,3,4"
4683 hreflang=""
4684 xmlns="http://www.w3.org/1999/xhtml"/>
4685 #errors
4686 /area/@hreflang;LangTag:nosemantics:language;m
4687
4688 #data
4689 <area href="http://test/" alt="" coords="1,2,3,4"
4690 hreflang="en"
4691 xmlns="http://www.w3.org/1999/xhtml"/>
4692 #errors
4693
4694 #data
4695 <area coords="1,2,3,4" hreflang="en"
4696 xmlns="http://www.w3.org/1999/xhtml"/>
4697 #errors
4698 /area/@hreflang;attribute not allowed
4699
4700 #data
4701 <area href="http://test/" alt="" coords="1,2,3,4"
4702 media="screen"
4703 xmlns="http://www.w3.org/1999/xhtml"/>
4704 #errors
4705 /area/@media;media query;unsupported
4706
4707 #data
4708 <area coords="1,2,3,4" media="screen"
4709 xmlns="http://www.w3.org/1999/xhtml"/>
4710 #errors
4711 /area/@media;attribute not allowed
4712 /area/@media;media query;unsupported
4713
4714 #data
4715 <area href="http://test/" coords="1,2,3,4" alt="" target="_self"
4716 xmlns="http://www.w3.org/1999/xhtml"/>
4717 #errors
4718
4719 #data
4720 <area href="http://test/" coords="1,2,3,4" alt="" target="self"
4721 xmlns="http://www.w3.org/1999/xhtml"/>
4722 #errors
4723
4724 #data
4725 <area href="http://test/" coords="1,2,3,4" alt="" target="_any"
4726 xmlns="http://www.w3.org/1999/xhtml"/>
4727 #errors
4728 /area/@target;reserved browsing context name
4729
4730 #data
4731 <area coords="1,2,3,4" target="_self"
4732 xmlns="http://www.w3.org/1999/xhtml"/>
4733 #errors
4734 /area/@target;attribute not allowed
4735
4736 #data
4737 <area coords="1,2,3,4"
4738 xmlns="http://www.w3.org/1999/xhtml"/>
4739 #errors
4740
4741 #data
4742 <area shape="rect" coords="1,2,3,4"
4743 xmlns="http://www.w3.org/1999/xhtml"/>
4744 #errors
4745
4746 #data
4747 <area shape="RECT" coords="1,2,3,4"
4748 xmlns="http://www.w3.org/1999/xhtml"/>
4749 #errors
4750
4751 #data
4752 <area shape="rectangle" coords="1,2,3,4"
4753 xmlns="http://www.w3.org/1999/xhtml"/>
4754 #errors
4755 /area/@shape;enumerated:non-conforming
4756
4757 #data
4758 <area shape="rec" coords="1,2,3,4"
4759 xmlns="http://www.w3.org/1999/xhtml"/>
4760 #errors
4761 /area/@shape;enumerated:invalid
4762
4763 #data
4764 <area shape="default"
4765 xmlns="http://www.w3.org/1999/xhtml"/>
4766 #errors
4767
4768 #data
4769 <area shape="defaulT"
4770 xmlns="http://www.w3.org/1999/xhtml"/>
4771 #errors
4772
4773 #data
4774 <area shape="circ" coords="1,2,3"
4775 xmlns="http://www.w3.org/1999/xhtml"/>
4776 #errors
4777 /area/@shape;enumerated:non-conforming
4778
4779 #data
4780 <area shape="circle" coords="1,2,3"
4781 xmlns="http://www.w3.org/1999/xhtml"/>
4782 #errors
4783
4784 #data
4785 <area shape="poly" coords="1,2,3,4,5,6"
4786 xmlns="http://www.w3.org/1999/xhtml"/>
4787 #errors
4788
4789 #data
4790 <area shape="polygon" coords="1,2,3,4,5,6"
4791 xmlns="http://www.w3.org/1999/xhtml"/>
4792 #errors
4793 /area/@shape;enumerated:non-conforming
4794
4795 #data
4796 <area shape="XXX" coords="1,2,3,4"
4797 xmlns="http://www.w3.org/1999/xhtml"/>
4798 #errors
4799 /area/@shape;enumerated:invalid
4800
4801 #data
4802 <area shape="circle" coords=""
4803 xmlns="http://www.w3.org/1999/xhtml"/>
4804 #errors
4805 /area/@coords;coords:syntax error
4806
4807 #data
4808 <area shape="circle" coords="1"
4809 xmlns="http://www.w3.org/1999/xhtml"/>
4810 #errors
4811 /area/@coords;coords:number:3:1
4812
4813 #data
4814 <area shape="circle" coords="1,2"
4815 xmlns="http://www.w3.org/1999/xhtml"/>
4816 #errors
4817 /area/@coords;coords:number:3:2
4818
4819 #data
4820 <area shape="circle" coords="1,2,3,4"
4821 xmlns="http://www.w3.org/1999/xhtml"/>
4822 #errors
4823 /area/@coords;coords:number:3:4
4824
4825 #data
4826 <area shape="circle" coords="1,2,3,4,5"
4827 xmlns="http://www.w3.org/1999/xhtml"/>
4828 #errors
4829 /area/@coords;coords:number:3:5
4830
4831 #data
4832 <area shape="circle" coords="1,2,-3"
4833 xmlns="http://www.w3.org/1999/xhtml"/>
4834 #errors
4835 /area/@coords;coords:out of range:2
4836
4837 #data
4838 <area shape="circle" coords="1,2,0"
4839 xmlns="http://www.w3.org/1999/xhtml"/>
4840 #errors
4841
4842 #data
4843 <area shape="circle" coords="-1,-2,4"
4844 xmlns="http://www.w3.org/1999/xhtml"/>
4845 #errors
4846
4847 #data
4848 <area shape="circle" coords="0,0,0"
4849 xmlns="http://www.w3.org/1999/xhtml"/>
4850 #errors
4851
4852 #data
4853 <area shape="circle"
4854 xmlns="http://www.w3.org/1999/xhtml"/>
4855 #errors
4856 /area;attribute missing:coords
4857
4858 #data
4859 <area shape="default" coords="1"
4860 xmlns="http://www.w3.org/1999/xhtml"/>
4861 #errors
4862 /area/@coords;attribute not allowed
4863
4864 #data
4865 <area shape="poly" coords=""
4866 xmlns="http://www.w3.org/1999/xhtml"/>
4867 #errors
4868 /area/@coords;coords:syntax error
4869
4870 #data
4871 <area shape="poly" coords="1"
4872 xmlns="http://www.w3.org/1999/xhtml"/>
4873 #errors
4874 /area/@coords;coords:number:>=6:1
4875
4876 #data
4877 <area shape="poly" coords="1,2"
4878 xmlns="http://www.w3.org/1999/xhtml"/>
4879 #errors
4880 /area/@coords;coords:number:>=6:2
4881
4882 #data
4883 <area shape="poly" coords="1,2,3"
4884 xmlns="http://www.w3.org/1999/xhtml"/>
4885 #errors
4886 /area/@coords;coords:number:>=6:3
4887
4888 #data
4889 <area shape="poly" coords="1,2,3,4"
4890 xmlns="http://www.w3.org/1999/xhtml"/>
4891 #errors
4892 /area/@coords;coords:number:>=6:4
4893
4894 #data
4895 <area shape="poly" coords="1,2,3,4,5"
4896 xmlns="http://www.w3.org/1999/xhtml"/>
4897 #errors
4898 /area/@coords;coords:number:>=6:5
4899
4900 #data
4901 <area shape="poly" coords="1,2,3,4,5,6,7"
4902 xmlns="http://www.w3.org/1999/xhtml"/>
4903 #errors
4904 /area/@coords;coords:number:even:7
4905
4906 #data
4907 <area shape="poly" coords="-1,-23,55,455,232,0"
4908 xmlns="http://www.w3.org/1999/xhtml"/>
4909 #errors
4910
4911 #data
4912 <area shape="poly" coords="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
4913 xmlns="http://www.w3.org/1999/xhtml"/>
4914 #errors
4915
4916 #data
4917 <area shape="poly"
4918 xmlns="http://www.w3.org/1999/xhtml"/>
4919 #errors
4920 /area;attribute missing:coords
4921
4922 #data
4923 <area shape="rect" coords=""
4924 xmlns="http://www.w3.org/1999/xhtml"/>
4925 #errors
4926 /area/@coords;coords:syntax error
4927
4928 #data
4929 <area shape="rect" coords="1"
4930 xmlns="http://www.w3.org/1999/xhtml"/>
4931 #errors
4932 /area/@coords;coords:number:4:1
4933
4934 #data
4935 <area shape="rect" coords="1,2"
4936 xmlns="http://www.w3.org/1999/xhtml"/>
4937 #errors
4938 /area/@coords;coords:number:4:2
4939
4940 #data
4941 <area shape="rect" coords="1,2,3"
4942 xmlns="http://www.w3.org/1999/xhtml"/>
4943 #errors
4944 /area/@coords;coords:number:4:3
4945
4946 #data
4947 <area shape="rect" coords="1,2,3,4,5"
4948 xmlns="http://www.w3.org/1999/xhtml"/>
4949 #errors
4950 /area/@coords;coords:number:4:5
4951
4952 #data
4953 <area shape="rect"
4954 xmlns="http://www.w3.org/1999/xhtml"/>
4955 #errors
4956 /area;attribute missing:coords
4957
4958 #data
4959 <area shape="rect" coords="0,0,1,1"
4960 xmlns="http://www.w3.org/1999/xhtml"/>
4961 #errors
4962
4963 #data
4964 <area shape="rect" coords="-1,-1,0,0"
4965 xmlns="http://www.w3.org/1999/xhtml"/>
4966 #errors
4967
4968 #data
4969 <area shape="rect" coords="-1,-1,6,6"
4970 xmlns="http://www.w3.org/1999/xhtml"/>
4971 #errors
4972
4973 #data
4974 <area shape="rect" coords="54,54,7876,466"
4975 xmlns="http://www.w3.org/1999/xhtml"/>
4976 #errors
4977
4978 #data
4979 <area shape="rect" coords="646,4,3,657"
4980 xmlns="http://www.w3.org/1999/xhtml"/>
4981 #errors
4982 /area/@coords;coords:out of range:0
4983
4984 #data
4985 <area shape="rect" coords="4,646,657,7"
4986 xmlns="http://www.w3.org/1999/xhtml"/>
4987 #errors
4988 /area/@coords;coords:out of range:1
4989
4990 #data
4991 <area shape="rect" coords="1,2,3,4"
4992 ping="a b"
4993 xmlns="http://www.w3.org/1999/xhtml"/>
4994 #errors
4995 /area/@ping;attribute not allowed
4996
4997 #data
4998 <area shape="rect" coords="1,2,3,4"
4999 rel="author"
5000 xmlns="http://www.w3.org/1999/xhtml"/>
5001 #errors
5002 /area/@rel;attribute not allowed
5003
5004 #data
5005 <area shape="rect" coords="1,2,3,4"
5006 type="text/css"
5007 xmlns="http://www.w3.org/1999/xhtml"/>
5008 #errors
5009 /area/@type;attribute not allowed
5010
5011 #data
5012 <area shape="rect" coords="1,2,3,4"
5013 href="http://test/" type="text" alt=""
5014 xmlns="http://www.w3.org/1999/xhtml"/>
5015 #errors
5016 /area/@type;IMT:syntax error
5017
5018 #data
5019 <area shape="rect" coords="1,2,3,4"
5020 href="http://test/" type="text/css" alt=""
5021 xmlns="http://www.w3.org/1999/xhtml"/>
5022 #errors
5023
5024 #data
5025 <area shape="rect" coords="1,2,3,4"
5026 href="http://test/" rel="author" alt=""
5027 xmlns="http://www.w3.org/1999/xhtml"/>
5028 #errors
5029
5030 #data
5031 <area shape="rect" coords="1,2,3,4"
5032 href="http://test/" rel="author author" alt=""
5033 xmlns="http://www.w3.org/1999/xhtml"/>
5034 #errors
5035 /area/@rel;duplicate token:author
5036
5037 #data
5038 <area shape="rect" coords="1,2,3,4"
5039 href="http://test/" rel="bookmark" alt=""
5040 xmlns="http://www.w3.org/1999/xhtml"/>
5041 #errors
5042
5043 #data
5044 <area shape="rect" coords="1,2,3,4"
5045 href="http://test/" rel="previous" alt=""
5046 xmlns="http://www.w3.org/1999/xhtml"/>
5047 #errors
5048 /area/@rel;link type:non-conforming:previous
5049
5050 #data
5051 <area shape="rect" coords="1,2,3,4"
5052 href="http://test/" rel="edit" alt=""
5053 xmlns="http://www.w3.org/1999/xhtml"/>
5054 #errors
5055 /area/@rel;link type:proposed:edit;s
5056
5057 #data
5058 <area shape="rect" coords="1,2,3,4"
5059 href="http://test/" rel="script" alt=""
5060 xmlns="http://www.w3.org/1999/xhtml"/>
5061 #errors
5062 /area/@rel;link type:non-conforming:script
5063
5064 #data
5065 <area shape="rect" coords="1,2,3,4"
5066 href="http://test/" rel="icon" alt=""
5067 xmlns="http://www.w3.org/1999/xhtml"/>
5068 #errors
5069 /area/@rel;link type:bad context:icon
5070
5071 #data
5072 <area shape="rect" coords="1,2,3,4"
5073 href="http://test/" rel="example-link-type" alt=""
5074 xmlns="http://www.w3.org/1999/xhtml"/>
5075 #errors
5076 /area/@rel;link type:example-link-type;unsupported
5077
5078 #data
5079 <area shape="rect" coords="1,2,3,4"
5080 href="http://test/" ping="a b" alt=""
5081 xmlns="http://www.w3.org/1999/xhtml"/>
5082 #errors
5083
5084 #data
5085 <area shape="rect" coords="1,2,3,4"
5086 href="http://test/" ping="a [b]" alt=""
5087 xmlns="http://www.w3.org/1999/xhtml"/>
5088 #errors
5089 /area/@ping;URIs::syntax error:iriref3987:1;m
5090
5091 #data
5092 <area shape="rect" coords="1,2,3,4"
5093 href="http://test/" ping="a [b] [@c]" alt=""
5094 xmlns="http://www.w3.org/1999/xhtml"/>
5095 #errors
5096 /area/@ping;URIs::syntax error:iriref3987:1;m
5097 /area/@ping;URIs::syntax error:iriref3987:2;m
5098
5099 #data
5100 <area shape="default" rev="" xmlns="http://www.w3.org/1999/xhtml"/>
5101 #errors
5102 /area/@rev;attribute not defined;m
5103
5104 #data
5105 <area shape="default" nohref="" xmlns="http://www.w3.org/1999/xhtml"/>
5106 #errors
5107 /area/@nohref;attribute not defined;m
5108
5109 #data
5110 <area shape="default" nohref="nohref" xmlns="http://www.w3.org/1999/xhtml"/>
5111 #errors
5112 /area/@nohref;attribute not defined;m
5113
5114 #data
5115 <area shape="default" nohref="http://example/" xmlns="http://www.w3.org/1999/xhtml"/>
5116 #errors
5117 /area/@nohref;attribute not defined;m
5118 /area/@nohref;boolean:invalid
5119
5120 #data
5121 <table xmlns="http://www.w3.org/1999/xhtml"/>
5122 #errors
5123
5124 #data
5125 <table xmlns="http://www.w3.org/1999/xhtml" summary=""/>
5126 #errors
5127 /table/@summary;attribute not defined;m
5128
5129 #data
5130 <table xmlns="http://www.w3.org/1999/xhtml" summary="xxxx"/>
5131 #errors
5132 /table/@summary;attribute not defined;m
5133
5134 #data
5135 <table border="" xmlns="http://www.w3.org/1999/xhtml"/>
5136 #errors
5137 /table/@border;attribute not defined;m
5138 /table/@border;nninteger:syntax error
5139
5140 #data
5141 <table border="1" xmlns="http://www.w3.org/1999/xhtml"/>
5142 #errors
5143 /table/@border;attribute not defined;m
5144
5145 #data
5146 <table frame="border" xmlns="http://www.w3.org/1999/xhtml"/>
5147 #errors
5148 /table/@frame;attribute not defined;m
5149
5150 #data
5151 <table frame="below" xmlns="http://www.w3.org/1999/xhtml"/>
5152 #errors
5153 /table/@frame;attribute not defined;m
5154
5155 #data
5156 <table frame="box" xmlns="http://www.w3.org/1999/xhtml"/>
5157 #errors
5158 /table/@frame;attribute not defined;m
5159
5160 #data
5161 <table frame="vside" xmlns="http://www.w3.org/1999/xhtml"/>
5162 #errors
5163 /table/@frame;attribute not defined;m
5164 /table/@frame;enumerated:invalid
5165
5166 #data
5167 <table rules="none" xmlns="http://www.w3.org/1999/xhtml"/>
5168 #errors
5169 /table/@rules;attribute not defined;m
5170
5171 #data
5172 <table rules="groups" xmlns="http://www.w3.org/1999/xhtml"/>
5173 #errors
5174 /table/@rules;attribute not defined;m
5175
5176 #data
5177 <table rules="all" xmlns="http://www.w3.org/1999/xhtml"/>
5178 #errors
5179 /table/@rules;attribute not defined;m
5180
5181 #data
5182 <table rules="group" xmlns="http://www.w3.org/1999/xhtml"/>
5183 #errors
5184 /table/@rules;attribute not defined;m
5185 /table/@rules;enumerated:invalid
5186
5187 #data
5188 <caption align="top" xmlns="http://www.w3.org/1999/xhtml"/>
5189 #errors
5190 /caption/@align;attribute not defined;m
5191 /caption;no significant content;s
5192
5193 #data
5194 <caption align="bottom" xmlns="http://www.w3.org/1999/xhtml">x</caption>
5195 #errors
5196 /caption/@align;attribute not defined;m
5197
5198 #data
5199 <caption align="left" xmlns="http://www.w3.org/1999/xhtml">x</caption>
5200 #errors
5201 /caption/@align;attribute not defined;m
5202
5203 #data
5204 <caption align="right" xmlns="http://www.w3.org/1999/xhtml">x</caption>
5205 #errors
5206 /caption/@align;attribute not defined;m
5207
5208 #data
5209 <caption align="middle" xmlns="http://www.w3.org/1999/xhtml">x</caption>
5210 #errors
5211 /caption/@align;attribute not defined;m
5212 /caption/@align;enumerated:invalid
5213
5214 #data
5215 <caption align="center" xmlns="http://www.w3.org/1999/xhtml">x</caption>
5216 #errors
5217 /caption/@align;attribute not defined;m
5218 /caption/@align;enumerated:invalid
5219
5220 #data
5221 <caption align="justify" xmlns="http://www.w3.org/1999/xhtml">x</caption>
5222 #errors
5223 /caption/@align;attribute not defined;m
5224 /caption/@align;enumerated:invalid
5225
5226 #data
5227 <caption align="" xmlns="http://www.w3.org/1999/xhtml">x</caption>
5228 #errors
5229 /caption/@align;attribute not defined;m
5230 /caption/@align;enumerated:invalid
5231
5232 #data
5233 <colgroup xmlns="http://www.w3.org/1999/xhtml"/>
5234 #errors
5235
5236 #data
5237 <colgroup span="" xmlns="http://www.w3.org/1999/xhtml"/>
5238 #errors
5239 /colgroup/@span;nninteger:syntax error
5240
5241 #data
5242 <colgroup span="1" xmlns="http://www.w3.org/1999/xhtml"/>
5243 #errors
5244
5245 #data
5246 <colgroup span="0000000000001" xmlns="http://www.w3.org/1999/xhtml"/>
5247 #errors
5248
5249 #data
5250 <colgroup span="1000000000000" xmlns="http://www.w3.org/1999/xhtml"/>
5251 #errors
5252
5253 #data
5254 <colgroup span="0" xmlns="http://www.w3.org/1999/xhtml"/>
5255 #errors
5256 /colgroup/@span;nninteger:out of range
5257
5258 #data
5259 <colgroup span="-1" xmlns="http://www.w3.org/1999/xhtml"/>
5260 #errors
5261 /colgroup/@span;nninteger:syntax error
5262
5263 #data
5264 <colgroup span="+1" xmlns="http://www.w3.org/1999/xhtml"/>
5265 #errors
5266 /colgroup/@span;nninteger:syntax error
5267
5268 #data
5269 <colgroup span="111.1" xmlns="http://www.w3.org/1999/xhtml"/>
5270 #errors
5271 /colgroup/@span;nninteger:syntax error
5272
5273 #data
5274 <colgroup span="haergrghra" xmlns="http://www.w3.org/1999/xhtml"/>
5275 #errors
5276 /colgroup/@span;nninteger:syntax error
5277
5278 #data
5279 <col xmlns="http://www.w3.org/1999/xhtml"/>
5280 #errors
5281
5282 #data
5283 <col span="" xmlns="http://www.w3.org/1999/xhtml"/>
5284 #errors
5285 /col/@span;nninteger:syntax error
5286
5287 #data
5288 <col span="0" xmlns="http://www.w3.org/1999/xhtml"/>
5289 #errors
5290 /col/@span;nninteger:out of range
5291
5292 #data
5293 <col span="1" xmlns="http://www.w3.org/1999/xhtml"/>
5294 #errors
5295
5296 #data
5297 <col span="10" xmlns="http://www.w3.org/1999/xhtml"/>
5298 #errors
5299
5300 #data
5301 <col span="-1" xmlns="http://www.w3.org/1999/xhtml"/>
5302 #errors
5303 /col/@span;nninteger:syntax error
5304
5305 #data
5306 <tr bgcolor="blue" xmlns="http://www.w3.org/1999/xhtml"><td>x</td></tr>
5307 #errors
5308 /tr/@bgcolor;attribute not defined;m
5309
5310 #data
5311 <td colspan="1" xmlns="http://www.w3.org/1999/xhtml"/>
5312 #errors
5313 /td;no significant content;s
5314
5315 #data
5316 <td colspan="0" xmlns="http://www.w3.org/1999/xhtml"/>
5317 #errors
5318 /td/@colspan;nninteger:out of range
5319 /td;no significant content;s
5320
5321 #data
5322 <td rowspan="1" xmlns="http://www.w3.org/1999/xhtml"/>
5323 #errors
5324 /td;no significant content;s
5325
5326 #data
5327 <td rowspan="0" xmlns="http://www.w3.org/1999/xhtml"/>
5328 #errors
5329 /td/@rowspan;nninteger:out of range
5330 /td;no significant content;s
5331
5332 #data
5333 <th colspan="1" xmlns="http://www.w3.org/1999/xhtml"/>
5334 #errors
5335 /th;no significant content;s
5336
5337 #data
5338 <th colspan="0" xmlns="http://www.w3.org/1999/xhtml"/>
5339 #errors
5340 /th;no significant content;s
5341 /th/@colspan;nninteger:out of range
5342
5343 #data
5344 <th rowspan="1" xmlns="http://www.w3.org/1999/xhtml"/>
5345 #errors
5346 /th;no significant content;s
5347
5348 #data
5349 <th rowspan="0" xmlns="http://www.w3.org/1999/xhtml"/>
5350 #errors
5351 /th/@rowspan;nninteger:out of range
5352 /th;no significant content;s
5353
5354 #data
5355 <th scope="" xmlns="http://www.w3.org/1999/xhtml"/>
5356 #errors
5357 /th/@scope;enumerated:invalid
5358 /th;no significant content;s
5359
5360 #data
5361 <th scope="row" xmlns="http://www.w3.org/1999/xhtml"/>
5362 #errors
5363 /th;no significant content;s
5364
5365 #data
5366 <th scope="col" xmlns="http://www.w3.org/1999/xhtml"/>
5367 #errors
5368 /th;no significant content;s
5369
5370 #data
5371 <th scope="Col" xmlns="http://www.w3.org/1999/xhtml"/>
5372 #errors
5373 /th;no significant content;s
5374
5375 #data
5376 <th scope="rowgroup" xmlns="http://www.w3.org/1999/xhtml"/>
5377 #errors
5378 /th;no significant content;s
5379
5380 #data
5381 <th scope="colgroup" xmlns="http://www.w3.org/1999/xhtml"/>
5382 #errors
5383 /th;no significant content;s
5384
5385 #data
5386 <td scope="row" xmlns="http://www.w3.org/1999/xhtml"/>
5387 #errors
5388 /td/@scope;attribute not defined;m
5389 /td;no significant content;s
5390
5391 #data
5392 <td scope="rowgroup" xmlns="http://www.w3.org/1999/xhtml"/>
5393 #errors
5394 /td/@scope;attribute not defined;m
5395 /td;no significant content;s
5396
5397 #data
5398 <td scope="" xmlns="http://www.w3.org/1999/xhtml"/>
5399 #errors
5400 /td/@scope;attribute not defined;m
5401 /td/@scope;enumerated:invalid
5402 /td;no significant content;s
5403
5404 #data
5405 <td nowrap="" xmlns="http://www.w3.org/1999/xhtml">x</td>
5406 #errors
5407 /td/@nowrap;attribute not defined;m
5408
5409 #data
5410 <td nowrap="nowrap" xmlns="http://www.w3.org/1999/xhtml">x</td>
5411 #errors
5412 /td/@nowrap;attribute not defined;m
5413
5414 #data
5415 <td nowrap="nowrap" xmlns="http://www.w3.org/1999/xhtml">x</td>
5416 #errors
5417 /td/@nowrap;attribute not defined;m
5418
5419 #data
5420 <td nowrap="yes" xmlns="http://www.w3.org/1999/xhtml">x</td>
5421 #errors
5422 /td/@nowrap;attribute not defined;m
5423 /td/@nowrap;boolean:invalid
5424
5425 #data
5426 <th nowrap="" xmlns="http://www.w3.org/1999/xhtml">x</th>
5427 #errors
5428 /th/@nowrap;attribute not defined;m
5429
5430 #data
5431 <th nowrap="nowrap" xmlns="http://www.w3.org/1999/xhtml">x</th>
5432 #errors
5433 /th/@nowrap;attribute not defined;m
5434
5435 #data
5436 <th nowrap="nowrap" xmlns="http://www.w3.org/1999/xhtml">x</th>
5437 #errors
5438 /th/@nowrap;attribute not defined;m
5439
5440 #data
5441 <th nowrap="yes" xmlns="http://www.w3.org/1999/xhtml">x</th>
5442 #errors
5443 /th/@nowrap;attribute not defined;m
5444 /th/@nowrap;boolean:invalid
5445
5446 #data
5447 <td abbr="" xmlns="http://www.w3.org/1999/xhtml">x</td>
5448 #errors
5449 /td/@abbr;attribute not defined;m
5450
5451 #data
5452 <th abbr="" xmlns="http://www.w3.org/1999/xhtml">x</th>
5453 #errors
5454 /th/@abbr;attribute not defined;m
5455
5456 #data
5457 <td axis="" xmlns="http://www.w3.org/1999/xhtml">x</td>
5458 #errors
5459 /td/@axis;attribute not defined;m
5460
5461 #data
5462 <th axis="" xmlns="http://www.w3.org/1999/xhtml">x</th>
5463 #errors
5464 /th/@axis;attribute not defined;m
5465
5466 #data
5467 <td bgcolor="" xmlns="http://www.w3.org/1999/xhtml">x</td>
5468 #errors
5469 /td/@bgcolor;attribute not defined;m
5470 /td/@bgcolor;color:syntax error;m
5471
5472 #data
5473 <th bgcolor="" xmlns="http://www.w3.org/1999/xhtml">x</th>
5474 #errors
5475 /th/@bgcolor;attribute not defined;m
5476 /th/@bgcolor;color:syntax error;m
5477
5478 #data
5479 <td bgcolor="blue" xmlns="http://www.w3.org/1999/xhtml">x</td>
5480 #errors
5481 /td/@bgcolor;attribute not defined;m
5482
5483 #data
5484 <th bgcolor="blue" xmlns="http://www.w3.org/1999/xhtml">x</th>
5485 #errors
5486 /th/@bgcolor;attribute not defined;m
5487
5488 #data
5489 <tbody align="" xmlns="http://www.w3.org/1999/xhtml"><tr><td>x</td></tr></tbody>
5490 #errors
5491 /tbody/@align;attribute not defined;m
5492 /tbody/@align;enumerated:invalid
5493
5494 #data
5495 <tbody align="left" xmlns="http://www.w3.org/1999/xhtml"><tr><td>x</td></tr></tbody>
5496 #errors
5497 /tbody/@align;attribute not defined;m
5498
5499 #data
5500 <thead align="right" xmlns="http://www.w3.org/1999/xhtml"><tr><td>x</td></tr></thead>
5501 #errors
5502 /thead/@align;attribute not defined;m
5503
5504 #data
5505 <tfoot align="center" xmlns="http://www.w3.org/1999/xhtml"><tr><td>x</td></tr></tfoot>
5506 #errors
5507 /tfoot/@align;attribute not defined;m
5508
5509 #data
5510 <col align="justify" xmlns="http://www.w3.org/1999/xhtml"/>
5511 #errors
5512 /col/@align;attribute not defined;m
5513
5514 #data
5515 <colgroup align="char" xmlns="http://www.w3.org/1999/xhtml"/>
5516 #errors
5517 /colgroup/@align;attribute not defined;m
5518
5519 #data
5520 <tr align="centre" xmlns="http://www.w3.org/1999/xhtml"><th>x</th></tr>
5521 #errors
5522 /tr/@align;attribute not defined;m
5523 /tr/@align;enumerated:invalid
5524
5525 #data
5526 <th align="top" xmlns="http://www.w3.org/1999/xhtml">x</th>
5527 #errors
5528 /th/@align;attribute not defined;m
5529 /th/@align;enumerated:invalid
5530
5531 #data
5532 <td align="bottom" xmlns="http://www.w3.org/1999/xhtml">x</td>
5533 #errors
5534 /td/@align;attribute not defined;m
5535 /td/@align;enumerated:invalid
5536
5537 #data
5538 <tbody valign="" xmlns="http://www.w3.org/1999/xhtml"><tr><td>x</td></tr></tbody>
5539 #errors
5540 /tbody/@valign;attribute not defined;m
5541 /tbody/@valign;enumerated:invalid
5542
5543 #data
5544 <thead valign="top" xmlns="http://www.w3.org/1999/xhtml"><tr><td>x</td></tr></thead>
5545 #errors
5546 /thead/@valign;attribute not defined;m
5547
5548 #data
5549 <tfoot valign="middle" xmlns="http://www.w3.org/1999/xhtml"><tr><td>x</td></tr></tfoot>
5550 #errors
5551 /tfoot/@valign;attribute not defined;m
5552
5553 #data
5554 <tr valign="bottom" xmlns="http://www.w3.org/1999/xhtml"><td>x</td></tr>
5555 #errors
5556 /tr/@valign;attribute not defined;m
5557
5558 #data
5559 <th valign="baseline" xmlns="http://www.w3.org/1999/xhtml">x</th>
5560 #errors
5561 /th/@valign;attribute not defined;m
5562
5563 #data
5564 <td valign="center" xmlns="http://www.w3.org/1999/xhtml">x</td>
5565 #errors
5566 /td/@valign;attribute not defined;m
5567 /td/@valign;enumerated:invalid
5568
5569 #data
5570 <col valign="center" xmlns="http://www.w3.org/1999/xhtml"/>
5571 #errors
5572 /col/@valign;attribute not defined;m
5573 /col/@valign;enumerated:invalid
5574
5575 #data
5576 <colgroup valign="text-bottom" xmlns="http://www.w3.org/1999/xhtml"/>
5577 #errors
5578 /colgroup/@valign;attribute not defined;m
5579 /colgroup/@valign;enumerated:invalid
5580
5581 #data
5582 <tbody char="" xmlns="http://www.w3.org/1999/xhtml"><tr><td>x</td></tr></tbody>
5583 #errors
5584 /tbody/@char;attribute not defined;m
5585 /tbody/@char;char:syntax error;m
5586
5587 #data
5588 <thead char=" " xmlns="http://www.w3.org/1999/xhtml"><tr><td>x</td></tr></thead>
5589 #errors
5590 /thead/@char;attribute not defined;m
5591
5592 #data
5593 <tfoot char="x" xmlns="http://www.w3.org/1999/xhtml"><tr><td>x</td></tr></tfoot>
5594 #errors
5595 /tfoot/@char;attribute not defined;m
5596
5597 #data
5598 <colgroup char="aa" xmlns="http://www.w3.org/1999/xhtml"/>
5599 #errors
5600 /colgroup/@char;attribute not defined;m
5601 /colgroup/@char;char:syntax error;m
5602
5603 #data
5604 <col char="&#x4e00;" xmlns="http://www.w3.org/1999/xhtml"/>
5605 #errors
5606 /col/@char;attribute not defined;m
5607
5608 #data
5609 <tr char=" x" xmlns="http://www.w3.org/1999/xhtml"><td>x</td></tr>
5610 #errors
5611 /tr/@char;attribute not defined;m
5612 /tr/@char;char:syntax error;m
5613
5614 #data
5615 <th char="." xmlns="http://www.w3.org/1999/xhtml">x</th>
5616 #errors
5617 /th/@char;attribute not defined;m
5618
5619 #data
5620 <td char="char" xmlns="http://www.w3.org/1999/xhtml">x</td>
5621 #errors
5622 /td/@char;attribute not defined;m
5623 /td/@char;char:syntax error;m
5624
5625 #data
5626 <script xmlns="http://www.w3.org/1999/xhtml"/>
5627 #errors
5628 /script;script:text/javascript;unsupported
5629
5630 #data
5631 <script type="" xmlns="http://www.w3.org/1999/xhtml"/>
5632 #errors
5633 /script/@type;IMT:syntax error
5634 /script;script:text/javascript;unsupported
5635
5636 #data
5637 <script type="text/javascript" xmlns="http://www.w3.org/1999/xhtml"/>
5638 #errors
5639 /script/@type;IMT:obsolete subtype;w
5640 /script;script:text/javascript;unsupported
5641
5642 #data
5643 <script type="text/javascript;e4x=1" xmlns="http://www.w3.org/1999/xhtml"/>
5644 #errors
5645 /script/@type;IMT:obsolete subtype;w
5646 /script/@type;IMT:parameter not allowed:e4x;m
5647 /script;script:text/javascript;e4x=1;unsupported
5648
5649 #data
5650 <script type="text/JavaScript;E4X=1" xmlns="http://www.w3.org/1999/xhtml"/>
5651 #errors
5652 /script/@type;IMT:obsolete subtype;w
5653 /script/@type;IMT:parameter not allowed:e4x;m
5654 /script;script:text/JavaScript;E4X=1;unsupported
5655
5656 #data
5657 <script type="text/javascript;e4x=&quot;1&quot;"
5658 xmlns="http://www.w3.org/1999/xhtml"/>
5659 #errors
5660 /script/@type;IMT:obsolete subtype;w
5661 /script/@type;IMT:parameter not allowed:e4x;m
5662 /script;script:text/javascript;e4x="1";unsupported
5663
5664 #data
5665 <script type="text/javascript;e4x=&quot;\1&quot;"
5666 xmlns="http://www.w3.org/1999/xhtml"/>
5667 #errors
5668 /script/@type;IMT:obsolete subtype;w
5669 /script/@type;IMT:parameter not allowed:e4x;m
5670 /script;script:text/javascript;e4x="\1";unsupported
5671
5672 #data
5673 <script type="text/javascript; ~=a"
5674 xmlns="http://www.w3.org/1999/xhtml"/>
5675 #errors
5676 /script/@type;IMT:obsolete subtype;w
5677 /script/@type;IMT:attribute:syntax error:~;m
5678 /script/@type;IMT:parameter not allowed:~;m
5679 /script;script:text/javascript; ~=a;unsupported
5680
5681 #data
5682 <script type="text~/javascript"
5683 xmlns="http://www.w3.org/1999/xhtml"/>
5684 #errors
5685 /script/@type;IMT:type;unsupported
5686 /script/@type;IMT:unregistered type;w
5687 /script/@type;IMT:type:syntax error:text~;m
5688 /script;script:text~/javascript;unsupported
5689
5690 #data
5691 <script type="text/javascript~"
5692 xmlns="http://www.w3.org/1999/xhtml"/>
5693 #errors
5694 /script/@type;IMT:subtype;unsupported
5695 /script/@type;IMT:subtype:syntax error:javascript~;m
5696 /script;script:text/javascript~;unsupported
5697
5698 #data
5699 <script src="http://test/" type="text/javascript"
5700 xmlns="http://www.w3.org/1999/xhtml"/>
5701 #errors
5702 /script/@type;IMT:obsolete subtype;w
5703
5704 #data
5705 <script src="http://test/%" type="text/javascript"
5706 xmlns="http://www.w3.org/1999/xhtml"/>
5707 #errors
5708 /script/@src;URI::syntax error:iriref3987;m
5709 /script/@type;IMT:obsolete subtype;w
5710
5711 #data
5712 <script defer="" xmlns="http://www.w3.org/1999/xhtml"/>
5713 #errors
5714 /script;script:text/javascript;unsupported
5715
5716 #data
5717 <script src="http://test/" defer=""
5718 xmlns="http://www.w3.org/1999/xhtml"/>
5719 #errors
5720
5721 #data
5722 <script defer="defer" xmlns="http://www.w3.org/1999/xhtml"/>
5723 #errors
5724 /script;script:text/javascript;unsupported
5725
5726 #data
5727 <script src="http://test/" defer="defer"
5728 xmlns="http://www.w3.org/1999/xhtml"/>
5729 #errors
5730
5731 #data
5732 <script defer="true" xmlns="http://www.w3.org/1999/xhtml"/>
5733 #errors
5734 /script/@defer;boolean:invalid
5735 /script;script:text/javascript;unsupported
5736
5737 #data
5738 <script src="http://test/" defer="true"
5739 xmlns="http://www.w3.org/1999/xhtml"/>
5740 #errors
5741 /script/@defer;boolean:invalid
5742
5743 #data
5744 <script async="" xmlns="http://www.w3.org/1999/xhtml"/>
5745 #errors
5746 /script;script:text/javascript;unsupported
5747
5748 #data
5749 <script src="http://test/" async=""
5750 xmlns="http://www.w3.org/1999/xhtml"/>
5751 #errors
5752
5753 #data
5754 <script async="async" xmlns="http://www.w3.org/1999/xhtml"/>
5755 #errors
5756 /script;script:text/javascript;unsupported
5757
5758 #data
5759 <script src="http://test/" async="async"
5760 xmlns="http://www.w3.org/1999/xhtml"/>
5761 #errors
5762
5763 #data
5764 <script async="true" xmlns="http://www.w3.org/1999/xhtml"/>
5765 #errors
5766 /script/@async;boolean:invalid
5767 /script;script:text/javascript;unsupported
5768
5769 #data
5770 <script src="http://test/" async="true"
5771 xmlns="http://www.w3.org/1999/xhtml"/>
5772 #errors
5773 /script/@async;boolean:invalid
5774
5775 #data
5776 <script defer="" async="" xmlns="http://www.w3.org/1999/xhtml"/>
5777 #errors
5778 /script;script:text/javascript;unsupported
5779
5780 #data
5781 <script defer="defer" async="async" xmlns="http://www.w3.org/1999/xhtml"/>
5782 #errors
5783 /script;script:text/javascript;unsupported
5784
5785 #data
5786 <script src="" defer="" async="" xmlns="http://www.w3.org/1999/xhtml"/>
5787 #errors
5788
5789 #data
5790 <event-source xmlns="http://www.w3.org/1999/xhtml"/>
5791 #errors
5792
5793 #data
5794 <event-source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
5795 #errors
5796
5797 #data
5798 <event-source src="http://test/`" xmlns="http://www.w3.org/1999/xhtml"/>
5799 #errors
5800 /event-source/@src;URI::syntax error:iriref3987;m
5801
5802 #data
5803 <details xmlns="http://www.w3.org/1999/xhtml"/>
5804 #errors
5805 /details;no significant content;s
5806 /details;element missing:legend;m
5807
5808 #data
5809 <details open="" xmlns="http://www.w3.org/1999/xhtml"/>
5810 #errors
5811 /details;no significant content;s
5812 /details;element missing:legend;m
5813
5814 #data
5815 <details open="open" xmlns="http://www.w3.org/1999/xhtml"/>
5816 #errors
5817 /details;no significant content;s
5818 /details;element missing:legend;m
5819
5820 #data
5821 <details open="OPEN" xmlns="http://www.w3.org/1999/xhtml"/>
5822 #errors
5823 /details;no significant content;s
5824 /details/@open;boolean:invalid
5825 /details;element missing:legend;m
5826
5827 #data
5828 <details open="true" xmlns="http://www.w3.org/1999/xhtml"/>
5829 #errors
5830 /details/@open;boolean:invalid
5831 /details;no significant content;s
5832 /details;element missing:legend;m
5833
5834 #data
5835 <datagrid xmlns="http://www.w3.org/1999/xhtml"/>
5836 #errors
5837 /datagrid;no significant content;s
5838
5839 #data
5840 <datagrid disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
5841 #errors
5842 /datagrid;no significant content;s
5843
5844 #data
5845 <datagrid disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
5846 #errors
5847 /datagrid;no significant content;s
5848
5849 #data
5850 <datagrid disabled="true" xmlns="http://www.w3.org/1999/xhtml"/>
5851 #errors
5852 /datagrid/@disabled;boolean:invalid
5853 /datagrid;no significant content;s
5854
5855 #data
5856 <datagrid multiple="" xmlns="http://www.w3.org/1999/xhtml"/>
5857 #errors
5858 /datagrid;no significant content;s
5859
5860 #data
5861 <datagrid multiple="multiple" xmlns="http://www.w3.org/1999/xhtml"/>
5862 #errors
5863 /datagrid;no significant content;s
5864
5865 #data
5866 <datagrid multiple="true" xmlns="http://www.w3.org/1999/xhtml"/>
5867 #errors
5868 /datagrid/@multiple;boolean:invalid
5869 /datagrid;no significant content;s
5870
5871 #data
5872 <command xmlns="http://www.w3.org/1999/xhtml"/>
5873 #errors
5874
5875 #data
5876 <command default="" xmlns="http://www.w3.org/1999/xhtml"/>
5877 #errors
5878
5879 #data
5880 <command default="default" xmlns="http://www.w3.org/1999/xhtml"/>
5881 #errors
5882
5883 #data
5884 <command default="true" xmlns="http://www.w3.org/1999/xhtml"/>
5885 #errors
5886 /command/@default;boolean:invalid
5887
5888 #data
5889 <command checked="" xmlns="http://www.w3.org/1999/xhtml"/>
5890 #errors
5891
5892 #data
5893 <command checked="checked" xmlns="http://www.w3.org/1999/xhtml"/>
5894 #errors
5895
5896 #data
5897 <command checked="true" xmlns="http://www.w3.org/1999/xhtml"/>
5898 #errors
5899 /command/@checked;boolean:invalid
5900
5901 #data
5902 <command hidden="" xmlns="http://www.w3.org/1999/xhtml"/>
5903 #errors
5904
5905 #data
5906 <command hidden="hidden" xmlns="http://www.w3.org/1999/xhtml"/>
5907 #errors
5908
5909 #data
5910 <command hidden="true" xmlns="http://www.w3.org/1999/xhtml"/>
5911 #errors
5912 /command/@hidden;boolean:invalid
5913
5914 #data
5915 <command disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
5916 #errors
5917
5918 #data
5919 <command disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
5920 #errors
5921
5922 #data
5923 <command disabled="true" xmlns="http://www.w3.org/1999/xhtml"/>
5924 #errors
5925 /command/@disabled;boolean:invalid
5926
5927 #data
5928 <command label="" xmlns="http://www.w3.org/1999/xhtml"/>
5929 #errors
5930
5931 #data
5932 <command label=" " xmlns="http://www.w3.org/1999/xhtml"/>
5933 #errors
5934
5935 #data
5936 <command label="aaa" xmlns="http://www.w3.org/1999/xhtml"/>
5937 #errors
5938
5939 #data
5940 <command label="label" xmlns="http://www.w3.org/1999/xhtml"/>
5941 #errors
5942
5943 #data
5944 <command label="&#x4E00;" xmlns="http://www.w3.org/1999/xhtml"/>
5945 #errors
5946
5947 #data
5948 <command label="&#xA;" xmlns="http://www.w3.org/1999/xhtml"/>
5949 #errors
5950
5951 #data
5952 <command title="" xmlns="http://www.w3.org/1999/xhtml"/>
5953 #errors
5954
5955 #data
5956 <command title="aaa" xmlns="http://www.w3.org/1999/xhtml"/>
5957 #errors
5958
5959 #data
5960 <command radiogroup="" xmlns="http://www.w3.org/1999/xhtml"/>
5961 #errors
5962
5963 #data
5964 <command radiogroup="aa" xmlns="http://www.w3.org/1999/xhtml"/>
5965 #errors
5966
5967 #data
5968 <command type="" xmlns="http://www.w3.org/1999/xhtml"/>
5969 #errors
5970 /command/@type;attribute value not allowed
5971
5972 #data
5973 <command type=" " xmlns="http://www.w3.org/1999/xhtml"/>
5974 #errors
5975 /command/@type;attribute value not allowed
5976
5977 #data
5978 <command type="default" xmlns="http://www.w3.org/1999/xhtml"/>
5979 #errors
5980 /command/@type;attribute value not allowed
5981
5982 #data
5983 <command type="command" xmlns="http://www.w3.org/1999/xhtml"/>
5984 #errors
5985
5986 #data
5987 <command type="Command" xmlns="http://www.w3.org/1999/xhtml"/>
5988 #errors
5989 /command/@type;attribute value not allowed
5990
5991 #data
5992 <command type=" command" xmlns="http://www.w3.org/1999/xhtml"/>
5993 #errors
5994 /command/@type;attribute value not allowed
5995
5996 #data
5997 <command type="command " xmlns="http://www.w3.org/1999/xhtml"/>
5998 #errors
5999 /command/@type;attribute value not allowed
6000
6001 #data
6002 <command type="commandline" xmlns="http://www.w3.org/1999/xhtml"/>
6003 #errors
6004 /command/@type;attribute value not allowed
6005
6006 #data
6007 <command type="checkbox" xmlns="http://www.w3.org/1999/xhtml"/>
6008 #errors
6009
6010 #data
6011 <command type="check" xmlns="http://www.w3.org/1999/xhtml"/>
6012 #errors
6013 /command/@type;attribute value not allowed
6014
6015 #data
6016 <command type="radio" xmlns="http://www.w3.org/1999/xhtml"/>
6017 #errors
6018
6019 #data
6020 <command type="radiobutton" xmlns="http://www.w3.org/1999/xhtml"/>
6021 #errors
6022 /command/@type;attribute value not allowed
6023
6024 #data
6025 <command icon="" xmlns="http://www.w3.org/1999/xhtml"/>
6026 #errors
6027
6028 #data
6029 <command icon="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
6030 #errors
6031
6032 #data
6033 <command icon="http://test/#test" xmlns="http://www.w3.org/1999/xhtml"/>
6034 #errors
6035
6036 #data
6037 <command icon="test" xmlns="http://www.w3.org/1999/xhtml"/>
6038 #errors
6039
6040 #data
6041 <command icon="[]" xmlns="http://www.w3.org/1999/xhtml"/>
6042 #errors
6043 /command/@icon;URI::syntax error:iriref3987;m
6044
6045 #data
6046 <command icon="a b" xmlns="http://www.w3.org/1999/xhtml"/>
6047 #errors
6048 /command/@icon;URI::syntax error:iriref3987;m
6049
6050 #data
6051 <menu xmlns="http://www.w3.org/1999/xhtml"/>
6052 #errors
6053 /menu;no significant content;s
6054
6055 #data
6056 <menu label="" xmlns="http://www.w3.org/1999/xhtml"/>
6057 #errors
6058 /menu;no significant content;s
6059
6060 #data
6061 <menu label=" " xmlns="http://www.w3.org/1999/xhtml"/>
6062 #errors
6063 /menu;no significant content;s
6064
6065 #data
6066 <menu label="aa" xmlns="http://www.w3.org/1999/xhtml"/>
6067 #errors
6068 /menu;no significant content;s
6069
6070 #data
6071 <menu type="" xmlns="http://www.w3.org/1999/xhtml"/>
6072 #errors
6073 /menu/@type;enumerated:invalid
6074 /menu;no significant content;s
6075
6076 #data
6077 <menu type="type" xmlns="http://www.w3.org/1999/xhtml"/>
6078 #errors
6079 /menu;no significant content;s
6080 /menu/@type;enumerated:invalid
6081
6082 #data
6083 <menu type="toolbar" xmlns="http://www.w3.org/1999/xhtml"/>
6084 #errors
6085 /menu;no significant content;s
6086
6087 #data
6088 <menu type="Toolbar" xmlns="http://www.w3.org/1999/xhtml"/>
6089 #errors
6090 /menu;no significant content;s
6091
6092 #data
6093 <menu type=" toolbar" xmlns="http://www.w3.org/1999/xhtml"/>
6094 #errors
6095 /menu/@type;enumerated:invalid
6096 /menu;no significant content;s
6097
6098 #data
6099 <menu type="context" xmlns="http://www.w3.org/1999/xhtml"/>
6100 #errors
6101 /menu;no significant content;s
6102
6103 #data
6104 <menu type="conteXt" xmlns="http://www.w3.org/1999/xhtml"/>
6105 #errors
6106 /menu;no significant content;s
6107
6108 #data
6109 <menu type="context " xmlns="http://www.w3.org/1999/xhtml"/>
6110 #errors
6111 /menu/@type;enumerated:invalid
6112 /menu;no significant content;s
6113
6114 #data
6115 <menu autosubmit="" xmlns="http://www.w3.org/1999/xhtml"/>
6116 #errors
6117 /menu;no significant content;s
6118
6119 #data
6120 <menu autosubmit="autosubmit" xmlns="http://www.w3.org/1999/xhtml"/>
6121 #errors
6122 /menu;no significant content;s
6123
6124 #data
6125 <menu autosubmit="yes" xmlns="http://www.w3.org/1999/xhtml"/>
6126 #errors
6127 /menu/@autosubmit;boolean:invalid
6128 /menu;no significant content;s
6129
6130 #data
6131 <menu autosubmit="AutoSubmit" xmlns="http://www.w3.org/1999/xhtml"/>
6132 #errors
6133 /menu/@autosubmit;boolean:invalid
6134 /menu;no significant content;s
6135
6136 #data
6137 <p contextmenu="" xmlns="http://www.w3.org/1999/xhtml"/>
6138 #errors
6139 /p/@contextmenu;no referenced menu
6140 /p;no significant content;s
6141
6142 #data
6143 <p contextmenu="aaa" xmlns="http://www.w3.org/1999/xhtml"/>
6144 #errors
6145 /p/@contextmenu;no referenced menu
6146 /p;no significant content;s
6147
6148 #data
6149 <div xmlns="http://www.w3.org/1999/xhtml">
6150 <p contextmenu=""/><menu id=""/>
6151 </div>
6152 #errors
6153 /div/menu/@id;empty attribute value
6154 /div;no significant content;s
6155 /div/p;no significant content;s
6156 /div/menu;no significant content;s
6157
6158 #data
6159 <div xmlns="http://www.w3.org/1999/xhtml">
6160 <p contextmenu="a"/><menu id="a"/>
6161 </div>
6162 #errors
6163 /div;no significant content;s
6164 /div/p;no significant content;s
6165 /div/menu;no significant content;s
6166
6167 #data
6168 <div xmlns="http://www.w3.org/1999/xhtml">
6169 <p contextmenu="a"/><menu id="A"/>
6170 </div>
6171 #errors
6172 /div/p/@contextmenu;no referenced menu
6173 /div;no significant content;s
6174 /div/p;no significant content;s
6175 /div/menu;no significant content;s
6176
6177 #data
6178 <div xmlns="http://www.w3.org/1999/xhtml">
6179 <menu id="a"/><p contextmenu="a"/>
6180 </div>
6181 #errors
6182 /div;no significant content;s
6183 /div/menu;no significant content;s
6184 /div/p;no significant content;s
6185
6186 #data
6187 <div contextmenu="a" xmlns="http://www.w3.org/1999/xhtml">
6188 <menu id="a"/>
6189 </div>
6190 #errors
6191 /div;no significant content;s
6192 /div/menu;no significant content;s
6193
6194 #data
6195 <menu id="a" xmlns="http://www.w3.org/1999/xhtml">
6196 <span contextmenu="a"/>
6197 </menu>
6198 #errors
6199 /menu;no significant content;s
6200 /menu/span;no significant content;s
6201
6202 #data
6203 <div xmlns="http://www.w3.org/1999/xhtml">
6204 <p contextmenu="a a"/><menu id="a a"/>
6205 </div>
6206 #errors
6207 /div/menu/@id;space in ID
6208 /div;no significant content;s
6209 /div/p;no significant content;s
6210 /div/menu;no significant content;s
6211
6212 #data
6213 <div xmlns="http://www.w3.org/1999/xhtml">
6214 <p contextmenu="a a"/><menu id="a"/>
6215 </div>
6216 #errors
6217 /div/p/@contextmenu;no referenced menu
6218 /div;no significant content;s
6219 /div/p;no significant content;s
6220 /div/menu;no significant content;s
6221
6222 #data
6223 <div xmlns="http://www.w3.org/1999/xhtml">
6224 <p contextmenu="a a"/><menu id="a a"/>
6225 </div>
6226 #errors
6227 /div/p/@contextmenu;no referenced menu
6228 /div/menu/@id;space in ID
6229 /div;no significant content;s
6230 /div/p;no significant content;s
6231 /div/menu;no significant content;s
6232
6233 #data
6234 <div xmlns="http://www.w3.org/1999/xhtml">
6235 <p contextmenu="a"/><ul id="a"/>
6236 </div>
6237 #errors
6238 /div/p/@contextmenu;no referenced menu
6239 /div;no significant content;s
6240 /div/p;no significant content;s
6241
6242 #data
6243 <rule xmlns="http://www.w3.org/1999/xhtml" mode=""/>
6244 #errors
6245
6246 #data
6247 <rule xmlns="http://www.w3.org/1999/xhtml" mode=" "/>
6248 #errors
6249
6250 #data
6251 <rule xmlns="http://www.w3.org/1999/xhtml" mode="a"/>
6252 #errors
6253
6254 #data
6255 <rule xmlns="http://www.w3.org/1999/xhtml" mode="a b"/>
6256 #errors
6257
6258 #data
6259 <rule xmlns="http://www.w3.org/1999/xhtml" mode="a b"/>
6260 #errors
6261
6262 #data
6263 <rule xmlns="http://www.w3.org/1999/xhtml" mode="a A"/>
6264 #errors
6265
6266 #data
6267 <rule xmlns="http://www.w3.org/1999/xhtml" mode="a a"/>
6268 #errors
6269 /rule/@mode;duplicate token:a
6270
6271 #data
6272 <rule xmlns="http://www.w3.org/1999/xhtml" mode="a&#x9;a&#xA;"/>
6273 #errors
6274 /rule/@mode;duplicate token:a
6275
6276 #data
6277 <rule xmlns="http://www.w3.org/1999/xhtml" condition=""/>
6278 #errors
6279 /rule/@condition;selectors:no sss;m
6280
6281 #data
6282 <rule xmlns="http://www.w3.org/1999/xhtml" condition=" "/>
6283 #errors
6284 /rule/@condition;selectors:no sss;m
6285
6286 #data
6287 <rule xmlns="http://www.w3.org/1999/xhtml" condition="a"/>
6288 #errors
6289
6290 #data
6291 <rule xmlns="http://www.w3.org/1999/xhtml" condition="a b "/>
6292 #errors
6293
6294 #data
6295 <rule xmlns="http://www.w3.org/1999/xhtml" condition="a, b"/>
6296 #errors
6297
6298 #data
6299 <rule xmlns="http://www.w3.org/1999/xhtml" condition="a|b"/>
6300 #errors
6301 /rule/@condition;selectors:namespace prefix:not declared;m
6302
6303 #data
6304 <rule xmlns="http://www.w3.org/1999/xhtml" condition="a["/>
6305 #errors
6306 /rule/@condition;selectors:no attr name;m
6307
6308 #data
6309 <rule xmlns="http://www.w3.org/1999/xhtml" condition="*/**/*"/>
6310 #errors
6311 /rule/@condition;selectors:no combinator;m
6312
6313 #data
6314 <nest xmlns="http://www.w3.org/1999/xhtml" mode=""/>
6315 #errors
6316 /nest/@mode;mode:syntax error
6317
6318 #data
6319 <nest xmlns="http://www.w3.org/1999/xhtml" mode=" "/>
6320 #errors
6321 /nest/@mode;mode:syntax error
6322
6323 #data
6324 <nest xmlns="http://www.w3.org/1999/xhtml" mode="a"/>
6325 #errors
6326
6327 #data
6328 <nest xmlns="http://www.w3.org/1999/xhtml" mode="a "/>
6329 #errors
6330 /nest/@mode;mode:syntax error
6331
6332 #data
6333 <nest xmlns="http://www.w3.org/1999/xhtml" mode="a b"/>
6334 #errors
6335 /nest/@mode;mode:syntax error
6336
6337 #data
6338 <nest xmlns="http://www.w3.org/1999/xhtml" mode="a&#x9;a&#xA;"/>
6339 #errors
6340 /nest/@mode;mode:syntax error
6341
6342 #data
6343 <nest xmlns="http://www.w3.org/1999/xhtml" mode="&#x3000;"/>
6344 #errors
6345
6346 #data
6347 <nest xmlns="http://www.w3.org/1999/xhtml" filter=""/>
6348 #errors
6349 /nest/@filter;selectors:no sss;m
6350
6351 #data
6352 <nest xmlns="http://www.w3.org/1999/xhtml" filter=" "/>
6353 #errors
6354 /nest/@filter;selectors:no sss;m
6355
6356 #data
6357 <nest xmlns="http://www.w3.org/1999/xhtml" filter="a b"/>
6358 #errors
6359
6360 #data
6361 <nest xmlns="http://www.w3.org/1999/xhtml" filter="a + b"/>
6362 #errors
6363
6364 #data
6365 <nest xmlns="http://www.w3.org/1999/xhtml" filter="a.b#c[d]"/>
6366 #errors
6367
6368 #data
6369 <nest xmlns="http://www.w3.org/1999/xhtml" filter="a|b"/>
6370 #errors
6371 /nest/@filter;selectors:namespace prefix:not declared;m
6372
6373 #data
6374 <div align="" xmlns="http://www.w3.org/1999/xhtml">x</div>
6375 #errors
6376 /div/@align;attribute not defined;m
6377 /div/@align;enumerated:invalid
6378
6379 #data
6380 <div align="Left" xmlns="http://www.w3.org/1999/xhtml">x</div>
6381 #errors
6382 /div/@align;attribute not defined;m
6383
6384 #data
6385 <div align="center" xmlns="http://www.w3.org/1999/xhtml"/>
6386 #errors
6387 /div/@align;attribute not defined;m
6388 /div;no significant content;s
6389
6390 #data
6391 <div align="right" xmlns="http://www.w3.org/1999/xhtml">x</div>
6392 #errors
6393 /div/@align;attribute not defined;m
6394
6395 #data
6396 <div align="justify" xmlns="http://www.w3.org/1999/xhtml">x</div>
6397 #errors
6398 /div/@align;attribute not defined;m
6399
6400 #data
6401 <div align="xxx" xmlns="http://www.w3.org/1999/xhtml">x</div>
6402 #errors
6403 /div/@align;attribute not defined;m
6404 /div/@align;enumerated:invalid
6405
6406 #data
6407 <div align=" left" xmlns="http://www.w3.org/1999/xhtml">x</div>
6408 #errors
6409 /div/@align;attribute not defined;m
6410 /div/@align;enumerated:invalid
6411
6412 #data
6413 <a accesskey="" xmlns="http://www.w3.org/1999/xhtml">x</a>
6414 #errors
6415 /a/@accesskey;char:syntax error;m
6416 /a/@accesskey;attribute not defined;m
6417
6418 #data
6419 <a accesskey="a" xmlns="http://www.w3.org/1999/xhtml">x</a>
6420 #errors
6421 /a/@accesskey;attribute not defined;m
6422
6423 #data
6424 <a accesskey=" " xmlns="http://www.w3.org/1999/xhtml">x</a>
6425 #errors
6426 /a/@accesskey;attribute not defined;m
6427
6428 #data
6429 <a accesskey="xx" xmlns="http://www.w3.org/1999/xhtml">x</a>
6430 #errors
6431 /a/@accesskey;char:syntax error;m
6432 /a/@accesskey;attribute not defined;m
6433
6434 #data
6435 <area href="" shape="default" alt="" accesskey="" xmlns="http://www.w3.org/1999/xhtml"/>
6436 #errors
6437 /area/@accesskey;char:syntax error;m
6438 /area/@accesskey;attribute not defined;m
6439
6440 #data
6441 <area href="" shape="default" alt="" accesskey="a" xmlns="http://www.w3.org/1999/xhtml"/>
6442 #errors
6443 /area/@accesskey;attribute not defined;m
6444
6445 #data
6446 <area href="" shape="default" alt="" accesskey=" " xmlns="http://www.w3.org/1999/xhtml"/>
6447 #errors
6448 /area/@accesskey;attribute not defined;m
6449
6450 #data
6451 <area href="" shape="default" alt="" accesskey="xx" xmlns="http://www.w3.org/1999/xhtml"/>
6452 #errors
6453 /area/@accesskey;char:syntax error;m
6454 /area/@accesskey;attribute not defined;m
6455
6456 #data
6457 <input accesskey="" xmlns="http://www.w3.org/1999/xhtml"/>
6458 #errors
6459 /input/@accesskey;char:syntax error;m
6460 /input/@accesskey;attribute not defined;m
6461
6462 #data
6463 <input accesskey="x" xmlns="http://www.w3.org/1999/xhtml"/>
6464 #errors
6465 /input/@accesskey;attribute not defined;m
6466
6467 #data
6468 <button accesskey="" xmlns="http://www.w3.org/1999/xhtml">x</button>
6469 #errors
6470 /button/@accesskey;char:syntax error;m
6471 /button/@accesskey;attribute not defined;m
6472
6473 #data
6474 <button accesskey="x" xmlns="http://www.w3.org/1999/xhtml">x</button>
6475 #errors
6476 /button/@accesskey;attribute not defined;m
6477
6478 #data
6479 <label accesskey="" xmlns="http://www.w3.org/1999/xhtml"><input/>x</label>
6480 #errors
6481 /label/@accesskey;char:syntax error;m
6482
6483 #data
6484 <label accesskey="x" xmlns="http://www.w3.org/1999/xhtml"><input/>x</label>
6485 #errors
6486
6487 #data
6488 <select accesskey="" xmlns="http://www.w3.org/1999/xhtml"/>
6489 #errors
6490 /select/@accesskey;char:syntax error;m
6491
6492 #data
6493 <select accesskey="x" xmlns="http://www.w3.org/1999/xhtml"/>
6494 #errors
6495
6496 #data
6497 <textarea accesskey="" xmlns="http://www.w3.org/1999/xhtml"/>
6498 #errors
6499 /textarea/@accesskey;char:syntax error;m
6500 /textarea/@accesskey;attribute not defined;m
6501
6502 #data
6503 <textarea accesskey="x" xmlns="http://www.w3.org/1999/xhtml"/>
6504 #errors
6505 /textarea/@accesskey;attribute not defined;m
6506
6507
6508 #data
6509 <legend accesskey="" xmlns="http://www.w3.org/1999/xhtml">x</legend>
6510 #errors
6511 /legend/@accesskey;char:syntax error;m
6512 /legend/@accesskey;attribute not defined;m
6513
6514 #data
6515 <legend accesskey="x" xmlns="http://www.w3.org/1999/xhtml">x</legend>
6516 #errors
6517 /legend/@accesskey;attribute not defined;m
6518

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24