/[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.84 - (show annotations) (download)
Wed Sep 17 03:55:15 2008 UTC (17 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.83: +10 -0 lines
++ whatpm/t/ChangeLog	17 Sep 2008 03:45:14 -0000
2008-09-17  Wakaba  <wakaba@suika.fam.cx>

	* content-model-1.dat: Test results are updated.

	* content-model-2.dat: Tests for style="" are added.

++ whatpm/Whatpm/CSS/ChangeLog	17 Sep 2008 03:45:24 -0000
2008-09-17  Wakaba  <wakaba@suika.fam.cx>

	* Parser.pm (parse_char_string_as_inline): New method.

++ whatpm/Whatpm/ContentChecker/ChangeLog	17 Sep 2008 03:55:06 -0000
2008-09-17  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm: Support for style="" attributes.

1 #data
2 <unknown u1=""></unknown>
3 #errors
4 /unknown;unknown element;u
5 /unknown/@u1;unknown attribute;u
6
7 #data
8 <unknown u1="" u2=""></unknown>
9 #errors
10 /unknown;unknown element;u
11 /unknown/@u1;unknown attribute;u
12 /unknown/@u2;unknown attribute;u
13
14 #data
15 <unknown u1="" xmlns=""></unknown>
16 #errors
17 /unknown;unknown element;u
18 /unknown/@u1;unknown attribute;u
19
20 #data
21 <unknown xml:lang="!" xmlns=""></unknown>
22 #errors
23 /unknown;unknown element;u
24 /unknown/@lang;langtag:language:nosemantics;m
25 /unknown/@lang;langtag:illegal;m
26
27 #data
28 <unknown u1="" xml:lang="!" xmlns=""></unknown>
29 #errors
30 /unknown;unknown element;u
31 /unknown/@lang;langtag:language:nosemantics;m
32 /unknown/@lang;langtag:illegal;m
33 /unknown/@u1;unknown attribute;u
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:language:nosemantics;m
46 /unknown/@lang;langtag: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:language:nosemantics;m
54 /unknown/@lang;langtag: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;unknown attribute;u
82
83 #data
84 <a html:repeat="" html:b=""
85 c="" xmlns:d="http://" d:e="" xmlns:html="http://www.w3.org/1999/xhtml"/>
86 #errors
87 /a;unknown element;u
88 /a/@c;unknown attribute;u
89 /a/@e;unknown attribute;u
90 /a/@b;attribute not defined;m
91 /a/@repeat;repeat:syntax error;m
92
93 #data
94 <p xmlns="http://www.w3.org/1999/xhtml"
95 xmlns:html="http://www.w3.org/1999/xhtml"
96 html:a="">x</p>
97 #errors
98 /p/@a;attribute not defined;m
99
100 #data
101 <meta xmlns="http://www.w3.org/1999/xhtml"
102 xmlns:html="http://www.w3.org/1999/xhtml"
103 html:a=""
104 name="keywords" content="x"/>
105 #errors
106 /meta/@a;attribute not defined;m
107
108 #data
109 <a xmlns="http://www.w3.org/1999/xhtml"
110 xmlns:html="http://www.w3.org/1999/xhtml"
111 html:a=""
112 href="">y</a>
113 #errors
114 /a/@a;attribute not defined;m
115
116 #data
117 <embed xmlns="http://www.w3.org/1999/xhtml"
118 xmlns:html="http://www.w3.org/1999/xhtml"
119 html:a=""
120 src=""/>
121 #errors
122 /embed/@a;attribute not defined;m
123
124 #data
125 <area xmlns="http://www.w3.org/1999/xhtml"
126 xmlns:html="http://www.w3.org/1999/xhtml"
127 html:a=""
128 href="" shape="default" alt="x"/>
129 #errors
130 /area/@a;attribute not defined;m
131
132 #data
133 <p xmlns="http://www.w3.org/1999/xhtml"
134 id="">a</p>
135 #errors
136 /p/@id;empty attribute value;m
137
138 #data
139 <p xmlns="http://www.w3.org/1999/xhtml"
140 id="a">a</p>
141 #errors
142
143 #data
144 <p xmlns="http://www.w3.org/1999/xhtml"
145 id=" ">a</p>
146 #errors
147 /p/@id;space in ID;m
148
149 #data
150 <p xmlns="http://www.w3.org/1999/xhtml"
151 id="&#x9;">a</p>
152 #errors
153 /p/@id;space in ID;m
154
155 #data
156 <p xmlns="http://www.w3.org/1999/xhtml"
157 id="&#xA;">a</p>
158 #errors
159 /p/@id;space in ID;m
160
161 #data
162 <?xml version="1.1"?>
163 <p xmlns="http://www.w3.org/1999/xhtml"
164 id="&#xB;">a</p>
165 #errors
166 /p/@id;space in ID;m
167
168 #data
169 <?xml version="1.1"?>
170 <p xmlns="http://www.w3.org/1999/xhtml"
171 id="&#xC;">a</p>
172 #errors
173 /p/@id;space in ID;m
174
175 #data
176 <p xmlns="http://www.w3.org/1999/xhtml"
177 id="&#xD;">a</p>
178 #errors
179 /p/@id;space in ID;m
180
181 #data
182 <p xmlns="http://www.w3.org/1999/xhtml"
183 id="a ">a</p>
184 #errors
185 /p/@id;space in ID;m
186
187 #data
188 <p xmlns="http://www.w3.org/1999/xhtml"
189 id="a b">a</p>
190 #errors
191 /p/@id;space in ID;m
192
193 #data
194 <p xmlns="http://www.w3.org/1999/xhtml"
195 id="aaaaaaa">a</p>
196 #errors
197
198 #data
199 <p xmlns="http://www.w3.org/1999/xhtml"
200 id="a"><span id="a">a</span></p>
201 #errors
202 /p/span/@id;duplicate ID;m
203
204 #data
205 <p xmlns="http://www.w3.org/1999/xhtml"
206 id="a b"><span id="a b">x</span></p>
207 #errors
208 /p/@id;space in ID;m
209 /p/span/@id;duplicate ID;m
210 /p/span/@id;space in ID;m
211
212 #data
213 <p xmlns="http://www.w3.org/1999/xhtml"
214 id=""><span id="">x</span></p>
215 #errors
216 /p/@id;empty attribute value;m
217 /p/span/@id;empty attribute value;m
218
219 #data
220 <p xmlns="http://www.w3.org/1999/xhtml">
221 <span id="a">x</span>
222 <span id="b">x</span>
223 <span id="c">x</span>
224 </p>
225 #errors
226
227 #data
228 <p xmlns="http://www.w3.org/1999/xhtml">
229 <span id="a ">x</span>
230 <span id=" a">x</span>
231 <span id=" a ">x</span>
232 </p>
233 #errors
234 /p/span/@id;space in ID;m
235 /p/span/@id;space in ID;m
236 /p/span/@id;space in ID;m
237
238 #data
239 <p xmlns="http://www.w3.org/1999/xhtml">
240 <span id="i">x</span>
241 <span id="I">x</span>
242 <span id="&#x0131;">x</span>
243 </p>
244 #errors
245
246 #data
247 <p title="" xmlns="http://www.w3.org/1999/xhtml">x</p>
248 #errors
249
250 #data
251 <p title="a" xmlns="http://www.w3.org/1999/xhtml">x</p>
252 #errors
253
254 #data
255 <p title="AAAAAA" xmlns="http://www.w3.org/1999/xhtml">x</p>
256 #errors
257
258 #data
259 <p title="XXXX&#x0A;YYYY" xmlns="http://www.w3.org/1999/xhtml">x</p>
260 #errors
261
262 #data
263 <p title="" xmlns="http://www.w3.org/1999/xhtml">x</p>
264 #errors
265
266 #data
267 <p title="AAA" xmlns="http://www.w3.org/1999/xhtml">
268 <span title="BBB">x</span>
269 </p>
270 #errors
271
272 #data
273 <p lang="" xmlns="http://www.w3.org/1999/xhtml">x</p>
274 #errors
275
276 #data
277 <p xml:lang="" xmlns="http://www.w3.org/1999/xhtml">x</p>
278 #errors
279
280 #data html
281 <!DOCTYPE HTML><title>x</title><p xml:lang="">x</p>
282 #errors
283 /html/body/p/@xml:lang;in HTML:xml:lang;i
284 /html/body/p/@xml:lang;xml:lang not allowed;m
285
286 #data html
287 <!DOCTYPE HTML><title>x</title><p xml:lang lang>x
288 #errors
289 /html/body/p/@xml:lang;in HTML:xml:lang;i
290
291 #data html
292 <!DOCTYPE HTML><title>x</title><p xml:lang=ja lang=ja>x
293 #errors
294 /html/body/p/@xml:lang;in HTML:xml:lang;i
295
296 #data html
297 <!DOCTYPE HTML><title>x</title><p xml:lang=en lang=EN>x
298 #errors
299 /html/body/p/@xml:lang;in HTML:xml:lang;i
300 /html/body/p/@lang;langtag:language:case;w
301
302 #data html
303 <!DOCTYPE HTML><title>x</title><p xml:lang=En lang=en>x
304 #errors
305 /html/body/p/@xml:lang;in HTML:xml:lang;i
306
307 #data html
308 <!DOCTYPE HTML><title>x</title><p xml:lang=ja lang=en>x
309 #errors
310 /html/body/p/@xml:lang;in HTML:xml:lang;i
311 /html/body/p/@xml:lang;xml:lang ne lang;m
312
313 #data html
314 <!DOCTYPE HTML><title>x</title><p xml:lang="&#x130;t" lang=it>x
315 #errors
316 /html/body/p/@xml:lang;in HTML:xml:lang;i
317 /html/body/p/@xml:lang;xml:lang ne lang;m
318
319 #data html
320 <!DOCTYPE HTML><title>x</title><p lang="&#x130;t" xml:lang=it>x
321 #errors
322 /html/body/p/@xml:lang;in HTML:xml:lang;i
323 /html/body/p/@xml:lang;xml:lang ne lang;m
324 /html/body/p/@lang;langtag:illegal;m
325 /html/body/p/@lang;langtag:language:nosemantics;m
326
327 #data html
328 <!DOCTYPE HTML><title>x</title><p xml:lang="&#x131;t" lang=it>x
329 #errors
330 /html/body/p/@xml:lang;in HTML:xml:lang;i
331 /html/body/p/@xml:lang;xml:lang ne lang;m
332
333 #data html
334 <!DOCTYPE HTML><title>x</title><p lang="&#x131;t" xml:lang=it>x
335 #errors
336 /html/body/p/@xml:lang;in HTML:xml:lang;i
337 /html/body/p/@xml:lang;xml:lang ne lang;m
338 /html/body/p/@lang;langtag:illegal;m
339 /html/body/p/@lang;langtag:language:nosemantics;m
340
341 #data html
342 <!DOCTYPE HTML><title>x</title><p xml:lang=en- lang=en->x
343 #errors
344 /html/body/p/@xml:lang;in HTML:xml:lang;i
345 /html/body/p/@lang;langtag:illegal;m
346
347 #data html
348 <!DOCTYPE HTML><title>x</title><p xml:lang=en lang>x
349 #errors
350 /html/body/p/@xml:lang;in HTML:xml:lang;i
351 /html/body/p/@xml:lang;xml:lang ne lang;m
352
353 #data
354 <p xml:lang="" lang="" xmlns="http://www.w3.org/1999/xhtml">x</p>
355 #errors
356
357 #data
358 <p xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml">x</p>
359 #errors
360
361 #data
362 <p xml:lang="en" lang="EN" xmlns="http://www.w3.org/1999/xhtml">x</p>
363 #errors
364 /p/@lang;langtag:language:case;w
365
366 #data
367 <p xml:lang="eN" lang="en" xmlns="http://www.w3.org/1999/xhtml">x</p>
368 #errors
369 /p/@lang;langtag:language:case;w
370
371 #data
372 <p xml:lang="en" lang="ja" xmlns="http://www.w3.org/1999/xhtml">x</p>
373 #errors
374 /p/@lang;xml:lang ne lang;m
375
376 #data
377 <p xml:lang="it" lang="&#x130;t" xmlns="http://www.w3.org/1999/xhtml">x</p>
378 #errors
379 /p/@lang;xml:lang ne lang;m
380 /p/@lang;langtag:illegal;m
381 /p/@lang;langtag:language:nosemantics;m
382
383 #data
384 <p lang="it" xml:lang="&#x130;t" xmlns="http://www.w3.org/1999/xhtml">x</p>
385 #errors
386 /p/@lang;xml:lang ne lang;m
387 /p/@lang;langtag:illegal;m
388 /p/@lang;langtag:language:nosemantics;m
389
390 #data
391 <p xml:lang="it" lang="&#x131;t" xmlns="http://www.w3.org/1999/xhtml">x</p>
392 #errors
393 /p/@lang;xml:lang ne lang;m
394 /p/@lang;langtag:illegal;m
395 /p/@lang;langtag:language:nosemantics;m
396
397 #data
398 <p lang="it" xml:lang="&#x131;t" xmlns="http://www.w3.org/1999/xhtml">x</p>
399 #errors
400 /p/@lang;xml:lang ne lang;m
401 /p/@lang;langtag:illegal;m
402 /p/@lang;langtag:language:nosemantics;m
403
404 #data
405 <p xml:lang="" lang="en" xmlns="http://www.w3.org/1999/xhtml">x</p>
406 #errors
407 /p/@lang;xml:lang ne lang;m
408
409 #data
410 <p xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">x</p>
411 #errors
412
413 #data
414 <p lang="en" xmlns="http://www.w3.org/1999/xhtml">x</p>
415 #errors
416
417 #data
418 <p dir="" xmlns="http://www.w3.org/1999/xhtml">x</p>
419 #errors
420 /p/@dir;enumerated:invalid;m
421
422 #data
423 <p dir="ltr" xmlns="http://www.w3.org/1999/xhtml">x</p>
424 #errors
425
426 #data
427 <p dir=" ltr" xmlns="http://www.w3.org/1999/xhtml">x</p>
428 #errors
429 /p/@dir;enumerated:invalid;m
430
431 #data
432 <p dir="ltr " xmlns="http://www.w3.org/1999/xhtml">x</p>
433 #errors
434 /p/@dir;enumerated:invalid;m
435
436 #data
437 <!DOCTYPE p [<!ATTLIST p dir (ltr|rtl) #IMPLIED>]>
438 <p dir="ltr " xmlns="http://www.w3.org/1999/xhtml">x</p>
439 #errors
440
441 #data
442 <?xml version="1.1"?>
443 <!DOCTYPE p [<!ATTLIST p dir (ltr|rtl) #IMPLIED>]>
444 <p dir="ltr&#x0C;" xmlns="http://www.w3.org/1999/xhtml">x</p>
445 #errors
446 /p/@dir;enumerated:invalid;m
447
448 #data
449 <p dir="LTR" xmlns="http://www.w3.org/1999/xhtml">x</p>
450 #errors
451
452 #data
453 <p dir="LtR" xmlns="http://www.w3.org/1999/xhtml">x</p>
454 #errors
455
456 #data
457 <p dir="rtl" xmlns="http://www.w3.org/1999/xhtml">x</p>
458 #errors
459
460 #data
461 <p dir="Rtl" xmlns="http://www.w3.org/1999/xhtml">x</p>
462 #errors
463
464 #data
465 <p dir="rtltr" xmlns="http://www.w3.org/1999/xhtml">x</p>
466 #errors
467 /p/@dir;enumerated:invalid;m
468
469 #data
470 <p dir="XXXXXX" xmlns="http://www.w3.org/1999/xhtml">x</p>
471 #errors
472 /p/@dir;enumerated:invalid;m
473
474 #data
475 <p class="" xmlns="http://www.w3.org/1999/xhtml">x</p>
476 #errors
477
478 #data
479 <p class=" " xmlns="http://www.w3.org/1999/xhtml">x</p>
480 #errors
481
482 #data
483 <?xml version="1.1"?>
484 <p class="&#xD;&#xB;" xmlns="http://www.w3.org/1999/xhtml">x</p>
485 #errors
486
487 #data
488 <p class="a b c d ef g h" xmlns="http://www.w3.org/1999/xhtml">x</p>
489 #errors
490
491 #data
492 <?xml version="1.1"?>
493 <p class=" a b c d &#xC; efg h &#xC;" xmlns="http://www.w3.org/1999/xhtml">x</p>
494 #errors
495
496 #data
497 <p class="a a" xmlns="http://www.w3.org/1999/xhtml">x</p>
498 #errors
499 /p/@class;duplicate token;m
500
501 #data
502 <?xml version="1.1"?>
503 <p class=" aa&#xC; aa" xmlns="http://www.w3.org/1999/xhtml">x</p>
504 #errors
505 /p/@class;duplicate token;m
506
507 #data
508 <p class="a a a" xmlns="http://www.w3.org/1999/xhtml">x</p>
509 #errors
510 /p/@class;duplicate token;m
511 /p/@class;duplicate token;m
512
513 #data
514 <p class="I i &#x0131;" xmlns="http://www.w3.org/1999/xhtml">x</p>
515 #errors
516
517 #data
518 <p style="" xmlns="http://www.w3.org/1999/xhtml">x</p>
519 #errors
520 /p/@style;SUBDOC
521
522 #data
523 <p style="color:blue" xmlns="http://www.w3.org/1999/xhtml">x</p>
524 #errors
525 /p/@style;SUBDOC
526
527 #data
528 <p contenteditable="" xmlns="http://www.w3.org/1999/xhtml">x</p>
529 #errors
530
531 #data
532 <p contenteditable="true" xmlns="http://www.w3.org/1999/xhtml">x</p>
533 #errors
534
535 #data
536 <p contenteditable="TruE" xmlns="http://www.w3.org/1999/xhtml">x</p>
537 #errors
538
539 #data
540 <p contenteditable="false" xmlns="http://www.w3.org/1999/xhtml">x</p>
541 #errors
542
543 #data
544 <p contenteditable="False" xmlns="http://www.w3.org/1999/xhtml">x</p>
545 #errors
546
547 #data
548 <p contenteditable="none" xmlns="http://www.w3.org/1999/xhtml">x</p>
549 #errors
550 /p/@contenteditable;enumerated:invalid;m
551
552 #data
553 <p contenteditable="true " xmlns="http://www.w3.org/1999/xhtml">x</p>
554 #errors
555 /p/@contenteditable;enumerated:invalid;m
556
557 #data
558 <p contenteditable="yes" xmlns="http://www.w3.org/1999/xhtml">x</p>
559 #errors
560 /p/@contenteditable;enumerated:invalid;m
561
562 #data
563 <p contenteditable="contenteditable" xmlns="http://www.w3.org/1999/xhtml">x</p>
564 #errors
565 /p/@contenteditable;enumerated:invalid;m
566
567 #data
568 <p contenteditable="inherit" xmlns="http://www.w3.org/1999/xhtml">x</p>
569 #errors
570 /p/@contenteditable;enumerated:invalid;m
571
572 #data
573 <p contenteditable="yes" xmlns="http://www.w3.org/1999/xhtml">x</p>
574 #errors
575 /p/@contenteditable;enumerated:invalid;m
576
577 #data
578 <p contentEditable="" xmlns="http://www.w3.org/1999/xhtml">x</p>
579 #errors
580 /p/@contentEditable;attribute not defined;m
581
582 #data
583 <p irrelevant="" xmlns="http://www.w3.org/1999/xhtml">x</p>
584 #errors
585 /p/@irrelevant;attribute not defined;m
586
587 #data
588 <p irrelevant=" " xmlns="http://www.w3.org/1999/xhtml">x</p>
589 #errors
590 /p/@irrelevant;boolean:invalid;m
591 /p/@irrelevant;attribute not defined;m
592
593 #data
594 <p irrelevant="irrelevant" xmlns="http://www.w3.org/1999/xhtml">x</p>
595 #errors
596 /p/@irrelevant;attribute not defined;m
597
598 #data
599 <p irrelevant=" irrelevant" xmlns="http://www.w3.org/1999/xhtml">x</p>
600 #errors
601 /p/@irrelevant;boolean:invalid;m
602 /p/@irrelevant;attribute not defined;m
603
604 #data
605 <p irrelevant="irrelevant " xmlns="http://www.w3.org/1999/xhtml">x</p>
606 #errors
607 /p/@irrelevant;boolean:invalid;m
608 /p/@irrelevant;attribute not defined;m
609
610 #data
611 <p irrelevant=" irrelevant " xmlns="http://www.w3.org/1999/xhtml">x</p>
612 #errors
613 /p/@irrelevant;boolean:invalid;m
614 /p/@irrelevant;attribute not defined;m
615
616 #data
617 <p irrelevant="Irrelevant" xmlns="http://www.w3.org/1999/xhtml">x</p>
618 #errors
619 /p/@irrelevant;attribute not defined;m
620
621 #data
622 <p irrelevant="IRRELEVANT" xmlns="http://www.w3.org/1999/xhtml">x</p>
623 #errors
624 /p/@irrelevant;attribute not defined;m
625
626 #data
627 <p irrelevant="relevant" xmlns="http://www.w3.org/1999/xhtml">x</p>
628 #errors
629 /p/@irrelevant;boolean:invalid;m
630 /p/@irrelevant;attribute not defined;m
631
632 #data
633 <p irrelevant="irelevant" xmlns="http://www.w3.org/1999/xhtml">x</p>
634 #errors
635 /p/@irrelevant;boolean:invalid;m
636 /p/@irrelevant;attribute not defined;m
637
638 #data
639 <p irrelevant="irrelevants" xmlns="http://www.w3.org/1999/xhtml">x</p>
640 #errors
641 /p/@irrelevant;boolean:invalid;m
642 /p/@irrelevant;attribute not defined;m
643
644 #data
645 <p irrelevant="false" xmlns="http://www.w3.org/1999/xhtml">x</p>
646 #errors
647 /p/@irrelevant;boolean:invalid;m
648 /p/@irrelevant;attribute not defined;m
649
650 #data
651 <p irrelevant="true" xmlns="http://www.w3.org/1999/xhtml">x</p>
652 #errors
653 /p/@irrelevant;boolean:invalid;m
654 /p/@irrelevant;attribute not defined;m
655
656 #data
657 <p irrelevant="yes" xmlns="http://www.w3.org/1999/xhtml">x</p>
658 #errors
659 /p/@irrelevant;boolean:invalid;m
660 /p/@irrelevant;attribute not defined;m
661
662 #data
663 <p irrelevant="on" xmlns="http://www.w3.org/1999/xhtml">x</p>
664 #errors
665 /p/@irrelevant;boolean:invalid;m
666 /p/@irrelevant;attribute not defined;m
667
668 #data
669 <p hidden="" xmlns="http://www.w3.org/1999/xhtml">x</p>
670 #errors
671
672 #data
673 <p hidden=" " xmlns="http://www.w3.org/1999/xhtml">x</p>
674 #errors
675 /p/@hidden;boolean:invalid;m
676
677 #data
678 <p hidden="hidden" xmlns="http://www.w3.org/1999/xhtml">x</p>
679 #errors
680
681 #data
682 <p hidden="irrelevant" xmlns="http://www.w3.org/1999/xhtml">x</p>
683 #errors
684 /p/@hidden;boolean:invalid;m
685
686 #data
687 <p hidden=" hidden" xmlns="http://www.w3.org/1999/xhtml">x</p>
688 #errors
689 /p/@hidden;boolean:invalid;m
690
691 #data
692 <p hidden="hidden " xmlns="http://www.w3.org/1999/xhtml">x</p>
693 #errors
694 /p/@hidden;boolean:invalid;m
695
696 #data
697 <p hidden=" hidden " xmlns="http://www.w3.org/1999/xhtml">x</p>
698 #errors
699 /p/@hidden;boolean:invalid;m
700
701 #data
702 <p hidden="Hidden" xmlns="http://www.w3.org/1999/xhtml">x</p>
703 #errors
704
705 #data
706 <p hidden="HIDDEN" xmlns="http://www.w3.org/1999/xhtml">x</p>
707 #errors
708
709 #data
710 <p hidden="shown" xmlns="http://www.w3.org/1999/xhtml">x</p>
711 #errors
712 /p/@hidden;boolean:invalid;m
713
714 #data
715 <p hidden="hide" xmlns="http://www.w3.org/1999/xhtml">x</p>
716 #errors
717 /p/@hidden;boolean:invalid;m
718
719 #data
720 <p hidden="false" xmlns="http://www.w3.org/1999/xhtml">x</p>
721 #errors
722 /p/@hidden;boolean:invalid;m
723
724 #data
725 <p hidden="true" xmlns="http://www.w3.org/1999/xhtml">x</p>
726 #errors
727 /p/@hidden;boolean:invalid;m
728
729 #data
730 <p hidden="yes" xmlns="http://www.w3.org/1999/xhtml">x</p>
731 #errors
732 /p/@hidden;boolean:invalid;m
733
734 #data
735 <p hidden="on" xmlns="http://www.w3.org/1999/xhtml">x</p>
736 #errors
737 /p/@hidden;boolean:invalid;m
738
739 #data
740 <p tabindex="-1" xmlns="http://www.w3.org/1999/xhtml">x</p>
741 #errors
742
743 #data
744 <p tabindex="0" xmlns="http://www.w3.org/1999/xhtml">x</p>
745 #errors
746
747 #data
748 <p tabindex="1" xmlns="http://www.w3.org/1999/xhtml">x</p>
749 #errors
750
751 #data
752 <p tabindex="10000" xmlns="http://www.w3.org/1999/xhtml">x</p>
753 #errors
754
755 #data
756 <p tabindex="1.0" xmlns="http://www.w3.org/1999/xhtml">x</p>
757 #errors
758 /p/@tabindex;integer:syntax error;m
759
760 #data
761 <p tabindex="+1" xmlns="http://www.w3.org/1999/xhtml">x</p>
762 #errors
763 /p/@tabindex;integer:syntax error;m
764
765 #data
766 <p tabindex="1 " xmlns="http://www.w3.org/1999/xhtml">x</p>
767 #errors
768 /p/@tabindex;integer:syntax error;m
769
770 #data
771 <p tabindex="+1" xmlns="http://www.w3.org/1999/xhtml">x</p>
772 #errors
773 /p/@tabindex;integer:syntax error;m
774
775 #data
776 <p onabort="alert(1);" xmlns="http://www.w3.org/1999/xhtml">x</p>
777 #errors
778 /p/@onabort;event handler;u
779
780 #data
781 <p onbeforeunload="alert(1);" xmlns="http://www.w3.org/1999/xhtml">x</p>
782 #errors
783 /p/@onbeforeunload;event handler;u
784
785 #data
786 <p onblur="alert(1);" xmlns="http://www.w3.org/1999/xhtml">x</p>
787 #errors
788 /p/@onblur;event handler;u
789
790 #data
791 <p onchange="alert(1);" xmlns="http://www.w3.org/1999/xhtml">x</p>
792 #errors
793 /p/@onchange;event handler;u
794
795 #data
796 <p onclick="alert(1);" xmlns="http://www.w3.org/1999/xhtml">x</p>
797 #errors
798 /p/@onclick;event handler;u
799
800 #data
801 <p onstorage="" xmlns="http://www.w3.org/1999/xhtml">x</p>
802 #errors
803 /p/@onstorage;event handler;u
804
805 #data
806 <unknown onstorage="" xmlns="http://www.w3.org/1999/xhtml">x</unknown>
807 #errors
808 /unknown;element not defined;m
809 /unknown/@onstorage;event handler;u
810
811 #data
812 <p onxxxx="alert(1);" xmlns="http://www.w3.org/1999/xhtml">x</p>
813 #errors
814 /p/@onxxxx;attribute not defined;m
815
816 #data html
817 <!DOCTYPE html>
818 <html>
819 <head><title>x</title></head>
820 <body></body>
821 </html>
822 #errors
823 /html/body;no significant content;s
824
825 #data
826 <html xmlns="http://www.w3.org/1999/xhtml"
827 manifest="http://www.example.com/">
828 <head><title>a</title></head>
829 <body><p>a</p></body>
830 </html>
831 #errors
832
833 #data
834 <html xmlns="http://www.w3.org/1999/xhtml"
835 manifest="[http://www.example.com/]">
836 <head><title>a</title></head>
837 <body><p>a</p></body>
838 </html>
839 #errors
840 /html/@manifest;syntax error:iriref3987;m
841
842 #data
843 <html xmlns="http://www.w3.org/1999/xhtml"
844 manifest=" ">
845 <head><title>a</title></head>
846 <body><p>a</p></body>
847 </html>
848 #errors
849 /html/@manifest;syntax error:iriref3987;m
850
851 #data
852 <html xmlns="http://www.w3.org/1999/xhtml"
853 application="http://www.example.com/">
854 <head><title>a</title></head>
855 <body><p>a</p></body>
856 </html>
857 #errors
858 /html/@application;attribute not defined;m
859
860 #data html
861 <!DOCTYPE html>
862 <html xmlns="http://www.w3.org/1999/xhtml">
863 <head><title>x</title></head>
864 <body></body>
865 </html>
866 #errors
867 /html/body;no significant content;s
868
869 #data html
870 <!DOCTYPE html>
871 <html xmlns="">
872 <head><title>x</title></head>
873 <body></body>
874 </html>
875 #errors
876 /html/@xmlns;invalid attribute value;m
877 /html/body;no significant content;s
878
879 #data html
880 <!DOCTYPE html>
881 <html xmlns="http://www.w3.org/TR/xhtml1/strict">
882 <head><title>x</title></head>
883 <body></body>
884 </html>
885 #errors
886 /html/@xmlns;invalid attribute value;m
887 /html/body;no significant content;s
888
889 #data html
890 <!DOCTYPE html>
891 <html xmlns="http://www.w3.org/TR/REC-html40">
892 <head><title>x</title></head>
893 <body></body>
894 </html>
895 #errors
896 /html/@xmlns;invalid attribute value;m
897 /html/body;no significant content;s
898
899 #data html
900 <!DOCTYPE html>
901 <html xmlns=" http://www.w3.org/1999/xhtml ">
902 <head><title>x</title></head>
903 <body></body>
904 </html>
905 #errors
906 /html/@xmlns;invalid attribute value;m
907 /html/body;no significant content;s
908
909 #data html
910 <!DOCTYPE html>
911 <html xmlns="http://www.w3.org/1999/XHTML">
912 <head><title>x</title></head>
913 <body></body>
914 </html>
915 #errors
916 /html/@xmlns;invalid attribute value;m
917 /html/body;no significant content;s
918
919 #data html
920 <!DOCTYPE html>
921 <html xmlns="http://www.w3.org/1999/html">
922 <head><title>x</title></head>
923 <body></body>
924 </html>
925 #errors
926 /html/@xmlns;invalid attribute value;m
927 /html/body;no significant content;s
928
929 #data
930 <html xmlns="http://www.w3.org/1999/xhtml">
931 <head><title>x</title></head>
932 <body></body>
933 </html>
934 #errors
935 /html/body;no significant content;s
936
937 #data
938 <html xmlns="http://www.w3.org/1999/xhtml ">
939 <head><title>x</title></head>
940 <body></body>
941 </html>
942 #errors
943 /html;unknown element;u
944 /html/head;unknown element;u
945 /html/head/title;unknown element;u
946 /html/body;unknown element;u
947
948 #data html
949 <!DOCTYPE html>
950 <html>
951 <head xmlns="http://www.w3.org/1999/xhtml"><title>x</title></head>
952 <body></body>
953 </html>
954 #errors
955 /html/body;no significant content;s
956
957 #data html
958 <!DOCTYPE HTML>
959 <title>x</title>
960 <p xmlns="http://www.w3.org/1999/xhtml">x</p>
961 #errors
962
963 #data html
964 <!DOCTYPE HTML>
965 <title>x</title>
966 <p xmlns="">x</p>
967 #errors
968 /html/body/p/@xmlns;invalid attribute value;m
969
970 #data html
971 <!DOCTYPE HTML>
972 <title>x</title>
973 <unknown xmlns="http://www.w3.org/1999/xhtml">x</unknown>
974 #errors
975 /html/body/unknown;element not defined;m
976 /html/body/unknown;element not allowed:flow;m
977
978 #data html
979 <!DOCTYPE HTML>
980 <title>x</title>
981 <unknown xmlns="http://www.w3.org/1999/html">x</unknown>
982 #errors
983 /html/body/unknown/@xmlns;invalid attribute value;m
984 /html/body/unknown;element not defined;m
985 /html/body/unknown;element not allowed:flow;m
986
987 #data html
988 <!DOCTYPE HTML>
989 <title>x</title>
990 <svg>
991 <title>
992 <p xmlns="http://www.w3.org/1999/xhtml">x</p>
993 </title>
994 </svg>
995 #errors
996 /html/body/svg;unknown element;u
997 /html/body/svg/title;unknown element;u
998
999 #data html
1000 <!DOCTYPE HTML>
1001 <title>x</title>
1002 <svg>
1003 <title>
1004 <p xmlns="">x</p>
1005 </title>
1006 </svg>
1007 #errors
1008 /html/body/svg;unknown element;u
1009 /html/body/svg/title;unknown element;u
1010 /html/body/svg/title/p/@xmlns;invalid attribute value;m
1011
1012 #data html
1013 <!DOCTYPE HTML>
1014 <title>x</title>
1015 <svg>
1016 <title>
1017 <div><p xmlns="">x</p></div>
1018 </title>
1019 </svg>
1020 #errors
1021 /html/body/svg;unknown element;u
1022 /html/body/svg/title;unknown element;u
1023 /html/body/svg/title/div/p/@xmlns;invalid attribute value;m
1024
1025 #data
1026 <html xmlns="http://www.w3.org/1999/xhtml" version="">
1027 <head><title>x</title></head>
1028 <body>y</body>
1029 </html>
1030 #errors
1031 /html/@version;attribute not defined;m
1032
1033 #data
1034 <html xmlns="http://www.w3.org/1999/xhtml" version="-//W3C//DTD HTML 4.01//EN">
1035 <head><title>x</title></head>
1036 <body>y</body>
1037 </html>
1038 #errors
1039 /html/@version;attribute not defined;m
1040
1041 #data
1042 <head profile="" xmlns="http://www.w3.org/1999/xhtml">
1043 <title/>
1044 </head>
1045 #errors
1046 /head/@profile;attribute not defined;m
1047
1048 #data
1049 <head profile="http://www.test/" xmlns="http://www.w3.org/1999/xhtml">
1050 <title/>
1051 </head>
1052 #errors
1053 /head/@profile;attribute not defined;m
1054
1055 #data
1056 <head profile="http://www.test/ http://www.test/2" xmlns="http://www.w3.org/1999/xhtml">
1057 <title/>
1058 </head>
1059 #errors
1060 /head/@profile;attribute not defined;m
1061
1062 #data
1063 <head profile="[]" xmlns="http://www.w3.org/1999/xhtml">
1064 <title/>
1065 </head>
1066 #errors
1067 /head/@profile;attribute not defined;m
1068 /head/@profile;syntax error:iriref3987;m
1069
1070 #data
1071 <base xmlns="http://www.w3.org/1999/xhtml"/>
1072 #errors
1073 /base;attribute missing:href|target;m
1074
1075 #data
1076 <base title="" xmlns="http://www.w3.org/1999/xhtml"/>
1077 #errors
1078 /base;attribute missing:href|target;m
1079
1080 #data
1081 <base href="http://[test]/" xmlns="http://www.w3.org/1999/xhtml"/>
1082 #errors
1083 /base/@href;syntax error:iriref3987;m
1084
1085 #data
1086 <base href="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
1087 #errors
1088
1089 #data
1090 <base href="test" xmlns="http://www.w3.org/1999/xhtml"/>
1091 #errors
1092
1093 #data
1094 <base href="http://test/#a" xmlns="http://www.w3.org/1999/xhtml"/>
1095 #errors
1096
1097 #data
1098 <base href="http://test/" target="_self" xmlns="http://www.w3.org/1999/xhtml"/>
1099 #errors
1100
1101 #data
1102 <base target="" xmlns="http://www.w3.org/1999/xhtml"/>
1103 #errors
1104 /base/@target;window name:empty;m
1105
1106 #data
1107 <base target="_" xmlns="http://www.w3.org/1999/xhtml"/>
1108 #errors
1109 /base/@target;window name:reserved;m
1110
1111 #data
1112 <base target="_self" xmlns="http://www.w3.org/1999/xhtml"/>
1113 #errors
1114
1115 #data
1116 <base target="_Self" xmlns="http://www.w3.org/1999/xhtml"/>
1117 #errors
1118
1119 #data
1120 <base target="_blank" xmlns="http://www.w3.org/1999/xhtml"/>
1121 #errors
1122
1123 #data
1124 <base target="_parent" xmlns="http://www.w3.org/1999/xhtml"/>
1125 #errors
1126
1127 #data
1128 <base target="_top" xmlns="http://www.w3.org/1999/xhtml"/>
1129 #errors
1130
1131 #data
1132 <base target="_main" xmlns="http://www.w3.org/1999/xhtml"/>
1133 #errors
1134 /base/@target;window name:reserved;m
1135
1136 #data
1137 <base target="_content" xmlns="http://www.w3.org/1999/xhtml"/>
1138 #errors
1139 /base/@target;window name:reserved;m
1140
1141 #data
1142 <base target="_unknown" xmlns="http://www.w3.org/1999/xhtml"/>
1143 #errors
1144 /base/@target;window name:reserved;m
1145
1146 #data
1147 <base target="blank" xmlns="http://www.w3.org/1999/xhtml"/>
1148 #errors
1149
1150 #data
1151 <head xmlns="http://www.w3.org/1999/xhtml">
1152 <link rel="stylesheet" href=""/>
1153 <base href=""/>
1154 <title/>
1155 </head>
1156 #errors
1157 /head/base;basehref after URL attribute;m
1158
1159 #data
1160 <head xmlns="http://www.w3.org/1999/xhtml">
1161 <base href=""/>
1162 <link rel="stylesheet" href=""/>
1163 <title/>
1164 </head>
1165 #errors
1166
1167 #data
1168 <head xmlns="http://www.w3.org/1999/xhtml">
1169 <link rel="stylesheet" href=""/>
1170 <base target="_self"/>
1171 <title/>
1172 </head>
1173 #errors
1174
1175 #data
1176 <head xmlns="http://www.w3.org/1999/xhtml">
1177 <base target="_self"/>
1178 <link rel="stylesheet" href=""/>
1179 <title/>
1180 </head>
1181 #errors
1182
1183 #data
1184 <head xmlns="http://www.w3.org/1999/xhtml">
1185 <link rel="stylesheet" href=""/>
1186 <base target="_self" href=""/>
1187 <title/>
1188 </head>
1189 #errors
1190 /head/base;basehref after URL attribute;m
1191
1192 #data
1193 <head xmlns="http://www.w3.org/1999/xhtml">
1194 <base target="_self" href=""/>
1195 <link rel="stylesheet" href=""/>
1196 <title/>
1197 </head>
1198 #errors
1199
1200 #data
1201 <head xmlns="http://www.w3.org/1999/xhtml">
1202 <link rel="up" href=""/>
1203 <base href=""/>
1204 <title/>
1205 </head>
1206 #errors
1207 /head/base;basehref after URL attribute;m
1208
1209 #data
1210 <head xmlns="http://www.w3.org/1999/xhtml">
1211 <base href=""/>
1212 <link rel="up" href=""/>
1213 <title/>
1214 </head>
1215 #errors
1216
1217 #data
1218 <head xmlns="http://www.w3.org/1999/xhtml">
1219 <link rel="up" href=""/>
1220 <base target="_self"/>
1221 <title/>
1222 </head>
1223 #errors
1224 /head/base;basetarget after hyperlink;m
1225
1226 #data
1227 <head xmlns="http://www.w3.org/1999/xhtml">
1228 <base target="_self"/>
1229 <link rel="up" href=""/>
1230 <title/>
1231 </head>
1232 #errors
1233
1234 #data
1235 <head xmlns="http://www.w3.org/1999/xhtml">
1236 <link rel="up" href=""/>
1237 <base target="_self" href=""/>
1238 <title/>
1239 </head>
1240 #errors
1241 /head/base;basehref after URL attribute;m
1242 /head/base;basetarget after hyperlink;m
1243
1244 #data
1245 <head xmlns="http://www.w3.org/1999/xhtml">
1246 <base target="_self" href=""/>
1247 <link rel="up" href=""/>
1248 <title/>
1249 </head>
1250 #errors
1251
1252 #data
1253 <head xmlns="http://www.w3.org/1999/xhtml">
1254 <link rel="alternate stylesheet" href="" title="x"/>
1255 <base target="_self"/>
1256 <title/>
1257 </head>
1258 #errors
1259
1260 #data
1261 <head xmlns="http://www.w3.org/1999/xhtml">
1262 <link rel="stylesheet alternate" href="" title="x"/>
1263 <base target="_self"/>
1264 <title/>
1265 </head>
1266 #errors
1267
1268 #data
1269 <head xmlns="http://www.w3.org/1999/xhtml">
1270 <link rel="alternate stylesheet stylesheet" href="" title="x"/>
1271 <base target="_self"/>
1272 <title/>
1273 </head>
1274 #errors
1275 /head/link/@rel;duplicate token;m
1276
1277 #data
1278 <head xmlns="http://www.w3.org/1999/xhtml">
1279 <link rel="alternate" type="application/atom+xml" href=""/>
1280 <base target="_self"/>
1281 <title/>
1282 </head>
1283 #errors
1284 /head/base;basetarget after hyperlink;m
1285
1286 #data
1287 <head xmlns="http://www.w3.org/1999/xhtml">
1288 <link rel="alternate up stylesheet" href="" title="x"/>
1289 <base target="_self"/>
1290 <title/>
1291 </head>
1292 #errors
1293 /head/base;basetarget after hyperlink;m
1294
1295 #data
1296 <head xmlns="http://www.w3.org/1999/xhtml">
1297 <link rel="up stylesheet" href=""/>
1298 <base target="_self"/>
1299 <title/>
1300 </head>
1301 #errors
1302 /head/base;basetarget after hyperlink;m
1303
1304 #data
1305 <head xmlns="http://www.w3.org/1999/xhtml">
1306 <a href=""/>
1307 <base target="_self"/>
1308 <title/>
1309 </head>
1310 #errors
1311 /head/a;element not allowed:metadata;m
1312 /head/base;basetarget after hyperlink;m
1313
1314 #data
1315 <head xmlns="http://www.w3.org/1999/xhtml">
1316 <area shape="default" href="" alt=""/>
1317 <base target="_self"/>
1318 <title/>
1319 </head>
1320 #errors
1321 /head/area;element not allowed:metadata;m
1322 /head/base;basetarget after hyperlink;m
1323
1324 #data
1325 <head xmlns="http://www.w3.org/1999/xhtml">
1326 <area shape="default" href="" alt=""/>
1327 <base href=""/>
1328 <title/>
1329 </head>
1330 #errors
1331 /head/area;element not allowed:metadata;m
1332 /head/base;basehref after URL attribute;m
1333
1334 #data
1335 <head xmlns="http://www.w3.org/1999/xhtml">
1336 <video src=""/>
1337 <base href=""/>
1338 <title/>
1339 </head>
1340 #errors
1341 /head/video;element not allowed:metadata;m
1342 /head/base;basehref after URL attribute;m
1343
1344 #data
1345 <html xmlns="http://www.w3.org/1999/xhtml">
1346 <head>
1347 <base href=""/>
1348 <title/>
1349 </head>
1350 <body>
1351 <p><a href="">x</a></p>
1352 </body>
1353 </html>
1354 #errors
1355
1356 #data
1357 <link xmlns="http://www.w3.org/1999/xhtml"/>
1358 #errors
1359 /link;attribute missing;href;m
1360 /link;attribute missing;rel;m
1361
1362 #data
1363 <link href="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
1364 #errors
1365 /link;attribute missing;rel;m
1366
1367 #data
1368 <link rel="author" xmlns="http://www.w3.org/1999/xhtml"/>
1369 #errors
1370 /link;attribute missing;href;m
1371
1372 #data
1373 <link rel="stylesheet" href="http://www.test/"
1374 xmlns="http://www.w3.org/1999/xhtml"/>
1375 #errors
1376
1377 #data
1378 <link rel="stylesheet" href="://www.test/"
1379 xmlns="http://www.w3.org/1999/xhtml"/>
1380 #errors
1381 /link/@href;syntax error:iriref3987;m
1382
1383 #data
1384 <link rel="stylesheet" href="http://www.test/" type=""
1385 xmlns="http://www.w3.org/1999/xhtml"/>
1386 #errors
1387 /link/@type;IMT:syntax error;m
1388
1389 #data
1390 <link rel="stylesheet" href="http://www.test/" type="text"
1391 xmlns="http://www.w3.org/1999/xhtml"/>
1392 #errors
1393 /link/@type;IMT:syntax error;m
1394
1395 #data
1396 <link rel="stylesheet" href="http://www.test/" type="text/css"
1397 xmlns="http://www.w3.org/1999/xhtml"/>
1398 #errors
1399
1400 #data
1401 <link rel="stylesheet" href="http://www.test/" type="TexT/CsS"
1402 xmlns="http://www.w3.org/1999/xhtml"/>
1403 #errors
1404
1405 #data
1406 <link rel="stylesheet" href="http://www.test/" type="TEXT/CSS"
1407 xmlns="http://www.w3.org/1999/xhtml"/>
1408 #errors
1409
1410 #data
1411 <link rel="stylesheet" href="http://www.test/" type="text/css; charset=utf-8"
1412 xmlns="http://www.w3.org/1999/xhtml"/>
1413 #errors
1414
1415 #data
1416 <link rel="author" href="http://test/"
1417 xmlns="http://www.w3.org/1999/xhtml"/>
1418 #errors
1419
1420 #data
1421 <link rel="author author" href="http://test/"
1422 xmlns="http://www.w3.org/1999/xhtml"/>
1423 #errors
1424 /link/@rel;duplicate token;m
1425
1426 #data
1427 <link rel="bookmark" href="http://test/"
1428 xmlns="http://www.w3.org/1999/xhtml"/>
1429 #errors
1430 /link/@rel;link type:bad context;m
1431
1432 #data
1433 <link rel="previous" href="http://test/"
1434 xmlns="http://www.w3.org/1999/xhtml"/>
1435 #errors
1436 /link/@rel;link type:non-conforming;m
1437
1438 #data
1439 <link rel="edit" href="http://test/"
1440 xmlns="http://www.w3.org/1999/xhtml"/>
1441 #errors
1442 /link/@rel;link type:proposed;s
1443
1444 #data
1445 <link rel="contact" href="http://test/"
1446 xmlns="http://www.w3.org/1999/xhtml"/>
1447 #errors
1448 /link/@rel;link type:proposed;s
1449
1450 #data
1451 <link rel="script" href="http://test/"
1452 xmlns="http://www.w3.org/1999/xhtml"/>
1453 #errors
1454 /link/@rel;link type:non-conforming;m
1455
1456 #data
1457 <link rel="example-link-type" href="http://test/"
1458 xmlns="http://www.w3.org/1999/xhtml"/>
1459 #errors
1460 /link/@rel;unknown link type;u
1461
1462 #data
1463 <link rel="alternate" href="http://test/"
1464 xmlns="http://www.w3.org/1999/xhtml"/>
1465 #errors
1466
1467 #data
1468 <link rel="alternate" href="http://test/" title=""
1469 xmlns="http://www.w3.org/1999/xhtml"/>
1470 #errors
1471
1472 #data
1473 <link rel="stylesheet" href="http://test/"
1474 xmlns="http://www.w3.org/1999/xhtml"/>
1475 #errors
1476
1477 #data
1478 <link rel="stylesheet" href="http://test/" title=""
1479 xmlns="http://www.w3.org/1999/xhtml"/>
1480 #errors
1481
1482 #data
1483 <link rel="alternate stylesheet" href="http://test/"
1484 xmlns="http://www.w3.org/1999/xhtml"/>
1485 #errors
1486 /link;attribute missing;title;m
1487
1488 #data
1489 <link rel="alternate stylesheet" href="http://test/" title=""
1490 xmlns="http://www.w3.org/1999/xhtml"/>
1491 #errors
1492 /link/@title;empty style sheet title;m
1493
1494 #data
1495 <link rel="alternate stylesheet" href="http://test/" title="xxxxx"
1496 xmlns="http://www.w3.org/1999/xhtml"/>
1497 #errors
1498
1499 #data
1500 <link rel="stylesheet alternate" href="http://test/"
1501 xmlns="http://www.w3.org/1999/xhtml"/>
1502 #errors
1503 /link;attribute missing;title;m
1504
1505 #data
1506 <link rel="stylesheet alternate" href="http://test/" title=""
1507 xmlns="http://www.w3.org/1999/xhtml"/>
1508 #errors
1509 /link/@title;empty style sheet title;m
1510
1511 #data
1512 <link rel="stylesheet alternate" href="http://test/" title="x"
1513 xmlns="http://www.w3.org/1999/xhtml"/>
1514 #errors
1515
1516 #data
1517 <link rel="alternate up stylesheet" href="http://test/"
1518 xmlns="http://www.w3.org/1999/xhtml"/>
1519 #errors
1520 /link;attribute missing;title;m
1521
1522 #data
1523 <link rel="alternate up stylesheet" href="http://test/" title=""
1524 xmlns="http://www.w3.org/1999/xhtml"/>
1525 #errors
1526 /link/@title;empty style sheet title;m
1527
1528 #data
1529 <link rel="alternate up stylesheet" href="http://test/" title="xxxxx"
1530 xmlns="http://www.w3.org/1999/xhtml"/>
1531 #errors
1532
1533 #data
1534 <link rel="author" href="http://test/" hreflang=""
1535 xmlns="http://www.w3.org/1999/xhtml"/>
1536 #errors
1537 /link/@hreflang;langtag:language:nosemantics;m
1538
1539 #data
1540 <link rel="author" href="http://test/" hreflang="en"
1541 xmlns="http://www.w3.org/1999/xhtml"/>
1542 #errors
1543
1544 #data
1545 <link media="all"
1546 xmlns="http://www.w3.org/1999/xhtml"/>
1547 #errors
1548 /link;attribute missing;href;m
1549 /link;attribute missing;rel;m
1550 /link/@media;media query;u
1551
1552 #data
1553 <link rel="author" href="http://test/" media="all"
1554 xmlns="http://www.w3.org/1999/xhtml"/>
1555 #errors
1556 /link/@media;media query;u
1557
1558 #data
1559 <link href="http://test/" rel="author" target="_self"
1560 xmlns="http://www.w3.org/1999/xhtml"/>
1561 #errors
1562 /link/@target;attribute not defined;m
1563
1564 #data
1565 <head xmlns="http://www.w3.org/1999/xhtml">
1566 <link rel="pingback" href="a"/>
1567 <link rel="pingback" href="b"/>
1568 <title>x</title>
1569 </head>
1570 #errors
1571 /head/link/@rel;link type:duplicate;m
1572
1573 #data
1574 <head xmlns="http://www.w3.org/1999/xhtml">
1575 <link rel="pingback" href="a"/>
1576 <link rel="pingback feed" href="b"/>
1577 <title>x</title>
1578 </head>
1579 #errors
1580 /head/link/@rel;link type:duplicate;m
1581
1582 #data
1583 <link rel="alternate" href="" target="" xmlns="http://www.w3.org/1999/xhtml"/>
1584 #errors
1585 /link/@target;attribute not defined;m
1586 /link/@target;window name:empty;m
1587
1588 #data
1589 <link rel="alternate" href="" target="_" xmlns="http://www.w3.org/1999/xhtml"/>
1590 #errors
1591 /link/@target;attribute not defined;m
1592 /link/@target;window name:reserved;m
1593
1594 #data
1595 <link rel="alternate" href="" target="_self" xmlns="http://www.w3.org/1999/xhtml"/>
1596 #errors
1597 /link/@target;attribute not defined;m
1598
1599 #data
1600 <link rel="alternate" href="" target="_blank" xmlns="http://www.w3.org/1999/xhtml"/>
1601 #errors
1602 /link/@target;attribute not defined;m
1603
1604 #data
1605 <link rel="alternate" href="" target="_b" xmlns="http://www.w3.org/1999/xhtml"/>
1606 #errors
1607 /link/@target;attribute not defined;m
1608 /link/@target;window name:reserved;m
1609
1610 #data
1611 <link href="" rev=" " xmlns="http://www.w3.org/1999/xhtml"/>
1612 #errors
1613 /link/@rev;attribute not defined;m
1614 /link;attribute missing;rel;m
1615
1616 #data
1617 <link href="" rev="made" xmlns="http://www.w3.org/1999/xhtml"/>
1618 #errors
1619 /link/@rev;attribute not defined;m
1620 /link;attribute missing;rel;m
1621
1622 #data
1623 <link href="" rev="made made" xmlns="http://www.w3.org/1999/xhtml"/>
1624 #errors
1625 /link/@rev;attribute not defined;m
1626 /link/@rev;duplicate token;m
1627 /link;attribute missing;rel;m
1628
1629 #data
1630 <link href="" rel="alternate"
1631 charset="us-ascii" xmlns="http://www.w3.org/1999/xhtml"/>
1632 #errors
1633 /link/@charset;attribute not defined;m
1634
1635 #data
1636 <link href="" rel="alternate"
1637 charset="x-sjis" xmlns="http://www.w3.org/1999/xhtml"/>
1638 #errors
1639 /link/@charset;attribute not defined;m
1640 /link/@charset;charset:not preferred;m
1641 /link/@charset;charset:private;w
1642
1643 #data
1644 <link href="" rel="alternate"
1645 charset="not-registered" xmlns="http://www.w3.org/1999/xhtml"/>
1646 #errors
1647 /link/@charset;attribute not defined;m
1648 /link/@charset;charset:not registered;w
1649
1650 #data
1651 <link href="" rel="alternate"
1652 charset="Shift JIS" xmlns="http://www.w3.org/1999/xhtml"/>
1653 #errors
1654 /link/@charset;attribute not defined;m
1655 /link/@charset;charset:not registered;w
1656
1657 #data
1658 <link href="" rel="alternate"
1659 charset="Shift&#x4e00;JIS" xmlns="http://www.w3.org/1999/xhtml"/>
1660 #errors
1661 /link/@charset;attribute not defined;m
1662 /link/@charset;charset:syntax error;m
1663 /link/@charset;charset:not registered;w
1664
1665 #data
1666 <link href="" rel="alternate"
1667 charset="ascii" xmlns="http://www.w3.org/1999/xhtml"/>
1668 #errors
1669 /link/@charset;attribute not defined;m
1670 /link/@charset;charset:not preferred;m
1671
1672 #data
1673 <link rel="icon" href="" xmlns="http://www.w3.org/1999/xhtml"/>
1674 #errors
1675
1676 #data
1677 <link rel="icon" href="" xmlns="http://www.w3.org/1999/xhtml"
1678 sizes=""/>
1679 #errors
1680
1681 #data
1682 <link rel="icon" href="" xmlns="http://www.w3.org/1999/xhtml"
1683 sizes=" "/>
1684 #errors
1685
1686 #data
1687 <link rel="icon" href="" xmlns="http://www.w3.org/1999/xhtml"
1688 sizes="any"/>
1689 #errors
1690
1691 #data
1692 <link rel="icon" href="" xmlns="http://www.w3.org/1999/xhtml"
1693 sizes="1x1"/>
1694 #errors
1695
1696 #data
1697 <link rel="icon" href="" xmlns="http://www.w3.org/1999/xhtml"
1698 sizes="100x100 32x31"/>
1699 #errors
1700
1701 #data
1702 <link rel="icon" href="" xmlns="http://www.w3.org/1999/xhtml"
1703 sizes="any 100x200"/>
1704 #errors
1705
1706 #data
1707 <link rel="icon" href="" xmlns="http://www.w3.org/1999/xhtml"
1708 sizes=" 16x16 "/>
1709 #errors
1710
1711 #data
1712 <link rel="icon" href="" xmlns="http://www.w3.org/1999/xhtml"
1713 sizes="ANY"/>
1714 #errors
1715 /link/@sizes;sizes:syntax error;m
1716
1717 #data
1718 <link rel="icon" href="" xmlns="http://www.w3.org/1999/xhtml"
1719 sizes="32X32"/>
1720 #errors
1721 /link/@sizes;sizes:syntax error;m
1722
1723 #data
1724 <link rel="icon" href="" xmlns="http://www.w3.org/1999/xhtml"
1725 sizes="any any"/>
1726 #errors
1727 /link/@sizes;duplicate token;m
1728
1729 #data
1730 <link rel="icon" href="" xmlns="http://www.w3.org/1999/xhtml"
1731 sizes="16x16 16x16"/>
1732 #errors
1733 /link/@sizes;duplicate token;m
1734
1735 #data
1736 <link rel="icon" href="" xmlns="http://www.w3.org/1999/xhtml"
1737 sizes="032x032"/>
1738 #errors
1739 /link/@sizes;sizes:syntax error;m
1740
1741 #data
1742 <link rel="icon" href="" xmlns="http://www.w3.org/1999/xhtml"
1743 size=""/>
1744 #errors
1745 /link/@size;attribute not defined;m
1746
1747 #data
1748 <link rel="icon" href="" xmlns="http://www.w3.org/1999/xhtml"
1749 height="16" width="16"/>
1750 #errors
1751 /link/@height;attribute not defined;m
1752 /link/@width;attribute not defined;m
1753
1754 #data
1755 <link rel="shortcut icon" href="" xmlns="http://www.w3.org/1999/xhtml"
1756 sizes=""/>
1757 #errors
1758 /link/@rel;unknown link type;u
1759
1760 #data
1761 <link rel="alternate" href="" xmlns="http://www.w3.org/1999/xhtml"
1762 sizes=""/>
1763 #errors
1764 /link/@sizes;attribute not allowed;m
1765
1766 #data
1767 <a rel="icon" href="" xmlns="http://www.w3.org/1999/xhtml"
1768 sizes="">x</a>
1769 #errors
1770 /a/@rel;link type:bad context;m
1771 /a/@sizes;attribute not defined;m
1772
1773 #data
1774 <meta xmlns="http://www.w3.org/1999/xhtml">
1775 <!-- TODO: <meta> tests are not complete -->
1776 </meta>
1777 #errors
1778 /meta;attribute missing:name|http-equiv|charset;m
1779
1780 #data
1781 <meta name="dns" xmlns="http://www.w3.org/1999/xhtml"/>
1782 #errors
1783 /meta;attribute missing;content;m
1784
1785 #data
1786 <meta name="dns" content="example.net" xmlns="http://www.w3.org/1999/xhtml"/>
1787 #errors
1788
1789 #data
1790 <meta charset="us-ascii" name="dns" content="example.net"
1791 xmlns="http://www.w3.org/1999/xhtml"/>
1792 #errors
1793 /meta;element not allowed:meta charset;m
1794 /meta/@charset;attribute not allowed;m
1795 /meta;in XML:charset;m
1796 /meta/@charset;mismatched charset name not checked;u
1797
1798 #data
1799 <meta http-equiv="refresh" xmlns="http://www.w3.org/1999/xhtml"/>
1800 #errors
1801 /meta;attribute missing;content;m
1802
1803 #data
1804 <meta http-equiv="refresh" content="10; url=a.html"
1805 xmlns="http://www.w3.org/1999/xhtml"/>
1806 #errors
1807
1808 #data
1809 <meta http-equiv="refresh" content="10; url=a.html" name="dns"
1810 xmlns="http://www.w3.org/1999/xhtml"/>
1811 #errors
1812 /meta/@http-equiv;attribute not allowed;m
1813
1814 #data
1815 <meta http-equiv="refresh" content="10; url=a.html" charset="us-ascii"
1816 xmlns="http://www.w3.org/1999/xhtml"/>
1817 #errors
1818 /meta/@charset;attribute not allowed;m
1819 /meta;in XML:charset;m
1820 /meta/@charset;mismatched charset name not checked;u
1821 /meta;element not allowed:meta charset;m
1822
1823 #data
1824 <meta http-equiv="" content="example.net" xmlns="http://www.w3.org/1999/xhtml"/>
1825 #errors
1826 /meta/@http-equiv;enumerated:invalid;m
1827
1828 #data
1829 <meta content="example.net" xmlns="http://www.w3.org/1999/xhtml"/>
1830 #errors
1831 /meta/@content;attribute not allowed;m
1832 /meta;attribute missing:name|http-equiv;m
1833
1834 #data
1835 <meta charset="us-ascii" content="example.net"
1836 xmlns="http://www.w3.org/1999/xhtml"/>
1837 #errors
1838 /meta;element not allowed:meta charset;m
1839 /meta/@content;attribute not allowed;m
1840 /meta;in XML:charset;m
1841 /meta/@charset;mismatched charset name not checked;u
1842
1843 #data
1844 <meta content="example.net" xmlns="http://www.w3.org/1999/xhtml"/>
1845 #errors
1846 /meta/@content;attribute not allowed;m
1847 /meta;attribute missing:name|http-equiv;m
1848
1849 #data html
1850 <!DOCTYPE HTML><html><head><meta charset="us-ascii"><title>x</title></head><body><p>x
1851 #errors
1852 /html/head/meta/@charset;mismatched charset name not checked;u
1853
1854 #data
1855 <meta charset="" xmlns="http://www.w3.org/1999/xhtml"/>
1856 #errors
1857 /meta;element not allowed:meta charset;m
1858 /meta;in XML:charset;m
1859 /meta/@charset;mismatched charset name not checked;u
1860 /meta/@charset;charset:syntax error;m
1861 /meta/@charset;charset:not registered;w
1862
1863 #data
1864 <meta charset="us-ascii" xmlns="http://www.w3.org/1999/xhtml"/>
1865 #errors
1866 /meta;element not allowed:meta charset;m
1867 /meta;in XML:charset;m
1868 /meta/@charset;mismatched charset name not checked;u
1869
1870 #data
1871 <meta charset="US-ascii" xmlns="http://www.w3.org/1999/xhtml"/>
1872 #errors
1873 /meta;element not allowed:meta charset;m
1874 /meta;in XML:charset;m
1875 /meta/@charset;mismatched charset name not checked;u
1876
1877 #data
1878 <meta charset="csiso2022jp" xmlns="http://www.w3.org/1999/xhtml"/>
1879 #errors
1880 /meta;element not allowed:meta charset;m
1881 /meta;in XML:charset;m
1882 /meta/@charset;mismatched charset name not checked;u
1883 /meta/@charset;charset:not preferred;m
1884
1885 #data
1886 <meta charset="iso2022jp" xmlns="http://www.w3.org/1999/xhtml"/>
1887 #errors
1888 /meta;element not allowed:meta charset;m
1889 /meta;in XML:charset;m
1890 /meta/@charset;mismatched charset name not checked;u
1891 /meta/@charset;charset:not preferred;m
1892 /meta/@charset;charset:not registered;w
1893
1894 #data
1895 <meta charset="x-utf-8" xmlns="http://www.w3.org/1999/xhtml"/>
1896 #errors
1897 /meta;element not allowed:meta charset;m
1898 /meta;in XML:charset;m
1899 /meta/@charset;mismatched charset name not checked;u
1900 /meta/@charset;charset:not preferred;m
1901 /meta/@charset;charset:private;w
1902
1903 #data
1904 <meta charset="utf-8n" xmlns="http://www.w3.org/1999/xhtml"/>
1905 #errors
1906 /meta;element not allowed:meta charset;m
1907 /meta;in XML:charset;m
1908 /meta/@charset;mismatched charset name not checked;u
1909 /meta/@charset;charset:not preferred;m
1910 /meta/@charset;charset:not registered;w
1911
1912 #data
1913 <meta charset="x-sjis" xmlns="http://www.w3.org/1999/xhtml"/>
1914 #errors
1915 /meta;element not allowed:meta charset;m
1916 /meta;in XML:charset;m
1917 /meta/@charset;mismatched charset name not checked;u
1918 /meta/@charset;charset:not preferred;m
1919 /meta/@charset;charset:private;w
1920
1921 #data html
1922 <!DOCTYPE HTML>
1923 <meta charset="us-ascii">
1924 <title>x</title>
1925 <body><p>b</p></body>
1926 #errors
1927 /html/head/meta/@charset;mismatched charset name not checked;u
1928
1929 #data html
1930 <!DOCTYPE HTML>
1931 <meta charset="us-&#x41;scii">
1932 <title>x</title>
1933 <body><p>x</p></body>
1934 #errors
1935 /html/head/meta/@charset;mismatched charset name not checked;u
1936 /html/head/meta/@charset;charref in charset;m
1937
1938 #data html
1939 <!DOCTYPE HTML>
1940 <meta charset="us-&#x61;scii">
1941 <title>x</title>
1942 <body><p>x</p></body>
1943 #errors
1944 /html/head/meta/@charset;mismatched charset name not checked;u
1945 /html/head/meta/@charset;charref in charset;m
1946
1947 #data html
1948 <!DOCTYPE HTML>
1949 <meta charset="us-&#97;scii">
1950 <title>x</title>
1951 <body><p>x</p></body>
1952 #errors
1953 /html/head/meta/@charset;mismatched charset name not checked;u
1954 /html/head/meta/@charset;charref in charset;m
1955
1956 #data html
1957 <!DOCTYPE HTML>
1958 <meta charset="us-&scii">
1959 <title>x</title>
1960 <body><p>x</p></body>
1961 #errors
1962 /html/head/meta/@charset;mismatched charset name not checked;u
1963 /html/head/meta/@charset;charset:not registered;w
1964
1965 #data html
1966 <!DOCTYPE HTML>
1967 <meta charset="us-&amp;scii">
1968 <title>x</title>
1969 <body><p>x</p></body>
1970 #errors
1971 /html/head/meta/@charset;mismatched charset name not checked;u
1972 /html/head/meta/@charset;charset:not registered;w
1973 /html/head/meta/@charset;charref in charset;m
1974
1975 #data
1976 <meta xmlns="http://www.w3.org/1999/xhtml"
1977 http-equiv="content-type"
1978 />
1979 #errors
1980 /meta;element not allowed:meta charset;m
1981 /meta;attribute missing;content;m
1982 /meta;in XML:charset;m
1983
1984 #data
1985 <meta xmlns="http://www.w3.org/1999/xhtml"
1986 http-equiv="content-type"
1987 content=""/>
1988 #errors
1989 /meta;element not allowed:meta charset;m
1990 /meta;in XML:charset;m
1991 /meta/@content;meta content-type syntax error;m
1992
1993 #data
1994 <meta xmlns="http://www.w3.org/1999/xhtml"
1995 http-equiv="content-type"
1996 content="text/html"/>
1997 #errors
1998 /meta;element not allowed:meta charset;m
1999 /meta;in XML:charset;m
2000 /meta/@content;meta content-type syntax error;m
2001
2002 #data
2003 <meta xmlns="http://www.w3.org/1999/xhtml"
2004 http-equiv="content-type"
2005 content="html"/>
2006 #errors
2007 /meta;element not allowed:meta charset;m
2008 /meta;in XML:charset;m
2009 /meta/@content;meta content-type syntax error;m
2010
2011 #data
2012 <meta xmlns="http://www.w3.org/1999/xhtml"
2013 http-equiv="content-type"
2014 content="text/html;charset"/>
2015 #errors
2016 /meta;element not allowed:meta charset;m
2017 /meta;in XML:charset;m
2018 /meta/@content;meta content-type syntax error;m
2019
2020 #data
2021 <meta xmlns="http://www.w3.org/1999/xhtml"
2022 http-equiv="content-type"
2023 content="text/HTML; charset=us-ascii"/>
2024 #errors
2025 /meta;element not allowed:meta charset;m
2026 /meta;in XML:charset;m
2027 /meta/@content;mismatched charset name not checked;u
2028
2029 #data
2030 <meta xmlns="http://www.w3.org/1999/xhtml"
2031 http-equiv="content-type"
2032 content="text/html; charset=us-ascii"/>
2033 #errors
2034 /meta;element not allowed:meta charset;m
2035 /meta;in XML:charset;m
2036 /meta/@content;mismatched charset name not checked;u
2037
2038 #data
2039 <meta xmlns="http://www.w3.org/1999/xhtml"
2040 http-equiv="content-type"
2041 content="text/html ; charset=us-ascii"/>
2042 #errors
2043 /meta;element not allowed:meta charset;m
2044 /meta;in XML:charset;m
2045 /meta/@content;meta content-type syntax error;m
2046
2047 #data
2048 <meta xmlns="http://www.w3.org/1999/xhtml"
2049 http-equiv="content-type"
2050 content="text/html;&#x09;charset=us-ascii"/>
2051 #errors
2052 /meta;element not allowed:meta charset;m
2053 /meta;in XML:charset;m
2054 /meta/@content;mismatched charset name not checked;u
2055
2056 #data
2057 <meta xmlns="http://www.w3.org/1999/xhtml"
2058 http-equiv="content-type"
2059 content=" text/html; charset=us-ascii"/>
2060 #errors
2061 /meta;element not allowed:meta charset;m
2062 /meta;in XML:charset;m
2063 /meta/@content;meta content-type syntax error;m
2064
2065 #data
2066 <meta xmlns="http://www.w3.org/1999/xhtml"
2067 http-equiv="content-type"
2068 content="text/html; charset=&quot;us-ascii&quot;"/>
2069 #errors
2070 /meta;element not allowed:meta charset;m
2071 /meta;in XML:charset;m
2072 /meta/@content;charset:not registered;w
2073 /meta/@content;mismatched charset name not checked;u
2074
2075 #data
2076 <meta xmlns="http://www.w3.org/1999/xhtml"
2077 http-equiv="content-type"
2078 content="text/html; charset=x-sjis"/>
2079 #errors
2080 /meta;element not allowed:meta charset;m
2081 /meta;in XML:charset;m
2082 /meta/@content;mismatched charset name not checked;u
2083 /meta/@content;charset:not preferred;m
2084 /meta/@content;charset:private;w
2085
2086 #data html
2087 <!DOCTYPE HTML>
2088 <meta http-equiv=Content-Type content=text/html;charset=us-&#x61;scii>
2089 <title>x</title>
2090 <body>y</body>
2091 #errors
2092 /html/head/meta/@content;mismatched charset name not checked;u
2093 /html/head/meta/@content;charref in charset;m
2094
2095 #data html
2096 <!DOCTYPE HTML>
2097 <meta http-equiv=Content-Type content=text/html; charset=us-ascii>
2098 <title>x</title>
2099 <body>y</body>
2100 #errors
2101 /html/head/meta/@charset;attribute not allowed;m
2102 /html/head/meta/@content;meta content-type syntax error;m
2103 /html/head/meta/@charset;mismatched charset name not checked;u
2104
2105 #data html
2106 <!DOCTYPE HTML>
2107 <meta http-equiv=Content-Type content="text/html;charset=us-ascii">
2108 <meta http-equiv=Content-Type content="text/html;charset=us-ascii">
2109 <title>x</title>
2110 <body>y</body>
2111 #errors
2112 /html/head/meta/@content;mismatched charset name not checked;u
2113 /html/head/meta/@content;mismatched charset name not checked;u
2114 /html/head/meta/@http-equiv;duplicate http-equiv;m
2115 /html/head/meta;element not allowed:meta charset;m
2116
2117 #data
2118 <head xmlns="http://www.w3.org/1999/xhtml">
2119 <title>x</title>
2120 <link rel="stylesheet" href="" title="style1"/>
2121 <link rel="stylesheet" href="" title="style2"/>
2122 <meta http-equiv="Default-Style" content="style1"/>
2123 <meta http-equiv="default-style" content="style2"/>
2124 </head>
2125 #errors
2126 /head/meta/@http-equiv;duplicate http-equiv;m
2127
2128 #data
2129 <head xmlns="http://www.w3.org/1999/xhtml">
2130 <title>x</title>
2131 <meta http-equiv="Refresh" content="13"/>
2132 </head>
2133 #errors
2134
2135 #data
2136 <head xmlns="http://www.w3.org/1999/xhtml">
2137 <title>x</title>
2138 <meta http-equiv="Refresh" content="0"/>
2139 </head>
2140 #errors
2141
2142 #data
2143 <head xmlns="http://www.w3.org/1999/xhtml">
2144 <title>x</title>
2145 <meta http-equiv="Refresh" content="000000013"/>
2146 </head>
2147 #errors
2148
2149 #data
2150 <head xmlns="http://www.w3.org/1999/xhtml">
2151 <title>x</title>
2152 <meta http-equiv="Refresh" content="+12"/>
2153 </head>
2154 #errors
2155 /head/meta/@content;refresh:syntax error;m
2156
2157 #data
2158 <head xmlns="http://www.w3.org/1999/xhtml">
2159 <title>x</title>
2160 <meta http-equiv="Refresh" content="12.0"/>
2161 </head>
2162 #errors
2163 /head/meta/@content;refresh:syntax error;m
2164
2165 #data
2166 <head xmlns="http://www.w3.org/1999/xhtml">
2167 <title>x</title>
2168 <meta http-equiv="Refresh" content="12 "/>
2169 </head>
2170 #errors
2171 /head/meta/@content;refresh:syntax error;m
2172
2173 #data
2174 <head xmlns="http://www.w3.org/1999/xhtml">
2175 <title>x</title>
2176 <meta http-equiv="Refresh" content=" 12"/>
2177 </head>
2178 #errors
2179 /head/meta/@content;refresh:syntax error;m
2180
2181 #data
2182 <head xmlns="http://www.w3.org/1999/xhtml">
2183 <title>x</title>
2184 <meta http-equiv="Refresh" content="44;url=http://www.example.com/"/>
2185 </head>
2186 #errors
2187 /head/meta/@content;refresh:syntax error;m
2188
2189 #data
2190 <head xmlns="http://www.w3.org/1999/xhtml">
2191 <title>x</title>
2192 <meta http-equiv="Refresh" content=" 45; url=aaa"/>
2193 </head>
2194 #errors
2195 /head/meta/@content;refresh:syntax error;m
2196
2197 #data
2198 <head xmlns="http://www.w3.org/1999/xhtml">
2199 <title>x</title>
2200 <meta http-equiv="Refresh" content="0 ; url=bb"/>
2201 </head>
2202 #errors
2203 /head/meta/@content;refresh:syntax error;m
2204
2205 #data
2206 <head xmlns="http://www.w3.org/1999/xhtml">
2207 <title>x</title>
2208 <meta http-equiv="Refresh" content="4; url = aa"/>
2209 </head>
2210 #errors
2211 /head/meta/@content;refresh:syntax error;m
2212
2213 #data
2214 <head xmlns="http://www.w3.org/1999/xhtml">
2215 <title>x</title>
2216 <meta http-equiv="Refresh" content="5; url=http://www.example.com/"/>
2217 </head>
2218 #errors
2219
2220 #data
2221 <head xmlns="http://www.w3.org/1999/xhtml">
2222 <title>x</title>
2223 <meta http-equiv="Refresh" content="4; url= http://test/"/>
2224 </head>
2225 #errors
2226 /head/meta/@content;syntax error:iriref3987;m
2227
2228 #data
2229 <head xmlns="http://www.w3.org/1999/xhtml">
2230 <title>x</title>
2231 <meta http-equiv="Refresh" content="4; url=[a]"/>
2232 </head>
2233 #errors
2234 /head/meta/@content;syntax error:iriref3987;m
2235
2236 #data
2237 <head xmlns="http://www.w3.org/1999/xhtml">
2238 <title>x</title>
2239 <meta http-equiv="Refresh" content="4; url=&quot;http://&quot;"/>
2240 </head>
2241 #errors
2242 /head/meta/@content;syntax error:iriref3987;m
2243 /head/meta/@content;URL:empty path;w
2244 /head/meta/@content;URL:non-DNS host;w
2245
2246 #data
2247 <head xmlns="http://www.w3.org/1999/xhtml">
2248 <title>x</title>
2249 <meta http-equiv="Refresh" content="4; url=http://www.example.com/"/>
2250 <meta http-equiv="Refresh" content="4; url=http://www.example.com/"/>
2251 </head>
2252 #errors
2253 /head/meta/@http-equiv;duplicate http-equiv;m
2254
2255 #data
2256 <head xmlns="http://www.w3.org/1999/xhtml">
2257 <title>x</title>
2258 <meta http-equiv="Refresh" content="4; url=http://www.example.com/"/>
2259 <base href=""/>
2260 </head>
2261 #errors
2262 /head/base;basehref after URL attribute;m
2263
2264 #data
2265 <style type="" xmlns="http://www.w3.org/1999/xhtml"/>
2266 #errors
2267 /style/@type;IMT:syntax error;m
2268
2269 #data
2270 <style type="text" xmlns="http://www.w3.org/1999/xhtml"/>
2271 #errors
2272 /style/@type;IMT:syntax error;m
2273
2274 #data
2275 <style type="text/css" xmlns="http://www.w3.org/1999/xhtml"/>
2276 #errors
2277 /style;SUBDOC
2278
2279 #data
2280 <style type="Text/CSS" xmlns="http://www.w3.org/1999/xhtml"/>
2281 #errors
2282 /style;SUBDOC
2283
2284 #data
2285 <style type="TEXT/CSS" xmlns="http://www.w3.org/1999/xhtml"/>
2286 #errors
2287 /style;SUBDOC
2288
2289 #data
2290 <style type="text/css; charset=us-ascii" xmlns="http://www.w3.org/1999/xhtml">
2291 <!-- NOTE: |charset| parameter here is meaningless (or harmful?),
2292 but syntactically correct. -->
2293 </style>
2294 #errors
2295
2296 #data
2297 <style media="all" xmlns="http://www.w3.org/1999/xhtml"/>
2298 #errors
2299 /style;SUBDOC
2300 /style/@media;media query;u
2301
2302 #data
2303 <style media="screen" xmlns="http://www.w3.org/1999/xhtml"/>
2304 #errors
2305 /style;SUBDOC
2306 /style/@media;media query;u
2307
2308 #data
2309 <head xmlns="http://www.w3.org/1999/xhtml">
2310 <title>x</title>
2311 <style scoped=""/>
2312 </head>
2313 #errors
2314 /head/style;SUBDOC
2315 /head/style;element not allowed:head style;m
2316
2317 #data
2318 <article xmlns="http://www.w3.org/1999/xhtml">
2319 <style/>
2320 </article>
2321 #errors
2322 /article/style;element not allowed:flow style;m
2323 /article/style;SUBDOC
2324 /article;no significant content;s
2325
2326 #data
2327 <article xmlns="http://www.w3.org/1999/xhtml">
2328 <style scoped=""/>
2329 </article>
2330 #errors
2331 /article/style;SUBDOC
2332 /article;no significant content;s
2333
2334 #data
2335 <aside xmlns="http://www.w3.org/1999/xhtml">
2336 <style/>
2337 </aside>
2338 #errors
2339 /aside/style;element not allowed:flow style;m
2340 /aside/style;SUBDOC
2341 /aside;no significant content;s
2342
2343 #data
2344 <aside xmlns="http://www.w3.org/1999/xhtml">
2345 <style scoped=""/>
2346 </aside>
2347 #errors
2348 /aside/style;SUBDOC
2349 /aside;no significant content;s
2350
2351 #data
2352 <div xmlns="http://www.w3.org/1999/xhtml">
2353 <style/>
2354 </div>
2355 #errors
2356 /div/style;element not allowed:flow style;m
2357 /div/style;SUBDOC
2358 /div;no significant content;s
2359
2360 #data
2361 <div xmlns="http://www.w3.org/1999/xhtml">
2362 <style scoped=""/>
2363 </div>
2364 #errors
2365 /div/style;SUBDOC
2366 /div;no significant content;s
2367
2368 #data
2369 <section xmlns="http://www.w3.org/1999/xhtml">
2370 <style/>
2371 </section>
2372 #errors
2373 /section/style;element not allowed:flow style;m
2374 /section/style;SUBDOC
2375 /section;no significant content;s
2376
2377 #data
2378 <section xmlns="http://www.w3.org/1999/xhtml">
2379 <style scoped=""/>
2380 </section>
2381 #errors
2382 /section/style;SUBDOC
2383 /section;no significant content;s
2384
2385 #data
2386 <section xmlns="http://www.w3.org/1999/xhtml">
2387 <style scope=""/>
2388 </section>
2389 #errors
2390 /section/style/@scope;attribute not defined;m
2391 /section/style;element not allowed:flow style;m
2392 /section/style;SUBDOC
2393 /section;no significant content;s
2394
2395 #data
2396 <body background="" xmlns="http://www.w3.org/1999/xhtml">x</body>
2397 #errors
2398 /body/@background;attribute not defined;m
2399
2400 #data
2401 <body background="a.png" xmlns="http://www.w3.org/1999/xhtml">x</body>
2402 #errors
2403 /body/@background;attribute not defined;m
2404
2405 #data
2406 <body background="[]" xmlns="http://www.w3.org/1999/xhtml">x</body>
2407 #errors
2408 /body/@background;attribute not defined;m
2409 /body/@background;syntax error:iriref3987;m
2410
2411 #data
2412 <body text="red" xmlns="http://www.w3.org/1999/xhtml"/>
2413 #errors
2414 /body/@text;attribute not defined;m
2415 /body;no significant content;s
2416
2417 #data
2418 <body text="" xmlns="http://www.w3.org/1999/xhtml">x</body>
2419 #errors
2420 /body/@text;attribute not defined;m
2421 /body/@text;color:syntax error;m
2422
2423 #data
2424 <body link="" xmlns="http://www.w3.org/1999/xhtml">x</body>
2425 #errors
2426 /body/@link;attribute not defined;m
2427 /body/@link;color:syntax error;m
2428
2429 #data
2430 <body link="#c0c0c0" xmlns="http://www.w3.org/1999/xhtml">x</body>
2431 #errors
2432 /body/@link;attribute not defined;m
2433
2434 #data
2435 <body alink="" xmlns="http://www.w3.org/1999/xhtml">x</body>
2436 #errors
2437 /body/@alink;attribute not defined;m
2438 /body/@alink;color:syntax error;m
2439
2440 #data
2441 <body alink="Red" xmlns="http://www.w3.org/1999/xhtml">x</body>
2442 #errors
2443 /body/@alink;attribute not defined;m
2444
2445 #data
2446 <body vlink="" xmlns="http://www.w3.org/1999/xhtml">x</body>
2447 #errors
2448 /body/@vlink;attribute not defined;m
2449 /body/@vlink;color:syntax error;m
2450
2451 #data
2452 <body vlink="orange" xmlns="http://www.w3.org/1999/xhtml">x</body>
2453 #errors
2454 /body/@vlink;attribute not defined;m
2455 /body/@vlink;color:syntax error;m
2456
2457 #data
2458 <body alink="000000" xmlns="http://www.w3.org/1999/xhtml">x</body>
2459 #errors
2460 /body/@alink;attribute not defined;m
2461 /body/@alink;color:syntax error;m
2462
2463 #data
2464 <body bgcolor="" xmlns="http://www.w3.org/1999/xhtml">x</body>
2465 #errors
2466 /body/@bgcolor;attribute not defined;m
2467 /body/@bgcolor;color:syntax error;m
2468
2469 #data
2470 <body bgcolor="#ffffff" xmlns="http://www.w3.org/1999/xhtml">x</body>
2471 #errors
2472 /body/@bgcolor;attribute not defined;m
2473
2474 #data
2475 <blockquote cite="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
2476 #errors
2477 /blockquote;no significant content;s
2478
2479 #data
2480 <blockquote cite="http://test/%" xmlns="http://www.w3.org/1999/xhtml"/>
2481 #errors
2482 /blockquote/@cite;syntax error:iriref3987;m
2483 /blockquote;no significant content;s
2484
2485 #data
2486 <h1 align="left" xmlns="http://www.w3.org/1999/xhtml"/>
2487 #errors
2488 /h1/@align;attribute not defined;m
2489 /h1;no significant content;s
2490
2491 #data
2492 <h1 align="nonleft" xmlns="http://www.w3.org/1999/xhtml">x</h1>
2493 #errors
2494 /h1/@align;attribute not defined;m
2495 /h1/@align;enumerated:invalid;m
2496
2497 #data
2498 <h2 align="justify" xmlns="http://www.w3.org/1999/xhtml">x</h2>
2499 #errors
2500 /h2/@align;attribute not defined;m
2501
2502 #data
2503 <address align="left" xmlns="http://www.w3.org/1999/xhtml"/>
2504 #errors
2505 /address/@align;attribute not defined;m
2506 /address;no significant content;s
2507
2508 #data
2509 <p align="" xmlns="http://www.w3.org/1999/xhtml"/>
2510 #errors
2511 /p/@align;attribute not defined;m
2512 /p/@align;enumerated:invalid;m
2513 /p;no significant content;s
2514
2515 #data
2516 <p align="left" xmlns="http://www.w3.org/1999/xhtml"/>
2517 #errors
2518 /p/@align;attribute not defined;m
2519 /p;no significant content;s
2520
2521 #data
2522 <p align="justifY" xmlns="http://www.w3.org/1999/xhtml"/>
2523 #errors
2524 /p/@align;attribute not defined;m
2525 /p;no significant content;s
2526
2527 #data
2528 <hr align="left" xmlns="http://www.w3.org/1999/xhtml"/>
2529 #errors
2530 /hr/@align;attribute not defined;m
2531
2532 #data
2533 <br clear="" xmlns="http://www.w3.org/1999/xhtml"/>
2534 #errors
2535 /br/@clear;attribute not defined;m
2536 /br/@clear;enumerated:invalid;m
2537
2538 #data
2539 <br clear="left" xmlns="http://www.w3.org/1999/xhtml"/>
2540 #errors
2541 /br/@clear;attribute not defined;m
2542
2543 #data
2544 <br clear="right" xmlns="http://www.w3.org/1999/xhtml"/>
2545 #errors
2546 /br/@clear;attribute not defined;m
2547
2548 #data
2549 <br clear="all" xmlns="http://www.w3.org/1999/xhtml"/>
2550 #errors
2551 /br/@clear;attribute not defined;m
2552
2553 #data
2554 <br clear="none" xmlns="http://www.w3.org/1999/xhtml"/>
2555 #errors
2556 /br/@clear;attribute not defined;m
2557
2558 #data
2559 <br clear="both" xmlns="http://www.w3.org/1999/xhtml"/>
2560 #errors
2561 /br/@clear;attribute not defined;m
2562 /br/@clear;enumerated:invalid;m
2563
2564 #data
2565 <dialog compact="" xmlns="http://www.w3.org/1999/xhtml"/>
2566 #errors
2567 /dialog/@compact;attribute not defined;m
2568
2569 #data
2570 <pre width="" xmlns="http://www.w3.org/1999/xhtml"/>
2571 #errors
2572 /pre/@width;attribute not defined;m
2573 /pre/@width;nninteger:syntax error;m
2574 /pre;no significant content;s
2575
2576 #data
2577 <pre width="0" xmlns="http://www.w3.org/1999/xhtml"/>
2578 #errors
2579 /pre/@width;attribute not defined;m
2580 /pre;no significant content;s
2581
2582 #data
2583 <pre width="4" xmlns="http://www.w3.org/1999/xhtml"/>
2584 #errors
2585 /pre/@width;attribute not defined;m
2586 /pre;no significant content;s
2587
2588 #data
2589 <pre width="1224" xmlns="http://www.w3.org/1999/xhtml"/>
2590 #errors
2591 /pre/@width;attribute not defined;m
2592 /pre;no significant content;s
2593
2594 #data
2595 <pre width="0000122" xmlns="http://www.w3.org/1999/xhtml"/>
2596 #errors
2597 /pre/@width;attribute not defined;m
2598 /pre;no significant content;s
2599
2600 #data
2601 <pre width="-122" xmlns="http://www.w3.org/1999/xhtml"/>
2602 #errors
2603 /pre/@width;attribute not defined;m
2604 /pre/@width;nninteger:syntax error;m
2605 /pre;no significant content;s
2606
2607 #data
2608 <pre width="12.0" xmlns="http://www.w3.org/1999/xhtml"/>
2609 #errors
2610 /pre/@width;attribute not defined;m
2611 /pre/@width;nninteger:syntax error;m
2612 /pre;no significant content;s
2613
2614 #data
2615 <pre width=" 12" xmlns="http://www.w3.org/1999/xhtml"/>
2616 #errors
2617 /pre/@width;attribute not defined;m
2618 /pre/@width;nninteger:syntax error;m
2619 /pre;no significant content;s
2620
2621 #data
2622 <pre width="aaa" xmlns="http://www.w3.org/1999/xhtml"/>
2623 #errors
2624 /pre/@width;attribute not defined;m
2625 /pre/@width;nninteger:syntax error;m
2626 /pre;no significant content;s
2627
2628 #data
2629 <pre xml:space="preserve" xmlns="http://www.w3.org/1999/xhtml"/>
2630 #errors
2631 /pre;no significant content;s
2632
2633 #data
2634 <pre xml:space="default" xmlns="http://www.w3.org/1999/xhtml"/>
2635 #errors
2636 /pre;no significant content;s
2637
2638 #data
2639 <ol start="" xmlns="http://www.w3.org/1999/xhtml"/>
2640 #errors
2641 /ol/@start;integer:syntax error;m
2642
2643 #data
2644 <ol start="0" xmlns="http://www.w3.org/1999/xhtml"/>
2645 #errors
2646
2647 #data
2648 <ol start="1" xmlns="http://www.w3.org/1999/xhtml"/>
2649 #errors
2650
2651 #data
2652 <ol start="2" xmlns="http://www.w3.org/1999/xhtml"/>
2653 #errors
2654
2655 #data
2656 <ol start="10" xmlns="http://www.w3.org/1999/xhtml"/>
2657 #errors
2658
2659 #data
2660 <ol start="-0" xmlns="http://www.w3.org/1999/xhtml"/>
2661 #errors
2662
2663 #data
2664 <ol start="-1" xmlns="http://www.w3.org/1999/xhtml"/>
2665 #errors
2666
2667 #data
2668 <ol start="-10" xmlns="http://www.w3.org/1999/xhtml"/>
2669 #errors
2670
2671 #data
2672 <ol start="0000" xmlns="http://www.w3.org/1999/xhtml"/>
2673 #errors
2674
2675 #data
2676 <ol start="0001" xmlns="http://www.w3.org/1999/xhtml"/>
2677 #errors
2678
2679 #data
2680 <ol start="00001" xmlns="http://www.w3.org/1999/xhtml"/>
2681 #errors
2682
2683 #data
2684 <ol start="1000000000000" xmlns="http://www.w3.org/1999/xhtml"/>
2685 #errors
2686
2687 #data
2688 <ol start="-100000000000000" xmlns="http://www.w3.org/1999/xhtml"/>
2689 #errors
2690
2691 #data
2692 <ol start="1.0" xmlns="http://www.w3.org/1999/xhtml"/>
2693 #errors
2694 /ol/@start;integer:syntax error;m
2695
2696 #data
2697 <ol start="-1.0" xmlns="http://www.w3.org/1999/xhtml"/>
2698 #errors
2699 /ol/@start;integer:syntax error;m
2700
2701 #data
2702 <ol start="+0" xmlns="http://www.w3.org/1999/xhtml"/>
2703 #errors
2704 /ol/@start;integer:syntax error;m
2705
2706 #data
2707 <ol start="+1" xmlns="http://www.w3.org/1999/xhtml"/>
2708 #errors
2709 /ol/@start;integer:syntax error;m
2710
2711 #data
2712 <ol start="-+1" xmlns="http://www.w3.org/1999/xhtml"/>
2713 #errors
2714 /ol/@start;integer:syntax error;m
2715
2716 #data
2717 <ol start="1aaa" xmlns="http://www.w3.org/1999/xhtml"/>
2718 #errors
2719 /ol/@start;integer:syntax error;m
2720
2721 #data
2722 <ol start="xxxxx" xmlns="http://www.w3.org/1999/xhtml"/>
2723 #errors
2724 /ol/@start;integer:syntax error;m
2725
2726 #data
2727 <ol start=" 1" xmlns="http://www.w3.org/1999/xhtml"/>
2728 #errors
2729 /ol/@start;integer:syntax error;m
2730
2731 #data
2732 <ol start="1 " xmlns="http://www.w3.org/1999/xhtml"/>
2733 #errors
2734 /ol/@start;integer:syntax error;m
2735
2736 #data
2737 <ol start=" 1 " xmlns="http://www.w3.org/1999/xhtml"/>
2738 #errors
2739 /ol/@start;integer:syntax error;m
2740
2741 #data
2742 <ol start="_1" xmlns="http://www.w3.org/1999/xhtml"/>
2743 #errors
2744 /ol/@start;integer:syntax error;m
2745
2746 #data
2747 <ol start="&#x4E00;" xmlns="http://www.w3.org/1999/xhtml"/>
2748 #errors
2749 /ol/@start;integer:syntax error;m
2750
2751 #data
2752 <ol start="" xmlns="http://www.w3.org/1999/xhtml"/>
2753 #errors
2754 /ol/@start;integer:syntax error;m
2755
2756 #data
2757 <ol start="&#x2212;1" xmlns="http://www.w3.org/1999/xhtml"/>
2758 #errors
2759 /ol/@start;integer:syntax error;m
2760
2761 #data
2762 <ol reversed="" xmlns="http://www.w3.org/1999/xhtml"/>
2763 #errors
2764
2765 #data
2766 <ol reversed="reversed" xmlns="http://www.w3.org/1999/xhtml"/>
2767 #errors
2768
2769 #data
2770 <ol reversed="REVERSED" xmlns="http://www.w3.org/1999/xhtml"/>
2771 #errors
2772
2773 #data
2774 <ol reversed=" reversed " xmlns="http://www.w3.org/1999/xhtml"/>
2775 #errors
2776 /ol/@reversed;boolean:invalid;m
2777
2778 #data
2779 <ol reversed="yes" xmlns="http://www.w3.org/1999/xhtml"/>
2780 #errors
2781 /ol/@reversed;boolean:invalid;m
2782
2783 #data
2784 <ol reversed="on" xmlns="http://www.w3.org/1999/xhtml"/>
2785 #errors
2786 /ol/@reversed;boolean:invalid;m
2787
2788 #data
2789 <ol reversed="true" xmlns="http://www.w3.org/1999/xhtml"/>
2790 #errors
2791 /ol/@reversed;boolean:invalid;m
2792
2793 #data
2794 <ol reverse="" xmlns="http://www.w3.org/1999/xhtml"/>
2795 #errors
2796 /ol/@reverse;attribute not defined;m
2797
2798 #data
2799 <ol reversed="reverse" xmlns="http://www.w3.org/1999/xhtml"/>
2800 #errors
2801 /ol/@reversed;boolean:invalid;m
2802
2803 #data
2804 <ol xmlns="http://www.w3.org/1999/xhtml">
2805 <li value=""/>
2806 </ol>
2807 #error
2808 /ol/li/@value;integer:syntax error;m
2809 /ol/li;no significant content;s
2810
2811 #data
2812 <ol xmlns="http://www.w3.org/1999/xhtml">
2813 <li value="1"/>
2814 </ol>
2815 #error
2816 /ol/li;no significant content;s
2817
2818 #data
2819 <ol xmlns="http://www.w3.org/1999/xhtml">
2820 <li value="0"/>
2821 </ol>
2822 #error
2823 /ol/li;no significant content;s
2824
2825 #data
2826 <ol xmlns="http://www.w3.org/1999/xhtml">
2827 <li value="-1"/>
2828 </ol>
2829 #error
2830 /ol/li;no significant content;s
2831
2832 #data
2833 <ol xmlns="http://www.w3.org/1999/xhtml">
2834 <li value="+1"/>
2835 </ol>
2836 #error
2837 /ol/li;no significant content;s
2838
2839 #data
2840 <ol xmlns="http://www.w3.org/1999/xhtml">
2841 <li value="xxx"/>
2842 </ol>
2843 #error
2844 /ol/li/@value;integer:syntax error;m
2845 /ol/li;no significant content;s
2846
2847 #data
2848 <ul xmlns="http://www.w3.org/1999/xhtml">
2849 <li value=""/>
2850 </ul>
2851 #error
2852 /ul/li/@value;attribute not defined;m
2853 /ul/li/@value;integer:syntax error;m
2854 /ul/li;no significant content;s
2855
2856 #data
2857 <ul xmlns="http://www.w3.org/1999/xhtml">
2858 <li value="1"/>
2859 </ul>
2860 #error
2861 /ul/li/@value;attribute not defined;m
2862 /ul/li;no significant content;s
2863
2864 #data
2865 <ul xmlns="http://www.w3.org/1999/xhtml">
2866 <li value="0"/>
2867 </ul>
2868 #error
2869 /ul/li/@value;attribute not defined;m
2870 /ul/li;no significant content;s
2871
2872 #data
2873 <ul xmlns="http://www.w3.org/1999/xhtml">
2874 <li value="-1"/>
2875 </ul>
2876 #error
2877 /ul/li/@value;attribute not defined;m
2878 /ul/li;no significant content;s
2879
2880 #data
2881 <ul xmlns="http://www.w3.org/1999/xhtml">
2882 <li value="+1"/>
2883 </ul>
2884 #error
2885 /ul/li/@value;attribute not defined;m
2886 /ul/li;no significant content;s
2887
2888 #data
2889 <ul xmlns="http://www.w3.org/1999/xhtml">
2890 <li value="xxx"/>
2891 </ul>
2892 #error
2893 /ul/li/@value;attribute not defined;m
2894 /ul/li/@value;integer:syntax error;m
2895 /ul/li;no significant content;s
2896
2897 #data
2898 <li value="" xmlns="http://www.w3.org/1999/xhtml"/>
2899 #error
2900 /li/@value;attribute not defined;m
2901 /li/@value;integer:syntax error;m
2902 /li;no significant content;s
2903
2904 #data
2905 <li value="1" xmlns="http://www.w3.org/1999/xhtml"/>
2906 #error
2907 /li/@value;attribute not defined;m
2908 /li;no significant content;s
2909
2910 #data
2911 <li value="0" xmlns="http://www.w3.org/1999/xhtml"/>
2912 #error
2913 /li/@value;attribute not defined;m
2914 /li;no significant content;s
2915
2916 #data
2917 <li value="-1" xmlns="http://www.w3.org/1999/xhtml"/>
2918 #error
2919 /li/@value;attribute not defined;m
2920 /li;no significant content;s
2921
2922 #data
2923 <li value="+1" xmlns="http://www.w3.org/1999/xhtml"/>
2924 #error
2925 /li/@value;attribute not defined;m
2926 /li;no significant content;s
2927
2928 #data
2929 <li value="xxx" xmlns="http://www.w3.org/1999/xhtml"/>
2930 #error
2931 /li/@value;attribute not defined;m
2932 /li/@value;integer:syntax error;m
2933 /li;no significant content;s
2934
2935 #data
2936 <ol compact="" xmlns="http://www.w3.org/1999/xhtml"/>
2937 #error
2938 /ol/@compact;attribute not defined;m
2939
2940 #data
2941 <ol compact="compact" xmlns="http://www.w3.org/1999/xhtml"/>
2942 #error
2943 /ol/@compact;attribute not defined;m
2944
2945 #data
2946 <ol compact="Compact" xmlns="http://www.w3.org/1999/xhtml"/>
2947 #error
2948 /ol/@compact;attribute not defined;m
2949
2950 #data
2951 <ol compact="Compat" xmlns="http://www.w3.org/1999/xhtml"/>
2952 #error
2953 /ol/@compact;attribute not defined;m
2954 /ol/@compact;boolean:invalid;m
2955
2956 #data
2957 <ul compact="" xmlns="http://www.w3.org/1999/xhtml"/>
2958 #error
2959 /ul/@compact;attribute not defined;m
2960
2961 #data
2962 <ul compact="compact" xmlns="http://www.w3.org/1999/xhtml"/>
2963 #error
2964 /ul/@compact;attribute not defined;m
2965
2966 #data
2967 <ul compact="Compact" xmlns="http://www.w3.org/1999/xhtml"/>
2968 #error
2969 /ul/@compact;attribute not defined;m
2970
2971 #data
2972 <ul compact="compat" xmlns="http://www.w3.org/1999/xhtml"/>
2973 #error
2974 /ul/@compact;attribute not defined;m
2975 /ul/@compact;boolean:invalid;m
2976
2977 #data
2978 <dir compact="" xmlns="http://www.w3.org/1999/xhtml"/>
2979 #error
2980 /dir/@compact;attribute not defined;m
2981 /dir;element not defined;m
2982
2983 #data
2984 <dir compact="compact" xmlns="http://www.w3.org/1999/xhtml"/>
2985 #error
2986 /dir/@compact;attribute not defined;m
2987 /dir;element not defined;m
2988
2989 #data
2990 <dir compact="Compact" xmlns="http://www.w3.org/1999/xhtml"/>
2991 #error
2992 /dir/@compact;attribute not defined;m
2993 /dir;element not defined;m
2994
2995 #data
2996 <dir compact="combact" xmlns="http://www.w3.org/1999/xhtml"/>
2997 #error
2998 /dir/@compact;attribute not defined;m
2999 /dir/@compact;boolean:invalid;m
3000 /dir;element not defined;m
3001
3002 #data
3003 <menu compact="" xmlns="http://www.w3.org/1999/xhtml"/>
3004 #error
3005 /menu/@compact;attribute not defined;m
3006 /menu;no significant content;s
3007
3008 #data
3009 <menu compact="compact" xmlns="http://www.w3.org/1999/xhtml"/>
3010 #error
3011 /menu/@compact;attribute not defined;m
3012 /menu;no significant content;s
3013
3014 #data
3015 <menu compact="Compact" xmlns="http://www.w3.org/1999/xhtml"/>
3016 #error
3017 /menu/@compact;attribute not defined;m
3018 /menu;no significant content;s
3019
3020 #data
3021 <menu compact="conpact" xmlns="http://www.w3.org/1999/xhtml"/>
3022 #error
3023 /menu/@compact;attribute not defined;m
3024 /menu/@compact;boolean:invalid;m
3025 /menu;no significant content;s
3026
3027 #data
3028 <dl compact="" xmlns="http://www.w3.org/1999/xhtml"/>
3029 #error
3030 /dl/@compact;attribute not defined;m
3031
3032 #data
3033 <dl compact="compact" xmlns="http://www.w3.org/1999/xhtml"/>
3034 #error
3035 /dl/@compact;attribute not defined;m
3036
3037 #data
3038 <dl compact="Compact" xmlns="http://www.w3.org/1999/xhtml"/>
3039 #error
3040 /dl/@compact;attribute not defined;m
3041
3042 #data
3043 <dl compact="compacts" xmlns="http://www.w3.org/1999/xhtml"/>
3044 #error
3045 /dl/@compact;attribute not defined;m
3046 /dl/@compact;boolean:invalid;m
3047
3048 #data
3049 <a xmlns="http://www.w3.org/1999/xhtml"/>
3050 #errors
3051
3052 #data
3053 <a href="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
3054 #errors
3055 /a;no significant content;s
3056
3057 #data
3058 <a href="http://test/[44::]/" xmlns="http://www.w3.org/1999/xhtml"/>
3059 #errors
3060 /a;no significant content;s
3061 /a/@href;syntax error:iriref3987;m
3062
3063 #data
3064 <a href="http://test/" type="" xmlns="http://www.w3.org/1999/xhtml"/>
3065 #errors
3066 /a;no significant content;s
3067 /a/@type;IMT:syntax error;m
3068
3069 #data
3070 <a href="http://test/" type="text/html" xmlns="http://www.w3.org/1999/xhtml"/>
3071 #errors
3072 /a;no significant content;s
3073
3074 #data
3075 <a href="http://test/" rel="" xmlns="http://www.w3.org/1999/xhtml"/>
3076 #errors
3077 /a;no significant content;s
3078
3079 #data
3080 <a href="http://test/" rel="author contact"
3081 xmlns="http://www.w3.org/1999/xhtml"/>
3082 #errors
3083 /a;no significant content;s
3084 /a/@rel;link type:proposed;s
3085
3086 #data
3087 <a href="http://test/" rel="author author" xmlns="http://www.w3.org/1999/xhtml"/>
3088 #errors
3089 /a/@rel;duplicate token;m
3090 /a;no significant content;s
3091
3092 #data
3093 <a href="http://test/" rel="bookmark" xmlns="http://www.w3.org/1999/xhtml"/>
3094 #errors
3095 /a;no significant content;s
3096
3097 #data
3098 <a href="http://test/" rel="previous" xmlns="http://www.w3.org/1999/xhtml"/>
3099 #errors
3100 /a/@rel;link type:non-conforming;m
3101 /a;no significant content;s
3102
3103 #data
3104 <a href="http://test/" rel="edit" xmlns="http://www.w3.org/1999/xhtml"/>
3105 #errors
3106 /a/@rel;link type:proposed;s
3107 /a;no significant content;s
3108
3109 #data
3110 <a href="http://test/" rel="script" xmlns="http://www.w3.org/1999/xhtml"/>
3111 #errors
3112 /a/@rel;link type:non-conforming;m
3113 /a;no significant content;s
3114
3115 #data
3116 <a href="http://test/" rel="stylesheet" xmlns="http://www.w3.org/1999/xhtml"/>
3117 #errors
3118 /a/@rel;link type:bad context;m
3119 /a;no significant content;s
3120
3121 #data
3122 <a href="http://test/" rel="test-type" xmlns="http://www.w3.org/1999/xhtml"/>
3123 #errors
3124 /a/@rel;unknown link type;u
3125 /a;no significant content;s
3126
3127 #data
3128 <a href="http://test/" ping="http://a.test/"
3129 xmlns="http://www.w3.org/1999/xhtml"/>
3130 #errors
3131 /a;no significant content;s
3132
3133 #data
3134 <a href="http://test/" ping="http://a.test/ http://b.test/"
3135 xmlns="http://www.w3.org/1999/xhtml"/>
3136 #errors
3137 /a;no significant content;s
3138
3139 #data
3140 <a href="http://test/" ping="http://a.test/ [b.test]"
3141 xmlns="http://www.w3.org/1999/xhtml"/>
3142 #errors
3143 /a/@ping;syntax error:iriref3987;m
3144 /a;no significant content;s
3145
3146 #data
3147 <a href="http://test/" hreflang=""
3148 xmlns="http://www.w3.org/1999/xhtml"/>
3149 #errors
3150 /a/@hreflang;langtag:language:nosemantics;m
3151 /a;no significant content;s
3152
3153 #data
3154 <a href="http://test/" hreflang="en"
3155 xmlns="http://www.w3.org/1999/xhtml"/>
3156 #errors
3157 /a;no significant content;s
3158
3159 #data
3160 <a href="http://test/" media="all"
3161 xmlns="http://www.w3.org/1999/xhtml"/>
3162 #errors
3163 /a/@media;media query;u
3164 /a;no significant content;s
3165
3166 #data
3167 <a href="http://test/" target=""
3168 xmlns="http://www.w3.org/1999/xhtml"/>
3169 #errors
3170 /a;no significant content;s
3171 /a/@target;window name:empty;m
3172
3173 #data
3174 <a href="http://test/" target="_self"
3175 xmlns="http://www.w3.org/1999/xhtml"/>
3176 #errors
3177 /a;no significant content;s
3178
3179 #data
3180 <a href="http://test/" target="_parent"
3181 xmlns="http://www.w3.org/1999/xhtml"/>
3182 #errors
3183 /a;no significant content;s
3184
3185 #data
3186 <a href="http://test/" target="_top"
3187 xmlns="http://www.w3.org/1999/xhtml"/>
3188 #errors
3189 /a;no significant content;s
3190
3191 #data
3192 <a href="http://test/" target="_Top"
3193 xmlns="http://www.w3.org/1999/xhtml"/>
3194 #errors
3195 /a;no significant content;s
3196
3197 #data
3198 <a href="http://test/" target="_TOP"
3199 xmlns="http://www.w3.org/1999/xhtml"/>
3200 #errors
3201 /a;no significant content;s
3202
3203 #data
3204 <a href="http://test/" target="_blank"
3205 xmlns="http://www.w3.org/1999/xhtml"/>
3206 #errors
3207 /a;no significant content;s
3208
3209 #data
3210 <a href="http://test/" target="_main"
3211 xmlns="http://www.w3.org/1999/xhtml"/>
3212 #errors
3213 /a/@target;window name:reserved;m
3214 /a;no significant content;s
3215
3216 #data
3217 <a href="http://test/" target="abcde"
3218 xmlns="http://www.w3.org/1999/xhtml"/>
3219 #errors
3220 /a;no significant content;s
3221
3222 #data
3223 <a href="http://test/" target="_"
3224 xmlns="http://www.w3.org/1999/xhtml"/>
3225 #errors
3226 /a/@target;window name:reserved;m
3227 /a;no significant content;s
3228
3229 #data
3230 <a type="text/css" xmlns="http://www.w3.org/1999/xhtml"/>
3231 #errors
3232 /a/@type;attribute not allowed;m
3233 /a;no significant content;s
3234
3235 #data
3236 <a rel="author" xmlns="http://www.w3.org/1999/xhtml"/>
3237 #errors
3238 /a/@rel;attribute not allowed;m
3239 /a;no significant content;s
3240
3241 #data
3242 <a rev="" xmlns="http://www.w3.org/1999/xhtml">x</a>
3243 #errors
3244 /a/@rev;attribute not defined;m
3245
3246 #data
3247 <a rev="made" xmlns="http://www.w3.org/1999/xhtml">x</a>
3248 #errors
3249 /a/@rev;attribute not defined;m
3250
3251 #data
3252 <a rev=" made" xmlns="http://www.w3.org/1999/xhtml">x</a>
3253 #errors
3254 /a/@rev;attribute not defined;m
3255
3256 #data
3257 <a rev="made made" xmlns="http://www.w3.org/1999/xhtml">x</a>
3258 #errors
3259 /a/@rev;attribute not defined;m
3260 /a/@rev;duplicate token;m
3261
3262 #data
3263 <a ping="a" xmlns="http://www.w3.org/1999/xhtml"/>
3264 #errors
3265 /a/@ping;attribute not allowed;m
3266 /a;no significant content;s
3267
3268 #data
3269 <a hreflang="en" xmlns="http://www.w3.org/1999/xhtml"/>
3270 #errors
3271 /a/@hreflang;attribute not allowed;m
3272 /a;no significant content;s
3273
3274 #data
3275 <a media="screen" xmlns="http://www.w3.org/1999/xhtml"/>
3276 #errors
3277 /a/@media;attribute not allowed;m
3278 /a/@media;media query;u
3279 /a;no significant content;s
3280
3281 #data
3282 <a target="_self"
3283 xmlns="http://www.w3.org/1999/xhtml"/>
3284 #errors
3285 /a/@target;attribute not allowed;m
3286 /a;no significant content;s
3287
3288 #data
3289 <a charset="" xmlns="http://www.w3.org/1999/xhtml">x</a>
3290 #errors
3291 /a/@charset;attribute not defined;m
3292 /a/@charset;charset:syntax error;m
3293 /a/@charset;charset:not registered;w
3294
3295 #data
3296 <a charset="us-ascii" xmlns="http://www.w3.org/1999/xhtml">x</a>
3297 #errors
3298 /a/@charset;attribute not defined;m
3299
3300 #data
3301 <p xmlns="http://www.w3.org/1999/xhtml">
3302 <b><a href="">a</a></b>
3303 <i><a type="text/plain">x</a></i>
3304 </p>
3305 #errors
3306 /p/i/a/@type;attribute not allowed;m
3307
3308 #data
3309 <q cite="http://test/" xmlns="http://www.w3.org/1999/xhtml">x</q>
3310 #errors
3311
3312 #data
3313 <q cite="http://test/%" xmlns="http://www.w3.org/1999/xhtml">x</q>
3314 #errors
3315 /q/@cite;syntax error:iriref3987;m
3316
3317 #data
3318 <big xmlns="http://www.w3.org/1999/xhtml"></big>
3319 #errors
3320 /big;element not defined;m
3321 /big;no significant content;s
3322
3323 #data
3324 <big xmlns="http://www.w3.org/1999/xhtml"> </big>
3325 #errors
3326 /big;element not defined;m
3327 /big;no significant content;s
3328
3329 #data
3330 <big xmlns="http://www.w3.org/1999/xhtml">x</big>
3331 #errors
3332 /big;element not defined;m
3333
3334 #data
3335 <big xmlns="http://www.w3.org/1999/xhtml"><em>xx</em></big>
3336 #errors
3337 /big;element not defined;m
3338
3339 #data
3340 <big xmlns="http://www.w3.org/1999/xhtml"><style scoped=""></style>x</big>
3341 #errors
3342 /big;element not defined;m
3343 /big/style;element not allowed:phrasing;m
3344 /big/style;SUBDOC
3345
3346 #data
3347 <big xmlns="http://www.w3.org/1999/xhtml"><p>xx</p></big>
3348 #errors
3349 /big;element not defined;m
3350 /big/p;element not allowed:phrasing;m
3351
3352 #data
3353 <span xmlns="http://www.w3.org/1999/xhtml"><big>xx</big></span>
3354 #errors
3355 /span/big;element not allowed:phrasing;m
3356 /span/big;element not defined;m
3357
3358 #data
3359 <div xmlns="http://www.w3.org/1999/xhtml"><big>xx</big></div>
3360 #errors
3361 /div/big;element not allowed:flow;m
3362 /div/big;element not defined;m
3363
3364 #data
3365 <rule xmlns="http://www.w3.org/1999/xhtml"><big>xx</big></rule>
3366 #errors
3367 /rule/big;element not defined;m
3368
3369 #data
3370 <acronym xmlns="http://www.w3.org/1999/xhtml"></acronym>
3371 #errors
3372 /acronym;element not defined;m
3373 /acronym;no significant content;s
3374
3375 #data
3376 <acronym xmlns="http://www.w3.org/1999/xhtml"> </acronym>
3377 #errors
3378 /acronym;element not defined;m
3379 /acronym;no significant content;s
3380
3381 #data
3382 <acronym xmlns="http://www.w3.org/1999/xhtml">x</acronym>
3383 #errors
3384 /acronym;element not defined;m
3385
3386 #data
3387 <acronym xmlns="http://www.w3.org/1999/xhtml"><em>xx</em></acronym>
3388 #errors
3389 /acronym;element not defined;m
3390
3391 #data
3392 <acronym xmlns="http://www.w3.org/1999/xhtml"><style scoped=""></style>x</acronym>
3393 #errors
3394 /acronym;element not defined;m
3395 /acronym/style;element not allowed:phrasing;m
3396 /acronym/style;SUBDOC
3397
3398 #data
3399 <acronym xmlns="http://www.w3.org/1999/xhtml"><p>xx</p></acronym>
3400 #errors
3401 /acronym;element not defined;m
3402 /acronym/p;element not allowed:phrasing;m
3403
3404 #data
3405 <span xmlns="http://www.w3.org/1999/xhtml"><acronym>xx</acronym></span>
3406 #errors
3407 /span/acronym;element not allowed:phrasing;m
3408 /span/acronym;element not defined;m
3409
3410 #data
3411 <div xmlns="http://www.w3.org/1999/xhtml"><acronym>xx</acronym></div>
3412 #errors
3413 /div/acronym;element not allowed:flow;m
3414 /div/acronym;element not defined;m
3415
3416 #data
3417 <rule xmlns="http://www.w3.org/1999/xhtml"><acronym>xx</acronym></rule>
3418 #errors
3419 /rule/acronym;element not defined;m
3420
3421 #data
3422 <meter value="" xmlns="http://www.w3.org/1999/xhtml"/>
3423 #errors
3424 /meter/@value;float:syntax error;m
3425 /meter;no significant content;s
3426
3427 #data
3428 <meter value="1" xmlns="http://www.w3.org/1999/xhtml"/>
3429 #errors
3430 /meter;no significant content;s
3431
3432 #data
3433 <meter value="111" xmlns="http://www.w3.org/1999/xhtml"/>
3434 #errors
3435 /meter;no significant content;s
3436
3437 #data
3438 <meter value="0001" xmlns="http://www.w3.org/1999/xhtml"/>
3439 #errors
3440 /meter;no significant content;s
3441
3442 #data
3443 <meter value="0" xmlns="http://www.w3.org/1999/xhtml"/>
3444 #errors
3445 /meter;no significant content;s
3446
3447 #data
3448 <meter value="-1" xmlns="http://www.w3.org/1999/xhtml"/>
3449 #errors
3450 /meter;no significant content;s
3451
3452 #data
3453 <meter value="-1000" xmlns="http://www.w3.org/1999/xhtml"/>
3454 #errors
3455 /meter;no significant content;s
3456
3457 #data
3458 <meter value="-0" xmlns="http://www.w3.org/1999/xhtml"/>
3459 #errors
3460 /meter;no significant content;s
3461
3462 #data
3463 <meter value="0000" xmlns="http://www.w3.org/1999/xhtml"/>
3464 #errors
3465 /meter;no significant content;s
3466
3467 #data
3468 <meter value="0.1" xmlns="http://www.w3.org/1999/xhtml"/>
3469 #errors
3470 /meter;no significant content;s
3471
3472 #data
3473 <meter value="1.1" xmlns="http://www.w3.org/1999/xhtml"/>
3474 #errors
3475 /meter;no significant content;s
3476
3477 #data
3478 <meter value=".1" xmlns="http://www.w3.org/1999/xhtml"/>
3479 #errors
3480 /meter;no significant content;s
3481
3482 #data
3483 <meter value=".0" xmlns="http://www.w3.org/1999/xhtml"/>
3484 #errors
3485 /meter;no significant content;s
3486
3487 #data
3488 <meter value="1." xmlns="http://www.w3.org/1999/xhtml"/>
3489 #errors
3490 /meter;no significant content;s
3491
3492 #data
3493 <meter value="1.0000" xmlns="http://www.w3.org/1999/xhtml"/>
3494 #errors
3495 /meter;no significant content;s
3496
3497 #data
3498 <meter value="123." xmlns="http://www.w3.org/1999/xhtml"/>
3499 #errors
3500 /meter;no significant content;s
3501
3502 #data
3503 <meter value="-.1" xmlns="http://www.w3.org/1999/xhtml"/>
3504 #errors
3505 /meter;no significant content;s
3506
3507 #data
3508 <meter value="-1." xmlns="http://www.w3.org/1999/xhtml"/>
3509 #errors
3510 /meter;no significant content;s
3511
3512 #data
3513 <meter value="1aaaa" xmlns="http://www.w3.org/1999/xhtml"/>
3514 #errors
3515 /meter/@value;float:syntax error;m
3516 /meter;no significant content;s
3517
3518 #data
3519 <meter value="1&#x0D;" xmlns="http://www.w3.org/1999/xhtml"/>
3520 #errors
3521 /meter/@value;float:syntax error;m
3522 /meter;no significant content;s
3523
3524 #data
3525 <meter value="1&#x0A;" xmlns="http://www.w3.org/1999/xhtml"/>
3526 #errors
3527 /meter/@value;float:syntax error;m
3528 /meter;no significant content;s
3529
3530 #data
3531 <meter value="aaaa" xmlns="http://www.w3.org/1999/xhtml"/>
3532 #errors
3533 /meter/@value;float:syntax error;m
3534 /meter;no significant content;s
3535
3536 #data
3537 <meter value="+1" xmlns="http://www.w3.org/1999/xhtml"/>
3538 #errors
3539 /meter/@value;float:syntax error;m
3540 /meter;no significant content;s
3541
3542 #data
3543 <meter value="+1.2" xmlns="http://www.w3.org/1999/xhtml"/>
3544 #errors
3545 /meter/@value;float:syntax error;m
3546 /meter;no significant content;s
3547
3548 #data
3549 <meter value=".-1" xmlns="http://www.w3.org/1999/xhtml"/>
3550 #errors
3551 /meter/@value;float:syntax error;m
3552 /meter;no significant content;s
3553
3554 #data
3555 <meter value="0.-1" xmlns="http://www.w3.org/1999/xhtml"/>
3556 #errors
3557 /meter/@value;float:syntax error;m
3558 /meter;no significant content;s
3559
3560 #data
3561 <meter value="." xmlns="http://www.w3.org/1999/xhtml"/>
3562 #errors
3563 /meter/@value;float:syntax error;m
3564 /meter;no significant content;s
3565
3566 #data
3567 <meter min="2" xmlns="http://www.w3.org/1999/xhtml"/>
3568 #errors
3569 /meter;no significant content;s
3570
3571 #data
3572 <meter min="aaaa" xmlns="http://www.w3.org/1999/xhtml"/>
3573 #errors
3574 /meter/@min;float:syntax error;m
3575 /meter;no significant content;s
3576
3577 #data
3578 <meter low="2" xmlns="http://www.w3.org/1999/xhtml"/>
3579 #errors
3580 /meter;no significant content;s
3581
3582 #data
3583 <meter low="aaaa" xmlns="http://www.w3.org/1999/xhtml"/>
3584 #errors
3585 /meter/@low;float:syntax error;m
3586 /meter;no significant content;s
3587
3588 #data
3589 <meter high="2" xmlns="http://www.w3.org/1999/xhtml"/>
3590 #errors
3591 /meter;no significant content;s
3592
3593 #data
3594 <meter high="aaaa" xmlns="http://www.w3.org/1999/xhtml"/>
3595 #errors
3596 /meter/@high;float:syntax error;m
3597 /meter;no significant content;s
3598
3599 #data
3600 <meter max="2" xmlns="http://www.w3.org/1999/xhtml"/>
3601 #errors
3602 /meter;no significant content;s
3603
3604 #data
3605 <meter max="aaaa" xmlns="http://www.w3.org/1999/xhtml"/>
3606 #errors
3607 /meter/@max;float:syntax error;m
3608 /meter;no significant content;s
3609
3610 #data
3611 <meter optimum="2" xmlns="http://www.w3.org/1999/xhtml"/>
3612 #errors
3613 /meter;no significant content;s
3614
3615 #data
3616 <meter optimum="aaaa" xmlns="http://www.w3.org/1999/xhtml"/>
3617 #errors
3618 /meter/@optimum;float:syntax error;m
3619 /meter;no significant content;s
3620
3621 #data
3622 <meter min="43" max="2" xmlns="http://www.w3.org/1999/xhtml"/>
3623 #errors
3624 /meter;no significant content;s
3625
3626 #data
3627 <meter value="43" max="2" xmlns="http://www.w3.org/1999/xhtml"/>
3628 #errors
3629 /meter;no significant content;s
3630
3631 #data
3632 <progress max="2" xmlns="http://www.w3.org/1999/xhtml"/>
3633 #errors
3634 /progress;no significant content;s
3635
3636 #data
3637 <progress max="0.0001" xmlns="http://www.w3.org/1999/xhtml"/>
3638 #errors
3639 /progress;no significant content;s
3640
3641 #data
3642 <progress max="0" xmlns="http://www.w3.org/1999/xhtml"/>
3643 #errors
3644 /progress/@max;float:out of range;m
3645 /progress;no significant content;s
3646
3647 #data
3648 <progress max="-1" xmlns="http://www.w3.org/1999/xhtml"/>
3649 #errors
3650 /progress/@max;float:out of range;m
3651 /progress;no significant content;s
3652
3653 #data
3654 <progress max="aaaa" xmlns="http://www.w3.org/1999/xhtml"/>
3655 #errors
3656 /progress/@max;float:syntax error;m
3657 /progress;no significant content;s
3658
3659 #data
3660 <progress value="2" xmlns="http://www.w3.org/1999/xhtml"/>
3661 #errors
3662 /progress;no significant content;s
3663
3664 #data
3665 <progress value="0.0001" xmlns="http://www.w3.org/1999/xhtml"/>
3666 #errors
3667 /progress;no significant content;s
3668
3669 #data
3670 <progress value="0" xmlns="http://www.w3.org/1999/xhtml"/>
3671 #errors
3672 /progress;no significant content;s
3673
3674 #data
3675 <progress value="100" max="2" xmlns="http://www.w3.org/1999/xhtml"/>
3676 #errors
3677 /progress;no significant content;s
3678
3679 #data
3680 <progress value="-1" xmlns="http://www.w3.org/1999/xhtml"/>
3681 #errors
3682 /progress/@value;float:out of range;m
3683 /progress;no significant content;s
3684
3685 #data
3686 <progress value="aaaa" xmlns="http://www.w3.org/1999/xhtml"/>
3687 #errors
3688 /progress/@value;float:syntax error;m
3689 /progress;no significant content;s
3690
3691 #data
3692 <bdo xmlns="http://www.w3.org/1999/xhtml">x</bdo>
3693 #errors
3694 /bdo;attribute missing;dir;m
3695
3696 #data
3697 <bdo dir="ltr" xmlns="http://www.w3.org/1999/xhtml">x</bdo>
3698 #errors
3699
3700 #data
3701 <bdo dir="rtl" xmlns="http://www.w3.org/1999/xhtml">x</bdo>
3702 #errors
3703
3704 #data
3705 <bdo dir="RTL" xmlns="http://www.w3.org/1999/xhtml">x</bdo>
3706 #errors
3707
3708 #data
3709 <bdo dir="xxx" xmlns="http://www.w3.org/1999/xhtml">x</bdo>
3710 #errors
3711 /bdo/@dir;enumerated:invalid;m
3712
3713 #data
3714 <tt xmlns="http://www.w3.org/1999/xhtml"></tt>
3715 #errors
3716 /tt;element not defined;m
3717 /tt;no significant content;s
3718
3719 #data
3720 <tt xmlns="http://www.w3.org/1999/xhtml"> </tt>
3721 #errors
3722 /tt;element not defined;m
3723 /tt;no significant content;s
3724
3725 #data
3726 <tt xmlns="http://www.w3.org/1999/xhtml">x</tt>
3727 #errors
3728 /tt;element not defined;m
3729
3730 #data
3731 <tt xmlns="http://www.w3.org/1999/xhtml"><em>xx</em></tt>
3732 #errors
3733 /tt;element not defined;m
3734
3735 #data
3736 <tt xmlns="http://www.w3.org/1999/xhtml"><style scoped=""></style>x</tt>
3737 #errors
3738 /tt;element not defined;m
3739 /tt/style;element not allowed:phrasing;m
3740 /tt/style;SUBDOC
3741
3742 #data
3743 <tt xmlns="http://www.w3.org/1999/xhtml"><p>xx</p></tt>
3744 #errors
3745 /tt;element not defined;m
3746 /tt/p;element not allowed:phrasing;m
3747
3748 #data
3749 <span xmlns="http://www.w3.org/1999/xhtml"><tt>xx</tt></span>
3750 #errors
3751 /span/tt;element not allowed:phrasing;m
3752 /span/tt;element not defined;m
3753
3754 #data
3755 <div xmlns="http://www.w3.org/1999/xhtml"><tt>xx</tt></div>
3756 #errors
3757 /div/tt;element not allowed:flow;m
3758 /div/tt;element not defined;m
3759
3760 #data
3761 <rule xmlns="http://www.w3.org/1999/xhtml"><tt>xx</tt></rule>
3762 #errors
3763 /rule/tt;element not defined;m
3764
3765 #data
3766 <s xmlns="http://www.w3.org/1999/xhtml"></s>
3767 #errors
3768 /s;element not defined;m
3769 /s;no significant content;s
3770
3771 #data
3772 <s xmlns="http://www.w3.org/1999/xhtml"> </s>
3773 #errors
3774 /s;element not defined;m
3775 /s;no significant content;s
3776
3777 #data
3778 <s xmlns="http://www.w3.org/1999/xhtml">x</s>
3779 #errors
3780 /s;element not defined;m
3781
3782 #data
3783 <s xmlns="http://www.w3.org/1999/xhtml"><em>xx</em></s>
3784 #errors
3785 /s;element not defined;m
3786
3787 #data
3788 <s xmlns="http://www.w3.org/1999/xhtml"><style scoped=""></style>x</s>
3789 #errors
3790 /s;element not defined;m
3791 /s/style;element not allowed:phrasing;m
3792 /s/style;SUBDOC
3793
3794 #data
3795 <s xmlns="http://www.w3.org/1999/xhtml"><p>xx</p></s>
3796 #errors
3797 /s;element not defined;m
3798 /s/p;element not allowed:phrasing;m
3799
3800 #data
3801 <span xmlns="http://www.w3.org/1999/xhtml"><s>xx</s></span>
3802 #errors
3803 /span/s;element not allowed:phrasing;m
3804 /span/s;element not defined;m
3805
3806 #data
3807 <div xmlns="http://www.w3.org/1999/xhtml"><s>xx</s></div>
3808 #errors
3809 /div/s;element not allowed:flow;m
3810 /div/s;element not defined;m
3811
3812 #data
3813 <rule xmlns="http://www.w3.org/1999/xhtml"><s>xx</s></rule>
3814 #errors
3815 /rule/s;element not defined;m
3816
3817 #data
3818 <strike xmlns="http://www.w3.org/1999/xhtml"></strike>
3819 #errors
3820 /strike;element not defined;m
3821 /strike;no significant content;s
3822
3823 #data
3824 <strike xmlns="http://www.w3.org/1999/xhtml"> </strike>
3825 #errors
3826 /strike;element not defined;m
3827 /strike;no significant content;s
3828
3829 #data
3830 <strike xmlns="http://www.w3.org/1999/xhtml">x</strike>
3831 #errors
3832 /strike;element not defined;m
3833
3834 #data
3835 <strike xmlns="http://www.w3.org/1999/xhtml"><em>xx</em></strike>
3836 #errors
3837 /strike;element not defined;m
3838
3839 #data
3840 <strike xmlns="http://www.w3.org/1999/xhtml"><style scoped=""></style>x</strike>
3841 #errors
3842 /strike;element not defined;m
3843 /strike/style;element not allowed:phrasing;m
3844 /strike/style;SUBDOC
3845
3846 #data
3847 <strike xmlns="http://www.w3.org/1999/xhtml"><p>xx</p></strike>
3848 #errors
3849 /strike;element not defined;m
3850 /strike/p;element not allowed:phrasing;m
3851
3852 #data
3853 <span xmlns="http://www.w3.org/1999/xhtml"><strike>xx</strike></span>
3854 #errors
3855 /span/strike;element not allowed:phrasing;m
3856 /span/strike;element not defined;m
3857
3858 #data
3859 <div xmlns="http://www.w3.org/1999/xhtml"><strike>xx</strike></div>
3860 #errors
3861 /div/strike;element not allowed:flow;m
3862 /div/strike;element not defined;m
3863
3864 #data
3865 <rule xmlns="http://www.w3.org/1999/xhtml"><strike>xx</strike></rule>
3866 #errors
3867 /rule/strike;element not defined;m
3868
3869 #data
3870 <u xmlns="http://www.w3.org/1999/xhtml"></u>
3871 #errors
3872 /u;element not defined;m
3873 /u;no significant content;s
3874
3875 #data
3876 <u xmlns="http://www.w3.org/1999/xhtml"> </u>
3877 #errors
3878 /u;element not defined;m
3879 /u;no significant content;s
3880
3881 #data
3882 <u xmlns="http://www.w3.org/1999/xhtml">x</u>
3883 #errors
3884 /u;element not defined;m
3885
3886 #data
3887 <u xmlns="http://www.w3.org/1999/xhtml"><em>xx</em></u>
3888 #errors
3889 /u;element not defined;m
3890
3891 #data
3892 <u xmlns="http://www.w3.org/1999/xhtml"><style scoped=""></style>x</u>
3893 #errors
3894 /u;element not defined;m
3895 /u/style;element not allowed:phrasing;m
3896 /u/style;SUBDOC
3897
3898 #data
3899 <u xmlns="http://www.w3.org/1999/xhtml"><p>xx</p></u>
3900 #errors
3901 /u;element not defined;m
3902 /u/p;element not allowed:phrasing;m
3903
3904 #data
3905 <span xmlns="http://www.w3.org/1999/xhtml"><u>xx</u></span>
3906 #errors
3907 /span/u;element not allowed:phrasing;m
3908 /span/u;element not defined;m
3909
3910 #data
3911 <div xmlns="http://www.w3.org/1999/xhtml"><u>xx</u></div>
3912 #errors
3913 /div/u;element not allowed:flow;m
3914 /div/u;element not defined;m
3915
3916 #data
3917 <rule xmlns="http://www.w3.org/1999/xhtml"><u>xx</u></rule>
3918 #errors
3919 /rule/u;element not defined;m
3920
3921 #data
3922 <ins cite="http://test/" xmlns="http://www.w3.org/1999/xhtml">x</ins>
3923 #errors
3924
3925 #data
3926 <ins cite="http://test/100%/" xmlns="http://www.w3.org/1999/xhtml">x</ins>
3927 #errors
3928 /ins/@cite;syntax error:iriref3987;m
3929
3930 #data
3931 <ins xmlns="http://www.w3.org/1999/xhtml"
3932 datetime="">x</ins>
3933 #errors
3934 /ins/@datetime;datetime:syntax error;m
3935
3936 #data
3937 <ins xmlns="http://www.w3.org/1999/xhtml"
3938 datetime="2007-05">x</ins>
3939 #errors
3940 /ins/@datetime;datetime:syntax error;m
3941
3942 #data
3943 <ins xmlns="http://www.w3.org/1999/xhtml"
3944 datetime="2007-06">x</ins>
3945 #errors
3946 /ins/@datetime;datetime:syntax error;m
3947
3948 #data
3949 <ins xmlns="http://www.w3.org/1999/xhtml"
3950 datetime="2007-08-09">x</ins>
3951 #errors
3952 /ins/@datetime;datetime:syntax error;m
3953
3954 #data
3955 <ins xmlns="http://www.w3.org/1999/xhtml"
3956 datetime="2007-09-10T00:12">x</ins>
3957 #errors
3958 /ins/@datetime;datetime:syntax error;m
3959
3960 #data
3961 <ins xmlns="http://www.w3.org/1999/xhtml"
3962 datetime="2007-09-23T33:34:23">x</ins>
3963 #errors
3964 /ins/@datetime;datetime:syntax error;m
3965
3966 #data
3967 <ins xmlns="http://www.w3.org/1999/xhtml"
3968 datetime="2007-04-31T33:11:00+09">x</ins>
3969 #errors
3970 /ins/@datetime;datetime:syntax error;m
3971
3972 #data
3973 <ins xmlns="http://www.w3.org/1999/xhtml"
3974 datetime="0037-12-13 00:00 Z">x</ins>
3975 #errors
3976
3977 #data
3978 <ins xmlns="http://www.w3.org/1999/xhtml"
3979 datetime="1979-10-14T12:00:00.001-04:00">x</ins>
3980 #errors
3981
3982 #data
3983 <ins xmlns="http://www.w3.org/1999/xhtml"
3984 datetime="8592-01-01 T 02:09 +02:09">x</ins>
3985 #errors
3986
3987 #data
3988 <ins xmlns="http://www.w3.org/1999/xhtml"
3989 datetime="2007-04-12T00:00Z">x</ins>
3990 #errors
3991
3992 #data
3993 <ins xmlns="http://www.w3.org/1999/xhtml"
3994 datetime="10000-10-31T00:44Z">x</ins>
3995 #errors
3996 /ins/@datetime;datetime:syntax error;m
3997
3998 #data
3999 <ins xmlns="http://www.w3.org/1999/xhtml"
4000 datetime="-3333-03-14T14:33Z">x</ins>
4001 #errors
4002 /ins/@datetime;datetime:syntax error;m
4003
4004 #data
4005 <ins xmlns="http://www.w3.org/1999/xhtml"
4006 datetime="1999-06-23 T04:44Z">x</ins>
4007 #errors
4008
4009 #data
4010 <ins xmlns="http://www.w3.org/1999/xhtml"
4011 datetime="4444-06-22 T 11:22Z">x</ins>
4012 #errors
4013
4014 #data
4015 <ins xmlns="http://www.w3.org/1999/xhtml"
4016 datetime="98-02-12T11:22Z">x</ins>
4017 #errors
4018 /ins/@datetime;datetime:syntax error;m
4019
4020 #data
4021 <ins xmlns="http://www.w3.org/1999/xhtml"
4022 datetime="2007-02-29T00:00Z">x</ins>
4023 #errors
4024 /ins/@datetime;datetime:bad day;m
4025
4026 #data
4027 <ins xmlns="http://www.w3.org/1999/xhtml"
4028 datetime="2008-02-29T00:00Z">x</ins>
4029 #errors
4030
4031 #data
4032 <ins xmlns="http://www.w3.org/1999/xhtml"
4033 datetime="2000-02-29T00:00Z">x</ins>
4034 #errors
4035
4036 #data
4037 <ins xmlns="http://www.w3.org/1999/xhtml"
4038 datetime="1900-02-29T00:00Z">x</ins>
4039 #errors
4040 /ins/@datetime;datetime:bad day;m
4041
4042 #data
4043 <ins xmlns="http://www.w3.org/1999/xhtml"
4044 datetime="2007-02-30T00:00Z">x</ins>
4045 #errors
4046 /ins/@datetime;datetime:bad day;m
4047
4048 #data
4049 <ins xmlns="http://www.w3.org/1999/xhtml"
4050 datetime="2000-02-30T00:00Z">x</ins>
4051 #errors
4052 /ins/@datetime;datetime:bad day;m
4053
4054 #data
4055 <ins xmlns="http://www.w3.org/1999/xhtml"
4056 datetime="2007-01-32T00:00Z">xM</ins>
4057 #errors
4058 /ins/@datetime;datetime:bad day;m
4059
4060 #data
4061 <ins xmlns="http://www.w3.org/1999/xhtml"
4062 datetime="2007-01-00T00:00Z">x</ins>
4063 #errors
4064 /ins/@datetime;datetime:bad day;m
4065
4066 #data
4067 <ins xmlns="http://www.w3.org/1999/xhtml"
4068 datetime="2007-00-29T00:00Z">x</ins>
4069 #errors
4070 /ins/@datetime;datetime:bad month;m
4071
4072 #data
4073 <ins xmlns="http://www.w3.org/1999/xhtml"
4074 datetime="2007-13-29T00:00Z">x</ins>
4075 #errors
4076 /ins/@datetime;datetime:bad month;m
4077
4078 #data
4079 <ins xmlns="http://www.w3.org/1999/xhtml"
4080 datetime="2007-02-21T23:00Z">x</ins>
4081 #errors
4082
4083 #data
4084 <ins xmlns="http://www.w3.org/1999/xhtml"
4085 datetime="2007-02-21T24:00Z">x</ins>
4086 #errors
4087 /ins/@datetime;datetime:bad hour;m
4088
4089 #data
4090 <ins xmlns="http://www.w3.org/1999/xhtml"
4091 datetime="2007-02-21T23:59Z">x</ins>
4092 #errors
4093
4094 #data
4095 <ins xmlns="http://www.w3.org/1999/xhtml"
4096 datetime="2007-02-21T23:60Z">x</ins>
4097 #errors
4098 /ins/@datetime;datetime:bad minute;m
4099
4100 #data
4101 <ins xmlns="http://www.w3.org/1999/xhtml"
4102 datetime="2007-02-21T23:00:60Z">x</ins>
4103 #errors
4104 /ins/@datetime;datetime:bad second;m
4105
4106 #data
4107 <ins xmlns="http://www.w3.org/1999/xhtml"
4108 datetime="2007-02-21T23:00:61Z">x</ins>
4109 #errors
4110 /ins/@datetime;datetime:bad second;m
4111
4112 #data
4113 <ins xmlns="http://www.w3.org/1999/xhtml"
4114 datetime="2007-02-21T23:00:00.123Z">xM</ins>
4115 #errors
4116
4117 #data
4118 <ins xmlns="http://www.w3.org/1999/xhtml"
4119 datetime="2007-02-21T23:00.124444Z">x</ins>
4120 #errors
4121
4122 #data
4123 <ins xmlns="http://www.w3.org/1999/xhtml"
4124 datetime="2007-02-21T23:00.Z">x</ins>
4125 #errors
4126 /ins/@datetime;datetime:syntax error;m
4127
4128 #data
4129 <ins xmlns="http://www.w3.org/1999/xhtml"
4130 datetime="2007-02-21T23:00+09:00">x</ins>
4131 #errors
4132
4133 #data
4134 <ins xmlns="http://www.w3.org/1999/xhtml"
4135 datetime="2007-02-21T23:00-09:00">x</ins>
4136 #errors
4137
4138 #data
4139 <ins xmlns="http://www.w3.org/1999/xhtml"
4140 datetime="2007-02-21T23:00 +09:00">xm</ins>
4141 #errors
4142
4143 #data
4144 <ins xmlns="http://www.w3.org/1999/xhtml"
4145 datetime="2007-02-21T23:00+0900">x</ins>
4146 #errors
4147 /ins/@datetime;datetime:syntax error;m
4148
4149 #data
4150 <ins xmlns="http://www.w3.org/1999/xhtml"
4151 datetime="2007-02-21T23:00A">x</ins>
4152 #errors
4153 /ins/@datetime;datetime:syntax error;m
4154
4155 #data
4156 <ins xmlns="http://www.w3.org/1999/xhtml"
4157 datetime="2007-02-21T23:00z">x</ins>
4158 #errors
4159 /ins/@datetime;datetime:syntax error;m
4160
4161 #data
4162 <ins xmlns="http://www.w3.org/1999/xhtml"
4163 datetime="2007-02-21t23:00Z">x</ins>
4164 #errors
4165 /ins/@datetime;datetime:syntax error;m
4166
4167 #data
4168 <ins xmlns="http://www.w3.org/1999/xhtml"
4169 datetime="2007-02-21T23:00+23:00">x</ins>
4170 #errors
4171
4172 #data
4173 <ins xmlns="http://www.w3.org/1999/xhtml"
4174 datetime="2007-02-21T23:00+24:00">x</ins>
4175 #errors
4176 /ins/@datetime;datetime:bad timezone hour;m
4177
4178 #data
4179 <ins xmlns="http://www.w3.org/1999/xhtml"
4180 datetime="2007-02-21T23:00-23:00">x</ins>
4181 #errors
4182
4183 #data
4184 <ins xmlns="http://www.w3.org/1999/xhtml"
4185 datetime="2007-02-21T23:00-24:00">x</ins>
4186 #errors
4187 /ins/@datetime;datetime:bad timezone hour;m
4188
4189 #data
4190 <ins xmlns="http://www.w3.org/1999/xhtml"
4191 datetime="2007-02-21T23:00-00:00">x</ins>
4192 #errors
4193
4194 #data
4195 <ins xmlns="http://www.w3.org/1999/xhtml"
4196 datetime="2007-02-21T23:00+00:14.5">x</ins>
4197 #errors
4198 /ins/@datetime;datetime:syntax error;m
4199
4200 #data
4201 <ins xmlns="http://www.w3.org/1999/xhtml"
4202 datetime="2007-02-21T23:00+00:59">xM</ins>
4203 #errors
4204
4205 #data
4206 <ins xmlns="http://www.w3.org/1999/xhtml"
4207 datetime="2007-02-21T23:00+00:60">x</ins>
4208 #errors
4209 /ins/@datetime;datetime:bad timezone minute;m
4210
4211 #data
4212 <ins xmlns="http://www.w3.org/1999/xhtml"
4213 datetime="2007-02-21T23:00-00:60">x</ins>
4214 #errors
4215 /ins/@datetime;datetime:bad timezone minute;m
4216
4217 #data
4218 <ins xmlns="http://www.w3.org/1999/xhtml"
4219 datetime="2007-02-21T23:00 00:00">x</ins>
4220 #errors
4221 /ins/@datetime;datetime:syntax error;m
4222
4223 #data
4224 <ins xmlns="http://www.w3.org/1999/xhtml"
4225 datetime="2007-02-21T23:00Z ">x</ins>
4226 #errors
4227 /ins/@datetime;datetime:syntax error;m
4228
4229 #data
4230 <ins xmlns="http://www.w3.org/1999/xhtml"
4231 datetime=" 2007-02-21T23:00Z">s</ins>
4232 #errors
4233 /ins/@datetime;datetime:syntax error;m
4234
4235 #data
4236 <del cite="http://test/" xmlns="http://www.w3.org/1999/xhtml">x</del>
4237 #errors
4238
4239 #data
4240 <del cite='"about:"' xmlns="http://www.w3.org/1999/xhtml">x</del>
4241 #errors
4242 /del/@cite;syntax error:iriref3987;m
4243
4244 #data
4245 <del xmlns="http://www.w3.org/1999/xhtml"
4246 datetime="2007-02-21T23:00Z">x</del>
4247 #errors
4248
4249 #data
4250 <del xmlns="http://www.w3.org/1999/xhtml"
4251 datetime="2007-02-31T23:00Z">x</del>
4252 #errors
4253 /del/@datetime;datetime:bad day;m
4254
4255 #data
4256 <img xmlns="http://www.w3.org/1999/xhtml"/>
4257 #errors
4258 /img;attribute missing;alt;s
4259 /img;attribute missing;src;m
4260
4261 #data
4262 <img alt="" xmlns="http://www.w3.org/1999/xhtml"/>
4263 #errors
4264 /img;attribute missing;src;m
4265
4266 #data
4267 <img src="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
4268 #errors
4269 /img;attribute missing;alt;s
4270
4271 #data
4272 <img alt="" src="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
4273 #errors
4274
4275 #data
4276 <img alt="" src="http://test/`" xmlns="http://www.w3.org/1999/xhtml"/>
4277 #errors
4278 /img/@src;syntax error:iriref3987;m
4279
4280 #data
4281 <img alt="" src="" longdesc="" xmlns="http://www.w3.org/1999/xhtml"/>
4282 #errors
4283 /img/@longdesc;attribute not defined;m
4284
4285 #data
4286 <img alt="" src="" longdesc="http://www.example.com/"
4287 xmlns="http://www.w3.org/1999/xhtml"/>
4288 #errors
4289 /img/@longdesc;attribute not defined;m
4290
4291 #data
4292 <img alt="" src="" longdesc="[]" xmlns="http://www.w3.org/1999/xhtml"/>
4293 #errors
4294 /img/@longdesc;attribute not defined;m
4295 /img/@longdesc;syntax error:iriref3987;m
4296
4297 #data
4298 <img alt="" src="" hspace="0" xmlns="http://www.w3.org/1999/xhtml"/>
4299 #errors
4300 /img/@hspace;attribute not defined;m
4301
4302 #data
4303 <img alt="" src="" vspace="0" xmlns="http://www.w3.org/1999/xhtml"/>
4304 #errors
4305 /img/@vspace;attribute not defined;m
4306
4307 #data
4308 <img alt="" src="" hspace="120" xmlns="http://www.w3.org/1999/xhtml"/>
4309 #errors
4310 /img/@hspace;attribute not defined;m
4311
4312 #data
4313 <img alt="" src="" vspace="120" xmlns="http://www.w3.org/1999/xhtml"/>
4314 #errors
4315 /img/@vspace;attribute not defined;m
4316
4317 #data
4318 <img alt="" src="" hspace="1.0" xmlns="http://www.w3.org/1999/xhtml"/>
4319 #errors
4320 /img/@hspace;attribute not defined;m
4321 /img/@hspace;nninteger:syntax error;m
4322
4323 #data
4324 <img alt="" src="" vspace="1.0" xmlns="http://www.w3.org/1999/xhtml"/>
4325 #errors
4326 /img/@vspace;attribute not defined;m
4327 /img/@vspace;nninteger:syntax error;m
4328
4329 #data
4330 <img alt="" src="" hspace="10px" xmlns="http://www.w3.org/1999/xhtml"/>
4331 #errors
4332 /img/@hspace;attribute not defined;m
4333 /img/@hspace;nninteger:syntax error;m
4334
4335 #data
4336 <img alt="" src="" vspace="10px" xmlns="http://www.w3.org/1999/xhtml"/>
4337 #errors
4338 /img/@vspace;attribute not defined;m
4339 /img/@vspace;nninteger:syntax error;m
4340
4341 #data
4342 <img alt="" src="" hspace="0 " xmlns="http://www.w3.org/1999/xhtml"/>
4343 #errors
4344 /img/@hspace;attribute not defined;m
4345 /img/@hspace;nninteger:syntax error;m
4346
4347 #data
4348 <img alt="" src="" vspace=" 0" xmlns="http://www.w3.org/1999/xhtml"/>
4349 #errors
4350 /img/@vspace;nninteger:syntax error;m
4351 /img/@vspace;attribute not defined;m
4352
4353 #data
4354 <img alt="" src="" hspace="0%" xmlns="http://www.w3.org/1999/xhtml"/>
4355 #errors
4356 /img/@hspace;attribute not defined;m
4357 /img/@hspace;nninteger:syntax error;m
4358
4359 #data
4360 <img alt="" src="" vspace="20%" xmlns="http://www.w3.org/1999/xhtml"/>
4361 #errors
4362 /img/@vspace;attribute not defined;m
4363 /img/@vspace;nninteger:syntax error;m
4364
4365 #data
4366 <img alt="" src="" hspace="-0" xmlns="http://www.w3.org/1999/xhtml"/>
4367 #errors
4368 /img/@hspace;attribute not defined;m
4369 /img/@hspace;nninteger:syntax error;m
4370
4371 #data
4372 <img alt="" src="" vspace="-0" xmlns="http://www.w3.org/1999/xhtml"/>
4373 #errors
4374 /img/@vspace;attribute not defined;m
4375 /img/@vspace;nninteger:syntax error;m
4376
4377 #data
4378 <img alt="" src="" border="0" xmlns="http://www.w3.org/1999/xhtml"/>
4379 #errors
4380 /img/@border;attribute not defined;m
4381
4382 #data
4383 <img alt="" src="" border="4563" xmlns="http://www.w3.org/1999/xhtml"/>
4384 #errors
4385 /img/@border;attribute not defined;m
4386
4387 #data
4388 <img alt="" src="" border="-0" xmlns="http://www.w3.org/1999/xhtml"/>
4389 #errors
4390 /img/@border;attribute not defined;m
4391 /img/@border;nninteger:syntax error;m
4392
4393 #data
4394 <img alt="" src="" border="10-0" xmlns="http://www.w3.org/1999/xhtml"/>
4395 #errors
4396 /img/@border;attribute not defined;m
4397 /img/@border;nninteger:syntax error;m
4398
4399 #data
4400 <img alt="" src="" border="none" xmlns="http://www.w3.org/1999/xhtml"/>
4401 #errors
4402 /img/@border;attribute not defined;m
4403 /img/@border;nninteger:syntax error;m
4404
4405 #data
4406 <img alt="" src="" border="" xmlns="http://www.w3.org/1999/xhtml"/>
4407 #errors
4408 /img/@border;attribute not defined;m
4409 /img/@border;nninteger:syntax error;m
4410
4411 #data
4412 <img alt="" src="" noborder="" xmlns="http://www.w3.org/1999/xhtml"/>
4413 #errors
4414 /img/@noborder;attribute not defined;m
4415
4416 #data
4417 <img alt="" src="http://test/" ismap="" xmlns="http://www.w3.org/1999/xhtml"/>
4418 #errors
4419 /img/@ismap;attribute not allowed:ismap;m
4420
4421 #data
4422 <span xmlns="http://www.w3.org/1999/xhtml">
4423 <img alt="" src="http://test/" ismap="" xmlns="http://www.w3.org/1999/xhtml"/>
4424 </span>
4425 #errors
4426 /span/img/@ismap;attribute not allowed:ismap;m
4427
4428 #data
4429 <span xmlns="http://www.w3.org/1999/xhtml">
4430 <a>a</a>
4431 <img alt="" src="http://test/" ismap="" xmlns="http://www.w3.org/1999/xhtml"/>
4432 </span>
4433 #errors
4434 /span/img/@ismap;attribute not allowed:ismap;m
4435
4436 #data
4437 <a xmlns="http://www.w3.org/1999/xhtml">
4438 <img alt="" src="http://test/" ismap="ismap"/>
4439 </a>
4440 #errors
4441 /a/img/@ismap;attribute not allowed:ismap;m
4442
4443 #data
4444 <a title="" xmlns="http://www.w3.org/1999/xhtml">
4445 <img alt="" src="http://test/" ismap="ismap"/>
4446 </a>
4447 #errors
4448 /a/img/@ismap;attribute not allowed:ismap;m
4449
4450 #data
4451 <a href="http://link.test/" xmlns="http://www.w3.org/1999/xhtml">
4452 <img alt="" src="http://test/" ismap=""/>
4453 </a>
4454 #errors
4455
4456 #data
4457 <a href="http://link.test/" xmlns="http://www.w3.org/1999/xhtml">
4458 <img alt="" src="http://test/" ismap="ismap"/>
4459 </a>
4460 #errors
4461
4462 #data
4463 <a href="http://link.test/" xmlns="http://www.w3.org/1999/xhtml">
4464 <img alt="" src="http://test/" ismap="true"/>
4465 </a>
4466 #errors
4467 /a/img/@ismap;boolean:invalid;m
4468
4469 #data
4470 <a href="http://link.test/" xmlns="http://www.w3.org/1999/xhtml">
4471 <img alt="" src="http://test/" ismap="IsMap"/>
4472 </a>
4473 #errors
4474
4475 #data
4476 <div xmlns="http://www.w3.org/1999/xhtml">
4477 <a href="http://link.test/">a</a>
4478 <img alt="" src="http://test/" ismap="ismap"/>
4479 </div>
4480 #errors
4481 /div/img/@ismap;attribute not allowed:ismap;m
4482
4483 #data
4484 <a href="http://link.test/" xmlns="http://www.w3.org/1999/xhtml">
4485 <span>
4486 <img alt="" src="http://test/" ismap="ismap"/>
4487 </span>
4488 </a>
4489 #errors
4490
4491 #data
4492 <div xmlns="http://www.w3.org/1999/xhtml">
4493 <p><img src="http://test/" alt="" usemap=""/></p>
4494 </div>
4495 #errors
4496 /div/p/img/@usemap;hashref:syntax error;m
4497
4498 #data
4499 <div xmlns="http://www.w3.org/1999/xhtml">
4500 <p><img src="http://test/" alt="" usemap="abc"/></p>
4501 </div>
4502 #errors
4503 /div/p/img/@usemap;hashref:syntax error;m
4504
4505 #data
4506 <div xmlns="http://www.w3.org/1999/xhtml">
4507 <p><img src="http://test/" alt="" usemap="abc#"/></p>
4508 </div>
4509 #errors
4510 /div/p/img/@usemap;hashref:syntax error;m
4511
4512 #data
4513 <div xmlns="http://www.w3.org/1999/xhtml">
4514 <p><img src="http://test/" alt="" usemap="&#x0A;#abc"/></p>
4515 </div>
4516 #errors
4517 /div/p/img/@usemap;hashref:syntax error;m
4518
4519 #data
4520 <div xmlns="http://www.w3.org/1999/xhtml">
4521 <p><img src="http://test/" alt="" usemap="#aa"/></p>
4522 <map id="aa"/>
4523 </div>
4524 #errors
4525 /div/map;no significant content;s
4526 /div/map;attribute missing;name;m
4527 /div/p/img/@usemap;no referenced map;m
4528
4529 #data
4530 <div xmlns="http://www.w3.org/1999/xhtml">
4531 <map name="aa"/>
4532 <p><img src="http://test/" alt="" usemap="#aa"/></p>
4533 </div>
4534 #errors
4535 /div/map;no significant content;s
4536
4537 #data
4538 <div xmlns="http://www.w3.org/1999/xhtml">
4539 <map name="aa" id="aa"/>
4540 <p><img src="http://test/" alt="" usemap="#aa"/></p>
4541 </div>
4542 #errors
4543 /div/map;no significant content;s
4544
4545
4546 #data
4547 <div xmlns="http://www.w3.org/1999/xhtml">
4548 <map name="aa"/>
4549 <map id="aa"/>
4550 <p><img src="http://test/" alt="" usemap="#aa"/></p>
4551 </div>
4552 #errors
4553 /div/map;no significant content;s
4554 /div/map;no significant content;s
4555 /div/map;attribute missing;name;m
4556
4557 #data
4558 <div xmlns="http://www.w3.org/1999/xhtml">
4559 <map id="a a"/>
4560 <p><img src="http://test/" alt="" usemap="#a a"/></p>
4561 </div>
4562 #errors
4563 /div/map/@id;space in ID;m
4564 /div/map;no significant content;s
4565 /div/map;attribute missing;name;m
4566 /div/p/img/@usemap;no referenced map;m
4567
4568 #data
4569 <div xmlns="http://www.w3.org/1999/xhtml">
4570 <map name="a a"/>
4571 <p><img src="http://test/" alt="" usemap="#a a"/></p>
4572 </div>
4573 #errors
4574 /div/map;no significant content;s
4575
4576 #data
4577 <div xmlns="http://www.w3.org/1999/xhtml">
4578 <map name="a a" id="a a"/>
4579 <p><img src="http://test/" alt="" usemap="#a a"/></p>
4580 </div>
4581 #errors
4582 /div/map/@id;space in ID;m
4583 /div/map;no significant content;s
4584
4585 #data
4586 <div xmlns="http://www.w3.org/1999/xhtml">
4587 <map id="a a"/>
4588 <p><img src="http://test/" alt="" usemap="#a%20a"/></p>
4589 </div>
4590 #errors
4591 /div/map/@id;space in ID;m
4592 /div/map;no significant content;s
4593 /div/map;attribute missing;name;m
4594 /div/p/img/@usemap;no referenced map;m
4595
4596 #data
4597 <div xmlns="http://www.w3.org/1999/xhtml">
4598 <map id="a a" name="a a"/>
4599 <p><img src="http://test/" alt="" usemap="#a%20a"/></p>
4600 </div>
4601 #errors
4602 /div/map/@id;space in ID;m
4603 /div/map;no significant content;s
4604 /div/p/img/@usemap;no referenced map;m
4605
4606 #data
4607 <div xmlns="http://www.w3.org/1999/xhtml">
4608 <map id="&#x4E00;"/>
4609 <p><img src="http://test/" alt="" usemap="#&#x4E00;"/></p>
4610 </div>
4611 #errors
4612 /div/map;no significant content;s
4613 /div/map;attribute missing;name;m
4614 /div/p/img/@usemap;no referenced map;m
4615
4616 #data
4617 <div xmlns="http://www.w3.org/1999/xhtml">
4618 <map name="&#x4E00;"/>
4619 <p><img src="http://test/" alt="" usemap="#&#x4E00;"/></p>
4620 </div>
4621 #errors
4622 /div/map;no significant content;s
4623
4624 #data
4625 <div xmlns="http://www.w3.org/1999/xhtml">
4626 <map id="aa"/>
4627 <p><img src="http://test/" alt="" usemap="#bb"/></p>
4628 </div>
4629 #errors
4630 /div/p/img/@usemap;no referenced map;m
4631 /div/map;no significant content;s
4632 /div/map;attribute missing;name;m
4633
4634 #data
4635 <div xmlns="http://www.w3.org/1999/xhtml">
4636 <map name="aa"/>
4637 <p><img src="http://test/" alt="" usemap="#bb"/></p>
4638 </div>
4639 #errors
4640 /div/p/img/@usemap;no referenced map;m
4641 /div/map;no significant content;s
4642
4643 #data
4644 <div xmlns="http://www.w3.org/1999/xhtml">
4645 <map id="aa"/>
4646 <p><img src="http://test/" alt="" usemap="#aa"/></p>
4647 <p><img src="http://test/" alt="" usemap="#aa"/></p>
4648 </div>
4649 #errors
4650 /div/map;no significant content;s
4651 /div/map;attribute missing;name;m
4652 /div/p/img/@usemap;no referenced map;m
4653 /div/p/img/@usemap;no referenced map;m
4654
4655 #data
4656 <div xmlns="http://www.w3.org/1999/xhtml">
4657 <map name="aa"/>
4658 <p><img src="http://test/" alt="" usemap="#aa"/></p>
4659 <p><img src="http://test/" alt="" usemap="#aa"/></p>
4660 </div>
4661 #errors
4662 /div/map;no significant content;s
4663
4664 #data
4665 <div xmlns="http://www.w3.org/1999/xhtml">
4666 <map id="aa"/>
4667 <p><img src="http://test/" alt="" usemap="#AA"/></p>
4668 </div>
4669 #errors
4670 /div/p/img/@usemap;no referenced map;m
4671 /div/map;no significant content;s
4672 /div/map;attribute missing;name;m
4673
4674 #data
4675 <div xmlns="http://www.w3.org/1999/xhtml">
4676 <map name="aa"/>
4677 <p><img src="http://test/" alt="" usemap="#AA"/></p>
4678 </div>
4679 #errors
4680 /div/p/img/@usemap;no referenced map;m
4681 /div/map;no significant content;s
4682
4683 #data
4684 <div xmlns="http://www.w3.org/1999/xhtml">
4685 <map id="AA"/>
4686 <p><img src="http://test/" alt="" usemap="#aa"/></p>
4687 </div>
4688 #errors
4689 /div/p/img/@usemap;no referenced map;m
4690 /div/map;no significant content;s
4691 /div/map;attribute missing;name;m
4692
4693 #data
4694 <div xmlns="http://www.w3.org/1999/xhtml">
4695 <map name="AA"/>
4696 <p><img src="http://test/" alt="" usemap="#aa"/></p>
4697 </div>
4698 #errors
4699 /div/p/img/@usemap;no referenced map;m
4700 /div/map;no significant content;s
4701
4702 #data
4703 <div xmlns="http://www.w3.org/1999/xhtml">
4704 <p id="aa"/>
4705 <p><img src="http://test/" alt="" usemap="#aa"/></p>
4706 </div>
4707 #errors
4708 /div/p/img/@usemap;no referenced map;m
4709 /div/p;no significant content;s
4710
4711 #data
4712 <div xmlns="http://www.w3.org/1999/xhtml">
4713 <a name="aa">x</a>
4714 <p><img src="http://test/" alt="" usemap="#aa"/></p>
4715 </div>
4716 #errors
4717 /div/a/@name;attribute not defined;m
4718 /div/p/img/@usemap;no referenced map;m
4719 /div/p;no significant content;s
4720
4721 #data
4722 <div xmlns="http://www.w3.org/1999/xhtml">
4723 <map name="a" id="b">x</map>
4724 </div>
4725 #errors
4726 /div/map/@id;id ne name;m
4727
4728 #data
4729 <div xmlns="http://www.w3.org/1999/xhtml">
4730 <map name="a" id="A">x</map>
4731 </div>
4732 #errors
4733 /div/map/@id;id ne name;m
4734
4735 #data
4736 <div xmlns="http://www.w3.org/1999/xhtml">
4737 <map name="A" id="a">x</map>
4738 </div>
4739 #errors
4740 /div/map/@id;id ne name;m
4741
4742 #data
4743 <div xmlns="http://www.w3.org/1999/xhtml">
4744 <map name="">x</map>
4745 <img src="" alt="" usemap="#"/>
4746 </div>
4747 #errors
4748 /div/map/@name;empty attribute value;m
4749
4750 #data
4751 <div xmlns="http://www.w3.org/1999/xhtml">
4752 <map name="a">x</map>
4753 <map name="a">x</map>
4754 <img src="" alt="" usemap="#a"/>
4755 </div>
4756 #errors
4757
4758 #data
4759 <img alt="" src="" align="" xmlns="http://www.w3.org/1999/xhtml"/>
4760 #errors
4761 /img/@align;attribute not defined;m
4762 /img/@align;enumerated:invalid;m
4763
4764 #data
4765 <img alt="" src="" align="char" xmlns="http://www.w3.org/1999/xhtml"/>
4766 #errors
4767 /img/@align;attribute not defined;m
4768 /img/@align;enumerated:invalid;m
4769
4770 #data
4771 <img alt="" src="" align="justify" xmlns="http://www.w3.org/1999/xhtml"/>
4772 #errors
4773 /img/@align;attribute not defined;m
4774 /img/@align;enumerated:invalid;m
4775
4776 #data
4777 <img alt="" src="" align="center" xmlns="http://www.w3.org/1999/xhtml"/>
4778 #errors
4779 /img/@align;attribute not defined;m
4780 /img/@align;enumerated:invalid;m
4781
4782 #data
4783 <img alt="" src="" align="bottom" xmlns="http://www.w3.org/1999/xhtml"/>
4784 #errors
4785 /img/@align;attribute not defined;m
4786
4787 #data
4788 <img alt="" src="" align="middle" xmlns="http://www.w3.org/1999/xhtml"/>
4789 #errors
4790 /img/@align;attribute not defined;m
4791
4792 #data
4793 <img alt="" src="" align="top" xmlns="http://www.w3.org/1999/xhtml"/>
4794 #errors
4795 /img/@align;attribute not defined;m
4796
4797 #data
4798 <img alt="" src="" align="left" xmlns="http://www.w3.org/1999/xhtml"/>
4799 #errors
4800 /img/@align;attribute not defined;m
4801
4802 #data
4803 <img alt="" src="" align="right" xmlns="http://www.w3.org/1999/xhtml"/>
4804 #errors
4805 /img/@align;attribute not defined;m
4806
4807 #data
4808 <iframe xmlns="http://www.w3.org/1999/xhtml"/>
4809 #errors
4810
4811 #data
4812 <iframe name="" xmlns="http://www.w3.org/1999/xhtml"/>
4813 #errors
4814 /iframe/@name;window name:empty;m
4815
4816 #data
4817 <iframe name="_" xmlns="http://www.w3.org/1999/xhtml"/>
4818 #errors
4819 /iframe/@name;window name:reserved;m
4820
4821 #data
4822 <iframe name="_blank" xmlns="http://www.w3.org/1999/xhtml"/>
4823 #errors
4824 /iframe/@name;window name:reserved;m
4825
4826 #data
4827 <iframe name="blank" xmlns="http://www.w3.org/1999/xhtml"/>
4828 #errors
4829
4830 #data
4831 <iframe name="_parent" xmlns="http://www.w3.org/1999/xhtml"/>
4832 #errors
4833 /iframe/@name;window name:reserved;m
4834
4835 #data
4836 <iframe name="_top" xmlns="http://www.w3.org/1999/xhtml"/>
4837 #errors
4838 /iframe/@name;window name:reserved;m
4839
4840 #data
4841 <iframe name="_self" xmlns="http://www.w3.org/1999/xhtml"/>
4842 #errors
4843 /iframe/@name;window name:reserved;m
4844
4845 #data
4846 <iframe name="_a" xmlns="http://www.w3.org/1999/xhtml"/>
4847 #errors
4848 /iframe/@name;window name:reserved;m
4849
4850 #data
4851 <iframe name="_main" xmlns="http://www.w3.org/1999/xhtml"/>
4852 #errors
4853 /iframe/@name;window name:reserved;m
4854
4855 #data
4856 <iframe src="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
4857 #errors
4858
4859 #data
4860 <iframe src="&lt;http://test/>" xmlns="http://www.w3.org/1999/xhtml"/>
4861 #errors
4862 /iframe/@src;syntax error:iriref3987;m
4863
4864 #data
4865 <iframe src="" sandbox="" xmlns="http://www.w3.org/1999/xhtml">x</iframe>
4866 #errors
4867
4868 #data
4869 <iframe src="" sandbox=" " xmlns="http://www.w3.org/1999/xhtml">x</iframe>
4870 #errors
4871
4872 #data
4873 <iframe src="" sandbox="
4874 " xmlns="http://www.w3.org/1999/xhtml">x</iframe>
4875 #errors
4876
4877 #data
4878 <iframe src="" sandbox="allow-same-origin" xmlns="http://www.w3.org/1999/xhtml">x</iframe>
4879 #errors
4880
4881 #data
4882 <iframe src="" sandbox="allow-same-origin
4883 " xmlns="http://www.w3.org/1999/xhtml">x</iframe>
4884 #errors
4885
4886 #data
4887 <iframe src="" sandbox=" allow-same-origin " xmlns="http://www.w3.org/1999/xhtml">x</iframe>
4888 #errors
4889
4890 #data
4891 <iframe src="" sandbox="allow-scripts
4892 " xmlns="http://www.w3.org/1999/xhtml">x</iframe>
4893 #errors
4894
4895 #data
4896 <iframe src="" sandbox="allow-same-origin
4897 allow-scripts" xmlns="http://www.w3.org/1999/xhtml">x</iframe>
4898 #errors
4899
4900 #data
4901 <iframe src="" sandbox="allow-forms" xmlns="http://www.w3.org/1999/xhtml">x</iframe>
4902 #errors
4903
4904 #data
4905 <iframe src="" sandbox="allow-form"
4906 xmlns="http://www.w3.org/1999/xhtml">x</iframe>
4907 #errors
4908 /iframe/@sandbox;word not allowed;m
4909
4910 #data
4911 <iframe src="" sandbox="allow-script"
4912 xmlns="http://www.w3.org/1999/xhtml">x</iframe>
4913 #errors
4914 /iframe/@sandbox;word not allowed;m
4915
4916 #data
4917 <iframe src="" sandbox="allow-origin"
4918 xmlns="http://www.w3.org/1999/xhtml">x</iframe>
4919 #errors
4920 /iframe/@sandbox;word not allowed;m
4921
4922 #data
4923 <iframe src="" sandbox="allow-script"
4924 xmlns="http://www.w3.org/1999/xhtml">x</iframe>
4925 #errors
4926 /iframe/@sandbox;word not allowed;m
4927
4928 #data
4929 <iframe src="" sandbox="allow-plugins"
4930 xmlns="http://www.w3.org/1999/xhtml">x</iframe>
4931 #errors
4932 /iframe/@sandbox;word not allowed;m
4933
4934 #data
4935 <iframe src="" sandbox="xxx_origin_please_suggest_a_better_name"
4936 xmlns="http://www.w3.org/1999/xhtml">x</iframe>
4937 #errors
4938 /iframe/@sandbox;word not allowed;m
4939
4940 #data
4941 <iframe src="" sandbox="unrestricted-forms"
4942 xmlns="http://www.w3.org/1999/xhtml">x</iframe>
4943 #errors
4944 /iframe/@sandbox;word not allowed;m
4945
4946 #data
4947 <iframe src="" sandbox="unrestricted-scripts"
4948 xmlns="http://www.w3.org/1999/xhtml">x</iframe>
4949 #errors
4950 /iframe/@sandbox;word not allowed;m
4951
4952 #data
4953 <iframe src="" sandbox="Allow-Forms"
4954 xmlns="http://www.w3.org/1999/xhtml">x</iframe>
4955 #errors
4956 /iframe/@sandbox;word not allowed;m
4957
4958 #data
4959 <iframe src="" sandbox="allow"
4960 xmlns="http://www.w3.org/1999/xhtml">x</iframe>
4961 #errors
4962 /iframe/@sandbox;word not allowed;m
4963
4964 #data
4965 <iframe src="" sandbox="disallow-form"
4966 xmlns="http://www.w3.org/1999/xhtml">x</iframe>
4967 #errors
4968 /iframe/@sandbox;word not allowed;m
4969
4970 #data
4971 <iframe src="" sandbox="allow-forms allow-forms"
4972 xmlns="http://www.w3.org/1999/xhtml">x</iframe>
4973 #errors
4974 /iframe/@sandbox;duplicate token;m
4975
4976 #data
4977 <iframe src="" seemless=""
4978 xmlns="http://www.w3.org/1999/xhtml">x</iframe>
4979 #errors
4980
4981 #data
4982 <iframe src="" seemless=" "
4983 xmlns="http://www.w3.org/1999/xhtml">x</iframe>
4984 #errors
4985 /iframe/@seemless;boolean:invalid;m
4986
4987 #data
4988 <iframe src="" seemless="seemless"
4989 xmlns="http://www.w3.org/1999/xhtml">x</iframe>
4990 #errors
4991
4992 #data
4993 <iframe src="" seemless="Seemless"
4994 xmlns="http://www.w3.org/1999/xhtml">x</iframe>
4995 #errors
4996
4997 #data
4998 <iframe src="" seemless="seemless "
4999 xmlns="http://www.w3.org/1999/xhtml">x</iframe>
5000 #errors
5001 /iframe/@seemless;boolean:invalid;m
5002
5003 #data
5004 <iframe src="" seemless="yes"
5005 xmlns="http://www.w3.org/1999/xhtml">x</iframe>
5006 #errors
5007 /iframe/@seemless;boolean:invalid;m
5008
5009 #data
5010 <embed xmlns="http://www.w3.org/1999/xhtml"/>
5011 #errors
5012 /embed;attribute missing;src;i
5013
5014 #data
5015 <embed src="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
5016 #errors
5017
5018 #data
5019 <embed src="[http://test/]" xmlns="http://www.w3.org/1999/xhtml"/>
5020 #errors
5021 /embed/@src;syntax error:iriref3987;m
5022
5023 #data
5024 <embed src="http://test/" type="" xmlns="http://www.w3.org/1999/xhtml"/>
5025 #errors
5026 /embed/@type;IMT:syntax error;m
5027
5028 #data
5029 <embed src="http://test/" type="text"
5030 xmlns="http://www.w3.org/1999/xhtml"/>
5031 #errors
5032 /embed/@type;IMT:syntax error;m
5033
5034 #data
5035 <embed src="http://test/" type="text/plain"
5036 xmlns="http://www.w3.org/1999/xhtml"/>
5037 #errors
5038
5039 #data
5040 <embed src="http://test/" id=""
5041 xmlns="http://www.w3.org/1999/xhtml"/>
5042 #errors
5043 /embed/@id;empty attribute value;m
5044
5045 #data
5046 <embed src="http://test/" a="b" c="d" checked="checked"
5047 xmlns="http://www.w3.org/1999/xhtml"/>
5048 #errors
5049
5050 #data html
5051 <!DOCTYPE HTML><title>x</title>
5052 <embed src="http://test/"
5053 b:c>
5054 #errors
5055 /html/body/embed/@b:c;attribute not defined;m
5056
5057 #data html
5058 <!DOCTYPE HTML><title>x</title>
5059 <embed src="http://test/"
5060 xmlsucks>
5061 #errors
5062 /html/body/embed/@xmlsucks;attribute not defined;m
5063
5064 #data html
5065 <!DOCTYPE HTML><title>x</title>
5066 <embed src="http://test/"
5067 :>
5068 #errors
5069 /html/body/embed/@:;attribute not defined;m
5070
5071 #data html
5072 <!DOCTYPE HTML><title>x</title>
5073 <embed src="http://test/"
5074 a::b>
5075 #errors
5076 /html/body/embed/@a::b;attribute not defined;m
5077
5078 #data html
5079 <!DOCTYPE HTML><title>x</title>
5080 <embed src="http://test/"
5081 -manakai-attribute>
5082 #errors
5083 /html/body/embed/@-manakai-attribute;attribute not defined;m
5084
5085 #data html
5086 <!DOCTYPE HTML><title>x</title>
5087 <embed src="http://test/"
5088 xml:lang lang>
5089 #errors
5090 /html/body/embed/@xml:lang;in HTML:xml:lang;i
5091
5092 #data html
5093 <!DOCTYPE HTML><title>x</title>
5094 <embed src="http://test/"
5095 xmlns="http://www.w3.org/1999/xhtml">
5096 #errors
5097
5098 #data html
5099 <!DOCTYPE HTML><title>x</title>
5100 <embed src="http://test/"
5101 xml:space=preserve>
5102 #errors
5103 /html/body/embed/@xml:space;attribute not defined;m
5104
5105 #data
5106 <embed src="" xmlns="http://www.w3.org/1999/xhtml"
5107 camelCase=""/>
5108 #errors
5109 /embed/@camelCase;attribute not defined;m
5110
5111 #data
5112 <embed src="" xmlns="http://www.w3.org/1999/xhtml"
5113 Capital=""/>
5114 #errors
5115 /embed/@Capital;attribute not defined;m
5116
5117 #data
5118 <embed src="" xmlns="http://www.w3.org/1999/xhtml"
5119 UPPERCASE=""/>
5120 #errors
5121 /embed/@UPPERCASE;attribute not defined;m
5122
5123 #data html
5124 <!DOCTYPE HTML><title>x</title>
5125 <embed src="http://test/"
5126 data->
5127 #errors
5128
5129 #data html
5130 <!DOCTYPE HTML><title>x</title>
5131 <embed src="http://test/"
5132 data-a>
5133 #errors
5134
5135 #data html
5136 <!DOCTYPE HTML><title>x</title>
5137 <embed src="http://test/"
5138 data-xml:space>
5139 #errors
5140 /html/body/embed/@data-xml:space;attribute not defined;m
5141
5142 #data html
5143 <!DOCTYPE HTML><title>x</title>
5144 <embed src="http://test/"
5145 data-xmlns>
5146 #errors
5147
5148 #data html
5149 <!DOCTYPE HTML><title>x</title>
5150 <embed src="http://test/"
5151 data--abc>
5152 #errors
5153
5154 #data html
5155 <!DOCTYPE HTML><title>x</title>
5156 <embed src="http://test/"
5157 data-!>
5158 #errors
5159 /html/body/embed/@data-!;attribute not defined;m
5160
5161 #data
5162 <object xmlns="http://www.w3.org/1999/xhtml"/>
5163 #errors
5164 /object;attribute missing:data|type;m
5165 /object;no significant content;s
5166
5167 #data
5168 <object data="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
5169 #errors
5170 /object;no significant content;s
5171
5172 #data
5173 <object data="`http://test/`" xmlns="http://www.w3.org/1999/xhtml"/>
5174 #errors
5175 /object/@data;syntax error:iriref3987;m
5176 /object;no significant content;s
5177
5178 #data
5179 <object type="" xmlns="http://www.w3.org/1999/xhtml"/>
5180 #errors
5181 /object/@type;IMT:syntax error;m
5182 /object;no significant content;s
5183
5184 #data
5185 <object type="text/css" xmlns="http://www.w3.org/1999/xhtml"/>
5186 #errors
5187 /object;no significant content;s
5188
5189 #data
5190 <object type="text/css" data="http://test/"
5191 xmlns="http://www.w3.org/1999/xhtml"/>
5192 #errors
5193 /object;no significant content;s
5194
5195 #data
5196 <div xmlns="http://www.w3.org/1999/xhtml">
5197 <p><object data="http://test/" usemap="">x</object></p>
5198 </div>
5199 #errors
5200 /div/p/object/@usemap;hashref:syntax error;m
5201
5202 #data
5203 <div xmlns="http://www.w3.org/1999/xhtml">
5204 <p><object data="http://test/" usemap="abc">x</object></p>
5205 </div>
5206 #errors
5207 /div/p/object/@usemap;hashref:syntax error;m
5208
5209 #data
5210 <div xmlns="http://www.w3.org/1999/xhtml">
5211 <p><object data="http://test/" usemap="abc#">x</object></p>
5212 </div>
5213 #errors
5214 /div/p/object/@usemap;hashref:syntax error;m
5215
5216 #data
5217 <div xmlns="http://www.w3.org/1999/xhtml">
5218 <p><object data="http://test/" usemap="&#x0A;#abc">x</object></p>
5219 </div>
5220 #errors
5221 /div/p/object/@usemap;hashref:syntax error;m
5222
5223 #data
5224 <div xmlns="http://www.w3.org/1999/xhtml">
5225 <p><object data="http://test/" usemap="#aa">x</object></p>
5226 <map id="aa"/>
5227 </div>
5228 #errors
5229 /div/map;no significant content;s
5230 /div/p/object/@usemap;no referenced map;m
5231 /div/map;attribute missing;name;m
5232
5233 #data
5234 <div xmlns="http://www.w3.org/1999/xhtml">
5235 <p><object data="http://test/" usemap="#aa">x</object></p>
5236 <map name="aa"/>
5237 </div>
5238 #errors
5239 /div/map;no significant content;s
5240
5241 #data
5242 <div xmlns="http://www.w3.org/1999/xhtml">
5243 <map name="aa"/>
5244 <p><object data="http://test/" usemap="#aa">x</object></p>
5245 </div>
5246 #errors
5247 /div/map;no significant content;s
5248
5249 #data
5250 <div xmlns="http://www.w3.org/1999/xhtml">
5251 <map name="&#x4E00;"/>
5252 <p><object data="http://test/" usemap="#&#x4E00;">x</object></p>
5253 </div>
5254 #errors
5255 /div/map;no significant content;s
5256
5257 #data
5258 <div xmlns="http://www.w3.org/1999/xhtml">
5259 <map name="aa"/>
5260 <p><object data="http://test/" usemap="#bb">x</object></p>
5261 </div>
5262 #errors
5263 /div/p/object/@usemap;no referenced map;m
5264 /div/map;no significant content;s
5265
5266 #data
5267 <div xmlns="http://www.w3.org/1999/xhtml">
5268 <map name="aa"/>
5269 <p><object data="http://test/" usemap="#aa">x</object></p>
5270 <p><object data="http://test/" usemap="#aa">x</object></p>
5271 </div>
5272 #errors
5273 /div/map;no significant content;s
5274
5275 #data
5276 <div xmlns="http://www.w3.org/1999/xhtml">
5277 <map name="aa"/>
5278 <p><object data="http://test/" usemap="#AA">x</object></p>
5279 </div>
5280 #errors
5281 /div/p/object/@usemap;no referenced map;m
5282 /div/map;no significant content;s
5283
5284 #data
5285 <div xmlns="http://www.w3.org/1999/xhtml">
5286 <map name="AA"/>
5287 <p><object data="http://test/" usemap="#aa">x</object></p>
5288 </div>
5289 #errors
5290 /div/p/object/@usemap;no referenced map;m
5291 /div/map;no significant content;s
5292
5293 #data
5294 <div xmlns="http://www.w3.org/1999/xhtml">
5295 <object data="" usemap="#a">x</object><menu id="a">x</menu>
5296 </div>
5297 #errors
5298 /div/object/@usemap;no referenced map;m
5299
5300 #data
5301 <object data="" declare="" xmlns="http://www.w3.org/1999/xhtml"/>
5302 #errors
5303 /object/@declare;attribute not defined;m
5304 /object;no significant content;s
5305
5306 #data
5307 <object data="" declare="declare" xmlns="http://www.w3.org/1999/xhtml"/>
5308 #errors
5309 /object/@declare;attribute not defined;m
5310 /object;no significant content;s
5311
5312 /object;no significant content;s
5313 #data
5314 <object data="" declare="yes" xmlns="http://www.w3.org/1999/xhtml"/>
5315 #errors
5316 /object/@declare;attribute not defined;m
5317 /object/@declare;boolean:invalid;m
5318 /object;no significant content;s
5319
5320 #data
5321 <object data="" declare="no" xmlns="http://www.w3.org/1999/xhtml"/>
5322 #errors
5323 /object/@declare;attribute not defined;m
5324 /object/@declare;boolean:invalid;m
5325 /object;no significant content;s
5326
5327 #data
5328 <object data="" declare="Declare" xmlns="http://www.w3.org/1999/xhtml"/>
5329 #errors
5330 /object/@declare;attribute not defined;m
5331 /object;no significant content;s
5332
5333 #data
5334 <object data="" classid="" xmlns="http://www.w3.org/1999/xhtml"/>
5335 #errors
5336 /object/@classid;attribute not defined;m
5337 /object;no significant content;s
5338
5339 #data
5340 <object data="" classid="[]" xmlns="http://www.w3.org/1999/xhtml"/>
5341 #errors
5342 /object/@classid;attribute not defined;m
5343 /object/@classid;syntax error:iriref3987;m
5344 /object;no significant content;s
5345
5346 #data
5347 <object data="" codebase="" xmlns="http://www.w3.org/1999/xhtml"/>
5348 #errors
5349 /object/@codebase;attribute not defined;m
5350 /object;no significant content;s
5351
5352 #data
5353 <object data="" codebase="[]" xmlns="http://www.w3.org/1999/xhtml"/>
5354 #errors
5355 /object/@codebase;attribute not defined;m
5356 /object/@codebase;syntax error:iriref3987;m
5357 /object;no significant content;s
5358
5359 #data
5360 <object data="" archive="" xmlns="http://www.w3.org/1999/xhtml"/>
5361 #errors
5362 /object/@archive;attribute not defined;m
5363 /object;no significant content;s
5364
5365 #data
5366 <object data="" archive="[]" xmlns="http://www.w3.org/1999/xhtml"/>
5367 #errors
5368 /object/@archive;attribute not defined;m
5369 /object/@archive;syntax error:iriref3987;m
5370 /object;no significant content;s
5371
5372 #data
5373 <object data="" archive="a,[]" xmlns="http://www.w3.org/1999/xhtml"/>
5374 #errors
5375 /object/@archive;attribute not defined;m
5376 /object/@archive;syntax error:iriref3987;m
5377 /object;no significant content;s
5378
5379 #data
5380 <object data="" archives="[]" xmlns="http://www.w3.org/1999/xhtml"/>
5381 #errors
5382 /object/@archives;attribute not defined;m
5383 /object;no significant content;s
5384
5385 #data
5386 <object data="" codetype="" xmlns="http://www.w3.org/1999/xhtml"/>
5387 #errors
5388 /object/@codetype;attribute not defined;m
5389 /object/@codetype;IMT:syntax error;m
5390 /object;no significant content;s
5391
5392 #data
5393 <object data="" codetype="text/html" xmlns="http://www.w3.org/1999/xhtml"/>
5394 #errors
5395 /object/@codetype;attribute not defined;m
5396 /object;no significant content;s
5397
5398 #data
5399 <object data="" standby="" xmlns="http://www.w3.org/1999/xhtml"/>
5400 #errors
5401 /object/@standby;attribute not defined;m
5402 /object;no significant content;s
5403
5404 #data
5405 <object data="" standby="[]" xmlns="http://www.w3.org/1999/xhtml"/>
5406 #errors
5407 /object/@standby;attribute not defined;m
5408 /object;no significant content;s
5409
5410 #data
5411 <object data="" border="0" xmlns="http://www.w3.org/1999/xhtml"/>
5412 #errors
5413 /object;no significant content;s
5414 /object/@border;attribute not defined;m
5415
5416 #data
5417 <object data="" border="none" xmlns="http://www.w3.org/1999/xhtml"/>
5418 #errors
5419 /object/@border;attribute not defined;m
5420 /object/@border;nninteger:syntax error;m
5421 /object;no significant content;s
5422
5423 #data
5424 <object data="" hspace="0" xmlns="http://www.w3.org/1999/xhtml"/>
5425 #errors
5426 /object/@hspace;attribute not defined;m
5427 /object;no significant content;s
5428
5429 #data
5430 <object data="" hspace="none" xmlns="http://www.w3.org/1999/xhtml"/>
5431 #errors
5432 /object/@hspace;attribute not defined;m
5433 /object;no significant content;s
5434 /object/@hspace;nninteger:syntax error;m
5435
5436 #data
5437 <object data="" vspace="0" xmlns="http://www.w3.org/1999/xhtml"/>
5438 #errors
5439 /object;no significant content;s
5440 /object/@vspace;attribute not defined;m
5441
5442 #data
5443 <object data="" vspace="none" xmlns="http://www.w3.org/1999/xhtml"/>
5444 #errors
5445 /object;no significant content;s
5446 /object/@vspace;attribute not defined;m
5447 /object/@vspace;nninteger:syntax error;m
5448
5449 #data
5450 <object data="" align="" xmlns="http://www.w3.org/1999/xhtml"/>
5451 #errors
5452 /object;no significant content;s
5453 /object/@align;attribute not defined;m
5454 /object/@align;enumerated:invalid;m
5455
5456 #data
5457 <object data="" align="char" xmlns="http://www.w3.org/1999/xhtml"/>
5458 #errors
5459 /object;no significant content;s
5460 /object/@align;attribute not defined;m
5461 /object/@align;enumerated:invalid;m
5462
5463 #data
5464 <object data="" align="justify" xmlns="http://www.w3.org/1999/xhtml"/>
5465 #errors
5466 /object;no significant content;s
5467 /object/@align;attribute not defined;m
5468 /object/@align;enumerated:invalid;m
5469
5470 #data
5471 <object data="" align="center" xmlns="http://www.w3.org/1999/xhtml"/>
5472 #errors
5473 /object;no significant content;s
5474 /object/@align;attribute not defined;m
5475 /object/@align;enumerated:invalid;m
5476
5477 #data
5478 <object data="" align="bottom" xmlns="http://www.w3.org/1999/xhtml"/>
5479 #errors
5480 /object;no significant content;s
5481 /object/@align;attribute not defined;m
5482
5483 #data
5484 <object data="" align="middle" xmlns="http://www.w3.org/1999/xhtml"/>
5485 #errors
5486 /object;no significant content;s
5487 /object/@align;attribute not defined;m
5488
5489 #data
5490 <object data="" align="top" xmlns="http://www.w3.org/1999/xhtml"/>
5491 #errors
5492 /object;no significant content;s
5493 /object/@align;attribute not defined;m
5494
5495 #data
5496 <object data="" align="left" xmlns="http://www.w3.org/1999/xhtml"/>
5497 #errors
5498 /object;no significant content;s
5499 /object/@align;attribute not defined;m
5500
5501 #data
5502 <object data="" align="right" xmlns="http://www.w3.org/1999/xhtml"/>
5503 #errors
5504 /object;no significant content;s
5505 /object/@align;attribute not defined;m
5506
5507 #data
5508 <object name="" data="" xmlns="http://www.w3.org/1999/xhtml">x</object>
5509 #errors
5510 /object/@name;window name:empty;m
5511
5512 #data
5513 <object name="_" data="" xmlns="http://www.w3.org/1999/xhtml">x</object>
5514 #errors
5515 /object/@name;window name:reserved;m
5516
5517 #data
5518 <object name="_a" data="" xmlns="http://www.w3.org/1999/xhtml">x</object>
5519 #errors
5520 /object/@name;window name:reserved;m
5521
5522 #data
5523 <object name="_blank" data="" xmlns="http://www.w3.org/1999/xhtml">x</object>
5524 #errors
5525 /object/@name;window name:reserved;m
5526
5527 #data
5528 <object name="_parent" data="" xmlns="http://www.w3.org/1999/xhtml">x</object>
5529 #errors
5530 /object/@name;window name:reserved;m
5531
5532 #data
5533 <object name="_self" data="" xmlns="http://www.w3.org/1999/xhtml">x</object>
5534 #errors
5535 /object/@name;window name:reserved;m
5536
5537 #data
5538 <object name="_top" data="" xmlns="http://www.w3.org/1999/xhtml">x</object>
5539 #errors
5540 /object/@name;window name:reserved;m
5541
5542 #data
5543 <object name="abc" data="" xmlns="http://www.w3.org/1999/xhtml">x</object>
5544 #errors
5545
5546 #data
5547 <object name="self" data="" xmlns="http://www.w3.org/1999/xhtml">x</object>
5548 #errors
5549
5550 #data
5551 <param xmlns="http://www.w3.org/1999/xhtml"/>
5552 #errors
5553 /param;attribute missing;name;m
5554 /param;attribute missing;value;m
5555
5556 #data
5557 <param name="a" xmlns="http://www.w3.org/1999/xhtml"/>
5558 #errors
5559 /param;attribute missing;value;m
5560
5561 #data
5562 <param value="a" xmlns="http://www.w3.org/1999/xhtml"/>
5563 #errors
5564 /param;attribute missing;name;m
5565
5566 #data
5567 <param name="a" value="b" xmlns="http://www.w3.org/1999/xhtml"/>
5568 #errors
5569
5570 #data
5571 <param name="" value="" xmlns="http://www.w3.org/1999/xhtml"/>
5572 #errors
5573
5574 #data
5575 <param name="a" value="b" valuetype="data" xmlns="http://www.w3.org/1999/xhtml"/>
5576 #errors
5577 /param/@valuetype;attribute not defined;m
5578
5579 #data
5580 <param name="a" value="b" valuetype="ref" xmlns="http://www.w3.org/1999/xhtml"/>
5581 #errors
5582 /param/@valuetype;attribute not defined;m
5583
5584 #data
5585 <param name="a" value="b" valuetype="object" xmlns="http://www.w3.org/1999/xhtml"/>
5586 #errors
5587 /param/@valuetype;attribute not defined;m
5588
5589 #data
5590 <param name="a" value="b" valuetype="text" xmlns="http://www.w3.org/1999/xhtml"/>
5591 #errors
5592 /param/@valuetype;attribute not defined;m
5593 /param/@valuetype;enumerated:invalid;m
5594
5595 #data
5596 <param name="a" value="b" type="text" xmlns="http://www.w3.org/1999/xhtml"/>
5597 #errors
5598 /param/@type;attribute not defined;m
5599 /param/@type;IMT:syntax error;m
5600
5601 #data
5602 <param name="a" value="b" type="text/html" xmlns="http://www.w3.org/1999/xhtml"/>
5603 #errors
5604 /param/@type;attribute not defined;m
5605
5606 #data
5607 <video xmlns="http://www.w3.org/1999/xhtml"/>
5608 #errors
5609 /video;no significant content;s
5610 /video;child element missing;source;m
5611
5612 #data
5613 <video src="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
5614 #errors
5615 /video;no significant content;s
5616
5617 #data
5618 <video src="``http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
5619 #errors
5620 /video/@src;syntax error:iriref3987;m
5621 /video;no significant content;s
5622
5623 #data
5624 <video autoplay="" xmlns="http://www.w3.org/1999/xhtml"/>
5625 #errors
5626 /video;no significant content;s
5627 /video;child element missing;source;m
5628
5629 #data
5630 <video autoplay="autoplay" xmlns="http://www.w3.org/1999/xhtml"/>
5631 #errors
5632 /video;no significant content;s
5633 /video;child element missing;source;m
5634
5635 #data
5636 <video autoplay="true" xmlns="http://www.w3.org/1999/xhtml"/>
5637 #errors
5638 /video;no significant content;s
5639 /video/@autoplay;boolean:invalid;m
5640 /video;child element missing;source;m
5641
5642 #data
5643 <video autoplay="AUTOPlay" xmlns="http://www.w3.org/1999/xhtml"/>
5644 #errors
5645 /video;no significant content;s
5646 /video;child element missing;source;m
5647
5648 #data
5649 <video controls="" xmlns="http://www.w3.org/1999/xhtml"/>
5650 #errors
5651 /video;no significant content;s
5652 /video;child element missing;source;m
5653
5654 #data
5655 <video controls="controls" xmlns="http://www.w3.org/1999/xhtml"/>
5656 #errors
5657 /video;no significant content;s
5658 /video;child element missing;source;m
5659
5660 #data
5661 <video controls="Controls" xmlns="http://www.w3.org/1999/xhtml"/>
5662 #errors
5663 /video;no significant content;s
5664 /video;child element missing;source;m
5665
5666 #data
5667 <video controls="true" xmlns="http://www.w3.org/1999/xhtml"/>
5668 #errors
5669 /video/@controls;boolean:invalid;m
5670 /video;no significant content;s
5671 /video;child element missing;source;m
5672
5673 #data
5674 <video controls="control" xmlns="http://www.w3.org/1999/xhtml"/>
5675 #errors
5676 /video/@controls;boolean:invalid;m
5677 /video;no significant content;s
5678 /video;child element missing;source;m
5679
5680 #data
5681 <video control="" xmlns="http://www.w3.org/1999/xhtml"/>
5682 #errors
5683 /video/@control;attribute not defined;m
5684 /video;no significant content;s
5685 /video;child element missing;source;m
5686
5687 #data
5688 <video poster="" xmlns="http://www.w3.org/1999/xhtml"/>
5689 #errors
5690 /video;no significant content;s
5691 /video;child element missing;source;m
5692
5693 #data
5694 <video poster="abc" xmlns="http://www.w3.org/1999/xhtml"/>
5695 #errors
5696 /video;child element missing;source;m
5697 /video;no significant content;s
5698
5699 #data
5700 <video poster="[]" xmlns="http://www.w3.org/1999/xhtml"/>
5701 #errors
5702 /video/@poster;syntax error:iriref3987;m
5703 /video;no significant content;s
5704 /video;child element missing;source;m
5705
5706 #data
5707 <audio xmlns="http://www.w3.org/1999/xhtml"/>
5708 #errors
5709 /audio;no significant content;s
5710 /audio;child element missing;source;m
5711
5712 #data
5713 <audio src="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
5714 #errors
5715 /audio;no significant content;s
5716
5717 #data
5718 <audio src="http://[test]/" xmlns="http://www.w3.org/1999/xhtml"/>
5719 #errors
5720 /audio/@src;syntax error:iriref3987;m
5721 /audio;no significant content;s
5722
5723 #data
5724 <audio autoplay="" xmlns="http://www.w3.org/1999/xhtml"/>
5725 #errors
5726 /audio;no significant content;s
5727 /audio;child element missing;source;m
5728
5729 #data
5730 <audio autoplay="autoplay" xmlns="http://www.w3.org/1999/xhtml"/>
5731 #errors
5732 /audio;no significant content;s
5733 /audio;child element missing;source;m
5734
5735 #data
5736 <audio autoplay="AUTOPLAY" xmlns="http://www.w3.org/1999/xhtml"/>
5737 #errors
5738 /audio;no significant content;s
5739 /audio;child element missing;source;m
5740
5741 #data
5742 <audio autoplay="true" xmlns="http://www.w3.org/1999/xhtml"/>
5743 #errors
5744 /audio/@autoplay;boolean:invalid;m
5745 /audio;no significant content;s
5746 /audio;child element missing;source;m
5747
5748 #data
5749 <audio controls="" xmlns="http://www.w3.org/1999/xhtml"/>
5750 #errors
5751 /audio;no significant content;s
5752 /audio;child element missing;source;m
5753
5754 #data
5755 <audio controls="controls" xmlns="http://www.w3.org/1999/xhtml"/>
5756 #errors
5757 /audio;no significant content;s
5758 /audio;child element missing;source;m
5759
5760 #data
5761 <audio controls="CONTROLS" xmlns="http://www.w3.org/1999/xhtml"/>
5762 #errors
5763 /audio;no significant content;s
5764 /audio;child element missing;source;m
5765
5766 #data
5767 <audio controls="true" xmlns="http://www.w3.org/1999/xhtml"/>
5768 #errors
5769 /audio/@controls;boolean:invalid;m
5770 /audio;no significant content;s
5771 /audio;child element missing;source;m
5772
5773 #data
5774 <source xmlns="http://www.w3.org/1999/xhtml"/>
5775 #errors
5776 /source;attribute missing;src;m
5777
5778 #data
5779 <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
5780 #errors
5781
5782 #data
5783 <source src="%http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
5784 #errors
5785 /source/@src;syntax error:iriref3987;m
5786
5787 #data
5788 <source src="http://test/" type="" xmlns="http://www.w3.org/1999/xhtml"/>
5789 #errors
5790 /source/@type;IMT:syntax error;m
5791
5792 #data
5793 <source src="http://test/" type="video" xmlns="http://www.w3.org/1999/xhtml"/>
5794 #errors
5795 /source/@type;IMT:syntax error;m
5796
5797 #data
5798 <source src="http://test/" type="audio/mpeg"
5799 xmlns="http://www.w3.org/1999/xhtml"/>
5800 #errors
5801
5802 #data
5803 <source src="http://test/" type="video/3gpp2; codecs=sevc,s263"
5804 xmlns="http://www.w3.org/1999/xhtml"/>
5805 #errors
5806 /source/@type;IMT:syntax error;m
5807
5808 #data
5809 <source src="http://test/" type="video/3gpp2; codecs=&quot;sevc,s263&quot;"
5810 xmlns="http://www.w3.org/1999/xhtml"/>
5811 #errors
5812
5813 #data
5814 <source src="http://test/" type="video/3gpp2; codecs=&quot;sevc, s263&quot;"
5815 xmlns="http://www.w3.org/1999/xhtml"/>
5816 #errors
5817
5818 #data
5819 <source src="http://test/" type="video/3gpp2; codecs='sevc, s263'"
5820 xmlns="http://www.w3.org/1999/xhtml"/>
5821 #errors
5822 /source/@type;IMT:syntax error;m
5823
5824 #data
5825 <source src="http://test/" media="screen"
5826 xmlns="http://www.w3.org/1999/xhtml"/>
5827 #errors
5828 /source/@media;media query;u
5829
5830 #data
5831 <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
5832 pixelratio=""/>
5833 #errors
5834 /source/@pixelratio;float:syntax error;m
5835
5836 #data
5837 <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
5838 pixelratio="1"/>
5839 #errors
5840
5841 #data
5842 <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
5843 pixelratio="1.00"/>
5844 #errors
5845
5846 #data
5847 <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
5848 pixelratio="0.001"/>
5849 #errors
5850
5851 #data
5852 <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
5853 pixelratio="10.4"/>
5854 #errors
5855
5856 #data
5857 <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
5858 pixelratio="1."/>
5859 #errors
5860
5861 #data
5862 <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
5863 pixelratio=".1"/>
5864 #errors
5865
5866 #data
5867 <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
5868 pixelratio="+0.2"/>
5869 #errors
5870 /source/@pixelratio;float:syntax error;m
5871
5872 #data
5873 <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
5874 pixelratio="43 "/>
5875 #errors
5876 /source/@pixelratio;float:syntax error;m
5877
5878 #data
5879 <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
5880 pixelratio="aaaa"/>
5881 #errors
5882 /source/@pixelratio;float:syntax error;m
5883
5884 #data
5885 <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
5886 pixelratio="4 + 0.2"/>
5887 #errors
5888 /source/@pixelratio;float:syntax error;m
5889
5890 #data
5891 <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
5892 pixelratio="0..3"/>
5893 #errors
5894 /source/@pixelratio;float:syntax error;m
5895
5896 #data
5897 <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
5898 pixelratio="0.4."/>
5899 #errors
5900 /source/@pixelratio;float:syntax error;m
5901
5902 #data
5903 <source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"
5904 pixelratio="."/>
5905 #errors
5906 /source/@pixelratio;float:syntax error;m
5907
5908 #data
5909 <canvas xmlns="http://www.w3.org/1999/xhtml"/>
5910 #errors
5911 /canvas;no significant content;s
5912
5913 #data
5914 <canvas width="" xmlns="http://www.w3.org/1999/xhtml"/>
5915 #errors
5916 /canvas;no significant content;s
5917 /canvas/@width;nninteger:syntax error;m
5918
5919 #data
5920 <canvas width="1" xmlns="http://www.w3.org/1999/xhtml"/>
5921 #errors
5922 /canvas;no significant content;s
5923
5924 #data
5925 <canvas width="0" xmlns="http://www.w3.org/1999/xhtml"/>
5926 #errors
5927 /canvas;no significant content;s
5928
5929 #data
5930 <canvas width="100" xmlns="http://www.w3.org/1999/xhtml"/>
5931 #errors
5932 /canvas;no significant content;s
5933
5934 #data
5935 <canvas width="-1" xmlns="http://www.w3.org/1999/xhtml"/>
5936 #errors
5937 /canvas;no significant content;s
5938 /canvas/@width;nninteger:syntax error;m
5939
5940 #data
5941 <canvas width="saaa" xmlns="http://www.w3.org/1999/xhtml"/>
5942 #errors
5943 /canvas/@width;nninteger:syntax error;m
5944 /canvas;no significant content;s
5945
5946 #data
5947 <canvas width="1&#xA;" xmlns="http://www.w3.org/1999/xhtml"/>
5948 #errors
5949 /canvas/@width;nninteger:syntax error;m
5950 /canvas;no significant content;s
5951
5952 #data
5953 <canvas width="13344aa" xmlns="http://www.w3.org/1999/xhtml"/>
5954 #errors
5955 /canvas/@width;nninteger:syntax error;m
5956 /canvas;no significant content;s
5957
5958 #data
5959 <canvas height="" xmlns="http://www.w3.org/1999/xhtml"/>
5960 #errors
5961 /canvas/@height;nninteger:syntax error;m
5962 /canvas;no significant content;s
5963
5964 #data
5965 <canvas height="0" xmlns="http://www.w3.org/1999/xhtml"/>
5966 #errors
5967 /canvas;no significant content;s
5968
5969 #data
5970 <canvas height="1" xmlns="http://www.w3.org/1999/xhtml"/>
5971 #errors
5972 /canvas;no significant content;s
5973
5974 #data
5975 <canvas height="-2" xmlns="http://www.w3.org/1999/xhtml"/>
5976 #errors
5977 /canvas/@height;nninteger:syntax error;m
5978 /canvas;no significant content;s
5979
5980 #data
5981 <canvas height="1&#xA;" xmlns="http://www.w3.org/1999/xhtml"/>
5982 #errors
5983 /canvas/@height;nninteger:syntax error;m
5984 /canvas;no significant content;s
5985
5986 #data
5987 <canvas height="xxx" xmlns="http://www.w3.org/1999/xhtml"/>
5988 #errors
5989 /canvas/@height;nninteger:syntax error;m
5990 /canvas;no significant content;s
5991
5992 #data
5993 <canvas width="44" height="14" xmlns="http://www.w3.org/1999/xhtml"/>
5994 #errors
5995 /canvas;no significant content;s
5996
5997 #data
5998 <map xmlns="http://www.w3.org/1999/xhtml"/>
5999 #errors
6000 /map;attribute missing;name;m
6001 /map;no significant content;s
6002
6003 #data
6004 <map name="aa" xmlns="http://www.w3.org/1999/xhtml"/>
6005 #errors
6006 /map;no significant content;s
6007
6008 #data
6009 <map name="aa" xmlns="http://www.w3.org/1999/xhtml"/>
6010 #errors
6011 /map;no significant content;s
6012
6013 #data
6014 <div xmlns="http://www.w3.org/1999/xhtml">
6015 <map name="aa" id="aa"/>
6016 <p id="aa">x</p>
6017 </div>
6018 #errors
6019 /div/p/@id;duplicate ID;m
6020 /div/map;no significant content;s
6021
6022 #data
6023 <div xmlns="http://www.w3.org/1999/xhtml">
6024 <p id="aa">x</p>
6025 <map id="aa" name="aa"/>
6026 </div>
6027 #errors
6028 /div/map/@id;duplicate ID;m
6029 /div/map;no significant content;s
6030
6031 #data
6032 <map name="" xmlns="http://www.w3.org/1999/xhtml"/>
6033 #errors
6034 /map/@name;empty attribute value;m
6035 /map;no significant content;s
6036
6037 #data
6038 <area xmlns="http://www.w3.org/1999/xhtml"/>
6039 #errors
6040 /area;attribute missing;coords;m
6041
6042 #data
6043 <area href="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
6044 #errors
6045 /area;attribute missing;alt;m
6046 /area;attribute missing;coords;m
6047
6048 #data
6049 <area alt="" xmlns="http://www.w3.org/1999/xhtml"/>
6050 #errors
6051 /area/@alt;attribute not allowed;m
6052 /area;attribute missing;coords;m
6053
6054 #data
6055 <area href="http://test/" alt="" xmlns="http://www.w3.org/1999/xhtml"/>
6056 #errors
6057 /area;attribute missing;coords;m
6058
6059 #data
6060 <area href="http://test/" alt="" coords="1,2,3,4"
6061 xmlns="http://www.w3.org/1999/xhtml"/>
6062 #errors
6063
6064 #data
6065 <area href="%%http://test/" alt="" coords="1,2,3,4"
6066 xmlns="http://www.w3.org/1999/xhtml"/>
6067 #errors
6068 /area/@href;syntax error:iriref3987;m
6069
6070 #data
6071 <area href="http://test/" alt="" coords="1,2,3,4"
6072 hreflang=""
6073 xmlns="http://www.w3.org/1999/xhtml"/>
6074 #errors
6075 /area/@hreflang;langtag:language:nosemantics;m
6076
6077 #data
6078 <area href="http://test/" alt="" coords="1,2,3,4"
6079 hreflang="en"
6080 xmlns="http://www.w3.org/1999/xhtml"/>
6081 #errors
6082
6083 #data
6084 <area coords="1,2,3,4" hreflang="en"
6085 xmlns="http://www.w3.org/1999/xhtml"/>
6086 #errors
6087 /area/@hreflang;attribute not allowed;m
6088
6089 #data
6090 <area href="http://test/" alt="" coords="1,2,3,4"
6091 media="screen"
6092 xmlns="http://www.w3.org/1999/xhtml"/>
6093 #errors
6094 /area/@media;media query;u
6095
6096 #data
6097 <area coords="1,2,3,4" media="screen"
6098 xmlns="http://www.w3.org/1999/xhtml"/>
6099 #errors
6100 /area/@media;attribute not allowed;m
6101 /area/@media;media query;u
6102
6103 #data
6104 <area href="http://test/" coords="1,2,3,4" alt="" target=""
6105 xmlns="http://www.w3.org/1999/xhtml"/>
6106 #errors
6107 /area/@target;window name:empty;m
6108
6109 #data
6110 <area href="http://test/" coords="1,2,3,4" alt="" target="_"
6111 xmlns="http://www.w3.org/1999/xhtml"/>
6112 #errors
6113 /area/@target;window name:reserved;m
6114
6115 #data
6116 <area href="http://test/" coords="1,2,3,4" alt="" target="_self"
6117 xmlns="http://www.w3.org/1999/xhtml"/>
6118 #errors
6119
6120 #data
6121 <area href="http://test/" coords="1,2,3,4" alt="" target="_parent"
6122 xmlns="http://www.w3.org/1999/xhtml"/>
6123 #errors
6124
6125 #data
6126 <area href="http://test/" coords="1,2,3,4" alt="" target="_top"
6127 xmlns="http://www.w3.org/1999/xhtml"/>
6128 #errors
6129
6130 #data
6131 <area href="http://test/" coords="1,2,3,4" alt="" target="_blank"
6132 xmlns="http://www.w3.org/1999/xhtml"/>
6133 #errors
6134
6135 #data
6136 <area href="http://test/" coords="1,2,3,4" alt="" target="self"
6137 xmlns="http://www.w3.org/1999/xhtml"/>
6138 #errors
6139
6140 #data
6141 <area href="http://test/" coords="1,2,3,4" alt="" target="_any"
6142 xmlns="http://www.w3.org/1999/xhtml"/>
6143 #errors
6144 /area/@target;window name:reserved;m
6145
6146 #data
6147 <area coords="1,2,3,4" target="_self"
6148 xmlns="http://www.w3.org/1999/xhtml"/>
6149 #errors
6150 /area/@target;attribute not allowed;m
6151
6152 #data
6153 <area coords="1,2,3,4"
6154 xmlns="http://www.w3.org/1999/xhtml"/>
6155 #errors
6156
6157 #data
6158 <area shape="rect" coords="1,2,3,4"
6159 xmlns="http://www.w3.org/1999/xhtml"/>
6160 #errors
6161
6162 #data
6163 <area shape="RECT" coords="1,2,3,4"
6164 xmlns="http://www.w3.org/1999/xhtml"/>
6165 #errors
6166
6167 #data
6168 <area shape="rectangle" coords="1,2,3,4"
6169 xmlns="http://www.w3.org/1999/xhtml"/>
6170 #errors
6171 /area/@shape;enumerated:non-conforming;m
6172
6173 #data
6174 <area shape="rec" coords="1,2,3,4"
6175 xmlns="http://www.w3.org/1999/xhtml"/>
6176 #errors
6177 /area/@shape;enumerated:invalid;m
6178
6179 #data
6180 <area shape="default"
6181 xmlns="http://www.w3.org/1999/xhtml"/>
6182 #errors
6183
6184 #data
6185 <area shape="defaulT"
6186 xmlns="http://www.w3.org/1999/xhtml"/>
6187 #errors
6188
6189 #data
6190 <area shape="circ" coords="1,2,3"
6191 xmlns="http://www.w3.org/1999/xhtml"/>
6192 #errors
6193 /area/@shape;enumerated:non-conforming;m
6194
6195 #data
6196 <area shape="circle" coords="1,2,3"
6197 xmlns="http://www.w3.org/1999/xhtml"/>
6198 #errors
6199
6200 #data
6201 <area shape="poly" coords="1,2,3,4,5,6"
6202 xmlns="http://www.w3.org/1999/xhtml"/>
6203 #errors
6204
6205 #data
6206 <area shape="polygon" coords="1,2,3,4,5,6"
6207 xmlns="http://www.w3.org/1999/xhtml"/>
6208 #errors
6209 /area/@shape;enumerated:non-conforming;m
6210
6211 #data
6212 <area shape="XXX" coords="1,2,3,4"
6213 xmlns="http://www.w3.org/1999/xhtml"/>
6214 #errors
6215 /area/@shape;enumerated:invalid;m
6216
6217 #data
6218 <area shape="circle" coords=""
6219 xmlns="http://www.w3.org/1999/xhtml"/>
6220 #errors
6221 /area/@coords;coords:syntax error;m
6222
6223 #data
6224 <area shape="circle" coords="1"
6225 xmlns="http://www.w3.org/1999/xhtml"/>
6226 #errors
6227 /area/@coords;coords:number not 3;1;m
6228
6229 #data
6230 <area shape="circle" coords="1,2"
6231 xmlns="http://www.w3.org/1999/xhtml"/>
6232 #errors
6233 /area/@coords;coords:number not 3;2;m
6234
6235 #data
6236 <area shape="circle" coords="1,2,3,4"
6237 xmlns="http://www.w3.org/1999/xhtml"/>
6238 #errors
6239 /area/@coords;coords:number not 3;4;m
6240
6241 #data
6242 <area shape="circle" coords="1,2,3,4,5"
6243 xmlns="http://www.w3.org/1999/xhtml"/>
6244 #errors
6245 /area/@coords;coords:number not 3;5;m
6246
6247 #data
6248 <area shape="circle" coords="1,2,-3"
6249 xmlns="http://www.w3.org/1999/xhtml"/>
6250 #errors
6251 /area/@coords;coords:out of range;m
6252
6253 #data
6254 <area shape="circle" coords="1,2,0"
6255 xmlns="http://www.w3.org/1999/xhtml"/>
6256 #errors
6257
6258 #data
6259 <area shape="circle" coords="-1,-2,4"
6260 xmlns="http://www.w3.org/1999/xhtml"/>
6261 #errors
6262
6263 #data
6264 <area shape="circle" coords="0,0,0"
6265 xmlns="http://www.w3.org/1999/xhtml"/>
6266 #errors
6267
6268 #data
6269 <area shape="circle"
6270 xmlns="http://www.w3.org/1999/xhtml"/>
6271 #errors
6272 /area;attribute missing;coords;m
6273
6274 #data
6275 <area shape="default" coords="1"
6276 xmlns="http://www.w3.org/1999/xhtml"/>
6277 #errors
6278 /area/@coords;attribute not allowed;m
6279
6280 #data
6281 <area shape="poly" coords=""
6282 xmlns="http://www.w3.org/1999/xhtml"/>
6283 #errors
6284 /area/@coords;coords:syntax error;m
6285
6286 #data
6287 <area shape="poly" coords="1"
6288 xmlns="http://www.w3.org/1999/xhtml"/>
6289 #errors
6290 /area/@coords;coords:number lt 6;1;m
6291
6292 #data
6293 <area shape="poly" coords="1,2"
6294 xmlns="http://www.w3.org/1999/xhtml"/>
6295 #errors
6296 /area/@coords;coords:number lt 6;2;m
6297
6298 #data
6299 <area shape="poly" coords="1,2,3"
6300 xmlns="http://www.w3.org/1999/xhtml"/>
6301 #errors
6302 /area/@coords;coords:number lt 6;3;m
6303
6304 #data
6305 <area shape="poly" coords="1,2,3,4"
6306 xmlns="http://www.w3.org/1999/xhtml"/>
6307 #errors
6308 /area/@coords;coords:number lt 6;4;m
6309
6310 #data
6311 <area shape="poly" coords="1,2,3,4,5"
6312 xmlns="http://www.w3.org/1999/xhtml"/>
6313 #errors
6314 /area/@coords;coords:number lt 6;5;m
6315
6316 #data
6317 <area shape="poly" coords="1,2,3,4,5,6,7"
6318 xmlns="http://www.w3.org/1999/xhtml"/>
6319 #errors
6320 /area/@coords;coords:number not even;7;m
6321
6322 #data
6323 <area shape="poly" coords="-1,-23,55,455,232,0"
6324 xmlns="http://www.w3.org/1999/xhtml"/>
6325 #errors
6326
6327 #data
6328 <area shape="poly" coords="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
6329 xmlns="http://www.w3.org/1999/xhtml"/>
6330 #errors
6331
6332 #data
6333 <area shape="poly"
6334 xmlns="http://www.w3.org/1999/xhtml"/>
6335 #errors
6336 /area;attribute missing;coords;m
6337
6338 #data
6339 <area shape="rect" coords=""
6340 xmlns="http://www.w3.org/1999/xhtml"/>
6341 #errors
6342 /area/@coords;coords:syntax error;m
6343
6344 #data
6345 <area shape="rect" coords="1"
6346 xmlns="http://www.w3.org/1999/xhtml"/>
6347 #errors
6348 /area/@coords;coords:number not 4;1;m
6349
6350 #data
6351 <area shape="rect" coords="1,2"
6352 xmlns="http://www.w3.org/1999/xhtml"/>
6353 #errors
6354 /area/@coords;coords:number not 4;2;m
6355
6356 #data
6357 <area shape="rect" coords="1,2,3"
6358 xmlns="http://www.w3.org/1999/xhtml"/>
6359 #errors
6360 /area/@coords;coords:number not 4;3;m
6361
6362 #data
6363 <area shape="rect" coords="1,2,3,4,5"
6364 xmlns="http://www.w3.org/1999/xhtml"/>
6365 #errors
6366 /area/@coords;coords:number not 4;5;m
6367
6368 #data
6369 <area shape="rect"
6370 xmlns="http://www.w3.org/1999/xhtml"/>
6371 #errors
6372 /area;attribute missing;coords;m
6373
6374 #data
6375 <area shape="rect" coords="0,0,1,1"
6376 xmlns="http://www.w3.org/1999/xhtml"/>
6377 #errors
6378
6379 #data
6380 <area shape="rect" coords="-1,-1,0,0"
6381 xmlns="http://www.w3.org/1999/xhtml"/>
6382 #errors
6383
6384 #data
6385 <area shape="rect" coords="-1,-1,6,6"
6386 xmlns="http://www.w3.org/1999/xhtml"/>
6387 #errors
6388
6389 #data
6390 <area shape="rect" coords="54,54,7876,466"
6391 xmlns="http://www.w3.org/1999/xhtml"/>
6392 #errors
6393
6394 #data
6395 <area shape="rect" coords="646,4,3,657"
6396 xmlns="http://www.w3.org/1999/xhtml"/>
6397 #errors
6398 /area/@coords;coords:out of range;m
6399
6400 #data
6401 <area shape="rect" coords="4,646,657,7"
6402 xmlns="http://www.w3.org/1999/xhtml"/>
6403 #errors
6404 /area/@coords;coords:out of range;m
6405
6406 #data
6407 <area shape="rect" coords="1,2,3,4"
6408 ping="a b"
6409 xmlns="http://www.w3.org/1999/xhtml"/>
6410 #errors
6411 /area/@ping;attribute not allowed;m
6412
6413 #data
6414 <area shape="rect" coords="1,2,3,4"
6415 rel="author"
6416 xmlns="http://www.w3.org/1999/xhtml"/>
6417 #errors
6418 /area/@rel;attribute not allowed;m
6419
6420 #data
6421 <area shape="rect" coords="1,2,3,4"
6422 type="text/css"
6423 xmlns="http://www.w3.org/1999/xhtml"/>
6424 #errors
6425 /area/@type;attribute not allowed;m
6426
6427 #data
6428 <area shape="rect" coords="1,2,3,4"
6429 href="http://test/" type="text" alt=""
6430 xmlns="http://www.w3.org/1999/xhtml"/>
6431 #errors
6432 /area/@type;IMT:syntax error;m
6433
6434 #data
6435 <area shape="rect" coords="1,2,3,4"
6436 href="http://test/" type="text/css" alt=""
6437 xmlns="http://www.w3.org/1999/xhtml"/>
6438 #errors
6439
6440 #data
6441 <area shape="rect" coords="1,2,3,4"
6442 href="http://test/" rel="author" alt=""
6443 xmlns="http://www.w3.org/1999/xhtml"/>
6444 #errors
6445
6446 #data
6447 <area shape="rect" coords="1,2,3,4"
6448 href="http://test/" rel="author author" alt=""
6449 xmlns="http://www.w3.org/1999/xhtml"/>
6450 #errors
6451 /area/@rel;duplicate token;m
6452
6453 #data
6454 <area shape="rect" coords="1,2,3,4"
6455 href="http://test/" rel="bookmark" alt=""
6456 xmlns="http://www.w3.org/1999/xhtml"/>
6457 #errors
6458
6459 #data
6460 <area shape="rect" coords="1,2,3,4"
6461 href="http://test/" rel="previous" alt=""
6462 xmlns="http://www.w3.org/1999/xhtml"/>
6463 #errors
6464 /area/@rel;link type:non-conforming;m
6465
6466 #data
6467 <area shape="rect" coords="1,2,3,4"
6468 href="http://test/" rel="edit" alt=""
6469 xmlns="http://www.w3.org/1999/xhtml"/>
6470 #errors
6471 /area/@rel;link type:proposed;s
6472
6473 #data
6474 <area shape="rect" coords="1,2,3,4"
6475 href="http://test/" rel="contact" alt=""
6476 xmlns="http://www.w3.org/1999/xhtml"/>
6477 #errors
6478 /area/@rel;link type:proposed;s
6479
6480 #data
6481 <area shape="rect" coords="1,2,3,4"
6482 href="http://test/" rel="script" alt=""
6483 xmlns="http://www.w3.org/1999/xhtml"/>
6484 #errors
6485 /area/@rel;link type:non-conforming;m
6486
6487 #data
6488 <area shape="rect" coords="1,2,3,4"
6489 href="http://test/" rel="icon" alt=""
6490 xmlns="http://www.w3.org/1999/xhtml"/>
6491 #errors
6492 /area/@rel;link type:bad context;m
6493
6494 #data
6495 <area shape="rect" coords="1,2,3,4"
6496 href="http://test/" rel="example-link-type" alt=""
6497 xmlns="http://www.w3.org/1999/xhtml"/>
6498 #errors
6499 /area/@rel;unknown link type;u
6500
6501 #data
6502 <area shape="rect" coords="1,2,3,4"
6503 href="http://test/" ping="a b" alt=""
6504 xmlns="http://www.w3.org/1999/xhtml"/>
6505 #errors
6506
6507 #data
6508 <area shape="rect" coords="1,2,3,4"
6509 href="http://test/" ping="a [b]" alt=""
6510 xmlns="http://www.w3.org/1999/xhtml"/>
6511 #errors
6512 /area/@ping;syntax error:iriref3987;m
6513
6514 #data
6515 <area shape="rect" coords="1,2,3,4"
6516 href="http://test/" ping="a [b] [@c]" alt=""
6517 xmlns="http://www.w3.org/1999/xhtml"/>
6518 #errors
6519 /area/@ping;syntax error:iriref3987;m
6520 /area/@ping;syntax error:iriref3987;m
6521
6522 #data
6523 <area shape="default" rev="" xmlns="http://www.w3.org/1999/xhtml"/>
6524 #errors
6525 /area/@rev;attribute not defined;m
6526
6527 #data
6528 <area shape="default" nohref="" xmlns="http://www.w3.org/1999/xhtml"/>
6529 #errors
6530 /area/@nohref;attribute not defined;m
6531
6532 #data
6533 <area shape="default" nohref="nohref" xmlns="http://www.w3.org/1999/xhtml"/>
6534 #errors
6535 /area/@nohref;attribute not defined;m
6536
6537 #data
6538 <area shape="default" nohref="noHREF" xmlns="http://www.w3.org/1999/xhtml"/>
6539 #errors
6540 /area/@nohref;attribute not defined;m
6541
6542 #data
6543 <area shape="default" nohref="http://example/" xmlns="http://www.w3.org/1999/xhtml"/>
6544 #errors
6545 /area/@nohref;attribute not defined;m
6546 /area/@nohref;boolean:invalid;m
6547
6548 #data
6549 <area shape="default" charset="us-ascii" xmlns="http://www.w3.org/1999/xhtml"/>
6550 #errors
6551 /area/@charset;attribute not defined;m
6552
6553 #data
6554 <table xmlns="http://www.w3.org/1999/xhtml"/>
6555 #errors
6556
6557 #data
6558 <table xmlns="http://www.w3.org/1999/xhtml" summary=""/>
6559 #errors
6560 /table/@summary;attribute not defined;m
6561
6562 #data
6563 <table xmlns="http://www.w3.org/1999/xhtml" summary="xxxx"/>
6564 #errors
6565 /table/@summary;attribute not defined;m
6566
6567 #data
6568 <table border="" xmlns="http://www.w3.org/1999/xhtml"/>
6569 #errors
6570 /table/@border;attribute not defined;m
6571 /table/@border;nninteger:syntax error;m
6572
6573 #data
6574 <table border="1" xmlns="http://www.w3.org/1999/xhtml"/>
6575 #errors
6576 /table/@border;attribute not defined;m
6577
6578 #data
6579 <table frame="border" xmlns="http://www.w3.org/1999/xhtml"/>
6580 #errors
6581 /table/@frame;attribute not defined;m
6582
6583 #data
6584 <table frame="below" xmlns="http://www.w3.org/1999/xhtml"/>
6585 #errors
6586 /table/@frame;attribute not defined;m
6587
6588 #data
6589 <table frame="box" xmlns="http://www.w3.org/1999/xhtml"/>
6590 #errors
6591 /table/@frame;attribute not defined;m
6592
6593 #data
6594 <table frame="vside" xmlns="http://www.w3.org/1999/xhtml"/>
6595 #errors
6596 /table/@frame;attribute not defined;m
6597 /table/@frame;enumerated:invalid;m
6598
6599 #data
6600 <table rules="none" xmlns="http://www.w3.org/1999/xhtml"/>
6601 #errors
6602 /table/@rules;attribute not defined;m
6603
6604 #data
6605 <table rules="groups" xmlns="http://www.w3.org/1999/xhtml"/>
6606 #errors
6607 /table/@rules;attribute not defined;m
6608
6609 #data
6610 <table rules="all" xmlns="http://www.w3.org/1999/xhtml"/>
6611 #errors
6612 /table/@rules;attribute not defined;m
6613
6614 #data
6615 <table rules="group" xmlns="http://www.w3.org/1999/xhtml"/>
6616 #errors
6617 /table/@rules;attribute not defined;m
6618 /table/@rules;enumerated:invalid;m
6619
6620 #data
6621 <table cellpadding="1" xmlns="http://www.w3.org/1999/xhtml"/>
6622 #errors
6623 /table/@cellpadding;attribute not defined;m
6624
6625 #data
6626 <table cellpadding="0" xmlns="http://www.w3.org/1999/xhtml"/>
6627 #errors
6628 /table/@cellpadding;attribute not defined;m
6629
6630 #data
6631 <table cellpadding="1%" xmlns="http://www.w3.org/1999/xhtml"/>
6632 #errors
6633 /table/@cellpadding;attribute not defined;m
6634
6635 #data
6636 <table cellpadding="1000%" xmlns="http://www.w3.org/1999/xhtml"/>
6637 #errors
6638 /table/@cellpadding;attribute not defined;m
6639
6640 #data
6641 <table cellpadding="1px" xmlns="http://www.w3.org/1999/xhtml"/>
6642 #errors
6643 /table/@cellpadding;attribute not defined;m
6644 /table/@cellpadding;length:syntax error;m
6645
6646 #data
6647 <table cellpadding="1 " xmlns="http://www.w3.org/1999/xhtml"/>
6648 #errors
6649 /table/@cellpadding;attribute not defined;m
6650 /table/@cellpadding;length:syntax error;m
6651
6652 #data
6653 <table cellpadding=" 4" xmlns="http://www.w3.org/1999/xhtml"/>
6654 #errors
6655 /table/@cellpadding;attribute not defined;m
6656 /table/@cellpadding;length:syntax error;m
6657
6658 #data
6659 <table cellpadding="" xmlns="http://www.w3.org/1999/xhtml"/>
6660 #errors
6661 /table/@cellpadding;attribute not defined;m
6662 /table/@cellpadding;length:syntax error;m
6663
6664 #data
6665 <table cellpadding="1,45" xmlns="http://www.w3.org/1999/xhtml"/>
6666 #errors
6667 /table/@cellpadding;attribute not defined;m
6668 /table/@cellpadding;length:syntax error;m
6669
6670 #data
6671 <table cellpadding="1*" xmlns="http://www.w3.org/1999/xhtml"/>
6672 #errors
6673 /table/@cellpadding;attribute not defined;m
6674 /table/@cellpadding;length:syntax error;m
6675
6676 #data
6677 <table cellpadding="+1" xmlns="http://www.w3.org/1999/xhtml"/>
6678 #errors
6679 /table/@cellpadding;attribute not defined;m
6680 /table/@cellpadding;length:syntax error;m
6681
6682 #data
6683 <table cellpadding="1.0" xmlns="http://www.w3.org/1999/xhtml"/>
6684 #errors
6685 /table/@cellpadding;attribute not defined;m
6686 /table/@cellpadding;length:syntax error;m
6687
6688 #data
6689 <table cellpadding="-0" xmlns="http://www.w3.org/1999/xhtml"/>
6690 #errors
6691 /table/@cellpadding;attribute not defined;m
6692 /table/@cellpadding;length:syntax error;m
6693
6694 #data
6695 <table cellspacing="1" xmlns="http://www.w3.org/1999/xhtml"/>
6696 #errors
6697 /table/@cellspacing;attribute not defined;m
6698
6699 #data
6700 <table cellspacing="0" xmlns="http://www.w3.org/1999/xhtml"/>
6701 #errors
6702 /table/@cellspacing;attribute not defined;m
6703
6704 #data
6705 <table cellspacing="1%" xmlns="http://www.w3.org/1999/xhtml"/>
6706 #errors
6707 /table/@cellspacing;attribute not defined;m
6708
6709 #data
6710 <table cellspacing="1000%" xmlns="http://www.w3.org/1999/xhtml"/>
6711 #errors
6712 /table/@cellspacing;attribute not defined;m
6713
6714 #data
6715 <table cellspacing="1px" xmlns="http://www.w3.org/1999/xhtml"/>
6716 #errors
6717 /table/@cellspacing;attribute not defined;m
6718 /table/@cellspacing;length:syntax error;m
6719
6720 #data
6721 <table cellspacing="1 " xmlns="http://www.w3.org/1999/xhtml"/>
6722 #errors
6723 /table/@cellspacing;attribute not defined;m
6724 /table/@cellspacing;length:syntax error;m
6725
6726 #data
6727 <table cellspacing=" 4" xmlns="http://www.w3.org/1999/xhtml"/>
6728 #errors
6729 /table/@cellspacing;attribute not defined;m
6730 /table/@cellspacing;length:syntax error;m
6731
6732 #data
6733 <table cellspacing="" xmlns="http://www.w3.org/1999/xhtml"/>
6734 #errors
6735 /table/@cellspacing;attribute not defined;m
6736 /table/@cellspacing;length:syntax error;m
6737
6738 #data
6739 <table cellspacing="1,45" xmlns="http://www.w3.org/1999/xhtml"/>
6740 #errors
6741 /table/@cellspacing;attribute not defined;m
6742 /table/@cellspacing;length:syntax error;m
6743
6744 #data
6745 <table cellspacing="1*" xmlns="http://www.w3.org/1999/xhtml"/>
6746 #errors
6747 /table/@cellspacing;attribute not defined;m
6748 /table/@cellspacing;length:syntax error;m
6749
6750 #data
6751 <table cellspacing="+1" xmlns="http://www.w3.org/1999/xhtml"/>
6752 #errors
6753 /table/@cellspacing;attribute not defined;m
6754 /table/@cellspacing;length:syntax error;m
6755
6756 #data
6757 <table cellspacing="1.0" xmlns="http://www.w3.org/1999/xhtml"/>
6758 #errors
6759 /table/@cellspacing;attribute not defined;m
6760 /table/@cellspacing;length:syntax error;m
6761
6762 #data
6763 <table cellspacing="-0" xmlns="http://www.w3.org/1999/xhtml"/>
6764 #errors
6765 /table/@cellspacing;attribute not defined;m
6766 /table/@cellspacing;length:syntax error;m
6767
6768 #data
6769 <caption align="top" xmlns="http://www.w3.org/1999/xhtml"/>
6770 #errors
6771 /caption/@align;attribute not defined;m
6772 /caption;no significant content;s
6773
6774 #data
6775 <caption align="bottom" xmlns="http://www.w3.org/1999/xhtml">x</caption>
6776 #errors
6777 /caption/@align;attribute not defined;m
6778
6779 #data
6780 <caption align="left" xmlns="http://www.w3.org/1999/xhtml">x</caption>
6781 #errors
6782 /caption/@align;attribute not defined;m
6783
6784 #data
6785 <caption align="right" xmlns="http://www.w3.org/1999/xhtml">x</caption>
6786 #errors
6787 /caption/@align;attribute not defined;m
6788
6789 #data
6790 <caption align="middle" xmlns="http://www.w3.org/1999/xhtml">x</caption>
6791 #errors
6792 /caption/@align;attribute not defined;m
6793 /caption/@align;enumerated:invalid;m
6794
6795 #data
6796 <caption align="center" xmlns="http://www.w3.org/1999/xhtml">x</caption>
6797 #errors
6798 /caption/@align;attribute not defined;m
6799 /caption/@align;enumerated:invalid;m
6800
6801 #data
6802 <caption align="justify" xmlns="http://www.w3.org/1999/xhtml">x</caption>
6803 #errors
6804 /caption/@align;attribute not defined;m
6805 /caption/@align;enumerated:invalid;m
6806
6807 #data
6808 <caption align="" xmlns="http://www.w3.org/1999/xhtml">x</caption>
6809 #errors
6810 /caption/@align;attribute not defined;m
6811 /caption/@align;enumerated:invalid;m
6812
6813 #data
6814 <colgroup xmlns="http://www.w3.org/1999/xhtml"/>
6815 #errors
6816
6817 #data
6818 <colgroup span="" xmlns="http://www.w3.org/1999/xhtml"/>
6819 #errors
6820 /colgroup/@span;nninteger:syntax error;m
6821
6822 #data
6823 <colgroup span="1" xmlns="http://www.w3.org/1999/xhtml"/>
6824 #errors
6825
6826 #data
6827 <colgroup span="0000000000001" xmlns="http://www.w3.org/1999/xhtml"/>
6828 #errors
6829
6830 #data
6831 <colgroup span="1000000000000" xmlns="http://www.w3.org/1999/xhtml"/>
6832 #errors
6833
6834 #data
6835 <colgroup span="0" xmlns="http://www.w3.org/1999/xhtml"/>
6836 #errors
6837 /colgroup/@span;nninteger:out of range;m
6838
6839 #data
6840 <colgroup span="-1" xmlns="http://www.w3.org/1999/xhtml"/>
6841 #errors
6842 /colgroup/@span;nninteger:syntax error;m
6843
6844 #data
6845 <colgroup span="+1" xmlns="http://www.w3.org/1999/xhtml"/>
6846 #errors
6847 /colgroup/@span;nninteger:syntax error;m
6848
6849 #data
6850 <colgroup span="111.1" xmlns="http://www.w3.org/1999/xhtml"/>
6851 #errors
6852 /colgroup/@span;nninteger:syntax error;m
6853
6854 #data
6855 <colgroup span="haergrghra" xmlns="http://www.w3.org/1999/xhtml"/>
6856 #errors
6857 /colgroup/@span;nninteger:syntax error;m
6858
6859 #data
6860 <colgroup charoff="1" xmlns="http://www.w3.org/1999/xhtml"/>
6861 #errors
6862 /colgroup/@charoff;attribute not defined;m
6863
6864 #data
6865 <colgroup charoff="0%" xmlns="http://www.w3.org/1999/xhtml"/>
6866 #errors
6867 /colgroup/@charoff;attribute not defined;m
6868
6869 #data
6870 <colgroup charoff="1px" xmlns="http://www.w3.org/1999/xhtml"/>
6871 #errors
6872 /colgroup/@charoff;attribute not defined;m
6873 /colgroup/@charoff;length:syntax error;m
6874
6875 #data
6876 <col xmlns="http://www.w3.org/1999/xhtml"/>
6877 #errors
6878
6879 #data
6880 <col span="" xmlns="http://www.w3.org/1999/xhtml"/>
6881 #errors
6882 /col/@span;nninteger:syntax error;m
6883
6884 #data
6885 <col span="0" xmlns="http://www.w3.org/1999/xhtml"/>
6886 #errors
6887 /col/@span;nninteger:out of range;m
6888
6889 #data
6890 <col span="1" xmlns="http://www.w3.org/1999/xhtml"/>
6891 #errors
6892
6893 #data
6894 <col span="10" xmlns="http://www.w3.org/1999/xhtml"/>
6895 #errors
6896
6897 #data
6898 <col span="-1" xmlns="http://www.w3.org/1999/xhtml"/>
6899 #errors
6900 /col/@span;nninteger:syntax error;m
6901
6902 #data
6903 <col charoff="1" xmlns="http://www.w3.org/1999/xhtml"/>
6904 #errors
6905 /col/@charoff;attribute not defined;m
6906
6907 #data
6908 <col charoff="0%" xmlns="http://www.w3.org/1999/xhtml"/>
6909 #errors
6910 /col/@charoff;attribute not defined;m
6911
6912 #data
6913 <col charoff="1px" xmlns="http://www.w3.org/1999/xhtml"/>
6914 #errors
6915 /col/@charoff;attribute not defined;m
6916 /col/@charoff;length:syntax error;m
6917
6918 #data
6919 <thead charoff="1" xmlns="http://www.w3.org/1999/xhtml"/>
6920 #errors
6921 /thead/@charoff;attribute not defined;m
6922
6923 #data
6924 <thead charoff="0%" xmlns="http://www.w3.org/1999/xhtml"/>
6925 #errors
6926 /thead/@charoff;attribute not defined;m
6927
6928 #data
6929 <thead charoff="1px" xmlns="http://www.w3.org/1999/xhtml"/>
6930 #errors
6931 /thead/@charoff;attribute not defined;m
6932 /thead/@charoff;length:syntax error;m
6933
6934 #data
6935 <tbody charoff="1" xmlns="http://www.w3.org/1999/xhtml"/>
6936 #errors
6937 /tbody/@charoff;attribute not defined;m
6938
6939 #data
6940 <tbody charoff="0%" xmlns="http://www.w3.org/1999/xhtml"/>
6941 #errors
6942 /tbody/@charoff;attribute not defined;m
6943
6944 #data
6945 <tbody charoff="1px" xmlns="http://www.w3.org/1999/xhtml"/>
6946 #errors
6947 /tbody/@charoff;attribute not defined;m
6948 /tbody/@charoff;length:syntax error;m
6949
6950 #data
6951 <tfoot charoff="1" xmlns="http://www.w3.org/1999/xhtml"/>
6952 #errors
6953 /tfoot/@charoff;attribute not defined;m
6954
6955 #data
6956 <tfoot charoff="0%" xmlns="http://www.w3.org/1999/xhtml"/>
6957 #errors
6958 /tfoot/@charoff;attribute not defined;m
6959
6960 #data
6961 <tfoot charoff="1px" xmlns="http://www.w3.org/1999/xhtml"/>
6962 #errors
6963 /tfoot/@charoff;attribute not defined;m
6964 /tfoot/@charoff;length:syntax error;m
6965
6966 #data
6967 <tr bgcolor="blue" xmlns="http://www.w3.org/1999/xhtml"><td>x</td></tr>
6968 #errors
6969 /tr/@bgcolor;attribute not defined;m
6970
6971 #data
6972 <tr charoff="1" xmlns="http://www.w3.org/1999/xhtml"/>
6973 #errors
6974 /tr/@charoff;attribute not defined;m
6975
6976 #data
6977 <tr charoff="0%" xmlns="http://www.w3.org/1999/xhtml"/>
6978 #errors
6979 /tr/@charoff;attribute not defined;m
6980
6981 #data
6982 <tr charoff="1px" xmlns="http://www.w3.org/1999/xhtml"/>
6983 #errors
6984 /tr/@charoff;attribute not defined;m
6985 /tr/@charoff;length:syntax error;m
6986
6987 #data
6988 <td colspan="1" xmlns="http://www.w3.org/1999/xhtml"/>
6989 #errors
6990 /td;no significant content;s
6991
6992 #data
6993 <td colspan="0" xmlns="http://www.w3.org/1999/xhtml"/>
6994 #errors
6995 /td/@colspan;nninteger:out of range;m
6996 /td;no significant content;s
6997
6998 #data
6999 <td rowspan="1" xmlns="http://www.w3.org/1999/xhtml"/>
7000 #errors
7001 /td;no significant content;s
7002
7003 #data
7004 <td rowspan="0" xmlns="http://www.w3.org/1999/xhtml"/>
7005 #errors
7006 /td/@rowspan;nninteger:out of range;m
7007 /td;no significant content;s
7008
7009 #data
7010 <td charoff="1" xmlns="http://www.w3.org/1999/xhtml">x</td>
7011 #errors
7012 /td/@charoff;attribute not defined;m
7013
7014 #data
7015 <td charoff="0%" xmlns="http://www.w3.org/1999/xhtml">x</td>
7016 #errors
7017 /td/@charoff;attribute not defined;m
7018
7019 #data
7020 <td charoff="1px" xmlns="http://www.w3.org/1999/xhtml">x</td>
7021 #errors
7022 /td/@charoff;attribute not defined;m
7023 /td/@charoff;length:syntax error;m
7024
7025 #data
7026 <th charoff="1" xmlns="http://www.w3.org/1999/xhtml">x</th>
7027 #errors
7028 /th/@charoff;attribute not defined;m
7029
7030 #data
7031 <th charoff="0%" xmlns="http://www.w3.org/1999/xhtml">x</th>
7032 #errors
7033 /th/@charoff;attribute not defined;m
7034
7035 #data
7036 <th charoff="1px" xmlns="http://www.w3.org/1999/xhtml">x</th>
7037 #errors
7038 /th/@charoff;attribute not defined;m
7039 /th/@charoff;length:syntax error;m
7040
7041 #data
7042 <th colspan="1" xmlns="http://www.w3.org/1999/xhtml"/>
7043 #errors
7044 /th;no significant content;s
7045
7046 #data
7047 <th colspan="0" xmlns="http://www.w3.org/1999/xhtml"/>
7048 #errors
7049 /th;no significant content;s
7050 /th/@colspan;nninteger:out of range;m
7051
7052 #data
7053 <th rowspan="1" xmlns="http://www.w3.org/1999/xhtml"/>
7054 #errors
7055 /th;no significant content;s
7056
7057 #data
7058 <th rowspan="0" xmlns="http://www.w3.org/1999/xhtml"/>
7059 #errors
7060 /th/@rowspan;nninteger:out of range;m
7061 /th;no significant content;s
7062
7063 #data
7064 <th scope="" xmlns="http://www.w3.org/1999/xhtml"/>
7065 #errors
7066 /th/@scope;enumerated:invalid;m
7067 /th;no significant content;s
7068
7069 #data
7070 <th scope="row" xmlns="http://www.w3.org/1999/xhtml"/>
7071 #errors
7072 /th;no significant content;s
7073
7074 #data
7075 <th scope="col" xmlns="http://www.w3.org/1999/xhtml"/>
7076 #errors
7077 /th;no significant content;s
7078
7079 #data
7080 <th scope="Col" xmlns="http://www.w3.org/1999/xhtml"/>
7081 #errors
7082 /th;no significant content;s
7083
7084 #data
7085 <th scope="rowgroup" xmlns="http://www.w3.org/1999/xhtml"/>
7086 #errors
7087 /th;no significant content;s
7088
7089 #data
7090 <th scope="colgroup" xmlns="http://www.w3.org/1999/xhtml"/>
7091 #errors
7092 /th;no significant content;s
7093
7094 #data
7095 <td scope="row" xmlns="http://www.w3.org/1999/xhtml"/>
7096 #errors
7097 /td/@scope;attribute not defined;m
7098 /td;no significant content;s
7099
7100 #data
7101 <td scope="rowgroup" xmlns="http://www.w3.org/1999/xhtml"/>
7102 #errors
7103 /td/@scope;attribute not defined;m
7104 /td;no significant content;s
7105
7106 #data
7107 <td scope="" xmlns="http://www.w3.org/1999/xhtml"/>
7108 #errors
7109 /td/@scope;attribute not defined;m
7110 /td/@scope;enumerated:invalid;m
7111 /td;no significant content;s
7112
7113 #data
7114 <td nowrap="" xmlns="http://www.w3.org/1999/xhtml">x</td>
7115 #errors
7116 /td/@nowrap;attribute not defined;m
7117
7118 #data
7119 <td nowrap="nowrap" xmlns="http://www.w3.org/1999/xhtml">x</td>
7120 #errors
7121 /td/@nowrap;attribute not defined;m
7122
7123 #data
7124 <td nowrap="nowrap" xmlns="http://www.w3.org/1999/xhtml">x</td>
7125 #errors
7126 /td/@nowrap;attribute not defined;m
7127
7128 #data
7129 <td nowrap="NoWrap" xmlns="http://www.w3.org/1999/xhtml">x</td>
7130 #errors
7131 /td/@nowrap;attribute not defined;m
7132
7133 #data
7134 <td nowrap="yes" xmlns="http://www.w3.org/1999/xhtml">x</td>
7135 #errors
7136 /td/@nowrap;attribute not defined;m
7137 /td/@nowrap;boolean:invalid;m
7138
7139 #data
7140 <th nowrap="" xmlns="http://www.w3.org/1999/xhtml">x</th>
7141 #errors
7142 /th/@nowrap;attribute not defined;m
7143
7144 #data
7145 <th nowrap="nowrap" xmlns="http://www.w3.org/1999/xhtml">x</th>
7146 #errors
7147 /th/@nowrap;attribute not defined;m
7148
7149 #data
7150 <th nowrap="nowrap" xmlns="http://www.w3.org/1999/xhtml">x</th>
7151 #errors
7152 /th/@nowrap;attribute not defined;m
7153
7154 #data
7155 <th nowrap="NOwrap" xmlns="http://www.w3.org/1999/xhtml">x</th>
7156 #errors
7157 /th/@nowrap;attribute not defined;m
7158
7159 #data
7160 <th nowrap="yes" xmlns="http://www.w3.org/1999/xhtml">x</th>
7161 #errors
7162 /th/@nowrap;attribute not defined;m
7163 /th/@nowrap;boolean:invalid;m
7164
7165 #data
7166 <td abbr="" xmlns="http://www.w3.org/1999/xhtml">x</td>
7167 #errors
7168 /td/@abbr;attribute not defined;m
7169
7170 #data
7171 <th abbr="" xmlns="http://www.w3.org/1999/xhtml">x</th>
7172 #errors
7173 /th/@abbr;attribute not defined;m
7174
7175 #data
7176 <td axis="" xmlns="http://www.w3.org/1999/xhtml">x</td>
7177 #errors
7178 /td/@axis;attribute not defined;m
7179
7180 #data
7181 <th axis="" xmlns="http://www.w3.org/1999/xhtml">x</th>
7182 #errors
7183 /th/@axis;attribute not defined;m
7184
7185 #data
7186 <td bgcolor="" xmlns="http://www.w3.org/1999/xhtml">x</td>
7187 #errors
7188 /td/@bgcolor;attribute not defined;m
7189 /td/@bgcolor;color:syntax error;m
7190
7191 #data
7192 <th bgcolor="" xmlns="http://www.w3.org/1999/xhtml">x</th>
7193 #errors
7194 /th/@bgcolor;attribute not defined;m
7195 /th/@bgcolor;color:syntax error;m
7196
7197 #data
7198 <td bgcolor="blue" xmlns="http://www.w3.org/1999/xhtml">x</td>
7199 #errors
7200 /td/@bgcolor;attribute not defined;m
7201
7202 #data
7203 <th bgcolor="blue" xmlns="http://www.w3.org/1999/xhtml">x</th>
7204 #errors
7205 /th/@bgcolor;attribute not defined;m
7206
7207 #data
7208 <tbody align="" xmlns="http://www.w3.org/1999/xhtml"><tr><td>x</td></tr></tbody>
7209 #errors
7210 /tbody/@align;attribute not defined;m
7211 /tbody/@align;enumerated:invalid;m
7212
7213 #data
7214 <tbody align="left" xmlns="http://www.w3.org/1999/xhtml"><tr><td>x</td></tr></tbody>
7215 #errors
7216 /tbody/@align;attribute not defined;m
7217
7218 #data
7219 <thead align="right" xmlns="http://www.w3.org/1999/xhtml"><tr><td>x</td></tr></thead>
7220 #errors
7221 /thead/@align;attribute not defined;m
7222
7223 #data
7224 <tfoot align="center" xmlns="http://www.w3.org/1999/xhtml"><tr><td>x</td></tr></tfoot>
7225 #errors
7226 /tfoot/@align;attribute not defined;m
7227
7228 #data
7229 <col align="justify" xmlns="http://www.w3.org/1999/xhtml"/>
7230 #errors
7231 /col/@align;attribute not defined;m
7232
7233 #data
7234 <colgroup align="char" xmlns="http://www.w3.org/1999/xhtml"/>
7235 #errors
7236 /colgroup/@align;attribute not defined;m
7237
7238 #data
7239 <tr align="centre" xmlns="http://www.w3.org/1999/xhtml"><th>x</th></tr>
7240 #errors
7241 /tr/@align;attribute not defined;m
7242 /tr/@align;enumerated:invalid;m
7243
7244 #data
7245 <th align="top" xmlns="http://www.w3.org/1999/xhtml">x</th>
7246 #errors
7247 /th/@align;attribute not defined;m
7248 /th/@align;enumerated:invalid;m
7249
7250 #data
7251 <td align="bottom" xmlns="http://www.w3.org/1999/xhtml">x</td>
7252 #errors
7253 /td/@align;attribute not defined;m
7254 /td/@align;enumerated:invalid;m
7255
7256 #data
7257 <tbody valign="" xmlns="http://www.w3.org/1999/xhtml"><tr><td>x</td></tr></tbody>
7258 #errors
7259 /tbody/@valign;attribute not defined;m
7260 /tbody/@valign;enumerated:invalid;m
7261
7262 #data
7263 <thead valign="top" xmlns="http://www.w3.org/1999/xhtml"><tr><td>x</td></tr></thead>
7264 #errors
7265 /thead/@valign;attribute not defined;m
7266
7267 #data
7268 <tfoot valign="middle" xmlns="http://www.w3.org/1999/xhtml"><tr><td>x</td></tr></tfoot>
7269 #errors
7270 /tfoot/@valign;attribute not defined;m
7271
7272 #data
7273 <tr valign="bottom" xmlns="http://www.w3.org/1999/xhtml"><td>x</td></tr>
7274 #errors
7275 /tr/@valign;attribute not defined;m
7276
7277 #data
7278 <th valign="baseline" xmlns="http://www.w3.org/1999/xhtml">x</th>
7279 #errors
7280 /th/@valign;attribute not defined;m
7281
7282 #data
7283 <td valign="center" xmlns="http://www.w3.org/1999/xhtml">x</td>
7284 #errors
7285 /td/@valign;attribute not defined;m
7286 /td/@valign;enumerated:invalid;m
7287
7288 #data
7289 <col valign="center" xmlns="http://www.w3.org/1999/xhtml"/>
7290 #errors
7291 /col/@valign;attribute not defined;m
7292 /col/@valign;enumerated:invalid;m
7293
7294 #data
7295 <colgroup valign="text-bottom" xmlns="http://www.w3.org/1999/xhtml"/>
7296 #errors
7297 /colgroup/@valign;attribute not defined;m
7298 /colgroup/@valign;enumerated:invalid;m
7299
7300 #data
7301 <tbody char="" xmlns="http://www.w3.org/1999/xhtml"><tr><td>x</td></tr></tbody>
7302 #errors
7303 /tbody/@char;attribute not defined;m
7304 /tbody/@char;char:syntax error;m
7305
7306 #data
7307 <thead char=" " xmlns="http://www.w3.org/1999/xhtml"><tr><td>x</td></tr></thead>
7308 #errors
7309 /thead/@char;attribute not defined;m
7310
7311 #data
7312 <tfoot char="x" xmlns="http://www.w3.org/1999/xhtml"><tr><td>x</td></tr></tfoot>
7313 #errors
7314 /tfoot/@char;attribute not defined;m
7315
7316 #data
7317 <colgroup char="aa" xmlns="http://www.w3.org/1999/xhtml"/>
7318 #errors
7319 /colgroup/@char;attribute not defined;m
7320 /colgroup/@char;char:syntax error;m
7321
7322 #data
7323 <col char="&#x4e00;" xmlns="http://www.w3.org/1999/xhtml"/>
7324 #errors
7325 /col/@char;attribute not defined;m
7326
7327 #data
7328 <tr char=" x" xmlns="http://www.w3.org/1999/xhtml"><td>x</td></tr>
7329 #errors
7330 /tr/@char;attribute not defined;m
7331 /tr/@char;char:syntax error;m
7332
7333 #data
7334 <th char="." xmlns="http://www.w3.org/1999/xhtml">x</th>
7335 #errors
7336 /th/@char;attribute not defined;m
7337
7338 #data
7339 <td char="char" xmlns="http://www.w3.org/1999/xhtml">x</td>
7340 #errors
7341 /td/@char;attribute not defined;m
7342 /td/@char;char:syntax error;m
7343
7344 #data
7345 <table xmlns="http://www.w3.org/1999/xhtml">
7346 <tr><td headers="a">x</td><th id="a">x</th></tr>
7347 </table>
7348 #errors
7349
7350 #data
7351 <table xmlns="http://www.w3.org/1999/xhtml">
7352 <tr><td headers=" a a ">x</td><th id="a">x</th></tr>
7353 </table>
7354 #errors
7355 /table/tr/td/@headers;duplicate token;m
7356
7357 #data
7358 <table xmlns="http://www.w3.org/1999/xhtml">
7359 <tr><td headers=" b ">x</td><th id="a">x</th></tr>
7360 </table>
7361 #errors
7362 /table/tr/td/@headers;no referenced header cell;m
7363
7364 #data
7365 <table xmlns="http://www.w3.org/1999/xhtml">
7366 <tr><td headers=" b c ">x</td><th id="a">x</th></tr>
7367 </table>
7368 #errors
7369 /table/tr/td/@headers;no referenced header cell;m
7370 /table/tr/td/@headers;no referenced header cell;m
7371
7372 #data
7373 <table xmlns="http://www.w3.org/1999/xhtml">
7374 <tr><td headers=" b">x</td><th id="a">x</th><td id="b">y</td></tr>
7375 </table>
7376 #errors
7377 /table/tr/td/@headers;no referenced header cell;m
7378
7379 #data
7380 <td header="c" xmlns="http://www.w3.org/1999/xhtml">x</td>
7381 #errors
7382 /td/@header;attribute not defined;m
7383
7384 #data
7385 <script xmlns="http://www.w3.org/1999/xhtml"/>
7386 #errors
7387 /script;SUBDOC
7388
7389 #data
7390 <script type="" xmlns="http://www.w3.org/1999/xhtml"/>
7391 #errors
7392 /script/@type;IMT:syntax error;m
7393 /script;SUBDOC
7394
7395 #data
7396 <script type="text/javascript" xmlns="http://www.w3.org/1999/xhtml"/>
7397 #errors
7398 /script/@type;IMT:obsolete subtype;w
7399 /script;SUBDOC
7400
7401 #data
7402 <script type="text/javascript;e4x=1" xmlns="http://www.w3.org/1999/xhtml"/>
7403 #errors
7404 /script/@type;IMT:obsolete subtype;w
7405 /script/@type;IMT:parameter not allowed;m
7406 /script;SUBDOC
7407
7408 #data
7409 <script type="text/JavaScript;E4X=1" xmlns="http://www.w3.org/1999/xhtml"/>
7410 #errors
7411 /script/@type;IMT:obsolete subtype;w
7412 /script/@type;IMT:parameter not allowed;m
7413 /script;SUBDOC
7414
7415 #data
7416 <script type="text/javascript;e4x=&quot;1&quot;"
7417 xmlns="http://www.w3.org/1999/xhtml"/>
7418 #errors
7419 /script/@type;IMT:obsolete subtype;w
7420 /script/@type;IMT:parameter not allowed;m
7421 /script;SUBDOC
7422
7423 #data
7424 <script type="text/javascript;e4x=&quot;\1&quot;"
7425 xmlns="http://www.w3.org/1999/xhtml"/>
7426 #errors
7427 /script/@type;IMT:obsolete subtype;w
7428 /script/@type;IMT:parameter not allowed;m
7429 /script;SUBDOC
7430
7431 #data
7432 <script type="text/javascript; ~=a"
7433 xmlns="http://www.w3.org/1999/xhtml"/>
7434 #errors
7435 /script/@type;IMT:obsolete subtype;w
7436 /script/@type;IMT:attribute syntax error;m
7437 /script/@type;IMT:parameter not allowed;m
7438 /script;SUBDOC
7439
7440 #data
7441 <script type="text~/javascript"
7442 xmlns="http://www.w3.org/1999/xhtml"/>
7443 #errors
7444 /script/@type;IMT:unregistered type;m
7445 /script/@type;IMT:type syntax error;m
7446 /script;SUBDOC
7447
7448 #data
7449 <script type="text/javascript~"
7450 xmlns="http://www.w3.org/1999/xhtml"/>
7451 #errors
7452 /script/@type;IMT:unknown subtype;u
7453 /script/@type;IMT:subtype syntax error;m
7454 /script;SUBDOC
7455
7456 #data
7457 <script src="http://test/" type="text/javascript"
7458 xmlns="http://www.w3.org/1999/xhtml"/>
7459 #errors
7460 /script/@type;IMT:obsolete subtype;w
7461
7462 #data
7463 <script src="http://test/%" type="text/javascript"
7464 xmlns="http://www.w3.org/1999/xhtml"/>
7465 #errors
7466 /script/@src;syntax error:iriref3987;m
7467 /script/@type;IMT:obsolete subtype;w
7468
7469 #data
7470 <script defer="" xmlns="http://www.w3.org/1999/xhtml"/>
7471 #errors
7472 /script;SUBDOC
7473
7474 #data
7475 <script src="http://test/" defer=""
7476 xmlns="http://www.w3.org/1999/xhtml"/>
7477 #errors
7478
7479 #data
7480 <script defer="defer" xmlns="http://www.w3.org/1999/xhtml"/>
7481 #errors
7482 /script;SUBDOC
7483
7484 #data
7485 <script src="http://test/" defer="defer"
7486 xmlns="http://www.w3.org/1999/xhtml"/>
7487 #errors
7488
7489 #data
7490 <script defer="DEFER" xmlns="http://www.w3.org/1999/xhtml"/>
7491 #errors
7492 /script;SUBDOC
7493
7494 #data
7495 <script defer="true" xmlns="http://www.w3.org/1999/xhtml"/>
7496 #errors
7497 /script/@defer;boolean:invalid;m
7498 /script;SUBDOC
7499
7500 #data
7501 <script src="http://test/" defer="true"
7502 xmlns="http://www.w3.org/1999/xhtml"/>
7503 #errors
7504 /script/@defer;boolean:invalid;m
7505
7506 #data
7507 <script async="" xmlns="http://www.w3.org/1999/xhtml"/>
7508 #errors
7509 /script;SUBDOC
7510
7511 #data
7512 <script src="http://test/" async=""
7513 xmlns="http://www.w3.org/1999/xhtml"/>
7514 #errors
7515
7516 #data
7517 <script async="async" xmlns="http://www.w3.org/1999/xhtml"/>
7518 #errors
7519 /script;SUBDOC
7520
7521 #data
7522 <script src="http://test/" async="async"
7523 xmlns="http://www.w3.org/1999/xhtml"/>
7524 #errors
7525
7526 #data
7527 <script async="true" xmlns="http://www.w3.org/1999/xhtml"/>
7528 #errors
7529 /script/@async;boolean:invalid;m
7530 /script;SUBDOC
7531
7532 #data
7533 <script src="http://test/" async="true"
7534 xmlns="http://www.w3.org/1999/xhtml"/>
7535 #errors
7536 /script/@async;boolean:invalid;m
7537
7538 #data
7539 <script src="http://test/" async="aSync"
7540 xmlns="http://www.w3.org/1999/xhtml"/>
7541 #errors
7542
7543 #data
7544 <script defer="" async="" xmlns="http://www.w3.org/1999/xhtml"/>
7545 #errors
7546 /script;SUBDOC
7547
7548 #data
7549 <script defer="defer" async="async" xmlns="http://www.w3.org/1999/xhtml"/>
7550 #errors
7551 /script;SUBDOC
7552
7553 #data
7554 <script src="" defer="" async="" xmlns="http://www.w3.org/1999/xhtml"/>
7555 #errors
7556
7557 #data
7558 <script language="javascript" xmlns="http://www.w3.org/1999/xhtml"/>
7559 #errors
7560 /script/@language;attribute not defined;m
7561 /script;SUBDOC
7562
7563 #data
7564 <script langauge="javascript" xmlns="http://www.w3.org/1999/xhtml"/>
7565 #errors
7566 /script/@langauge;attribute not defined;m
7567 /script;SUBDOC
7568
7569 #data
7570 <script langage="javascript" xmlns="http://www.w3.org/1999/xhtml"/>
7571 #errors
7572 /script/@langage;attribute not defined;m
7573 /script;SUBDOC
7574
7575 #data
7576 <script languege="javascript" xmlns="http://www.w3.org/1999/xhtml"/>
7577 #errors
7578 /script/@languege;attribute not defined;m
7579 /script;SUBDOC
7580
7581 #data
7582 <script language="JavaScript" xmlns="http://www.w3.org/1999/xhtml"/>
7583 #errors
7584 /script/@language;attribute not defined;m
7585 /script;SUBDOC
7586
7587 #data
7588 <script language="jscript" xmlns="http://www.w3.org/1999/xhtml"/>
7589 #errors
7590 /script/@language;attribute not defined;m
7591 /script;SUBDOC
7592
7593 #data
7594 <script language="javascript1.2" xmlns="http://www.w3.org/1999/xhtml"/>
7595 #errors
7596 /script/@language;attribute not defined;m
7597 /script;SUBDOC
7598
7599 #data
7600 <script language="vbscript" xmlns="http://www.w3.org/1999/xhtml"/>
7601 #errors
7602 /script/@language;attribute not defined;m
7603 /script;SUBDOC
7604
7605 #data
7606 <script language="XML" xmlns="http://www.w3.org/1999/xhtml"/>
7607 #errors
7608 /script/@language;attribute not defined;m
7609 /script;XML script lang;text/xml;u
7610
7611 #data
7612 <script charset="us-ascii" xmlns="http://www.w3.org/1999/xhtml"/>
7613 #errors
7614 /script/@charset;attribute not allowed;m
7615 /script;SUBDOC
7616
7617 #data
7618 <script src="" charset="" xmlns="http://www.w3.org/1999/xhtml"/>
7619 #errors
7620 /script/@charset;charset:syntax error;m
7621 /script/@charset;charset:not registered;w
7622
7623 #data
7624 <script src="" charset="us-ascii" xmlns="http://www.w3.org/1999/xhtml"/>
7625 #errors
7626
7627 #data
7628 <event-source xmlns="http://www.w3.org/1999/xhtml"/>
7629 #errors
7630 /event-source;element not defined;m
7631
7632 #data
7633 <event-source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
7634 #errors
7635 /event-source;element not defined;m
7636 /event-source/@src;attribute not defined;m
7637
7638 #data
7639 <event-source src="http://test/`" xmlns="http://www.w3.org/1999/xhtml"/>
7640 #errors
7641 /event-source/@src;syntax error:iriref3987;m
7642 /event-source;element not defined;m
7643 /event-source/@src;attribute not defined;m
7644
7645 #data
7646 <eventsource xmlns="http://www.w3.org/1999/xhtml"/>
7647 #errors
7648
7649 #data
7650 <eventsource src="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
7651 #errors
7652
7653 #data
7654 <eventsource src="http://test/`" xmlns="http://www.w3.org/1999/xhtml"/>
7655 #errors
7656 /eventsource/@src;syntax error:iriref3987;m
7657
7658 #data
7659 <details xmlns="http://www.w3.org/1999/xhtml"/>
7660 #errors
7661 /details;no significant content;s
7662 /details;child element missing;legend;m
7663
7664 #data
7665 <details open="" xmlns="http://www.w3.org/1999/xhtml"/>
7666 #errors
7667 /details;no significant content;s
7668 /details;child element missing;legend;m
7669
7670 #data
7671 <details open="open" xmlns="http://www.w3.org/1999/xhtml"/>
7672 #errors
7673 /details;no significant content;s
7674 /details;child element missing;legend;m
7675
7676 #data
7677 <details open="OPEN" xmlns="http://www.w3.org/1999/xhtml"/>
7678 #errors
7679 /details;no significant content;s
7680 /details;child element missing;legend;m
7681
7682 #data
7683 <details open="true" xmlns="http://www.w3.org/1999/xhtml"/>
7684 #errors
7685 /details/@open;boolean:invalid;m
7686 /details;no significant content;s
7687 /details;child element missing;legend;m
7688
7689 #data
7690 <datagrid xmlns="http://www.w3.org/1999/xhtml"/>
7691 #errors
7692
7693 #data
7694 <datagrid disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
7695 #errors
7696
7697 #data
7698 <datagrid disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
7699 #errors
7700
7701 #data
7702 <datagrid disabled="Disabled" xmlns="http://www.w3.org/1999/xhtml"/>
7703 #errors
7704
7705 #data
7706 <datagrid disabled="true" xmlns="http://www.w3.org/1999/xhtml"/>
7707 #errors
7708 /datagrid/@disabled;boolean:invalid;m
7709
7710 #data
7711 <datagrid multiple="" xmlns="http://www.w3.org/1999/xhtml"/>
7712 #errors
7713
7714 #data
7715 <datagrid multiple="multiple" xmlns="http://www.w3.org/1999/xhtml"/>
7716 #errors
7717
7718 #data
7719 <datagrid multiple="MULTIPLE" xmlns="http://www.w3.org/1999/xhtml"/>
7720 #errors
7721
7722 #data
7723 <datagrid multiple="true" xmlns="http://www.w3.org/1999/xhtml"/>
7724 #errors
7725 /datagrid/@multiple;boolean:invalid;m
7726
7727 #data
7728 <command xmlns="http://www.w3.org/1999/xhtml"/>
7729 #errors
7730
7731 #data
7732 <command default="" xmlns="http://www.w3.org/1999/xhtml"/>
7733 #errors
7734
7735 #data
7736 <command default="default" xmlns="http://www.w3.org/1999/xhtml"/>
7737 #errors
7738
7739 #data
7740 <command default="DEFAULT" xmlns="http://www.w3.org/1999/xhtml"/>
7741 #errors
7742
7743 #data
7744 <command default="true" xmlns="http://www.w3.org/1999/xhtml"/>
7745 #errors
7746 /command/@default;boolean:invalid;m
7747
7748 #data
7749 <command checked="" xmlns="http://www.w3.org/1999/xhtml"/>
7750 #errors
7751
7752 #data
7753 <command checked="checked" xmlns="http://www.w3.org/1999/xhtml"/>
7754 #errors
7755
7756 #data
7757 <command checked="Checked" xmlns="http://www.w3.org/1999/xhtml"/>
7758 #errors
7759
7760 #data
7761 <command checked="true" xmlns="http://www.w3.org/1999/xhtml"/>
7762 #errors
7763 /command/@checked;boolean:invalid;m
7764
7765 #data
7766 <command hidden="" xmlns="http://www.w3.org/1999/xhtml"/>
7767 #errors
7768
7769 #data
7770 <command hidden="hidden" xmlns="http://www.w3.org/1999/xhtml"/>
7771 #errors
7772
7773 #data
7774 <command hidden="HIDDEN" xmlns="http://www.w3.org/1999/xhtml"/>
7775 #errors
7776
7777 #data
7778 <command hidden="true" xmlns="http://www.w3.org/1999/xhtml"/>
7779 #errors
7780 /command/@hidden;boolean:invalid;m
7781
7782 #data
7783 <command disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
7784 #errors
7785
7786 #data
7787 <command disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
7788 #errors
7789
7790 #data
7791 <command disabled="Disabled" xmlns="http://www.w3.org/1999/xhtml"/>
7792 #errors
7793
7794 #data
7795 <command disabled="true" xmlns="http://www.w3.org/1999/xhtml"/>
7796 #errors
7797 /command/@disabled;boolean:invalid;m
7798
7799 #data
7800 <command label="" xmlns="http://www.w3.org/1999/xhtml"/>
7801 #errors
7802
7803 #data
7804 <command label=" " xmlns="http://www.w3.org/1999/xhtml"/>
7805 #errors
7806
7807 #data
7808 <command label="aaa" xmlns="http://www.w3.org/1999/xhtml"/>
7809 #errors
7810
7811 #data
7812 <command label="label" xmlns="http://www.w3.org/1999/xhtml"/>
7813 #errors
7814
7815 #data
7816 <command label="&#x4E00;" xmlns="http://www.w3.org/1999/xhtml"/>
7817 #errors
7818
7819 #data
7820 <command label="&#xA;" xmlns="http://www.w3.org/1999/xhtml"/>
7821 #errors
7822
7823 #data
7824 <command title="" xmlns="http://www.w3.org/1999/xhtml"/>
7825 #errors
7826
7827 #data
7828 <command title="aaa" xmlns="http://www.w3.org/1999/xhtml"/>
7829 #errors
7830
7831 #data
7832 <command radiogroup="" xmlns="http://www.w3.org/1999/xhtml"/>
7833 #errors
7834
7835 #data
7836 <command radiogroup="aa" xmlns="http://www.w3.org/1999/xhtml"/>
7837 #errors
7838
7839 #data
7840 <command type="" xmlns="http://www.w3.org/1999/xhtml"/>
7841 #errors
7842 /command/@type;invalid attribute value;m
7843
7844 #data
7845 <command type=" " xmlns="http://www.w3.org/1999/xhtml"/>
7846 #errors
7847 /command/@type;invalid attribute value;m
7848
7849 #data
7850 <command type="default" xmlns="http://www.w3.org/1999/xhtml"/>
7851 #errors
7852 /command/@type;invalid attribute value;m
7853
7854 #data
7855 <command type="command" xmlns="http://www.w3.org/1999/xhtml"/>
7856 #errors
7857
7858 #data
7859 <command type="Command" xmlns="http://www.w3.org/1999/xhtml"/>
7860 #errors
7861 /command/@type;invalid attribute value;m
7862
7863 #data
7864 <command type=" command" xmlns="http://www.w3.org/1999/xhtml"/>
7865 #errors
7866 /command/@type;invalid attribute value;m
7867
7868 #data
7869 <command type="command " xmlns="http://www.w3.org/1999/xhtml"/>
7870 #errors
7871 /command/@type;invalid attribute value;m
7872
7873 #data
7874 <command type="commandline" xmlns="http://www.w3.org/1999/xhtml"/>
7875 #errors
7876 /command/@type;invalid attribute value;m
7877
7878 #data
7879 <command type="checkbox" xmlns="http://www.w3.org/1999/xhtml"/>
7880 #errors
7881
7882 #data
7883 <command type="check" xmlns="http://www.w3.org/1999/xhtml"/>
7884 #errors
7885 /command/@type;invalid attribute value;m
7886
7887 #data
7888 <command type="radio" xmlns="http://www.w3.org/1999/xhtml"/>
7889 #errors
7890
7891 #data
7892 <command type="radiobutton" xmlns="http://www.w3.org/1999/xhtml"/>
7893 #errors
7894 /command/@type;invalid attribute value;m
7895
7896 #data
7897 <command icon="" xmlns="http://www.w3.org/1999/xhtml"/>
7898 #errors
7899
7900 #data
7901 <command icon="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
7902 #errors
7903
7904 #data
7905 <command icon="http://test/#test" xmlns="http://www.w3.org/1999/xhtml"/>
7906 #errors
7907
7908 #data
7909 <command icon="test" xmlns="http://www.w3.org/1999/xhtml"/>
7910 #errors
7911
7912 #data
7913 <command icon="[]" xmlns="http://www.w3.org/1999/xhtml"/>
7914 #errors
7915 /command/@icon;syntax error:iriref3987;m
7916
7917 #data
7918 <command icon="a b" xmlns="http://www.w3.org/1999/xhtml"/>
7919 #errors
7920 /command/@icon;syntax error:iriref3987;m
7921
7922 #data
7923 <bb type="" xmlns="http://www.w3.org/1999/xhtml"></bb>
7924 #errors
7925 /bb;no significant content;s
7926 /bb/@type;enumerated:invalid;m
7927
7928 #data
7929 <bb type="type" xmlns="http://www.w3.org/1999/xhtml"></bb>
7930 #errors
7931 /bb;no significant content;s
7932 /bb/@type;enumerated:invalid;m
7933
7934 #data
7935 <bb type="null" xmlns="http://www.w3.org/1999/xhtml"></bb>
7936 #errors
7937 /bb;no significant content;s
7938 /bb/@type;enumerated:invalid;m
7939
7940 #data
7941 <bb type="makeapp" xmlns="http://www.w3.org/1999/xhtml"></bb>
7942 #errors
7943 /bb;no significant content;s
7944
7945 #data
7946 <bb type="make application" xmlns="http://www.w3.org/1999/xhtml"></bb>
7947 #errors
7948 /bb/@type;enumerated:invalid;m
7949 /bb;no significant content;s
7950
7951 #data
7952 <bb type="MakeApp" xmlns="http://www.w3.org/1999/xhtml"></bb>
7953 #errors
7954 /bb;no significant content;s
7955
7956 #data
7957 <bb type=" makeapp " xmlns="http://www.w3.org/1999/xhtml"></bb>
7958 #errors
7959 /bb/@type;enumerated:invalid;m
7960 /bb;no significant content;s
7961
7962 #data
7963 <bb type="button" xmlns="http://www.w3.org/1999/xhtml"></bb>
7964 #errors
7965 /bb/@type;enumerated:invalid;m
7966 /bb;no significant content;s
7967
7968 #data
7969 <menu xmlns="http://www.w3.org/1999/xhtml"/>
7970 #errors
7971 /menu;no significant content;s
7972
7973 #data
7974 <menu label="" xmlns="http://www.w3.org/1999/xhtml"/>
7975 #errors
7976 /menu;no significant content;s
7977
7978 #data
7979 <menu label=" " xmlns="http://www.w3.org/1999/xhtml"/>
7980 #errors
7981 /menu;no significant content;s
7982
7983 #data
7984 <menu label="aa" xmlns="http://www.w3.org/1999/xhtml"/>
7985 #errors
7986 /menu;no significant content;s
7987
7988 #data
7989 <menu type="" xmlns="http://www.w3.org/1999/xhtml"/>
7990 #errors
7991 /menu/@type;enumerated:invalid;m
7992 /menu;no significant content;s
7993
7994 #data
7995 <menu type="type" xmlns="http://www.w3.org/1999/xhtml"/>
7996 #errors
7997 /menu;no significant content;s
7998 /menu/@type;enumerated:invalid;m
7999
8000 #data
8001 <menu type="toolbar" xmlns="http://www.w3.org/1999/xhtml"/>
8002 #errors
8003 /menu;no significant content;s
8004
8005 #data
8006 <menu type="Toolbar" xmlns="http://www.w3.org/1999/xhtml"/>
8007 #errors
8008 /menu;no significant content;s
8009
8010 #data
8011 <menu type=" toolbar" xmlns="http://www.w3.org/1999/xhtml"/>
8012 #errors
8013 /menu/@type;enumerated:invalid;m
8014 /menu;no significant content;s
8015
8016 #data
8017 <menu type="context" xmlns="http://www.w3.org/1999/xhtml"/>
8018 #errors
8019 /menu;no significant content;s
8020
8021 #data
8022 <menu type="conteXt" xmlns="http://www.w3.org/1999/xhtml"/>
8023 #errors
8024 /menu;no significant content;s
8025
8026 #data
8027 <menu type="context " xmlns="http://www.w3.org/1999/xhtml"/>
8028 #errors
8029 /menu/@type;enumerated:invalid;m
8030 /menu;no significant content;s
8031
8032 #data
8033 <menu autosubmit="" xmlns="http://www.w3.org/1999/xhtml"/>
8034 #errors
8035 /menu;no significant content;s
8036 /menu/@autosubmit;attribute not defined;m
8037
8038 #data
8039 <menu autosubmit="autosubmit" xmlns="http://www.w3.org/1999/xhtml"/>
8040 #errors
8041 /menu;no significant content;s
8042 /menu/@autosubmit;attribute not defined;m
8043
8044 #data
8045 <menu autosubmit="yes" xmlns="http://www.w3.org/1999/xhtml"/>
8046 #errors
8047 /menu/@autosubmit;boolean:invalid;m
8048 /menu;no significant content;s
8049 /menu/@autosubmit;attribute not defined;m
8050
8051 #data
8052 <menu autosubmit="AUTOSubmit" xmlns="http://www.w3.org/1999/xhtml"/>
8053 #errors
8054 /menu;no significant content;s
8055 /menu/@autosubmit;attribute not defined;m
8056
8057 #data
8058 <menu autosubmit="AutoSubmit" xmlns="http://www.w3.org/1999/xhtml"/>
8059 #errors
8060 /menu;no significant content;s
8061 /menu/@autosubmit;attribute not defined;m
8062
8063 #data
8064 <p contextmenu="" xmlns="http://www.w3.org/1999/xhtml"/>
8065 #errors
8066 /p/@contextmenu;no referenced menu;m
8067 /p;no significant content;s
8068
8069 #data
8070 <p contextmenu="aaa" xmlns="http://www.w3.org/1999/xhtml"/>
8071 #errors
8072 /p/@contextmenu;no referenced menu;m
8073 /p;no significant content;s
8074
8075 #data
8076 <div xmlns="http://www.w3.org/1999/xhtml">
8077 <p contextmenu=""/><menu id=""/>
8078 </div>
8079 #errors
8080 /div/menu/@id;empty attribute value;m
8081 /div;no significant content;s
8082 /div/p;no significant content;s
8083 /div/menu;no significant content;s
8084
8085 #data
8086 <div xmlns="http://www.w3.org/1999/xhtml">
8087 <p contextmenu="a"/><menu id="a"/>
8088 </div>
8089 #errors
8090 /div;no significant content;s
8091 /div/p;no significant content;s
8092 /div/menu;no significant content;s
8093
8094 #data
8095 <div xmlns="http://www.w3.org/1999/xhtml">
8096 <p contextmenu="a"/><menu id="A"/>
8097 </div>
8098 #errors
8099 /div/p/@contextmenu;no referenced menu;m
8100 /div;no significant content;s
8101 /div/p;no significant content;s
8102 /div/menu;no significant content;s
8103
8104 #data
8105 <div xmlns="http://www.w3.org/1999/xhtml">
8106 <menu id="a"/><p contextmenu="a"/>
8107 </div>
8108 #errors
8109 /div;no significant content;s
8110 /div/menu;no significant content;s
8111 /div/p;no significant content;s
8112
8113 #data
8114 <div contextmenu="a" xmlns="http://www.w3.org/1999/xhtml">
8115 <menu id="a"/>
8116 </div>
8117 #errors
8118 /div;no significant content;s
8119 /div/menu;no significant content;s
8120
8121 #data
8122 <menu id="a" xmlns="http://www.w3.org/1999/xhtml">
8123 <span contextmenu="a"/>
8124 </menu>
8125 #errors
8126 /menu;no significant content;s
8127 /menu/span;no significant content;s
8128
8129 #data
8130 <div xmlns="http://www.w3.org/1999/xhtml">
8131 <p contextmenu="a a"/><menu id="a a"/>
8132 </div>
8133 #errors
8134 /div/menu/@id;space in ID;m
8135 /div;no significant content;s
8136 /div/p;no significant content;s
8137 /div/menu;no significant content;s
8138
8139 #data
8140 <div xmlns="http://www.w3.org/1999/xhtml">
8141 <p contextmenu="a a"/><menu id="a"/>
8142 </div>
8143 #errors
8144 /div/p/@contextmenu;no referenced menu;m
8145 /div;no significant content;s
8146 /div/p;no significant content;s
8147 /div/menu;no significant content;s
8148
8149 #data
8150 <div xmlns="http://www.w3.org/1999/xhtml">
8151 <p contextmenu="a a"/><menu id="a a"/>
8152 </div>
8153 #errors
8154 /div/p/@contextmenu;no referenced menu;m
8155 /div/menu/@id;space in ID;m
8156 /div;no significant content;s
8157 /div/p;no significant content;s
8158 /div/menu;no significant content;s
8159
8160 #data
8161 <div xmlns="http://www.w3.org/1999/xhtml">
8162 <p contextmenu="a"/><ul id="a"/>
8163 </div>
8164 #errors
8165 /div/p/@contextmenu;no referenced menu;m
8166 /div;no significant content;s
8167 /div/p;no significant content;s
8168
8169 #data
8170 <rule xmlns="http://www.w3.org/1999/xhtml" mode=""/>
8171 #errors
8172
8173 #data
8174 <rule xmlns="http://www.w3.org/1999/xhtml" mode=" "/>
8175 #errors
8176
8177 #data
8178 <rule xmlns="http://www.w3.org/1999/xhtml" mode="a"/>
8179 #errors
8180
8181 #data
8182 <rule xmlns="http://www.w3.org/1999/xhtml" mode="a b"/>
8183 #errors
8184
8185 #data
8186 <rule xmlns="http://www.w3.org/1999/xhtml" mode="a b"/>
8187 #errors
8188
8189 #data
8190 <rule xmlns="http://www.w3.org/1999/xhtml" mode="a A"/>
8191 #errors
8192
8193 #data
8194 <rule xmlns="http://www.w3.org/1999/xhtml" mode="a a"/>
8195 #errors
8196 /rule/@mode;duplicate token;m
8197
8198 #data
8199 <rule xmlns="http://www.w3.org/1999/xhtml" mode="a&#x9;a&#xA;"/>
8200 #errors
8201 /rule/@mode;duplicate token;m
8202
8203 #data
8204 <rule xmlns="http://www.w3.org/1999/xhtml" condition=""/>
8205 #errors
8206 /rule/@condition;no sss;m
8207
8208 #data
8209 <rule xmlns="http://www.w3.org/1999/xhtml" condition=" "/>
8210 #errors
8211 /rule/@condition;no sss;m
8212
8213 #data
8214 <rule xmlns="http://www.w3.org/1999/xhtml" condition="a"/>
8215 #errors
8216
8217 #data
8218 <rule xmlns="http://www.w3.org/1999/xhtml" condition="a b "/>
8219 #errors
8220
8221 #data
8222 <rule xmlns="http://www.w3.org/1999/xhtml" condition="a, b"/>
8223 #errors
8224
8225 #data
8226 <rule xmlns="http://www.w3.org/1999/xhtml" condition="a|b"/>
8227 #errors
8228 /rule/@condition;namespace prefix:not declared;m
8229
8230 #data
8231 <rule xmlns="http://www.w3.org/1999/xhtml" condition="a["/>
8232 #errors
8233 /rule/@condition;no attr name;m
8234
8235 #data
8236 <rule xmlns="http://www.w3.org/1999/xhtml" condition="*/**/*"/>
8237 #errors
8238 /rule/@condition;no combinator;m
8239
8240 #data
8241 <rule xmlns="http://www.w3.org/1999/xhtml" filter=""/>
8242 #errors
8243 /rule/@filter;attribute not defined;m
8244
8245 #data
8246 <nest xmlns="http://www.w3.org/1999/xhtml" mode=""/>
8247 #errors
8248 /nest/@mode;mode:syntax error;m
8249
8250 #data
8251 <nest xmlns="http://www.w3.org/1999/xhtml" mode=" "/>
8252 #errors
8253 /nest/@mode;mode:syntax error;m
8254
8255 #data
8256 <nest xmlns="http://www.w3.org/1999/xhtml" mode="a"/>
8257 #errors
8258
8259 #data
8260 <nest xmlns="http://www.w3.org/1999/xhtml" mode="a "/>
8261 #errors
8262 /nest/@mode;mode:syntax error;m
8263
8264 #data
8265 <nest xmlns="http://www.w3.org/1999/xhtml" mode="a b"/>
8266 #errors
8267 /nest/@mode;mode:syntax error;m
8268
8269 #data
8270 <nest xmlns="http://www.w3.org/1999/xhtml" mode="a&#x9;a&#xA;"/>
8271 #errors
8272 /nest/@mode;mode:syntax error;m
8273
8274 #data
8275 <nest xmlns="http://www.w3.org/1999/xhtml" mode="&#x3000;"/>
8276 #errors
8277
8278 #data
8279 <nest xmlns="http://www.w3.org/1999/xhtml" filter=""/>
8280 #errors
8281 /nest/@filter;no sss;m
8282
8283 #data
8284 <nest xmlns="http://www.w3.org/1999/xhtml" filter=" "/>
8285 #errors
8286 /nest/@filter;no sss;m
8287
8288 #data
8289 <nest xmlns="http://www.w3.org/1999/xhtml" filter="a b"/>
8290 #errors
8291
8292 #data
8293 <nest xmlns="http://www.w3.org/1999/xhtml" filter="a + b"/>
8294 #errors
8295
8296 #data
8297 <nest xmlns="http://www.w3.org/1999/xhtml" filter="a.b#c[d]"/>
8298 #errors
8299
8300 #data
8301 <nest xmlns="http://www.w3.org/1999/xhtml" filter="a|b"/>
8302 #errors
8303 /nest/@filter;namespace prefix:not declared;m
8304
8305 #data
8306 <nest xmlns="http://www.w3.org/1999/xhtml" condition="a|b"/>
8307 #errors
8308 /nest/@condition;attribute not defined;m
8309
8310 #data
8311 <div xmlns="http://www.w3.org/1999/xhtml"
8312 template="#a">x
8313 <datatemplate id="a">
8314 </datatemplate>
8315 </div>
8316 #errors
8317
8318 #data
8319 <div xmlns="http://www.w3.org/1999/xhtml">
8320 <datatemplate id="a"></datatemplate>
8321 <p template="#a">x</p>
8322 </div>
8323 #errors
8324
8325 #data
8326 <div xmlns="http://www.w3.org/1999/xhtml">
8327 <p template="#a">x</p>
8328 <datatemplate id="a"/>
8329 </div>
8330 #errors
8331
8332 #data
8333 <div xmlns="http://www.w3.org/1999/xhtml">
8334 <div template="#a">x<datatemplate id="a"></datatemplate></div>
8335 </div>
8336 #errors
8337
8338 #data
8339 <div xmlns="http://www.w3.org/1999/xhtml">
8340 <p template="#a">x</p>
8341 <p id="a">y</p>
8342 </div>
8343 #errors
8344 /div/p/@template;template:not template;m
8345
8346 #data
8347 <div xmlns="http://www.w3.org/1999/xhtml">
8348 <p template="#">x</p>
8349 </div>
8350 #errors
8351 /div/p/@template;template:not template;m
8352
8353 #data
8354 <div xmlns="http://www.w3.org/1999/xhtml">
8355 <p template="">x</p>
8356 </div>
8357 #errors
8358 /div/p/@template;template:not template;m
8359
8360 #data
8361 <div xmlns="http://www.w3.org/1999/xhtml">
8362 <p template="#no-such-template">x</p>
8363 </div>
8364 #errors
8365 /div/p/@template;template:not template;m
8366
8367 #data
8368 <div xmlns="http://www.w3.org/1999/xhtml">
8369 <p template="#">x</p>
8370 <datatemplate id=""/>
8371 </div>
8372 #errors
8373 /div/p/@template;template:not template;m
8374 /div/datatemplate/@id;empty attribute value;m
8375
8376 #data
8377 <div xmlns="http://www.w3.org/1999/xhtml"
8378 template="external-template">x</div>
8379 #errors
8380
8381 #data
8382 <div xmlns="http://www.w3.org/1999/xhtml"
8383 template="external-inline-template#temlate">x</div>
8384 #errors
8385
8386 #data
8387 <div xmlns="http://www.w3.org/1999/xhtml">
8388 <p id="itself" template="#itself">x</p>
8389 </div>
8390 #errors
8391 /div/p/@template;template:not template;m
8392
8393 #data
8394 <div xmlns="http://www.w3.org/1999/xhtml">
8395 <datatemplate id="itself" template="#itself"/>x
8396 </div>
8397 #errors
8398 /div/datatemplate/@template;fragment points itself;m
8399
8400 #data
8401 <div xmlns="http://www.w3.org/1999/xhtml">
8402 <div id="a">x</div>
8403 <div template="#t" ref="#a">y</div>
8404 <datatemplate id="t"/>
8405 </div>
8406 #errors
8407
8408 #data
8409 <div xmlns="http://www.w3.org/1999/xhtml">
8410 <div template="#t" ref="#a">y</div>
8411 <div id="a">x</div>
8412 <datatemplate id="t"/>
8413 </div>
8414 #errors
8415
8416 #data
8417 <div xmlns="http://www.w3.org/1999/xhtml">
8418 <div template="#t" ref="#">y</div>
8419 <div id="">x</div>
8420 <datatemplate id="t"/>
8421 </div>
8422 #errors
8423 /div/div/@id;empty attribute value;m
8424
8425 #data
8426 <div xmlns="http://www.w3.org/1999/xhtml">
8427 <div template="#t" ref="#">y</div>
8428 <datatemplate id="t"/>
8429 </div>
8430 #errors
8431
8432 #data
8433 <div xmlns="http://www.w3.org/1999/xhtml">
8434 <div template="#t" ref="#no-such-element">y</div>
8435 <datatemplate id="t"/>
8436 </div>
8437 #errors
8438 /div/div/@ref;fragment points nothing;m
8439
8440 #data
8441 <div xmlns="http://www.w3.org/1999/xhtml">
8442 <div template="#t" ref="external-html">y</div>
8443 <datatemplate id="t"/>
8444 </div>
8445 #errors
8446
8447 #data
8448 <div xmlns="http://www.w3.org/1999/xhtml">
8449 <div template="#t" ref="external-html#element">y</div>
8450 <datatemplate id="t"/>
8451 </div>
8452 #errors
8453
8454 #data
8455 <div xmlns="http://www.w3.org/1999/xhtml">
8456 <div template="#t" ref="">y</div>
8457 <datatemplate id="t"/>
8458 </div>
8459 #errors
8460
8461 #data
8462 <div xmlns="http://www.w3.org/1999/xhtml">
8463 <div template="#t" id="itself" ref="#itself">y</div>
8464 <datatemplate id="t"/>
8465 </div>
8466 #errors
8467 /div/div/@ref;fragment points itself;m
8468
8469 #data
8470 <div xmlns="http://www.w3.org/1999/xhtml" ref="x">x</div>
8471 #errors
8472 /div/@ref;attribute not allowed;m
8473
8474 #data
8475 <div xmlns="http://www.w3.org/1999/xhtml"
8476 registrationmark="">x</div>
8477 #errors
8478 /div/@registrationmark;attribute not allowed;m
8479
8480 #data
8481 <rule xmlns="http://www.w3.org/1999/xhtml"
8482 registrationmark="">x</rule>
8483 #errors
8484 /rule/@registrationmark;attribute not allowed;m
8485
8486 #data
8487 <rule xmlns="http://www.w3.org/1999/xhtml">
8488 <div registrationmark="">x</div>
8489 </rule>
8490 #errors
8491
8492 #data
8493 <rule xmlns="http://www.w3.org/1999/xhtml">
8494 <div registrationmark="xxxx">x</div>
8495 </rule>
8496 #errors
8497
8498 #data
8499 <rule xmlns="http://www.w3.org/1999/xhtml">
8500 <div registrationmark="a b c">x</div>
8501 </rule>
8502 #errors
8503
8504 #data
8505 <rule xmlns="http://www.w3.org/1999/xhtml">
8506 <div registrationmark="a">x</div>
8507 <div registrationmark="a">x</div>
8508 </rule>
8509 #errors
8510
8511 #data
8512 <rule xmlns="http://www.w3.org/1999/xhtml">
8513 <rule>
8514 <div registrationmark="a">x</div>
8515 </rule>
8516 </rule>
8517 #errors
8518
8519 #data
8520 <rule xmlns="http://www.w3.org/1999/xhtml">
8521 <rule>
8522 </rule>
8523 <div registrationmark="a">x</div>
8524 </rule>
8525 #errors
8526
8527 #data
8528 <datatemplate xmlns="http://www.w3.org/1999/xhtml">
8529 <rule>
8530 </rule>
8531 <div registrationmark="a">x</div>
8532 </datatemplate>
8533 #errors
8534 /datatemplate/div;element not allowed:datatemplate;m
8535 /datatemplate/div/@registrationmark;attribute not allowed;m
8536
8537 #data
8538 <rule xmlns="http://www.w3.org/1999/xhtml">
8539 <div>
8540 <div registrationmark="a">x</div>
8541 </div>
8542 </rule>
8543 #errors
8544
8545 #data
8546 <rule xmlns="http://www.w3.org/1999/xhtml">
8547 <div>x
8548 <nest registrationmark="a"/>
8549 </div>
8550 </rule>
8551 #errors
8552 /rule/div/nest/@registrationmark;attribute not allowed;m
8553
8554 #data
8555 <rule xmlns="http://www.w3.org/1999/xhtml">
8556 <div>
8557 <rule registrationmark="">
8558 x
8559 </rule>
8560 </div>
8561 </rule>
8562 #errors
8563 /rule/div/rule;element not allowed:flow;m
8564
8565 #data
8566 <rule xmlns="http://www.w3.org/1999/xhtml">
8567 <div registartionmark="a">x</div>
8568 </rule>
8569 #errors
8570 /rule/div/@registartionmark;attribute not defined;m
8571
8572 #data
8573 <div align="" xmlns="http://www.w3.org/1999/xhtml">x</div>
8574 #errors
8575 /div/@align;attribute not defined;m
8576 /div/@align;enumerated:invalid;m
8577
8578 #data
8579 <div align="Left" xmlns="http://www.w3.org/1999/xhtml">x</div>
8580 #errors
8581 /div/@align;attribute not defined;m
8582
8583 #data
8584 <div align="center" xmlns="http://www.w3.org/1999/xhtml"/>
8585 #errors
8586 /div/@align;attribute not defined;m
8587 /div;no significant content;s
8588
8589 #data
8590 <div align="right" xmlns="http://www.w3.org/1999/xhtml">x</div>
8591 #errors
8592 /div/@align;attribute not defined;m
8593
8594 #data
8595 <div align="justify" xmlns="http://www.w3.org/1999/xhtml">x</div>
8596 #errors
8597 /div/@align;attribute not defined;m
8598
8599 #data
8600 <div align="xxx" xmlns="http://www.w3.org/1999/xhtml">x</div>
8601 #errors
8602 /div/@align;attribute not defined;m
8603 /div/@align;enumerated:invalid;m
8604
8605 #data
8606 <div align=" left" xmlns="http://www.w3.org/1999/xhtml">x</div>
8607 #errors
8608 /div/@align;attribute not defined;m
8609 /div/@align;enumerated:invalid;m
8610
8611 #data
8612 <a accesskey="" xmlns="http://www.w3.org/1999/xhtml">x</a>
8613 #errors
8614 /a/@accesskey;char:syntax error;m
8615 /a/@accesskey;attribute not defined;m
8616
8617 #data
8618 <a accesskey="a" xmlns="http://www.w3.org/1999/xhtml">x</a>
8619 #errors
8620 /a/@accesskey;attribute not defined;m
8621
8622 #data
8623 <a accesskey=" " xmlns="http://www.w3.org/1999/xhtml">x</a>
8624 #errors
8625 /a/@accesskey;attribute not defined;m
8626
8627 #data
8628 <a accesskey="xx" xmlns="http://www.w3.org/1999/xhtml">x</a>
8629 #errors
8630 /a/@accesskey;char:syntax error;m
8631 /a/@accesskey;attribute not defined;m
8632
8633 #data
8634 <area href="" shape="default" alt="" accesskey="" xmlns="http://www.w3.org/1999/xhtml"/>
8635 #errors
8636 /area/@accesskey;char:syntax error;m
8637 /area/@accesskey;attribute not defined;m
8638
8639 #data
8640 <area href="" shape="default" alt="" accesskey="a" xmlns="http://www.w3.org/1999/xhtml"/>
8641 #errors
8642 /area/@accesskey;attribute not defined;m
8643
8644 #data
8645 <area href="" shape="default" alt="" accesskey=" " xmlns="http://www.w3.org/1999/xhtml"/>
8646 #errors
8647 /area/@accesskey;attribute not defined;m
8648
8649 #data
8650 <area href="" shape="default" alt="" accesskey="xx" xmlns="http://www.w3.org/1999/xhtml"/>
8651 #errors
8652 /area/@accesskey;char:syntax error;m
8653 /area/@accesskey;attribute not defined;m
8654
8655 #data
8656 <input accesskey="" xmlns="http://www.w3.org/1999/xhtml"/>
8657 #errors
8658 /input/@accesskey;char:syntax error;m
8659 /input/@accesskey;attribute not defined;m
8660
8661 #data
8662 <input accesskey="x" xmlns="http://www.w3.org/1999/xhtml"/>
8663 #errors
8664 /input/@accesskey;attribute not defined;m
8665
8666 #data
8667 <button accesskey="" xmlns="http://www.w3.org/1999/xhtml">x</button>
8668 #errors
8669 /button/@accesskey;char:syntax error;m
8670 /button/@accesskey;attribute not defined;m
8671
8672 #data
8673 <button accesskey="x" xmlns="http://www.w3.org/1999/xhtml">x</button>
8674 #errors
8675 /button/@accesskey;attribute not defined;m
8676
8677 #data
8678 <label accesskey="" xmlns="http://www.w3.org/1999/xhtml"><input/>x</label>
8679 #errors
8680 /label/@accesskey;char:syntax error;m
8681
8682 #data
8683 <label accesskey="x" xmlns="http://www.w3.org/1999/xhtml"><input/>x</label>
8684 #errors
8685
8686 #data
8687 <select accesskey="" xmlns="http://www.w3.org/1999/xhtml"/>
8688 #errors
8689 /select/@accesskey;char:syntax error;m
8690
8691 #data
8692 <select accesskey="x" xmlns="http://www.w3.org/1999/xhtml"/>
8693 #errors
8694
8695 #data
8696 <textarea accesskey="" xmlns="http://www.w3.org/1999/xhtml"/>
8697 #errors
8698 /textarea/@accesskey;char:syntax error;m
8699 /textarea/@accesskey;attribute not defined;m
8700
8701 #data
8702 <textarea accesskey="x" xmlns="http://www.w3.org/1999/xhtml"/>
8703 #errors
8704 /textarea/@accesskey;attribute not defined;m
8705
8706
8707 #data
8708 <legend accesskey="" xmlns="http://www.w3.org/1999/xhtml">x</legend>
8709 #errors
8710 /legend/@accesskey;char:syntax error;m
8711 /legend/@accesskey;attribute not defined;m
8712
8713 #data
8714 <legend accesskey="x" xmlns="http://www.w3.org/1999/xhtml">x</legend>
8715 #errors
8716 /legend/@accesskey;attribute not defined;m
8717
8718 #data
8719 <p repeat="" xmlns="http://www.w3.org/1999/xhtml">x</p>
8720 #errors
8721 /p/@repeat;repeat:syntax error;m
8722
8723 #data
8724 <p repeat="template" xmlns="http://www.w3.org/1999/xhtml">x</p>
8725 #errors
8726
8727 #data
8728 <p repeat="0" xmlns="http://www.w3.org/1999/xhtml">x</p>
8729 #errors
8730
8731 #data
8732 <p repeat="1" xmlns="http://www.w3.org/1999/xhtml">x</p>
8733 #errors
8734
8735 #data
8736 <p repeat="00001" xmlns="http://www.w3.org/1999/xhtml">x</p>
8737 #errors
8738
8739 #data
8740 <p repeat="-1" xmlns="http://www.w3.org/1999/xhtml">x</p>
8741 #errors
8742
8743 #data
8744 <p repeat="-00001" xmlns="http://www.w3.org/1999/xhtml">x</p>
8745 #errors
8746
8747 #data
8748 <p repeat="-1255" xmlns="http://www.w3.org/1999/xhtml">x</p>
8749 #errors
8750
8751 #data
8752 <p repeat="template " xmlns="http://www.w3.org/1999/xhtml">x</p>
8753 #errors
8754 /p/@repeat;repeat:syntax error;m
8755
8756 #data
8757 <p repeat="templatE" xmlns="http://www.w3.org/1999/xhtml">x</p>
8758 #errors
8759 /p/@repeat;repeat:syntax error;m
8760
8761 #data
8762 <p repeat=" template" xmlns="http://www.w3.org/1999/xhtml">x</p>
8763 #errors
8764 /p/@repeat;repeat:syntax error;m
8765
8766 #data
8767 <p repeat="0.000" xmlns="http://www.w3.org/1999/xhtml">x</p>
8768 #errors
8769 /p/@repeat;repeat:syntax error;m
8770
8771 #data
8772 <p repeat=".12" xmlns="http://www.w3.org/1999/xhtml">x</p>
8773 #errors
8774 /p/@repeat;repeat:syntax error;m
8775
8776 #data
8777 <p repeat="120 " xmlns="http://www.w3.org/1999/xhtml">x</p>
8778 #errors
8779 /p/@repeat;repeat:syntax error;m
8780
8781 #data
8782 <p repeat="+21434" xmlns="http://www.w3.org/1999/xhtml">x</p>
8783 #errors
8784 /p/@repeat;repeat:syntax error;m
8785
8786 #data
8787 <p repeat="template-text" xmlns="http://www.w3.org/1999/xhtml">x</p>
8788 #errors
8789 /p/@repeat;repeat:syntax error;m
8790
8791 #data
8792 <div xmlns="http://www.w3.org/1999/xhtml">
8793 <p repeat="1" repeat-template="t">x</p>
8794 <p id="t" repeat="template">x</p>
8795 </div>
8796 #errors
8797
8798 #data
8799 <div xmlns="http://www.w3.org/1999/xhtml">
8800 <p id="t" repeat="template">x</p>
8801 <p repeat="1" repeat-template="t">x</p>
8802 </div>
8803 #errors
8804
8805 #data
8806 <p repeate="template" xmlns="http://www.w3.org/1999/xhtml">x</p>
8807 #errors
8808 /p/@repeate;attribute not defined;m
8809
8810 #data
8811 <p repet="template" xmlns="http://www.w3.org/1999/xhtml">x</p>
8812 #errors
8813 /p/@repet;attribute not defined;m
8814
8815 #data
8816 <p repea="template" xmlns="http://www.w3.org/1999/xhtml">x</p>
8817 #errors
8818 /p/@repea;attribute not defined;m
8819
8820 #data
8821 <input type="add" xmlns="http://www.w3.org/1999/xhtml"/>
8822 #errors
8823
8824 #data
8825 <button type="add" xmlns="http://www.w3.org/1999/xhtml">x</button>
8826 #errors
8827
8828 #data
8829 <input type="remove" xmlns="http://www.w3.org/1999/xhtml"/>
8830 #errors
8831
8832 #data
8833 <input type="delete" xmlns="http://www.w3.org/1999/xhtml"/>
8834 #errors
8835 /input/@type;enumerated:invalid;m
8836
8837 #data
8838 <button type="remove" xmlns="http://www.w3.org/1999/xhtml">x</button>
8839 #errors
8840
8841 #data
8842 <button type="delete" xmlns="http://www.w3.org/1999/xhtml">x</button>
8843 #errors
8844 /button/@type;enumerated:invalid;m
8845
8846 #data
8847 <input type="move-up" xmlns="http://www.w3.org/1999/xhtml"/>
8848 #errors
8849
8850 #data
8851 <button type="move-up" xmlns="http://www.w3.org/1999/xhtml">x</button>
8852 #errors
8853
8854 #data
8855 <input type="move-down" xmlns="http://www.w3.org/1999/xhtml"/>
8856 #errors
8857
8858 #data
8859 <button type="move-down" xmlns="http://www.w3.org/1999/xhtml">x</button>
8860 #errors
8861
8862 #data
8863 <div xmlns="http://www.w3.org/1999/xhtml">
8864 <input type="add" template="t"/>
8865 <p repeat="template" id="t">x</p>
8866 </div>
8867 #errors
8868
8869 #data
8870 <div xmlns="http://www.w3.org/1999/xhtml">
8871 <button type="add" template="t">x</button>
8872 <p repeat="template" id="t">x</p>
8873 </div>
8874 #errors
8875
8876 #data
8877 <p repeat="template" repeat-min="" xmlns="http://www.w3.org/1999/xhtml">x</p>
8878 #errors
8879 /p/@repeat-min;nninteger:syntax error;m
8880
8881 #data
8882 <p repeat="template" repeat-min="0" xmlns="http://www.w3.org/1999/xhtml">x</p>
8883 #errors
8884
8885 #data
8886 <p repeat="template" repeat-min="1" xmlns="http://www.w3.org/1999/xhtml">x</p>
8887 #errors
8888
8889 #data
8890 <p repeat="template" repeat-min="01" xmlns="http://www.w3.org/1999/xhtml">x</p>
8891 #errors
8892
8893 #data
8894 <p repeat="template" repeat-min="template" xmlns="http://www.w3.org/1999/xhtml">x</p>
8895 #errors
8896 /p/@repeat-min;nninteger:syntax error;m
8897
8898 #data
8899 <p repeat="template" repeat-min="-12" xmlns="http://www.w3.org/1999/xhtml">x</p>
8900 #errors
8901 /p/@repeat-min;nninteger:syntax error;m
8902
8903 #data
8904 <p repeat="template" repeat-min="+0" xmlns="http://www.w3.org/1999/xhtml">x</p>
8905 #errors
8906 /p/@repeat-min;nninteger:syntax error;m
8907
8908 #data
8909 <p repeat="template" repeat-min="1 " xmlns="http://www.w3.org/1999/xhtml">x</p>
8910 #errors
8911 /p/@repeat-min;nninteger:syntax error;m
8912
8913 #data
8914 <p repeat="template" repeat-min="infinite" xmlns="http://www.w3.org/1999/xhtml">x</p>
8915 #errors
8916 /p/@repeat-min;nninteger:syntax error;m
8917
8918 #data
8919 <p repeat="template" repeat-max="" xmlns="http://www.w3.org/1999/xhtml">x</p>
8920 #errors
8921 /p/@repeat-max;nninteger:syntax error;m
8922
8923 #data
8924 <p repeat="template" repeat-max="0" xmlns="http://www.w3.org/1999/xhtml">x</p>
8925 #errors
8926
8927 #data
8928 <p repeat="template" repeat-max="1" xmlns="http://www.w3.org/1999/xhtml">x</p>
8929 #errors
8930
8931 #data
8932 <p repeat="template" repeat-max="01" xmlns="http://www.w3.org/1999/xhtml">x</p>
8933 #errors
8934
8935 #data
8936 <p repeat="template" repeat-max="template" xmlns="http://www.w3.org/1999/xhtml">x</p>
8937 #errors
8938 /p/@repeat-max;nninteger:syntax error;m
8939
8940 #data
8941 <p repeat="template" repeat-max="-12" xmlns="http://www.w3.org/1999/xhtml">x</p>
8942 #errors
8943 /p/@repeat-max;nninteger:syntax error;m
8944
8945 #data
8946 <p repeat="template" repeat-max="+0" xmlns="http://www.w3.org/1999/xhtml">x</p>
8947 #errors
8948 /p/@repeat-max;nninteger:syntax error;m
8949
8950 #data
8951 <p repeat="template" repeat-max="1 " xmlns="http://www.w3.org/1999/xhtml">x</p>
8952 #errors
8953 /p/@repeat-max;nninteger:syntax error;m
8954
8955 #data
8956 <p repeat="template" repeat-max="infinite" xmlns="http://www.w3.org/1999/xhtml">x</p>
8957 #errors
8958 /p/@repeat-max;nninteger:syntax error;m
8959
8960 #data
8961 <p repeat="template" repeat-start="" xmlns="http://www.w3.org/1999/xhtml">x</p>
8962 #errors
8963 /p/@repeat-start;nninteger:syntax error;m
8964
8965 #data
8966 <p repeat="template" repeat-start="0" xmlns="http://www.w3.org/1999/xhtml">x</p>
8967 #errors
8968
8969 #data
8970 <p repeat="template" repeat-start="1" xmlns="http://www.w3.org/1999/xhtml">x</p>
8971 #errors
8972
8973 #data
8974 <p repeat="template" repeat-start="01" xmlns="http://www.w3.org/1999/xhtml">x</p>
8975 #errors
8976
8977 #data
8978 <p repeat="template" repeat-start="template" xmlns="http://www.w3.org/1999/xhtml">x</p>
8979 #errors
8980 /p/@repeat-start;nninteger:syntax error;m
8981
8982 #data
8983 <p repeat="template" repeat-start="-12" xmlns="http://www.w3.org/1999/xhtml">x</p>
8984 #errors
8985 /p/@repeat-start;nninteger:syntax error;m
8986
8987 #data
8988 <p repeat="template" repeat-start="+0" xmlns="http://www.w3.org/1999/xhtml">x</p>
8989 #errors
8990 /p/@repeat-start;nninteger:syntax error;m
8991
8992 #data
8993 <p repeat="template" repeat-start="1 " xmlns="http://www.w3.org/1999/xhtml">x</p>
8994 #errors
8995 /p/@repeat-start;nninteger:syntax error;m
8996
8997 #data
8998 <p repeat="template" repeat-start="infinite" xmlns="http://www.w3.org/1999/xhtml">x</p>
8999 #errors
9000 /p/@repeat-start;nninteger:syntax error;m
9001
9002 #data
9003 <x html:repeat="x" xmlns:html="http://www.w3.org/1999/xhtml"/>
9004 #errors
9005 /x;unknown element;u
9006 /x/@repeat;repeat:syntax error;m
9007
9008 #data
9009 <x html:repeat-start="x" xmlns:html="http://www.w3.org/1999/xhtml"/>
9010 #errors
9011 /x;unknown element;u
9012 /x/@repeat-start;nninteger:syntax error;m
9013
9014 #data
9015 <x html:repeat-min="x" xmlns:html="http://www.w3.org/1999/xhtml"/>
9016 #errors
9017 /x;unknown element;u
9018 /x/@repeat-min;nninteger:syntax error;m
9019
9020 #data
9021 <x html:repeat-max="x" xmlns:html="http://www.w3.org/1999/xhtml"/>
9022 #errors
9023 /x;unknown element;u
9024 /x/@repeat-max;nninteger:syntax error;m
9025
9026 #data
9027 <x html:repeat-template="x" xmlns:html="http://www.w3.org/1999/xhtml"><p repeat="template" id="x" xmlns="http://www.w3.org/1999/xhtml">x</p></x>
9028 #errors
9029 /x;unknown element;u
9030
9031 #data
9032 <p xmlns="http://www.w3.org/1999/xhtml" xmlns:html="http://www.w3.org/1999/xhtml"
9033 html:repeat="template">x</p>
9034 #errors
9035 /p/@repeat;attribute not allowed;m
9036
9037 #data
9038 <p xmlns="http://www.w3.org/1999/xhtml" xmlns:html="http://www.w3.org/1999/xhtml"
9039 html:repeat-min="1" repeat="template">x</p>
9040 #errors
9041 /p/@repeat-min;attribute not allowed;m
9042
9043 #data
9044 <p xmlns="http://www.w3.org/1999/xhtml" xmlns:html="http://www.w3.org/1999/xhtml"
9045 html:repeat-max="5" repeat="template">x</p>
9046 #errors
9047 /p/@repeat-max;attribute not allowed;m
9048
9049 #data
9050 <p xmlns="http://www.w3.org/1999/xhtml" xmlns:html="http://www.w3.org/1999/xhtml"
9051 html:repeat-start="0" repeat="template">x</p>
9052 #errors
9053 /p/@repeat-start;attribute not allowed;m
9054
9055 #data
9056 <p xmlns="http://www.w3.org/1999/xhtml" xmlns:html="http://www.w3.org/1999/xhtml"
9057 html:repeat-template="t"><q repeat="template" id="t">x</q></p>
9058 #errors
9059 /p/@repeat-template;attribute not allowed;m
9060

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24