/[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.59 - (show annotations) (download)
Sat May 3 09:06:57 2008 UTC (18 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.58: +199 -0 lines
++ whatpm/Whatpm/ContentChecker/ChangeLog	3 May 2008 09:06:48 -0000
	* HTML.pm: Support for |repeat=""|, |repeat-template=""|,
	|repeat-min=""|, and |repeat-max=""| attributes.
	Support for |button| |type| values |add|, |remove|, |move-up|,
	and |move-down|.

2008-05-03  Wakaba  <wakaba@suika.fam.cx>

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24