/[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.72 - (show annotations) (download)
Tue Sep 9 04:45:13 2008 UTC (17 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.71: +82 -12 lines
++ whatpm/t/ChangeLog	9 Sep 2008 04:32:11 -0000
2008-09-09  Wakaba  <wakaba@suika.fam.cx>

	* content-model-1.dat, content-model-7.dat: |a| is now
	transparent (HTML5 revision 1963).

++ whatpm/Whatpm/ContentChecker/ChangeLog	9 Sep 2008 04:32:26 -0000
2008-09-09  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm: |a| is now transparent (HTML5 revision 1963).

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24