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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.75 - (show annotations) (download)
Sat Sep 20 07:00:53 2008 UTC (17 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.74: +6 -5 lines
++ whatpm/t/ChangeLog	20 Sep 2008 07:00:43 -0000
	* content-checker.pl: Remove dedicated parser and adopt
	testfiles.pl parser.

	* content-model-1.dat, content-model-2.dat: Typo fixed.

2008-09-20  Wakaba  <wakaba@suika.fam.cx>

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24