/[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.77 - (show annotations) (download)
Sun Sep 21 10:40:49 2008 UTC (17 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.76: +92 -0 lines
++ whatpm/t/ChangeLog	21 Sep 2008 10:40:43 -0000
	* content-model-1.dat: Test data for |fieldset| |legend| are added.

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	21 Sep 2008 10:40:14 -0000
	* HTML.pm: Support for |fieldset| |legend|.

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24