/[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.56 - (show annotations) (download)
Tue Apr 29 10:25:09 2008 UTC (18 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.55: +2 -0 lines
++ whatpm/t/ChangeLog	29 Apr 2008 10:24:55 -0000
2008-04-29  Wakaba  <wakaba@suika.fam.cx>

	* content-model-1.dat, content-model-2.dat: Test results
	related to browsing context name or keyword are revised
	and added.

++ whatpm/Whatpm/ChangeLog	29 Apr 2008 08:17:14 -0000
	* CacheManifest.pm (_parse): New same origin definition (HTML5 revision
	1500) is implemented (except for IDNA part and URI-scheme-specific
++ whatpm/Whatpm/ContentChecker/ChangeLog	29 Apr 2008 10:23:48 -0000
2008-04-29  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm ($HTMLBrowsingContextNameAttrChecker): New checker.
	($HTMLTargetAttrChecker): |_blank| is now allowed and
	an empty string is no longer allowed (HTML5 revision 1470).
	(object/@name, iframe/@name): Added (HTML5 revision 1470).

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24