/[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.29 - (show annotations) (download)
Sun Feb 17 12:18:06 2008 UTC (18 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.28: +45 -45 lines
++ whatpm/t/ChangeLog	17 Feb 2008 12:18:01 -0000
	* content-model-1.dat, content-model-2.dat: Updated.

2008-02-17  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ChangeLog	17 Feb 2008 12:12:56 -0000
	* ContentChecker.pm ({unsupported_level}): New value.

	* HTML.pm.src: Save whether |meta| |content| attribute
	contains character references or not.

2008-02-17  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ContentChecker/ChangeLog	17 Feb 2008 12:17:33 -0000
	* HTML.pm: |<meta http-equiv=Content-Type| support (HTML5 revision
	1180).

2008-02-17  Wakaba  <wakaba@suika.fam.cx>

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;unsupported
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;unsupported
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 /html;no significant content;s
24
25 #data
26 <html xmlns="http://www.w3.org/1999/xhtml"><head></head></html>
27 #errors
28 /html;child element missing:body
29 /html/head;child element missing:title
30 /html;no significant content;s
31
32 #data
33 <html xmlns="http://www.w3.org/1999/xhtml"><body></body></html>
34 #errors
35 /html/body;ps element missing:head
36 /html;no significant content;s
37 /html/body;no significant content;s
38
39 #data
40 <html xmlns="http://www.w3.org/1999/xhtml"><p></p></html>
41 #errors
42 /html/p;element not allowed
43 /html;child element missing:head
44 /html;child element missing:body
45 /html;no significant content;s
46 /html/p;no significant content;s
47
48 #data
49 <html xmlns="http://www.w3.org/1999/xhtml">a</html>
50 #errors
51 /html/"a";character not allowed
52 /html;child element missing:head
53 /html;child element missing:body
54
55 #data
56 <html xmlns="http://www.w3.org/1999/xhtml"> </html>
57 #errors
58 /html;child element missing:head
59 /html;child element missing:body
60 /html;no significant content;s
61
62 #data
63 <html xmlns="http://www.w3.org/1999/xhtml"><head></head><body></body></html>
64 #errors
65 /html/head;child element missing:title
66 /html;no significant content;s
67 /html/body;no significant content;s
68
69 #data
70 <html xmlns="http://www.w3.org/1999/xhtml"><head></head>a<body></body></html>
71 #errors
72 /html/head;child element missing:title
73 /html/"a";character not allowed
74 /html/body;no significant content;s
75
76 #data
77 <html xmlns="http://www.w3.org/1999/xhtml">a<head></head><body></body></html>
78 #errors
79 /html/"a";character not allowed
80 /html/head;child element missing:title
81 /html/body;no significant content;s
82
83 #data
84 <html xmlns="http://www.w3.org/1999/xhtml"><head></head><body></body>a</html>
85 #errors
86 /html/head;child element missing:title
87 /html/"a";character not allowed
88 /html/body;no significant content;s
89
90 #data
91 <html xmlns="http://www.w3.org/1999/xhtml"> <head></head> <body></body> </html>
92 #errors
93 /html/head;child element missing:title
94 /html;no significant content;s
95 /html/body;no significant content;s
96
97 #data
98 <html xmlns="http://www.w3.org/1999/xhtml"><head></head><body></body><p></p></html>
99 #errors
100 /html/head;child element missing:title
101 /html/p;element not allowed
102 /html;no significant content;s
103 /html/body;no significant content;s
104 /html/p;no significant content;s
105
106 #data
107 <head xmlns="http://www.w3.org/1999/xhtml">
108 <base href="http://www.w3.org/"/>
109 </head>
110 #errors
111 /head;child element missing:title
112
113 #data
114 <head xmlns="http://www.w3.org/1999/xhtml">
115 <command/>
116 </head>
117 #errors
118 /head;child element missing:title
119
120 #data
121 <head xmlns="http://www.w3.org/1999/xhtml">
122 <event-source/>
123 </head>
124 #errors
125 /head;child element missing:title
126
127 #data
128 <head xmlns="http://www.w3.org/1999/xhtml">
129 <link rel="author" href="mailto:[email protected]"/>
130 </head>
131 #errors
132 /head;child element missing:title
133
134 #data
135 <html xmlns="http://www.w3.org/1999/xhtml">
136 <head>
137 <meta charset="us-ascii"/>
138 </head>
139 <body>x</body>
140 </html>
141 #errors
142 /html/head;child element missing:title
143 /html/head/meta;in XML:charset;m
144 /html/head/meta/@charset;mismatched charset name::us-ascii;unsupported
145
146 #data
147 <head xmlns="http://www.w3.org/1999/xhtml">
148 <meta name="keywords" content="html5"/>
149 </head>
150 #errors
151 /head;child element missing:title
152
153 #data
154 <head xmlns="http://www.w3.org/1999/xhtml">
155 <script type="text/javascript"/>
156 </head>
157 #errors
158 /head;child element missing:title
159 /head/script/@type;IMT:obsolete subtype;w
160 /head/script;script:text/javascript;unsupported
161
162 #data
163 <head xmlns="http://www.w3.org/1999/xhtml">
164 <style type="text/css"/>
165 </head>
166 #errors
167 /head;child element missing:title
168 /head/style;style:text/css;unsupported
169
170 #data
171 <html xmlns="http://www.w3.org/1999/xhtml"><head><title></title></head><body></body></html>
172 #errors
173 /html;no significant content;s
174 /html/head/title;no significant content;s
175 /html/body;no significant content;s
176
177 #data
178 <head xmlns="http://www.w3.org/1999/xhtml">
179 <base href="http://www.w3.org/"/>
180 <title/>
181 </head>
182 #errors
183 /head/title;no significant content;s
184
185 #data
186 <head xmlns="http://www.w3.org/1999/xhtml">
187 <title/>
188 <base href="http://www.w3.org/"/>
189 </head>
190 #errors
191 /head/title;no significant content;s
192
193 #data
194 <head xmlns="http://www.w3.org/1999/xhtml">
195 <command/>
196 <title/>
197 </head>
198 #errors
199 /head/title;no significant content;s
200
201 #data
202 <head xmlns="http://www.w3.org/1999/xhtml">
203 <title/>
204 <command/>
205 </head>
206 #errors
207 /head/title;no significant content;s
208
209 #data
210 <head xmlns="http://www.w3.org/1999/xhtml">
211 <event-source/>
212 <title/>
213 </head>
214 #errors
215 /head/title;no significant content;s
216
217 #data
218 <head xmlns="http://www.w3.org/1999/xhtml">
219 <title/>
220 <event-source/>
221 </head>
222 #errors
223 /head/title;no significant content;s
224
225 #data
226 <head xmlns="http://www.w3.org/1999/xhtml">
227 <link rel="author" href="mailto:[email protected]"/>
228 <title/>
229 </head>
230 #errors
231 /head/title;no significant content;s
232
233 #data
234 <head xmlns="http://www.w3.org/1999/xhtml">
235 <title/>
236 <link rel="author" href="mailto:[email protected]"/>
237 </head>
238 #errors
239 /head/title;no significant content;s
240
241 #data
242 <head xmlns="http://www.w3.org/1999/xhtml">
243 <meta/>
244 <title/>
245 </head>
246 #errors
247 /head/meta;attribute missing:name|http-equiv|charset
248 /head/title;no significant content;s
249
250 #data
251 <html xmlns="http://www.w3.org/1999/xhtml">
252 <head>
253 <meta charset="us-ascii"/>
254 <title>x</title>
255 </head>
256 <body>t</body>
257 </html>
258 #errors
259 /html/head/meta;in XML:charset;m
260 /html/head/meta/@charset;mismatched charset name::us-ascii;unsupported
261
262 #data
263 <html xmlns="http://www.w3.org/1999/xhtml">
264 <head>
265 <title>x</title>
266 <meta charset="us-ascii"/>
267 </head>
268 <body>y</body>
269 </html>
270 #errors
271 /html/head/meta;element not allowed:meta charset;m
272 /html/head/meta;in XML:charset;m
273 /html/head/meta/@charset;mismatched charset name::us-ascii;unsupported
274
275 #data
276 <head xmlns="http://www.w3.org/1999/xhtml">
277 <meta name="keywords" content="html5"/>
278 <title/>
279 </head>
280 #errors
281 /head/title;no significant content;s
282
283 #data
284 <head xmlns="http://www.w3.org/1999/xhtml">
285 <title/>
286 <meta name="keywords" content="html5"/>
287 </head>
288 #errors
289 /head/title;no significant content;s
290
291 #data
292 <head xmlns="http://www.w3.org/1999/xhtml">
293 <script type="text/javascript"/>
294 <title/>
295 </head>
296 #errors
297 /head/script/@type;IMT:obsolete subtype;w
298 /head/script;script:text/javascript;unsupported
299 /head/title;no significant content;s
300
301 #data
302 <head xmlns="http://www.w3.org/1999/xhtml">
303 <title/>
304 <script type="text/javascript"/>
305 </head>
306 #errors
307 /head/script/@type;IMT:obsolete subtype;w
308 /head/script;script:text/javascript;unsupported
309 /head/title;no significant content;s
310
311 #data
312 <head xmlns="http://www.w3.org/1999/xhtml">
313 <style type="text/css"/>
314 <title/>
315 </head>
316 #errors
317 /head/style;style:text/css;unsupported
318 /head/title;no significant content;s
319
320 #data
321 <head xmlns="http://www.w3.org/1999/xhtml">
322 <title/>
323 <style type="text/css"/>
324 </head>
325 #errors
326 /head/style;style:text/css;unsupported
327 /head/title;no significant content;s
328
329 #data
330 <html xmlns="http://www.w3.org/1999/xhtml"><head><title></title><title></title></head><body></body></html>
331 #errors
332 /html/head/title;element not allowed:head title;m
333 /html/head/title;no significant content;s
334 /html/head/title;no significant content;s
335 /html/body;no significant content;s
336 /html;no significant content;s
337
338 #data
339 <html xmlns="http://www.w3.org/1999/xhtml"><head><title></title><p></p></head><body></body></html>
340 #errors
341 /html/head/p;element not allowed:metadata;m
342 /html;no significant content;s
343 /html/head/title;no significant content;s
344 /html/head/p;no significant content;s
345 /html/body;no significant content;s
346
347 #data
348 <html xmlns="http://www.w3.org/1999/xhtml">
349 <head><meta charset="us-ascii"/><base/><title>x</title></head>
350 <body>ty</body>
351 </html>
352 #errors
353 /html/head/meta;in XML:charset;m
354 /html/head/meta/@charset;mismatched charset name::us-ascii;unsupported
355 /html/head/base;attribute missing:href|target
356
357 #data
358 <html xmlns="http://www.w3.org/1999/xhtml"><head><meta charset="us-ascii"/><title>x</title><base/></head>
359 <body>y</body></html>
360 #errors
361 /html/head/base;attribute missing:href|target
362 /html/head/meta;in XML:charset;m
363 /html/head/meta/@charset;mismatched charset name::us-ascii;unsupported
364
365 #data
366 <html xmlns="http://www.w3.org/1999/xhtml"><head><title>y</title><base/></head><body>ty</body></html>
367 #errors
368 /html/head/base;attribute missing:href|target
369
370 #data
371 <html xmlns="http://www.w3.org/1999/xhtml"><head><title>x</title><base/><meta charset="us-ascii"/></head><body>x</body></html>
372 #errors
373 /html/head/base;attribute missing:href|target
374 /html/head/meta;element not allowed:meta charset;m
375 /html/head/meta;in XML:charset;m
376 /html/head/meta/@charset;mismatched charset name::us-ascii;unsupported
377
378 #data
379 <html xmlns="http://www.w3.org/1999/xhtml">
380 <head>
381 <meta charset="us-ascii"/>
382 <title>x</title>
383 <base href="http://www.w3.org/"/>
384 </head>
385 <body>y</body>
386 </html>
387 #errors
388 /html/head/meta;in XML:charset;m
389 /html/head/meta/@charset;mismatched charset name::us-ascii;unsupported
390
391 #data
392 <html xmlns="http://www.w3.org/1999/xhtml">
393 <head>
394 <base href="http://www.w3.org/"/>
395 <meta charset="us-ascii"/>
396 <title>x</title>
397 </head>
398 <body>ty</body>
399 </html>
400 #errors
401 /html/head/meta;element not allowed:meta charset;m
402 /html/head/meta;in XML:charset;m
403 /html/head/meta/@charset;mismatched charset name::us-ascii;unsupported
404
405 #data
406 <html xmlns="http://www.w3.org/1999/xhtml">
407 <head>
408 <base href="http://www.w3.org/"/>
409 <title>x</title>
410 <meta charset="us-ascii"/>
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 <head xmlns="http://www.w3.org/1999/xhtml">
421 <base href="http://www.w3.org/"/>
422 <meta name="keywords" content="html5"/>
423 <title/>
424 </head>
425 #errors
426 /head/title;no significant content;s
427
428 #data
429 <head xmlns="http://www.w3.org/1999/xhtml">
430 <base href="http://www.w3.org/"/>
431 <title/>
432 <meta name="keywords" content="html5"/>
433 </head>
434 #errors
435 /head/title;no significant content;s
436
437 #data
438 <html xmlns="http://www.w3.org/1999/xhtml">
439 <head>
440 <meta name="keywords" content="html5"/>
441 <meta charset="us-ascii"/>
442 <title>xx</title>
443 </head>
444 <body>xx</body>
445 </html>
446 #errors
447 /html/head/meta;element not allowed:meta charset;m
448 /html/head/meta;in XML:charset;m
449 /html/head/meta/@charset;mismatched charset name::us-ascii;unsupported
450
451 #data
452 <html xmlns="http://www.w3.org/1999/xhtml">
453 <head>
454 <meta charset="us-ascii"/>
455 <meta name="keywords" content="html5"/>
456 <title>x</title>
457 </head>
458 <body>xx</body>
459 </html>
460 #errors
461 /html/head/meta;in XML:charset;m
462 /html/head/meta/@charset;mismatched charset name::us-ascii;unsupported
463
464 #data
465 <head xmlns="http://www.w3.org/1999/xhtml">
466 <title>a</title>
467 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"/>
468 </head>
469 #errors
470 /head/RDF;element;unsupported
471
472 #data
473 <base href="http://www.w3.org/" xmlns="http://www.w3.org/1999/xhtml"></base>
474 #errors
475
476 #data
477 <base href="http://www.w3.org/" xmlns="http://www.w3.org/1999/xhtml"> </base>
478 #errors
479
480 #data
481 <base href="http://www.w3.org/" xmlns="http://www.w3.org/1999/xhtml">a</base>
482 #errors
483 /base/"a";character not allowed:empty;m
484
485 #data
486 <base href="http://www.w3.org/" xmlns="http://www.w3.org/1999/xhtml"><p/></base>
487 #errors
488 /base/p;element not allowed:empty;m
489 /base/p;no significant content;s
490
491 #data
492 <head xmlns="http://www.w3.org/1999/xhtml">
493 <base href=""/>
494 <base href=""/>
495 <title>x</title>
496 </head>
497 #errors
498 /head/base;element not allowed:base
499 /head/base;basehref after URI attribute
500
501 #data
502 <head xmlns="http://www.w3.org/1999/xhtml">
503 <base href=""/>
504 <base target=""/>
505 <title>x</title>
506 </head>
507 #errors
508 /head/base;element not allowed:base
509
510 #data
511 <head xmlns="http://www.w3.org/1999/xhtml">
512 <base target=""/>
513 <base href=""/>
514 <title>x</title>
515 </head>
516 #errors
517 /head/base;element not allowed:base
518
519 #data
520 <html xmlns="http://www.w3.org/1999/xhtml">
521 <head>
522 <title>a</title>
523 </head>
524 <head>
525 <title>b</title>
526 <base href=""/>
527 </head>
528 <body>x</body>
529 </html>
530 #errors
531 /html/head;element not allowed
532
533 #data
534 <html xmlns="http://www.w3.org/1999/xhtml">
535 <head>
536 <base href=""/>
537 <title>a</title>
538 </head>
539 <head>
540 <title>b</title>
541 <base href=""/>
542 </head>
543 <body>x</body>
544 </html>
545 #errors
546 /html/head;element not allowed
547 /html/head/base;element not allowed:base
548 /html/head/base;basehref after URI attribute
549
550 #data
551 <link rel="author" href="mailto:[email protected]"
552 xmlns="http://www.w3.org/1999/xhtml"></link>
553 #errors
554
555 #data
556 <link rel="author" href="mailto:[email protected]"
557 xmlns="http://www.w3.org/1999/xhtml"> </link>
558 #errors
559
560 #data
561 <link rel="author" href="mailto:[email protected]"
562 xmlns="http://www.w3.org/1999/xhtml">a</link>
563 #errors
564 /link/"a";character not allowed:empty;m
565
566 #data
567 <link rel="author" href="mailto:[email protected]"
568 xmlns="http://www.w3.org/1999/xhtml"><p/></link>
569 #errors
570 /link/p;element not allowed:empty;m
571 /link/p;no significant content;s
572
573 #data
574 <meta charset="us-ascii" xmlns="http://www.w3.org/1999/xhtml"></meta>
575 #errors
576 /meta;element not allowed:meta charset;m
577 /meta;in XML:charset;m
578 /meta/@charset;mismatched charset name::us-ascii;unsupported
579
580 #data
581 <meta charset="us-ascii" xmlns="http://www.w3.org/1999/xhtml"> </meta>
582 #errors
583 /meta;element not allowed:meta charset;m
584 /meta;in XML:charset;m
585 /meta/@charset;mismatched charset name::us-ascii;unsupported
586
587 #data
588 <meta charset="us-ascii" xmlns="http://www.w3.org/1999/xhtml">a</meta>
589 #errors
590 /meta;element not allowed:meta charset;m
591 /meta/"a";character not allowed:empty;m
592 /meta;in XML:charset;m
593 /meta/@charset;mismatched charset name::us-ascii;unsupported
594
595 #data
596 <meta charset="us-ascii" xmlns="http://www.w3.org/1999/xhtml"><p/></meta>
597 #errors
598 /meta;element not allowed:meta charset;m
599 /meta/p;element not allowed:empty;m
600 /meta;in XML:charset;m
601 /meta/@charset;mismatched charset name::us-ascii;unsupported
602 /meta/p;no significant content;s
603
604 #data
605 <html xmlns="http://www.w3.org/1999/xhtml">
606 <head>
607 <meta charset="us-ascii"/>
608 <title>x</title>
609 </head>
610 <body>x</body>
611 </html>
612 #errors
613 /html/head/meta;in XML:charset;m
614 /html/head/meta/@charset;mismatched charset name::us-ascii;unsupported
615
616 #data
617 <html xmlns="http://www.w3.org/1999/xhtml">
618 <head>
619 <meta charset="us-ascii"/>
620 <meta charset="iso-8859-1"/>
621 <title>x</title>
622 </head>
623 <body>x</body>
624 </html>
625 #errors
626 /html/head/meta;in XML:charset;m
627 /html/head/meta;element not allowed:meta charset;m
628 /html/head/meta/@charset;mismatched charset name::us-ascii;unsupported
629 /html/head/meta;in XML:charset;m
630 /html/head/meta/@charset;mismatched charset name::iso-8859-1;unsupported
631
632 #data
633 <html xmlns="http://www.w3.org/1999/xhtml">
634 <head>
635 <title>x</title>
636 <meta charset="us-ascii"/>
637 </head>
638 <body>x</body>
639 </html>
640 #errors
641 /html/head/meta;in XML:charset;m
642 /html/head/meta;element not allowed:meta charset;m
643 /html/head/meta/@charset;mismatched charset name::us-ascii;unsupported
644
645 #data
646 <html xmlns="http://www.w3.org/1999/xhtml">
647 <head>
648 <title>x</title>
649 </head>
650 <head>
651 <meta charset="us-ascii"/>
652 <title>y</title>
653 </head>
654 <body>x</body>
655 </html>
656 #errors
657 /html/head;element not allowed
658 /html/head/meta;in XML:charset;m
659 /html/head/meta;element not allowed:meta charset;m
660 /html/head/meta/@charset;mismatched charset name::us-ascii;unsupported
661
662 #data
663 <html xmlns="http://www.w3.org/1999/xhtml">
664 <body>x</body>
665 <head>
666 <meta charset="us-ascii"/>
667 <title>y</title>
668 </head>
669 </html>
670 #errors
671 /html/body;ps element missing:head
672 /html/head;element not allowed
673 /html/head/meta;in XML:charset;m
674 /html/head/meta/@charset;mismatched charset name::us-ascii;unsupported
675
676 #data
677 <svg xmlns="http://www.w3.org/2000/svg">
678 <foreignObject>
679 <html xmlns="http://www.w3.org/1999/xhtml">
680 <head>
681 <meta charset="us-ascii"/>
682 <title>xx</title>
683 </head>
684 <body>yy</body>
685 </html>
686 </foreignObject>
687 </svg>
688 #errors
689 /svg/foreignObject/html/head/meta;element not allowed:meta charset;m
690 /svg/foreignObject/html/head/meta;in XML:charset;m
691 /svg/foreignObject/html/head/meta/@charset;mismatched charset name::us-ascii;unsupported
692
693 #data
694 <head xmlns="http://www.w3.org/1999/xhtml">
695 <title/>
696 <noscript>
697 <meta charset="us-ascii"/>
698 </noscript>
699 </head>
700 #errors
701 /head/noscript;in XML:noscript
702 /head/noscript/meta;element not allowed:meta charset;m
703 /head/noscript/meta;in XML:charset;m
704 /head/noscript/meta/@charset;mismatched charset name::us-ascii;unsupported
705 /head/title;no significant content;s
706
707 #data
708 <head xmlns="http://www.w3.org/1999/xhtml">
709 <title/>
710 <noscript>
711 <meta/>
712 </noscript>
713 </head>
714 #errors
715 /head/noscript;in XML:noscript
716 /head/noscript/meta;element not allowed
717 /head/noscript/meta;attribute missing:name|http-equiv|charset
718 /head/title;no significant content;s
719
720 #data
721 <head xmlns="http://www.w3.org/1999/xhtml">
722 <title/>
723 <noscript>
724 <meta http-equiv="content-style-type" content="text/css"/>
725 </noscript>
726 </head>
727 #errors
728 /head/noscript;in XML:noscript
729 /head/noscript/meta;element not allowed
730 /head/noscript/meta/@http-equiv;enumerated:invalid
731 /head/title;no significant content;s
732
733 #data
734 <head xmlns="http://www.w3.org/1999/xhtml">
735 <title/>
736 <noscript>
737 <meta name="keywords" content=""/>
738 </noscript>
739 </head>
740 #errors
741 /head/noscript;in XML:noscript
742 /head/title;no significant content;s
743
744 #data
745 <head xmlns="http://www.w3.org/1999/xhtml">
746 <title/>
747 <noscript>
748 <meta name="keywords" content="" http-equiv="keywords"/>
749 </noscript>
750 </head>
751 #errors
752 /head/noscript;in XML:noscript
753 /head/noscript/meta/@http-equiv;attribute not allowed
754 /head/noscript/meta/@http-equiv;enumerated:invalid
755 /head/title;no significant content;s
756
757 #data
758 <style type="text/css" xmlns="http://www.w3.org/1999/xhtml"></style>
759 #errors
760 /style;style:text/css;unsupported
761
762 #data
763 <style type="text/css" xmlns="http://www.w3.org/1999/xhtml">
764 p {color: green}
765 </style>
766 #errors
767 /style;style:text/css;unsupported
768
769 #data
770 <body xmlns="http://www.w3.org/1999/xhtml"></body>
771 #errors
772 /body;no significant content;s
773
774 #data
775 <body xmlns="http://www.w3.org/1999/xhtml"> </body>
776 #errors
777 /body;no significant content;s
778
779 #data
780 <body xmlns="http://www.w3.org/1999/xhtml">a</body>
781 #errors
782
783 #data
784 <body xmlns="http://www.w3.org/1999/xhtml"><p/></body>
785 #errors
786 /body;no significant content;s
787 /body/p;no significant content;s
788
789 #data
790 <body xmlns="http://www.w3.org/1999/xhtml"><blockquote/></body>
791 #errors
792 /body;no significant content;s
793 /body/blockquote;no significant content;s
794
795 #data
796 <body xmlns="http://www.w3.org/1999/xhtml"><div/></body>
797 #errors
798 /body;no significant content;s
799 /body/div;no significant content;s
800
801 #data
802 <body xmlns="http://www.w3.org/1999/xhtml">
803 <script type="text/javascript"/>
804 </body>
805 #errors
806 /body/script/@type;IMT:obsolete subtype;w
807 /body/script;script:text/javascript;unsupported
808 /body;no significant content;s
809
810 #data
811 <body xmlns="http://www.w3.org/1999/xhtml"><b/></body>
812 #errors
813 /body;no significant content;s
814 /body/b;no significant content;s
815
816 #data
817 <body xmlns="http://www.w3.org/1999/xhtml">
818 <svg xmlns="http://www.w3.org/2000/svg"/>
819 </body>
820 #errors
821
822 #data
823 <body xmlns="http://www.w3.org/1999/xhtml">
824 <math xmlns="http://www.w3.org/1998/Math/MathML"/>
825 </body>
826 #errors
827
828 #data
829 <body xmlns="http://www.w3.org/1999/xhtml">
830 para1<p>para2</p>para3
831 </body>
832 #errors
833
834 #data
835 <body xmlns="http://www.w3.org/1999/xhtml">
836 <style scoped="scoped"/>
837 para
838 </body>
839 #errors
840 /body/style;style:text/css;unsupported
841
842 #data
843 <body xmlns="http://www.w3.org/1999/xhtml">
844 <style/>
845 para
846 </body>
847 #errors
848 /body/style;element not allowed:prose style;m
849 /body/style;style:text/css;unsupported
850
851 #data
852 <body xmlns="http://www.w3.org/1999/xhtml">
853 para1
854 <style scoped="scoped"/>
855 para2
856 </body>
857 #errors
858 /body/style;element not allowed:prose style;m
859 /body/style;style:text/css;unsupported
860
861 #data
862 <body xmlns="http://www.w3.org/1999/xhtml">
863 <style scoped="scoped"/>
864 <style scoped="scoped"/>
865 para
866 </body>
867 #errors
868 /body/style;style:text/css;unsupported
869 /body/style;style:text/css;unsupported
870
871 #data
872 <body xmlns="http://www.w3.org/1999/xhtml"><style scoped="scoped"/>
873 para
874 </body>
875 #errors
876 /body/style;style:text/css;unsupported
877
878 #data
879 <body xmlns="http://www.w3.org/1999/xhtml">
880 <p>xx</p>
881 <style scoped="scoped"/>
882 para
883 </body>
884 #errors
885 /body/style;element not allowed:prose style;m
886 /body/style;style:text/css;unsupported
887
888 #data
889 <body xmlns="http://www.w3.org/1999/xhtml">
890 <style scoped="scoped"/></body>
891 #errors
892 /body/style;style:text/css;unsupported
893 /body;no significant content;s
894
895 #data
896 <body xmlns="http://www.w3.org/1999/xhtml">
897 <style scoped="scoped"/>
898 <title>x</title>
899 </body>
900 #errors
901 /body/title;element not allowed:prose;m
902 /body/style;style:text/css;unsupported
903
904 #data
905 <body xmlns="http://www.w3.org/1999/xhtml">
906 <style scoped="scoped"/>
907 <unknown/>
908 </body>
909 #errors
910 /body/unknown;element not allowed:prose;m
911 /body/unknown;element;unsupported
912 /body/style;style:text/css;unsupported
913 /body;no significant content;s
914
915 #data
916 <body xmlns="http://www.w3.org/1999/xhtml">
917 <style scoped="scoped"/>
918 <unknown>xx</unknown>
919 </body>
920 #errors
921 /body/unknown;element;unsupported
922 /body/unknown;element not allowed:prose;m
923 /body/style;style:text/css;unsupported
924
925 #data
926 <body xmlns="http://www.w3.org/1999/xhtml">
927 <style scoped="scoped"/>
928 <x:unknown xmlns:x="about:"/>
929 </body>
930 #errors
931 /body/unknown;element not allowed:prose;m
932 /body/unknown;element;unsupported
933 /body/style;style:text/css;unsupported
934 /body;no significant content;s
935
936 #data
937 <body xmlns="http://www.w3.org/1999/xhtml">
938 <style scoped="scoped"/>
939 <ins>para</ins>
940 </body>
941 #errors
942 /body/style;style:text/css;unsupported
943
944 #data
945 <body xmlns="http://www.w3.org/1999/xhtml">
946 <style scoped="scoped"/>
947 <del>para</del>
948 </body>
949 #errors
950 /body/style;style:text/css;unsupported
951 /body;no significant content;s
952
953 #data
954 <body xmlns="http://www.w3.org/1999/xhtml">
955 <ins><style scoped="scoped"/>
956 para</ins>
957 </body>
958 #errors
959 /body/ins/style;style:text/css;unsupported
960
961 #data
962 <body xmlns="http://www.w3.org/1999/xhtml">
963 <del><style scoped="scoped"/>
964 para</del>
965 </body>
966 #errors
967 /body/del/style;style:text/css;unsupported
968 /body;no significant content;s
969
970 #data
971 <body xmlns="http://www.w3.org/1999/xhtml">
972 <ins/>
973 <style scoped="scoped"/>
974 para
975 </body>
976 #errors
977 /body/style;element not allowed:prose style;m
978 /body/style;style:text/css;unsupported
979
980 #data
981 <body xmlns="http://www.w3.org/1999/xhtml">
982 <ins><style scoped="scoped"/></ins>
983 <style scoped="scoped"/>
984 para
985 </body>
986 #errors
987 /body/style;element not allowed:prose style;m
988 /body/ins/style;style:text/css;unsupported
989 /body/style;style:text/css;unsupported
990
991 #data
992 <section xmlns="http://www.w3.org/1999/xhtml"></section>
993 #errors
994 /section;no significant content;s
995
996 #data
997 <section xmlns="http://www.w3.org/1999/xhtml"> </section>
998 #errors
999 /section;no significant content;s
1000
1001 #data
1002 <section xmlns="http://www.w3.org/1999/xhtml">a</section>
1003 #errors
1004
1005 #data
1006 <section xmlns="http://www.w3.org/1999/xhtml"><p/></section>
1007 #errors
1008 /section;no significant content;s
1009 /section/p;no significant content;s
1010
1011 #data
1012 <section xmlns="http://www.w3.org/1999/xhtml"><blockquote/></section>
1013 #errors
1014 /section;no significant content;s
1015 /section/blockquote;no significant content;s
1016
1017 #data
1018 <section xmlns="http://www.w3.org/1999/xhtml"><div/></section>
1019 #errors
1020 /section;no significant content;s
1021 /section/div;no significant content;s
1022
1023 #data
1024 <section xmlns="http://www.w3.org/1999/xhtml">
1025 <script type="text/javascript"/>
1026 </section>
1027 #errors
1028 /section/script/@type;IMT:obsolete subtype;w
1029 /section/script;script:text/javascript;unsupported
1030 /section;no significant content;s
1031
1032 #data
1033 <section xmlns="http://www.w3.org/1999/xhtml"><b/></section>
1034 #errors
1035 /section;no significant content;s
1036 /section/b;no significant content;s
1037
1038 #data
1039 <section xmlns="http://www.w3.org/1999/xhtml">
1040 <style type="text/css" scoped=""/>
1041 </section>
1042 #errors
1043 /section/style;style:text/css;unsupported
1044 /section;no significant content;s
1045
1046 #data
1047 <section xmlns="http://www.w3.org/1999/xhtml">
1048 <style type="text/css" scoped=""/>
1049 <p/>
1050 </section>
1051 #errors
1052 /section/style;style:text/css;unsupported
1053 /section;no significant content;s
1054 /section/p;no significant content;s
1055
1056 #data
1057 <section xmlns="http://www.w3.org/1999/xhtml">
1058 <p/>
1059 <style type="text/css" scoped=""/>
1060 </section>
1061 #errors
1062 /section/style;element not allowed:prose style;m
1063 /section/style;style:text/css;unsupported
1064 /section;no significant content;s
1065 /section/p;no significant content;s
1066
1067 #data
1068 <section xmlns="http://www.w3.org/1999/xhtml">
1069 <style type="text/css" scoped=""/>
1070 <b/>
1071 </section>
1072 #errors
1073 /section/style;style:text/css;unsupported
1074 /section;no significant content;s
1075 /section/b;no significant content;s
1076
1077 #data
1078 <section xmlns="http://www.w3.org/1999/xhtml">
1079 <b/>
1080 <style type="text/css" scoped=""/>
1081 </section>
1082 #errors
1083 /section/style;element not allowed:prose style;m
1084 /section/style;style:text/css;unsupported
1085 /section;no significant content;s
1086 /section/b;no significant content;s
1087
1088 #data
1089 <section xmlns="http://www.w3.org/1999/xhtml">
1090 <style type="text/css" scoped=""/>a</section>
1091 #errors
1092 /section/style;style:text/css;unsupported
1093
1094 #data
1095 <section xmlns="http://www.w3.org/1999/xhtml">a<style type="text/css" scoped=""/>
1096 </section>
1097 #errors
1098 /section/style;style:text/css;unsupported
1099 /section/style;element not allowed:prose style;m
1100
1101 #data
1102 <section xmlns="http://www.w3.org/1999/xhtml">
1103 <style type="text/css" scoped=""/>
1104 <style type="text/css" scoped=""/>
1105 <p/>
1106 </section>
1107 #errors
1108 /section/style;style:text/css;unsupported
1109 /section/style;style:text/css;unsupported
1110 /section;no significant content;s
1111 /section/p;no significant content;s
1112
1113 #data
1114 <section xmlns="http://www.w3.org/1999/xhtml">
1115 <style type="text/css" scoped=""/>
1116 <p/><p/>
1117 </section>
1118 #errors
1119 /section/style;style:text/css;unsupported
1120 /section;no significant content;s
1121 /section/p;no significant content;s
1122 /section/p;no significant content;s
1123
1124 #data
1125 <p xmlns="http://www.w3.org/1999/xhtml">
1126 @@ TODO: It is expected that tests for NAV and following elements come here.
1127 <![CDATA[
1128 @@ <nav>
1129 @@ <article>
1130 @@ <blockquote>
1131 ## <aside>
1132 ## <h1><h2><h3><h4><h5><h6>
1133 ]]>
1134 </p>
1135 #errors
1136
1137 #data
1138 <header xmlns="http://www.w3.org/1999/xhtml"/>
1139 #errors
1140 /header;element missing:hn
1141 /header;no significant content;s
1142
1143 #data
1144 <header xmlns="http://www.w3.org/1999/xhtml"><h1/></header>
1145 #errors
1146 /header;no significant content;s
1147 /header/h1;no significant content;s
1148
1149 #data
1150 <header xmlns="http://www.w3.org/1999/xhtml"><h2/></header>
1151 #errors
1152 /header;no significant content;s
1153 /header/h2;no significant content;s
1154
1155 #data
1156 <header xmlns="http://www.w3.org/1999/xhtml"><h3/></header>
1157 #errors
1158 /header;no significant content;s
1159 /header/h3;no significant content;s
1160
1161 #data
1162 <header xmlns="http://www.w3.org/1999/xhtml"><h4/></header>
1163 #errors
1164 /header;no significant content;s
1165 /header/h4;no significant content;s
1166
1167 #data
1168 <header xmlns="http://www.w3.org/1999/xhtml"><h5/></header>
1169 #errors
1170 /header;no significant content;s
1171 /header/h5;no significant content;s
1172
1173 #data
1174 <header xmlns="http://www.w3.org/1999/xhtml"><h6/></header>
1175 #errors
1176 /header;no significant content;s
1177 /header/h6;no significant content;s
1178
1179 #data
1180 <header xmlns="http://www.w3.org/1999/xhtml"><div><h1/></div></header>
1181 #errors
1182 /header;no significant content;s
1183 /header/div;no significant content;s
1184 /header/div/h1;no significant content;s
1185
1186 #data
1187 <header xmlns="http://www.w3.org/1999/xhtml"><div><h2/></div></header>
1188 #errors
1189 /header;no significant content;s
1190 /header/div;no significant content;s
1191 /header/div/h2;no significant content;s
1192
1193 #data
1194 <header xmlns="http://www.w3.org/1999/xhtml"><div><h3/></div></header>
1195 #errors
1196 /header;no significant content;s
1197 /header/div;no significant content;s
1198 /header/div/h3;no significant content;s
1199
1200 #data
1201 <header xmlns="http://www.w3.org/1999/xhtml"><div><h4/></div></header>
1202 #errors
1203 /header;no significant content;s
1204 /header/div;no significant content;s
1205 /header/div/h4;no significant content;s
1206
1207 #data
1208 <header xmlns="http://www.w3.org/1999/xhtml"><div><h5/></div></header>
1209 #errors
1210 /header;no significant content;s
1211 /header/div;no significant content;s
1212 /header/div/h5;no significant content;s
1213
1214 #data
1215 <header xmlns="http://www.w3.org/1999/xhtml"><div><h6/></div></header>
1216 #errors
1217 /header;no significant content;s
1218 /header/div;no significant content;s
1219 /header/div/h6;no significant content;s
1220
1221 #data
1222 <header xmlns="http://www.w3.org/1999/xhtml"><div><div><h1/></div></div></header>
1223 #errors
1224 /header;no significant content;s
1225 /header/div;no significant content;s
1226 /header/div/div;no significant content;s
1227 /header/div/div/h1;no significant content;s
1228
1229 #data
1230 <header xmlns="http://www.w3.org/1999/xhtml"><header><h1/></header></header>
1231 #errors
1232 /header/header;element not allowed:minus;m
1233 /header;no significant content;s
1234 /header/header;no significant content;s
1235 /header/header/h1;no significant content;s
1236
1237 #data
1238 <header xmlns="http://www.w3.org/1999/xhtml"><h1/><header/></header>
1239 #errors
1240 /header/header;element not allowed:minus;m
1241 /header/header;element missing:hn
1242 /header;no significant content;s
1243 /header/h1;no significant content;s
1244 /header/header;no significant content;s
1245
1246 #data
1247 <div xmlns="http://www.w3.org/1999/xhtml"><header><h1/></header></div>
1248 #errors
1249 /div;no significant content;s
1250 /div/header;no significant content;s
1251 /div/header/h1;no significant content;s
1252
1253 #data
1254 <div xmlns="http://www.w3.org/1999/xhtml"><h1/><header></header></div>
1255 #errors
1256 /div/header;element missing:hn
1257 /div;no significant content;s
1258 /div/h1;no significant content;s
1259 /div/header;no significant content;s
1260
1261 #data
1262 <div xmlns="http://www.w3.org/1999/xhtml"><header></header><h1/></div>
1263 #errors
1264 /div/header;element missing:hn
1265 /div;no significant content;s
1266 /div/header;no significant content;s
1267 /div/h1;no significant content;s
1268
1269 #data
1270 <div xmlns="http://www.w3.org/1999/xhtml"><header><h1/></header>
1271 <header></header></div>
1272 #errors
1273 /div;no significant content;s
1274 /div/header;element missing:hn
1275 /div/header;no significant content;s
1276 /div/header/h1;no significant content;s
1277 /div/header;no significant content;s
1278
1279 #data
1280 <div xmlns="http://www.w3.org/1999/xhtml"><header></header>
1281 <header><h1/></header></div>
1282 #errors
1283 /div/header;element missing:hn
1284 /div;no significant content;s
1285 /div/header;no significant content;s
1286 /div/header;no significant content;s
1287 /div/header/h1;no significant content;s
1288
1289 #data
1290 <div xmlns="http://www.w3.org/1999/xhtml">
1291 <header><h1/><header></header></header></div>
1292 #errors
1293 /div/header/header;element not allowed:minus;m
1294 /div/header/header;element missing:hn
1295 /div;no significant content;s
1296 /div/header;no significant content;s
1297 /div/header/h1;no significant content;s
1298 /div/header/header;no significant content;s
1299
1300 #data
1301 <div xmlns="http://www.w3.org/1999/xhtml"><header>
1302 <header/><h1/></header></div>
1303 #errors
1304 /div/header/header;element not allowed:minus;m
1305 /div/header/header;element missing:hn
1306 /div;no significant content;s
1307 /div/header;no significant content;s
1308 /div/header/header;no significant content;s
1309 /div/header/h1;no significant content;s
1310
1311 #data
1312 <div xmlns="http://www.w3.org/1999/xhtml">
1313 <header><h1><header></header></h1></header></div>
1314 #errors
1315 /div/header/h1/header;element missing:hn
1316 /div/header/h1/header;element not allowed:minus;m
1317 /div;no significant content;s
1318 /div/header;no significant content;s
1319 /div/header/h1;no significant content;s
1320 /div/header/h1/header;no significant content;s
1321
1322 #data
1323 <header xmlns="http://www.w3.org/1999/xhtml"><h1/><footer/></header>
1324 #errors
1325 /header/footer;element not allowed:minus;m
1326 /header;no significant content;s
1327 /header/h1;no significant content;s
1328 /header/footer;no significant content;s
1329
1330 #data
1331 <header xmlns="http://www.w3.org/1999/xhtml"><footer><h1/></footer></header>
1332 #errors
1333 /header/footer;element not allowed:minus;m
1334 /header/footer/h1;element not allowed:minus;m
1335 /header;no significant content;s
1336 /header/footer;no significant content;s
1337 /header/footer/h1;no significant content;s
1338
1339 #data
1340 <header xmlns="http://www.w3.org/1999/xhtml"><h1/><p/></header>
1341 #errors
1342 /header;no significant content;s
1343 /header/h1;no significant content;s
1344 /header/p;no significant content;s
1345
1346 #data
1347 <header xmlns="http://www.w3.org/1999/xhtml"><h1/><p/><blockquote/></header>
1348 #errors
1349 /header/blockquote;element not allowed:minus;m
1350 /header;no significant content;s
1351 /header/h1;no significant content;s
1352 /header/p;no significant content;s
1353 /header/blockquote;no significant content;s
1354
1355 #data
1356 <header xmlns="http://www.w3.org/1999/xhtml"><h1/><p/><p/></header>
1357 #errors
1358 /header;no significant content;s
1359 /header/h1;no significant content;s
1360 /header/p;no significant content;s
1361 /header/p;no significant content;s
1362
1363 #data
1364 <header xmlns="http://www.w3.org/1999/xhtml"><h1/><h2/><h4/></header>
1365 #errors
1366 /header;no significant content;s
1367 /header/h1;no significant content;s
1368 /header/h2;no significant content;s
1369 /header/h4;no significant content;s
1370
1371 #data
1372 <header xmlns="http://www.w3.org/1999/xhtml"><h1/><section/></header>
1373 #errors
1374 /header/section;element not allowed:minus;m
1375 /header;no significant content;s
1376 /header/h1;no significant content;s
1377 /header/section;no significant content;s
1378
1379 #data
1380 <header xmlns="http://www.w3.org/1999/xhtml"><section><h1/></section></header>
1381 #errors
1382 /header/section;element not allowed:minus;m
1383 /header;no significant content;s
1384 /header/section;no significant content;s
1385 /header/section/h1;no significant content;s
1386
1387 #data
1388 <header xmlns="http://www.w3.org/1999/xhtml"><aside/></header>
1389 #errors
1390 /header/aside;element not allowed:minus;m
1391 /header;element missing:hn
1392 /header;no significant content;s
1393 /header/aside;no significant content;s
1394
1395 #data
1396 <header xmlns="http://www.w3.org/1999/xhtml">xx</header>
1397 #errors
1398 /header;element missing:hn
1399
1400 #data
1401 <header xmlns="http://www.w3.org/1999/xhtml">xx<h1>xx</h1></header>
1402 #errors
1403
1404 #data
1405 <header xmlns="http://www.w3.org/1999/xhtml">xx<h1>xx</h1><p>x</p></header>
1406 #errors
1407
1408 #data
1409 <li xmlns="http://www.w3.org/1999/xhtml"></li>
1410 #errors
1411 /li;no significant content;s
1412
1413 #data
1414 <li xmlns="http://www.w3.org/1999/xhtml"> </li>
1415 #errors
1416 /li;no significant content;s
1417
1418 #data
1419 <li xmlns="http://www.w3.org/1999/xhtml">XXX</li>
1420 #errors
1421
1422 #data
1423 <li xmlns="http://www.w3.org/1999/xhtml"><p>XXX</p></li>
1424 #errors
1425
1426 #data
1427 <li xmlns="http://www.w3.org/1999/xhtml">XXX<p>YYY</p></li>
1428 #errors
1429
1430 #data
1431 <li xmlns="http://www.w3.org/1999/xhtml"><p>XXX</p>YYY</li>
1432 #errors
1433
1434 #data
1435 <ul xmlns="http://www.w3.org/1999/xhtml">
1436 <li></li>
1437 </ul>
1438 #errors
1439 /ul/li;no significant content;s
1440
1441 #data
1442 <ul xmlns="http://www.w3.org/1999/xhtml">
1443 <li> </li>
1444 </ul>
1445 #errors
1446 /ul/li;no significant content;s
1447
1448 #data
1449 <ul xmlns="http://www.w3.org/1999/xhtml">
1450 <li>XXX</li>
1451 </ul>
1452 #errors
1453
1454 #data
1455 <ul xmlns="http://www.w3.org/1999/xhtml">
1456 <li><p>XXX</p></li>
1457 </ul>
1458 #errors
1459
1460 #data
1461 <ul xmlns="http://www.w3.org/1999/xhtml">
1462 <li>XXX<p>YYY</p></li>
1463 </ul>
1464 #errors
1465
1466 #data
1467 <ul xmlns="http://www.w3.org/1999/xhtml">
1468 <li><p>XXX</p>YYY</li>
1469 </ul>
1470 #errors
1471
1472 #data
1473 <ol xmlns="http://www.w3.org/1999/xhtml">
1474 <li></li>
1475 </ol>
1476 #errors
1477 /ol/li;no significant content;s
1478
1479 #data
1480 <ol xmlns="http://www.w3.org/1999/xhtml">
1481 <li> </li>
1482 </ol>
1483 #errors
1484 /ol/li;no significant content;s
1485
1486 #data
1487 <ol xmlns="http://www.w3.org/1999/xhtml">
1488 <li>XXX</li>
1489 </ol>
1490 #errors
1491
1492 #data
1493 <ol xmlns="http://www.w3.org/1999/xhtml">
1494 <li><p>XXX</p></li>
1495 </ol>
1496 #errors
1497
1498 #data
1499 <ol xmlns="http://www.w3.org/1999/xhtml">
1500 <li>XXX<p>YYY</p></li>
1501 </ol>
1502 #errors
1503
1504 #data
1505 <ol xmlns="http://www.w3.org/1999/xhtml">
1506 <li><p>XXX</p>YYY</li>
1507 </ol>
1508 #errors
1509
1510 #data
1511 <menu xmlns="http://www.w3.org/1999/xhtml">
1512 <li></li>
1513 </menu>
1514 #errors
1515 /menu;no significant content;s
1516 /menu/li;no significant content;s
1517
1518 #data
1519 <menu xmlns="http://www.w3.org/1999/xhtml">
1520 <li> </li>
1521 </menu>
1522 #errors
1523 /menu;no significant content;s
1524 /menu/li;no significant content;s
1525
1526 #data
1527 <menu xmlns="http://www.w3.org/1999/xhtml">
1528 <li>XXX</li>
1529 </menu>
1530 #errors
1531
1532 #data
1533 <menu xmlns="http://www.w3.org/1999/xhtml">
1534 <li><p>XXX</p></li>
1535 </menu>
1536 #errors
1537 /menu/li/p;element not allowed:phrasing;m
1538
1539 #data
1540 <menu xmlns="http://www.w3.org/1999/xhtml">
1541 <li>XXX<p>YYY</p></li>
1542 </menu>
1543 #errors
1544 /menu/li/p;element not allowed:phrasing;m
1545
1546 #data
1547 <menu xmlns="http://www.w3.org/1999/xhtml">
1548 <li><p>XXX</p>YYY</li>
1549 </menu>
1550 #errors
1551 /menu/li/p;element not allowed:phrasing;m
1552
1553 #data
1554 <body xmlns="http://www.w3.org/1999/xhtml">
1555 <ul>
1556 <li></li>
1557 </ul>
1558 </body>
1559 #errors
1560 /body;no significant content;s
1561 /body/ul/li;no significant content;s
1562
1563 #data
1564 <body xmlns="http://www.w3.org/1999/xhtml">
1565 <ul>
1566 <li> </li>
1567 </ul>
1568 </body>
1569 #errors
1570 /body;no significant content;s
1571 /body/ul/li;no significant content;s
1572
1573 #data
1574 <body xmlns="http://www.w3.org/1999/xhtml">
1575 <ul>
1576 <li>XXX</li>
1577 </ul>
1578 </body>
1579 #errors
1580
1581 #data
1582 <body xmlns="http://www.w3.org/1999/xhtml">
1583 <ul>
1584 <li><p>XXX</p></li>
1585 </ul>
1586 </body>
1587 #errors
1588
1589 #data
1590 <body xmlns="http://www.w3.org/1999/xhtml">
1591 <ul>
1592 <li>XXX<p>YYY</p></li>
1593 </ul>
1594 </body>
1595 #errors
1596
1597 #data
1598 <body xmlns="http://www.w3.org/1999/xhtml">
1599 <ul>
1600 <li><p>XXX</p>YYY</li>
1601 </ul>
1602 </body>
1603 #errors
1604
1605 #data
1606 <body xmlns="http://www.w3.org/1999/xhtml">
1607 <ol>
1608 <li></li>
1609 </ol>
1610 </body>
1611 #errors
1612 /body;no significant content;s
1613 /body/ol/li;no significant content;s
1614
1615 #data
1616 <body xmlns="http://www.w3.org/1999/xhtml">
1617 <ol>
1618 <li> </li>
1619 </ol>
1620 </body>
1621 #errors
1622 /body;no significant content;s
1623 /body/ol/li;no significant content;s
1624
1625 #data
1626 <body xmlns="http://www.w3.org/1999/xhtml">
1627 <ol>
1628 <li>XXX</li>
1629 </ol>
1630 </body>
1631 #errors
1632
1633 #data
1634 <body xmlns="http://www.w3.org/1999/xhtml">
1635 <ol>
1636 <li><p>XXX</p></li>
1637 </ol>
1638 </body>
1639 #errors
1640
1641 #data
1642 <body xmlns="http://www.w3.org/1999/xhtml">
1643 <ol>
1644 <li>XXX<p>YYY</p></li>
1645 </ol>
1646 </body>
1647 #errors
1648
1649 #data
1650 <body xmlns="http://www.w3.org/1999/xhtml">
1651 <ol>
1652 <li><p>XXX</p>YYY</li>
1653 </ol>
1654 </body>
1655 #errors
1656
1657 #data
1658 <body xmlns="http://www.w3.org/1999/xhtml">
1659 <menu>
1660 <li></li>
1661 </menu>
1662 </body>
1663 #errors
1664 /body;no significant content;s
1665 /body/menu;no significant content;s
1666 /body/menu/li;no significant content;s
1667
1668 #data
1669 <body xmlns="http://www.w3.org/1999/xhtml">
1670 <menu>
1671 <li> </li>
1672 </menu>
1673 </body>
1674 #errors
1675 /body;no significant content;s
1676 /body/menu;no significant content;s
1677 /body/menu/li;no significant content;s
1678
1679 #data
1680 <body xmlns="http://www.w3.org/1999/xhtml">
1681 <menu>
1682 <li>XXX</li>
1683 </menu>
1684 </body>
1685 #errors
1686
1687 #data
1688 <body xmlns="http://www.w3.org/1999/xhtml">
1689 <menu>
1690 <li><p>XXX</p></li>
1691 </menu>
1692 </body>
1693 #errors
1694 /body/menu/li/p;element not allowed:phrasing;m
1695
1696 #data
1697 <body xmlns="http://www.w3.org/1999/xhtml">
1698 <menu>
1699 <li>XXX<p>YYY</p></li>
1700 </menu>
1701 </body>
1702 #errors
1703 /body/menu/li/p;element not allowed:phrasing;m
1704
1705 #data
1706 <body xmlns="http://www.w3.org/1999/xhtml">
1707 <menu>
1708 <li><p>XXX</p>YYY</li>
1709 </menu>
1710 </body>
1711 #errors
1712 /body/menu/li/p;element not allowed:phrasing;m
1713
1714 #data
1715 <div xmlns="http://www.w3.org/1999/xhtml">
1716 <ul>
1717 <li></li>
1718 </ul>
1719 </div>
1720 #errors
1721 /div;no significant content;s
1722 /div/ul/li;no significant content;s
1723
1724 #data
1725 <div xmlns="http://www.w3.org/1999/xhtml">
1726 <ul>
1727 <li> </li>
1728 </ul>
1729 </div>
1730 #errors
1731 /div;no significant content;s
1732 /div/ul/li;no significant content;s
1733
1734 #data
1735 <div xmlns="http://www.w3.org/1999/xhtml">
1736 <ul>
1737 <li>XXX</li>
1738 </ul>
1739 </div>
1740 #errors
1741
1742 #data
1743 <div xmlns="http://www.w3.org/1999/xhtml">
1744 <ul>
1745 <li><p>XXX</p></li>
1746 </ul>
1747 </div>
1748 #errors
1749
1750 #data
1751 <div xmlns="http://www.w3.org/1999/xhtml">
1752 <ul>
1753 <li>XXX<p>YYY</p></li>
1754 </ul>
1755 </div>
1756 #errors
1757
1758 #data
1759 <div xmlns="http://www.w3.org/1999/xhtml">
1760 <ul>
1761 <li><p>XXX</p>YYY</li>
1762 </ul>
1763 </div>
1764 #errors
1765
1766 #data
1767 <div xmlns="http://www.w3.org/1999/xhtml">
1768 <ol>
1769 <li></li>
1770 </ol>
1771 </div>
1772 #errors
1773 /div;no significant content;s
1774 /div/ol/li;no significant content;s
1775
1776 #data
1777 <div xmlns="http://www.w3.org/1999/xhtml">
1778 <ol>
1779 <li> </li>
1780 </ol>
1781 </div>
1782 #errors
1783 /div;no significant content;s
1784 /div/ol/li;no significant content;s
1785
1786 #data
1787 <div xmlns="http://www.w3.org/1999/xhtml">
1788 <ol>
1789 <li>XXX</li>
1790 </ol>
1791 </div>
1792 #errors
1793
1794 #data
1795 <div xmlns="http://www.w3.org/1999/xhtml">
1796 <ol>
1797 <li><p>XXX</p></li>
1798 </ol>
1799 </div>
1800 #errors
1801
1802 #data
1803 <div xmlns="http://www.w3.org/1999/xhtml">
1804 <ol>
1805 <li>XXX<p>YYY</p></li>
1806 </ol>
1807 </div>
1808 #errors
1809
1810 #data
1811 <div xmlns="http://www.w3.org/1999/xhtml">
1812 <ol>
1813 <li><p>XXX</p>YYY</li>
1814 </ol>
1815 </div>
1816 #errors
1817
1818 #data
1819 <div xmlns="http://www.w3.org/1999/xhtml">
1820 <menu>
1821 <li></li>
1822 </menu>
1823 </div>
1824 #errors
1825 /div;no significant content;s
1826 /div/menu;no significant content;s
1827 /div/menu/li;no significant content;s
1828
1829 #data
1830 <div xmlns="http://www.w3.org/1999/xhtml">
1831 <menu>
1832 <li> </li>
1833 </menu>
1834 </div>
1835 #errors
1836 /div;no significant content;s
1837 /div/menu;no significant content;s
1838 /div/menu/li;no significant content;s
1839
1840 #data
1841 <div xmlns="http://www.w3.org/1999/xhtml">
1842 <menu>
1843 <li>XXX</li>
1844 </menu>
1845 </div>
1846 #errors
1847
1848 #data
1849 <div xmlns="http://www.w3.org/1999/xhtml">
1850 <menu>
1851 <li><p>XXX</p></li>
1852 </menu>
1853 </div>
1854 #errors
1855 /div/menu/li/p;element not allowed:phrasing;m
1856
1857 #data
1858 <div xmlns="http://www.w3.org/1999/xhtml">
1859 <menu>
1860 <li>XXX<p>YYY</p></li>
1861 </menu>
1862 </div>
1863 #errors
1864 /div/menu/li/p;element not allowed:phrasing;m
1865
1866 #data
1867 <div xmlns="http://www.w3.org/1999/xhtml">
1868 <menu>
1869 <li><p>XXX</p>YYY</li>
1870 </menu>
1871 </div>
1872 #errors
1873 /div/menu/li/p;element not allowed:phrasing;m
1874
1875 #data
1876 <div xmlns="http://www.w3.org/1999/xhtml">
1877 <p/>
1878 <ul>
1879 <li></li>
1880 </ul>
1881 </div>
1882 #errors
1883 /div;no significant content;s
1884 /div/p;no significant content;s
1885 /div/ul/li;no significant content;s
1886
1887 #data
1888 <div xmlns="http://www.w3.org/1999/xhtml">
1889 <p/>
1890 <ul>
1891 <li> </li>
1892 </ul>
1893 </div>
1894 #errors
1895 /div;no significant content;s
1896 /div/p;no significant content;s
1897 /div/ul/li;no significant content;s
1898
1899 #data
1900 <div xmlns="http://www.w3.org/1999/xhtml">
1901 <p/>
1902 <ul>
1903 <li>XXX</li>
1904 </ul>
1905 </div>
1906 #errors
1907 /div/p;no significant content;s
1908
1909 #data
1910 <div xmlns="http://www.w3.org/1999/xhtml">
1911 <p/>
1912 <ul>
1913 <li><p>XXX</p></li>
1914 </ul>
1915 </div>
1916 #errors
1917 /div/p;no significant content;s
1918
1919 #data
1920 <div xmlns="http://www.w3.org/1999/xhtml">
1921 <p/>
1922 <ul>
1923 <li>XXX<p>YYY</p></li>
1924 </ul>
1925 </div>
1926 #errors
1927 /div/p;no significant content;s
1928
1929 #data
1930 <div xmlns="http://www.w3.org/1999/xhtml">
1931 <p/>
1932 <ul>
1933 <li><p>XXX</p>YYY</li>
1934 </ul>
1935 </div>
1936 #errors
1937 /div/p;no significant content;s
1938
1939 #data
1940 <div xmlns="http://www.w3.org/1999/xhtml">
1941 <p/>
1942 <ol>
1943 <li></li>
1944 </ol>
1945 </div>
1946 #errors
1947 /div;no significant content;s
1948 /div/p;no significant content;s
1949 /div/ol/li;no significant content;s
1950
1951 #data
1952 <div xmlns="http://www.w3.org/1999/xhtml">
1953 <p/>
1954 <ol>
1955 <li> </li>
1956 </ol>
1957 </div>
1958 #errors
1959 /div;no significant content;s
1960 /div/p;no significant content;s
1961 /div/ol/li;no significant content;s
1962
1963 #data
1964 <div xmlns="http://www.w3.org/1999/xhtml">
1965 <p/>
1966 <ol>
1967 <li>XXX</li>
1968 </ol>
1969 </div>
1970 #errors
1971 /div/p;no significant content;s
1972
1973 #data
1974 <div xmlns="http://www.w3.org/1999/xhtml">
1975 <p/>
1976 <ol>
1977 <li><p>XXX</p></li>
1978 </ol>
1979 </div>
1980 #errors
1981 /div/p;no significant content;s
1982
1983 #data
1984 <div xmlns="http://www.w3.org/1999/xhtml">
1985 <p/>
1986 <ol>
1987 <li>XXX<p>YYY</p></li>
1988 </ol>
1989 </div>
1990 #errors
1991 /div/p;no significant content;s
1992
1993 #data
1994 <div xmlns="http://www.w3.org/1999/xhtml">
1995 <p/>
1996 <ol>
1997 <li><p>XXX</p>YYY</li>
1998 </ol>
1999 </div>
2000 #errors
2001 /div/p;no significant content;s
2002
2003 #data
2004 <div xmlns="http://www.w3.org/1999/xhtml">
2005 <p/>
2006 <menu>
2007 <li></li>
2008 </menu>
2009 </div>
2010 #errors
2011 /div;no significant content;s
2012 /div/p;no significant content;s
2013 /div/menu;no significant content;s
2014 /div/menu/li;no significant content;s
2015
2016 #data
2017 <div xmlns="http://www.w3.org/1999/xhtml">
2018 <p/>
2019 <menu>
2020 <li> </li>
2021 </menu>
2022 </div>
2023 #errors
2024 /div;no significant content;s
2025 /div/p;no significant content;s
2026 /div/menu;no significant content;s
2027 /div/menu/li;no significant content;s
2028
2029 #data
2030 <div xmlns="http://www.w3.org/1999/xhtml">
2031 <p/>
2032 <menu>
2033 <li>XXX</li>
2034 </menu>
2035 </div>
2036 #errors
2037 /div/p;no significant content;s
2038
2039 #data
2040 <div xmlns="http://www.w3.org/1999/xhtml">
2041 <p/>
2042 <menu>
2043 <li><p>XXX</p></li>
2044 </menu>
2045 </div>
2046 #errors
2047 /div/menu/li/p;element not allowed:phrasing;m
2048 /div/p;no significant content;s
2049
2050 #data
2051 <div xmlns="http://www.w3.org/1999/xhtml">
2052 <p/>
2053 <menu>
2054 <li>XXX<p>YYY</p></li>
2055 </menu>
2056 </div>
2057 #errors
2058 /div/menu/li/p;element not allowed:phrasing;m
2059 /div/p;no significant content;s
2060
2061 #data
2062 <div xmlns="http://www.w3.org/1999/xhtml">
2063 <p/>
2064 <menu>
2065 <li><p>XXX</p>YYY</li>
2066 </menu>
2067 </div>
2068 #errors
2069 /div/menu/li/p;element not allowed:phrasing;m
2070 /div/p;no significant content;s
2071
2072 #data
2073 <div xmlns="http://www.w3.org/1999/xhtml">
2074 <ul>
2075 <li></li>
2076 </ul>
2077 <p/>
2078 </div>
2079 #errors
2080 /div;no significant content;s
2081 /div/ul/li;no significant content;s
2082 /div/p;no significant content;s
2083
2084 #data
2085 <div xmlns="http://www.w3.org/1999/xhtml">
2086 <ul>
2087 <li> </li>
2088 </ul>
2089 <p/>
2090 </div>
2091 #errors
2092 /div;no significant content;s
2093 /div/ul/li;no significant content;s
2094 /div/p;no significant content;s
2095
2096 #data
2097 <div xmlns="http://www.w3.org/1999/xhtml">
2098 <ul>
2099 <li>XXX</li>
2100 </ul>
2101 <p/>
2102 </div>
2103 #errors
2104 /div/p;no significant content;s
2105
2106 #data
2107 <div xmlns="http://www.w3.org/1999/xhtml">
2108 <ul>
2109 <li><p>XXX</p></li>
2110 </ul>
2111 <p/>
2112 </div>
2113 #errors
2114 /div/p;no significant content;s
2115
2116 #data
2117 <div xmlns="http://www.w3.org/1999/xhtml">
2118 <ul>
2119 <li>XXX<p>YYY</p></li>
2120 </ul>
2121 <p/>
2122 </div>
2123 #errors
2124 /div/p;no significant content;s
2125
2126 #data
2127 <div xmlns="http://www.w3.org/1999/xhtml">
2128 <ul>
2129 <li><p>XXX</p>YYY</li>
2130 </ul>
2131 <p/>
2132 </div>
2133 #errors
2134 /div/p;no significant content;s
2135
2136 #data
2137 <div xmlns="http://www.w3.org/1999/xhtml">
2138 <ol>
2139 <li></li>
2140 </ol>
2141 <p/>
2142 </div>
2143 #errors
2144 /div;no significant content;s
2145 /div/ol/li;no significant content;s
2146 /div/p;no significant content;s
2147
2148 #data
2149 <div xmlns="http://www.w3.org/1999/xhtml">
2150 <ol>
2151 <li> </li>
2152 </ol>
2153 <p/>
2154 </div>
2155 #errors
2156 /div;no significant content;s
2157 /div/ol/li;no significant content;s
2158 /div/p;no significant content;s
2159
2160 #data
2161 <div xmlns="http://www.w3.org/1999/xhtml">
2162 <ol>
2163 <li>XXX</li>
2164 </ol>
2165 <p/>
2166 </div>
2167 #errors
2168 /div/p;no significant content;s
2169
2170 #data
2171 <div xmlns="http://www.w3.org/1999/xhtml">
2172 <ol>
2173 <li><p>XXX</p></li>
2174 </ol>
2175 <p/>
2176 </div>
2177 #errors
2178 /div/p;no significant content;s
2179
2180 #data
2181 <div xmlns="http://www.w3.org/1999/xhtml">
2182 <ol>
2183 <li>XXX<p>YYY</p></li>
2184 </ol>
2185 <p/>
2186 </div>
2187 #errors
2188 /div/p;no significant content;s
2189
2190 #data
2191 <div xmlns="http://www.w3.org/1999/xhtml">
2192 <ol>
2193 <li><p>XXX</p>YYY</li>
2194 </ol>
2195 <p/>
2196 </div>
2197 #errors
2198 /div/p;no significant content;s
2199
2200 #data
2201 <div xmlns="http://www.w3.org/1999/xhtml">
2202 <menu>
2203 <li></li>
2204 </menu>
2205 <p/>
2206 </div>
2207 #errors
2208 /div;no significant content;s
2209 /div/menu;no significant content;s
2210 /div/menu/li;no significant content;s
2211 /div/p;no significant content;s
2212
2213 #data
2214 <div xmlns="http://www.w3.org/1999/xhtml">
2215 <menu>
2216 <li> </li>
2217 </menu>
2218 <p/>
2219 </div>
2220 #errors
2221 /div;no significant content;s
2222 /div/menu;no significant content;s
2223 /div/menu/li;no significant content;s
2224 /div/p;no significant content;s
2225
2226 #data
2227 <div xmlns="http://www.w3.org/1999/xhtml">
2228 <menu>
2229 <li>XXX</li>
2230 </menu>
2231 <p/>
2232 </div>
2233 #errors
2234 /div/p;no significant content;s
2235
2236 #data
2237 <div xmlns="http://www.w3.org/1999/xhtml">
2238 <menu>
2239 <li><p>XXX</p></li>
2240 </menu>
2241 <p/>
2242 </div>
2243 #errors
2244 /div/menu/li/p;element not allowed:phrasing;m
2245 /div/p;no significant content;s
2246
2247 #data
2248 <div xmlns="http://www.w3.org/1999/xhtml">
2249 <menu>
2250 <li>XXX<p>YYY</p></li>
2251 </menu>
2252 <p/>
2253 </div>
2254 #errors
2255 /div/menu/li/p;element not allowed:phrasing;m
2256 /div/p;no significant content;s
2257
2258 #data
2259 <div xmlns="http://www.w3.org/1999/xhtml">
2260 <menu>
2261 <li><p>XXX</p>YYY</li>
2262 </menu>
2263 <p/>
2264 </div>
2265 #errors
2266 /div/menu/li/p;element not allowed:phrasing;m
2267 /div/p;no significant content;s
2268
2269 #data
2270 <div xmlns="http://www.w3.org/1999/xhtml">
2271 aaa
2272 <ul>
2273 <li></li>
2274 </ul>
2275 </div>
2276 #errors
2277 /div/ul/li;no significant content;s
2278
2279 #data
2280 <div xmlns="http://www.w3.org/1999/xhtml">
2281 aaa
2282 <ul>
2283 <li> </li>
2284 </ul>
2285 </div>
2286 #errors
2287 /div/ul/li;no significant content;s
2288
2289 #data
2290 <div xmlns="http://www.w3.org/1999/xhtml">
2291 aaa
2292 <ul>
2293 <li>XXX</li>
2294 </ul>
2295 </div>
2296 #errors
2297
2298 #data
2299 <div xmlns="http://www.w3.org/1999/xhtml">
2300 aaa
2301 <ul>
2302 <li><p>XXX</p></li>
2303 </ul>
2304 </div>
2305 #errors
2306
2307 #data
2308 <div xmlns="http://www.w3.org/1999/xhtml">
2309 aaa
2310 <ul>
2311 <li>XXX<p>YYY</p></li>
2312 </ul>
2313 </div>
2314 #errors
2315
2316 #data
2317 <div xmlns="http://www.w3.org/1999/xhtml">
2318 aaa
2319 <ul>
2320 <li><p>XXX</p>YYY</li>
2321 </ul>
2322 </div>
2323 #errors
2324
2325 #data
2326 <div xmlns="http://www.w3.org/1999/xhtml">
2327 aaa
2328 <ol>
2329 <li></li>
2330 </ol>
2331 </div>
2332 #errors
2333 /div/ol/li;no significant content;s
2334
2335 #data
2336 <div xmlns="http://www.w3.org/1999/xhtml">
2337 aaa
2338 <ol>
2339 <li> </li>
2340 </ol>
2341 </div>
2342 #errors
2343 /div/ol/li;no significant content;s
2344
2345 #data
2346 <div xmlns="http://www.w3.org/1999/xhtml">
2347 aaa
2348 <ol>
2349 <li>XXX</li>
2350 </ol>
2351 </div>
2352 #errors
2353
2354 #data
2355 <div xmlns="http://www.w3.org/1999/xhtml">
2356 aaa
2357 <ol>
2358 <li><p>XXX</p></li>
2359 </ol>
2360 </div>
2361 #errors
2362
2363 #data
2364 <div xmlns="http://www.w3.org/1999/xhtml">
2365 aaa
2366 <ol>
2367 <li>XXX<p>YYY</p></li>
2368 </ol>
2369 </div>
2370 #errors
2371
2372 #data
2373 <div xmlns="http://www.w3.org/1999/xhtml">
2374 aaa
2375 <ol>
2376 <li><p>XXX</p>YYY</li>
2377 </ol>
2378 </div>
2379 #errors
2380
2381 #data
2382 <div xmlns="http://www.w3.org/1999/xhtml">
2383 aaa
2384 <menu>
2385 <li></li>
2386 </menu>
2387 </div>
2388 #errors
2389 /div/menu;no significant content;s
2390 /div/menu/li;no significant content;s
2391
2392 #data
2393 <div xmlns="http://www.w3.org/1999/xhtml">
2394 aaa
2395 <menu>
2396 <li> </li>
2397 </menu>
2398 </div>
2399 #errors
2400 /div/menu;no significant content;s
2401 /div/menu/li;no significant content;s
2402
2403 #data
2404 <div xmlns="http://www.w3.org/1999/xhtml">
2405 aaa
2406 <menu>
2407 <li>XXX</li>
2408 </menu>
2409 </div>
2410 #errors
2411
2412 #data
2413 <div xmlns="http://www.w3.org/1999/xhtml">
2414 aaa
2415 <menu>
2416 <li><p>XXX</p></li>
2417 </menu>
2418 </div>
2419 #errors
2420 /div/menu/li/p;element not allowed:phrasing;m
2421
2422 #data
2423 <div xmlns="http://www.w3.org/1999/xhtml">
2424 aaa
2425 <menu>
2426 <li>XXX<p>YYY</p></li>
2427 </menu>
2428 </div>
2429 #errors
2430 /div/menu/li/p;element not allowed:phrasing;m
2431
2432 #data
2433 <div xmlns="http://www.w3.org/1999/xhtml">
2434 aaa
2435 <menu>
2436 <li><p>XXX</p>YYY</li>
2437 </menu>
2438 </div>
2439 #errors
2440 /div/menu/li/p;element not allowed:phrasing;m
2441
2442 #data
2443 <div xmlns="http://www.w3.org/1999/xhtml">
2444 <ul>
2445 <li></li>
2446 </ul>
2447 aaa
2448 </div>
2449 #errors
2450 /div/ul/li;no significant content;s
2451
2452 #data
2453 <div xmlns="http://www.w3.org/1999/xhtml">
2454 <ul>
2455 <li> </li>
2456 </ul>
2457 aaa
2458 </div>
2459 #errors
2460 /div/ul/li;no significant content;s
2461
2462 #data
2463 <div xmlns="http://www.w3.org/1999/xhtml">
2464 <ul>
2465 <li>XXX</li>
2466 </ul>
2467 aaa
2468 </div>
2469 #errors
2470
2471 #data
2472 <div xmlns="http://www.w3.org/1999/xhtml">
2473 <ul>
2474 <li><p>XXX</p></li>
2475 </ul>
2476 aaa
2477 </div>
2478 #errors
2479
2480 #data
2481 <div xmlns="http://www.w3.org/1999/xhtml">
2482 <ul>
2483 <li>XXX<p>YYY</p></li>
2484 </ul>
2485 aaa
2486 </div>
2487 #errors
2488
2489 #data
2490 <div xmlns="http://www.w3.org/1999/xhtml">
2491 <ul>
2492 <li><p>XXX</p>YYY</li>
2493 </ul>
2494 aaa
2495 </div>
2496 #errors
2497
2498 #data
2499 <div xmlns="http://www.w3.org/1999/xhtml">
2500 <ol>
2501 <li></li>
2502 </ol>
2503 aaa
2504 </div>
2505 #errors
2506 /div/ol/li;no significant content;s
2507
2508 #data
2509 <div xmlns="http://www.w3.org/1999/xhtml">
2510 <ol>
2511 <li> </li>
2512 </ol>
2513 aaa
2514 </div>
2515 #errors
2516 /div/ol/li;no significant content;s
2517
2518 #data
2519 <div xmlns="http://www.w3.org/1999/xhtml">
2520 <ol>
2521 <li>XXX</li>
2522 </ol>
2523 aaa
2524 </div>
2525 #errors
2526
2527 #data
2528 <div xmlns="http://www.w3.org/1999/xhtml">
2529 <ol>
2530 <li><p>XXX</p></li>
2531 </ol>
2532 aaa
2533 </div>
2534 #errors
2535
2536 #data
2537 <div xmlns="http://www.w3.org/1999/xhtml">
2538 <ol>
2539 <li>XXX<p>YYY</p></li>
2540 </ol>
2541 aaa
2542 </div>
2543 #errors
2544
2545 #data
2546 <div xmlns="http://www.w3.org/1999/xhtml">
2547 <ol>
2548 <li><p>XXX</p>YYY</li>
2549 </ol>
2550 aaa
2551 </div>
2552 #errors
2553
2554 #data
2555 <div xmlns="http://www.w3.org/1999/xhtml">
2556 <menu>
2557 <li></li>
2558 </menu>
2559 aaa
2560 </div>
2561 #errors
2562 /div/menu;no significant content;s
2563 /div/menu/li;no significant content;s
2564
2565 #data
2566 <div xmlns="http://www.w3.org/1999/xhtml">
2567 <menu>
2568 <li> </li>
2569 </menu>
2570 aaa
2571 </div>
2572 #errors
2573 /div/menu;no significant content;s
2574 /div/menu/li;no significant content;s
2575
2576 #data
2577 <div xmlns="http://www.w3.org/1999/xhtml">
2578 <menu>
2579 <li>XXX</li>
2580 </menu>
2581 aaa
2582 </div>
2583 #errors
2584
2585 #data
2586 <div xmlns="http://www.w3.org/1999/xhtml">
2587 <menu>
2588 <li><p>XXX</p></li>
2589 </menu>
2590 aaa
2591 </div>
2592 #errors
2593 /div/menu/li/p;element not allowed:phrasing;m
2594
2595 #data
2596 <div xmlns="http://www.w3.org/1999/xhtml">
2597 <menu>
2598 <li>XXX<p>YYY</p></li>
2599 </menu>
2600 aaa
2601 </div>
2602 #errors
2603 /div/menu/li/p;element not allowed:phrasing;m
2604
2605 #data
2606 <div xmlns="http://www.w3.org/1999/xhtml">
2607 <menu>
2608 <li><p>XXX</p>YYY</li>
2609 </menu>
2610 aaa
2611 </div>
2612 #errors
2613 /div/menu/li/p;element not allowed:phrasing;m
2614
2615 #data
2616 <dd xmlns="http://www.w3.org/1999/xhtml"></dd>
2617 #errors
2618 /dd;no significant content;s
2619
2620 #data
2621 <dd xmlns="http://www.w3.org/1999/xhtml"> </dd>
2622 #errors
2623 /dd;no significant content;s
2624
2625 #data
2626 <dd xmlns="http://www.w3.org/1999/xhtml">XXX</dd>
2627 #errors
2628
2629 #data
2630 <dd xmlns="http://www.w3.org/1999/xhtml"><p>XXX</p></dd>
2631 #errors
2632
2633 #data
2634 <dd xmlns="http://www.w3.org/1999/xhtml"><p>XXX</p>YYY</dd>
2635 #errors
2636
2637 #data
2638 <dd xmlns="http://www.w3.org/1999/xhtml">XXX<p>YYY</p></dd>
2639 #errors
2640
2641 #data
2642 <body xmlns="http://www.w3.org/1999/xhtml">
2643 <dl>
2644 <dt>XXX</dt>
2645 <dd></dd>
2646 </dl>
2647 </body>
2648 #errors
2649 /body/dl/dd;no significant content;s
2650
2651 #data
2652 <body xmlns="http://www.w3.org/1999/xhtml">
2653 <dl>
2654 <dt>XXX</dt>
2655 <dd> </dd>
2656 </dl>
2657 </body>
2658 #errors
2659 /body/dl/dd;no significant content;s
2660
2661 #data
2662 <body xmlns="http://www.w3.org/1999/xhtml">
2663 <dl>
2664 <dt>XXX</dt>
2665 <dd>YYY</dd>
2666 </dl>
2667 </body>
2668 #errors
2669
2670 #data
2671 <body xmlns="http://www.w3.org/1999/xhtml">
2672 <dl>
2673 <dt>XXX</dt>
2674 <dd><p>YYY</p></dd>
2675 </dl>
2676 </body>
2677 #errors
2678
2679 #data
2680 <body xmlns="http://www.w3.org/1999/xhtml">
2681 <dl>
2682 <dt>XXX</dt>
2683 <dd>YYY<p>ZZZ</p></dd>
2684 </dl>
2685 </body>
2686 #errors
2687
2688 #data
2689 <body xmlns="http://www.w3.org/1999/xhtml">
2690 <dl>
2691 <dt>XXX</dt>
2692 <dd><p>YYY</p>ZZZ</dd>
2693 </dl>
2694 </body>
2695 #errors
2696
2697 #data
2698 <dl xmlns="http://www.w3.org/1999/xhtml">
2699 <dt>XXX</dt>
2700 <dd></dd>
2701 </dl>
2702 #errors
2703 /dl/dd;no significant content;s
2704
2705 #data
2706 <dl xmlns="http://www.w3.org/1999/xhtml">
2707 <dt>XXX</dt>
2708 <dd> </dd>
2709 </dl>
2710 #errors
2711 /dl/dd;no significant content;s
2712
2713 #data
2714 <dl xmlns="http://www.w3.org/1999/xhtml">
2715 <dt>XXX</dt>
2716 <dd>YYY</dd>
2717 </dl>
2718 #errors
2719
2720 #data
2721 <dl xmlns="http://www.w3.org/1999/xhtml">
2722 <dt>XXX</dt>
2723 <dd><p>YYY</p></dd>
2724 </dl>
2725 #errors
2726
2727 #data
2728 <dl xmlns="http://www.w3.org/1999/xhtml">
2729 <dt>XXX</dt>
2730 <dd>YYY<p>ZZZ</p></dd>
2731 </dl>
2732 #errors
2733
2734 #data
2735 <dl xmlns="http://www.w3.org/1999/xhtml">
2736 <dt>XXX</dt>
2737 <dd><p>YYY</p>ZZZ</dd>
2738 </dl>
2739 #errors
2740
2741 #data
2742 <p xmlns="http://www.w3.org/1999/xhtml">
2743 <dl>
2744 <dt>XXX</dt>
2745 <dd></dd>
2746 </dl>
2747 </p>
2748 #errors
2749 /p/dl/dd;no significant content;s
2750 /p/dl;element not allowed:phrasing;m
2751
2752 #data
2753 <p xmlns="http://www.w3.org/1999/xhtml">
2754 <dl>
2755 <dt>XXX</dt>
2756 <dd> </dd>
2757 </dl>
2758 </p>
2759 #errors
2760 /p/dl/dd;no significant content;s
2761 /p/dl;element not allowed:phrasing;m
2762
2763 #data
2764 <p xmlns="http://www.w3.org/1999/xhtml">
2765 <dl>
2766 <dt>XXX</dt>
2767 <dd>YYY</dd>
2768 </dl>
2769 </p>
2770 #errors
2771 /p/dl;element not allowed:phrasing;m
2772
2773 #data
2774 <p xmlns="http://www.w3.org/1999/xhtml">
2775 <dl>
2776 <dt>XXX</dt>
2777 <dd><p>YYY</p></dd>
2778 </dl>
2779 </p>
2780 #errors
2781 /p/dl;element not allowed:phrasing;m
2782
2783 #data
2784 <p xmlns="http://www.w3.org/1999/xhtml">
2785 <dl>
2786 <dt>XXX</dt>
2787 <dd>YYY<p>ZZZ</p></dd>
2788 </dl>
2789 </p>
2790 #errors
2791 /p/dl;element not allowed:phrasing;m
2792
2793 #data
2794 <div xmlns="http://www.w3.org/1999/xhtml">
2795 <p/>
2796 <dl>
2797 <dt>XXX</dt>
2798 <dd></dd>
2799 </dl>
2800 </div>
2801 #errors
2802 /div/p;no significant content;s
2803 /div/dl/dd;no significant content;s
2804
2805 #data
2806 <div xmlns="http://www.w3.org/1999/xhtml">
2807 <p/>
2808 <dl>
2809 <dt>XXX</dt>
2810 <dd> </dd>
2811 </dl>
2812 </div>
2813 #errors
2814 /div/p;no significant content;s
2815 /div/dl/dd;no significant content;s
2816
2817 #data
2818 <div xmlns="http://www.w3.org/1999/xhtml">
2819 <p/>
2820 <dl>
2821 <dt>XXX</dt>
2822 <dd>YYY</dd>
2823 </dl>
2824 </div>
2825 #errors
2826 /div/p;no significant content;s
2827
2828 #data
2829 <div xmlns="http://www.w3.org/1999/xhtml">
2830 <p/>
2831 <dl>
2832 <dt>XXX</dt>
2833 <dd><p>YYY</p></dd>
2834 </dl>
2835 </div>
2836 #errors
2837 /div/p;no significant content;s
2838
2839 #data
2840 <div xmlns="http://www.w3.org/1999/xhtml">
2841 <p/>
2842 <dl>
2843 <dt>XXX</dt>
2844 <dd>YYY<p>ZZZ</p></dd>
2845 </dl>
2846 </div>
2847 #errors
2848 /div/p;no significant content;s
2849
2850 #data
2851 <div xmlns="http://www.w3.org/1999/xhtml">
2852 <dl>
2853 <dt>XXX</dt>
2854 <dd></dd>
2855 </dl>
2856 <p/>
2857 </div>
2858 #errors
2859 /div/dl/dd;no significant content;s
2860 /div/p;no significant content;s
2861
2862 #data
2863 <div xmlns="http://www.w3.org/1999/xhtml">
2864 <dl>
2865 <dt>XXX</dt>
2866 <dd> </dd>
2867 </dl>
2868 <p/>
2869 </div>
2870 #errors
2871 /div/dl/dd;no significant content;s
2872 /div/p;no significant content;s
2873
2874 #data
2875 <div xmlns="http://www.w3.org/1999/xhtml">
2876 <dl>
2877 <dt>XXX</dt>
2878 <dd>YYY</dd>
2879 </dl>
2880 <p/>
2881 </div>
2882 #errors
2883 /div/p;no significant content;s
2884
2885 #data
2886 <div xmlns="http://www.w3.org/1999/xhtml">
2887 <dl>
2888 <dt>XXX</dt>
2889 <dd><p>YYY</p></dd>
2890 </dl>
2891 <p/>
2892 </div>
2893 #errors
2894 /div/p;no significant content;s
2895
2896 #data
2897 <div xmlns="http://www.w3.org/1999/xhtml">
2898 <dl>
2899 <dt>XXX</dt>
2900 <dd><p>YYY</p>ZZZ</dd>
2901 </dl>
2902 <p/>
2903 </div>
2904 #errors
2905 /div/p;no significant content;s
2906
2907 #data
2908 <div xmlns="http://www.w3.org/1999/xhtml">
2909 <dl>
2910 <dt>XXX</dt>
2911 <dd>YYY<p>ZZZ</p></dd>
2912 </dl>
2913 <p/>
2914 </div>
2915 #errors
2916 /div/p;no significant content;s
2917
2918 #data
2919 <div xmlns="http://www.w3.org/1999/xhtml">
2920 aaa
2921 <dl>
2922 <dt>XXX</dt>
2923 <dd></dd>
2924 </dl>
2925 </div>
2926 #errors
2927 /div/dl/dd;no significant content;s
2928
2929 #data
2930 <div xmlns="http://www.w3.org/1999/xhtml">
2931 aaa
2932 <dl>
2933 <dt>XXX</dt>
2934 <dd> </dd>
2935 </dl>
2936 </div>
2937 #errors
2938 /div/dl/dd;no significant content;s
2939
2940 #data
2941 <div xmlns="http://www.w3.org/1999/xhtml">
2942 aaa
2943 <dl>
2944 <dt>XXX</dt>
2945 <dd>YYY</dd>
2946 </dl>
2947 </div>
2948 #errors
2949
2950 #data
2951 <div xmlns="http://www.w3.org/1999/xhtml">
2952 aaa
2953 <dl>
2954 <dt>XXX</dt>
2955 <dd><p>YYY</p></dd>
2956 </dl>
2957 </div>
2958 #errors
2959
2960 #data
2961 <div xmlns="http://www.w3.org/1999/xhtml">
2962 aaa
2963 <dl>
2964 <dt>XXX</dt>
2965 <dd>YYY<p>ZZZ</p></dd>
2966 </dl>
2967 </div>
2968 #errors
2969
2970 #data
2971 <div xmlns="http://www.w3.org/1999/xhtml">
2972 <dl>
2973 <dt>XXX</dt>
2974 <dd></dd>
2975 </dl>
2976 aaa
2977 </div>
2978 #errors
2979 /div/dl/dd;no significant content;s
2980
2981 #data
2982 <div xmlns="http://www.w3.org/1999/xhtml">
2983 <dl>
2984 <dt>XXX</dt>
2985 <dd> </dd>
2986 </dl>
2987 aaa
2988 </div>
2989 #errors
2990 /div/dl/dd;no significant content;s
2991
2992 #data
2993 <div xmlns="http://www.w3.org/1999/xhtml">
2994 <dl>
2995 <dt>XXX</dt>
2996 <dd>YYY</dd>
2997 </dl>
2998 aaa
2999 </div>
3000 #errors
3001
3002 #data
3003 <div xmlns="http://www.w3.org/1999/xhtml">
3004 <dl>
3005 <dt>XXX</dt>
3006 <dd><p>YYY</p></dd>
3007 </dl>
3008 aaa
3009 </div>
3010 #errors
3011
3012 #data
3013 <div xmlns="http://www.w3.org/1999/xhtml">
3014 <dl>
3015 <dt>XXX</dt>
3016 <dd>YYY<p>ZZZ</p></dd>
3017 </dl>
3018 aaa
3019 </div>
3020 #errors
3021
3022 #data
3023 <body xmlns="http://www.w3.org/1999/xhtml">
3024 <dl>
3025 <dt>XXX</dt>
3026 <dd><p>YYY</p>ZZZ</dd>
3027 </dl>
3028 </body>
3029 #errors
3030
3031 #data
3032 <dialog xmlns="http://www.w3.org/1999/xhtml">
3033 <dt>XXX</dt>
3034 <dd></dd>
3035 </dialog>
3036 #errors
3037 /dialog/dd;no significant content;s
3038
3039 #data
3040 <dialog xmlns="http://www.w3.org/1999/xhtml">
3041 <dt>XXX</dt>
3042 <dd> </dd>
3043 </dialog>
3044 #errors
3045 /dialog/dd;no significant content;s
3046
3047 #data
3048 <dialog xmlns="http://www.w3.org/1999/xhtml">
3049 <dt>XXX</dt>
3050 <dd>YYY</dd>
3051 </dialog>
3052 #errors
3053
3054 #data
3055 <dialog xmlns="http://www.w3.org/1999/xhtml">
3056 <dt>XXX</dt>
3057 <dd><p>YYY</p></dd>
3058 </dialog>
3059 #errors
3060
3061 #data
3062 <dialog xmlns="http://www.w3.org/1999/xhtml">
3063 <dt>XXX</dt>
3064 <dd>YYY<p>ZZZ</p></dd>
3065 </dialog>
3066 #errors
3067
3068 #data
3069 <dialog xmlns="http://www.w3.org/1999/xhtml">
3070 <dt>XXX</dt>
3071 <dd><p>YYY</p>ZZZ</dd>
3072 </dialog>
3073 #errors
3074
3075 #data
3076 <a xmlns="http://www.w3.org/1999/xhtml"></a>
3077 #errors
3078 /a;no significant content;s
3079
3080 #data
3081 <a xmlns="http://www.w3.org/1999/xhtml"> </a>
3082 #errors
3083 /a;no significant content;s
3084
3085 #data
3086 <a xmlns="http://www.w3.org/1999/xhtml">XXX</a>
3087 #errors
3088
3089 #data
3090 <a xmlns="http://www.w3.org/1999/xhtml"><em>XXX</em></a>
3091 #errors
3092
3093 #data
3094 <a xmlns="http://www.w3.org/1999/xhtml">XXX<em>YYY</em>ZZZ</a>
3095 #errors
3096
3097 #data
3098 <a xmlns="http://www.w3.org/1999/xhtml"><blockquote/></a>
3099 #errors
3100 /a;no significant content;s
3101 /a/blockquote;no significant content;s
3102 /a/blockquote;element not allowed:phrasing;m
3103
3104 #data
3105 <a xmlns="http://www.w3.org/1999/xhtml">XXX<blockquote/></a>
3106 #errors
3107 /a/blockquote;no significant content;s
3108 /a/blockquote;element not allowed:phrasing;m
3109
3110 #data
3111 <a xmlns="http://www.w3.org/1999/xhtml"><a>XXX</a></a>
3112 #errors
3113 /a/a;element not allowed:minus;m
3114
3115 #data
3116 <a xmlns="http://www.w3.org/1999/xhtml">XXX<a>YYY</a></a>
3117 #errors
3118 /a/a;element not allowed:minus;m
3119
3120 #data
3121 <a xmlns="http://www.w3.org/1999/xhtml"><em><a>XXX</a></em></a>
3122 #errors
3123 /a/em/a;element not allowed:minus;m
3124
3125 #data
3126 <div xmlns="http://www.w3.org/1999/xhtml">
3127 <p><a></a></p><ul><li><a></a></li></ul>
3128 </div>
3129 #errors
3130 /div;no significant content;s
3131 /div/p;no significant content;s
3132 /div/p/a;no significant content;s
3133 /div/ul/li;no significant content;s
3134 /div/ul/li/a;no significant content;s
3135
3136 #data
3137 <div xmlns="http://www.w3.org/1999/xhtml">
3138 <p><a></a></p><ol><li><a></a></li></ol>
3139 </div>
3140 #errors
3141 /div;no significant content;s
3142 /div/p;no significant content;s
3143 /div/p/a;no significant content;s
3144 /div/ol/li;no significant content;s
3145 /div/ol/li/a;no significant content;s
3146
3147 #data
3148 <div xmlns="http://www.w3.org/1999/xhtml">
3149 <p><a></a></p><ol><li><datagrid/></li></ol>
3150 </div>
3151 #errors
3152 /div;no significant content;s
3153 /div/p;no significant content;s
3154 /div/p/a;no significant content;s
3155 /div/ol/li;no significant content;s
3156 /div/ol/li/datagrid;no significant content;s
3157
3158 #data
3159 <details xmlns="http://www.w3.org/1999/xhtml">
3160 <legend/>
3161 <p><a/></p>
3162 </details>
3163 #errors
3164 /details;no significant content;s
3165 /details/legend;no significant content;s
3166 /details/p;no significant content;s
3167 /details/p/a;no significant content;s
3168
3169 #data
3170 <details xmlns="http://www.w3.org/1999/xhtml">
3171 <legend><a/></legend>
3172 </details>
3173 #errors
3174 /details;no significant content;s
3175 /details/legend;no significant content;s
3176 /details/legend/a;no significant content;s
3177
3178 #data
3179 <datagrid xmlns="http://www.w3.org/1999/xhtml"/>
3180 #errors
3181 /datagrid;no significant content;s
3182
3183 #data
3184 <datagrid xmlns="http://www.w3.org/1999/xhtml"> </datagrid>
3185 #errors
3186 /datagrid;no significant content;s
3187
3188 #data
3189 <datagrid xmlns="http://www.w3.org/1999/xhtml">aaa</datagrid>
3190 #errors
3191
3192 #data
3193 <datagrid xmlns="http://www.w3.org/1999/xhtml"><p/></datagrid>
3194 #errors
3195 /datagrid;no significant content;s
3196 /datagrid/p;no significant content;s
3197
3198 #data
3199 <datagrid xmlns="http://www.w3.org/1999/xhtml"><p/><p/></datagrid>
3200 #errors
3201 /datagrid;no significant content;s
3202 /datagrid/p;no significant content;s
3203 /datagrid/p;no significant content;s
3204
3205 #data
3206 <datagrid xmlns="http://www.w3.org/1999/xhtml"> <p/> <p/> </datagrid>
3207 #errors
3208 /datagrid;no significant content;s
3209 /datagrid/p;no significant content;s
3210 /datagrid/p;no significant content;s
3211
3212 #data
3213 <datagrid xmlns="http://www.w3.org/1999/xhtml"><p/>&amp;<p/></datagrid>
3214 #errors
3215 /datagrid/p;no significant content;s
3216 /datagrid/p;no significant content;s
3217
3218 #data
3219 <datagrid xmlns="http://www.w3.org/1999/xhtml"><p/><table/></datagrid>
3220 #errors
3221 /datagrid;no significant content;s
3222 /datagrid/p;no significant content;s
3223
3224 #data
3225 <datagrid xmlns="http://www.w3.org/1999/xhtml"><ul/></datagrid>
3226 #errors
3227 /datagrid;no significant content;s
3228
3229 #data
3230 <datagrid xmlns="http://www.w3.org/1999/xhtml"><table/></datagrid>
3231 #errors
3232 /datagrid;no significant content;s
3233
3234 #data
3235 <datagrid xmlns="http://www.w3.org/1999/xhtml"><table/><table/></datagrid>
3236 #errors
3237 /datagrid/table;element not allowed
3238 /datagrid;no significant content;s
3239
3240 #data
3241 <datagrid xmlns="http://www.w3.org/1999/xhtml"><table/><p/><table/></datagrid>
3242 #errors
3243 /datagrid/p;element not allowed
3244 /datagrid/table;element not allowed
3245 /datagrid;no significant content;s
3246 /datagrid/p;no significant content;s
3247
3248 #data
3249 <datagrid xmlns="http://www.w3.org/1999/xhtml">xx<table/></datagrid>
3250 #errors
3251 /datagrid/table;element not allowed
3252
3253 #data
3254 <datagrid xmlns="http://www.w3.org/1999/xhtml">xx<p/><table/></datagrid>
3255 #errors
3256 /datagrid/p;no significant content;s
3257
3258 #data
3259 <datagrid xmlns="http://www.w3.org/1999/xhtml"><select/></datagrid>
3260 #errors
3261 /datagrid;no significant content;s
3262
3263 #data
3264 <datagrid xmlns="http://www.w3.org/1999/xhtml"><datalist/></datagrid>
3265 #errors
3266 /datagrid;no significant content;s
3267
3268 #data
3269 <datagrid xmlns="http://www.w3.org/1999/xhtml"><table/>aa</datagrid>
3270 #errors
3271 /datagrid/"aa";character not allowed
3272
3273 #data
3274 <datagrid xmlns="http://www.w3.org/1999/xhtml"><select/>aa</datagrid>
3275 #errors
3276 /datagrid/"aa";character not allowed
3277
3278 #data
3279 <datagrid xmlns="http://www.w3.org/1999/xhtml"><datalist/>aa</datagrid>
3280 #errors
3281 /datagrid/"aa";character not allowed
3282
3283 #data
3284 <datagrid xmlns="http://www.w3.org/1999/xhtml"><datagrid/></datagrid>
3285 #errors
3286 /datagrid/datagrid;element not allowed:minus;m
3287 /datagrid;no significant content;s
3288 /datagrid/datagrid;no significant content;s
3289
3290 #data
3291 <datagrid xmlns="http://www.w3.org/1999/xhtml"><div><datagrid/></div></datagrid>
3292 #errors
3293 /datagrid/div/datagrid;element not allowed:minus;m
3294 /datagrid;no significant content;s
3295 /datagrid/div;no significant content;s
3296 /datagrid/div/datagrid;no significant content;s
3297
3298 #data
3299 <datagrid xmlns="http://www.w3.org/1999/xhtml">
3300 <p><a/></p>
3301 </datagrid>
3302 #errors
3303 /datagrid/p/a;element not allowed:minus;m
3304 /datagrid;no significant content;s
3305 /datagrid/p;no significant content;s
3306 /datagrid/p/a;no significant content;s
3307
3308 #data
3309 <datagrid xmlns="http://www.w3.org/1999/xhtml">
3310 <details><legend/></details>
3311 </datagrid>
3312 #errors
3313 /datagrid;no significant content;s
3314 /datagrid/details;no significant content;s
3315 /datagrid/details/legend;no significant content;s
3316
3317 #data
3318 <a xmlns="http://www.w3.org/1999/xhtml">
3319 <details>
3320 <legend/>
3321 </details>
3322 </a>
3323 #errors
3324 /a/details;element not allowed:minus;m
3325 /a;no significant content;s
3326 /a/details;no significant content;s
3327 /a/details/legend;no significant content;s
3328
3329 #data
3330 <a xmlns="http://www.w3.org/1999/xhtml">
3331 <span>
3332 <details><legend/></details>
3333 </span>
3334 </a>
3335 #errors
3336 /a/span/details;element not allowed:minus;m
3337 /a;no significant content;s
3338 /a/span;no significant content;s
3339 /a/span/details;no significant content;s
3340 /a/span/details/legend;no significant content;s
3341
3342 #data
3343 <a xmlns="http://www.w3.org/1999/xhtml">
3344 <datagrid/>
3345 </a>
3346 #errors
3347 /a/datagrid;element not allowed:minus;m
3348 /a;no significant content;s
3349 /a/datagrid;no significant content;s
3350
3351 #data
3352 <a xmlns="http://www.w3.org/1999/xhtml">
3353 <span><datagrid/></span>
3354 </a>
3355 #errors
3356 /a/span/datagrid;element not allowed:minus;m
3357 /a;no significant content;s
3358 /a/span;no significant content;s
3359 /a/span/datagrid;no significant content;s
3360
3361 #data
3362 <em xmlns="http://www.w3.org/1999/xhtml"></em>
3363 #errors
3364 /em;no significant content;s
3365
3366 #data
3367 <em xmlns="http://www.w3.org/1999/xhtml"> </em>
3368 #errors
3369 /em;no significant content;s
3370
3371 #data
3372 <em xmlns="http://www.w3.org/1999/xhtml">XXX</em>
3373 #errors
3374
3375 #data
3376 <em xmlns="http://www.w3.org/1999/xhtml"><blockquote/></em>
3377 #errors
3378 /em;no significant content;s
3379 /em/blockquote;no significant content;s
3380 /em/blockquote;element not allowed:phrasing;m
3381
3382 #data
3383 <em xmlns="http://www.w3.org/1999/xhtml">XXX<blockquote/></em>
3384 #errors
3385 /em/blockquote;no significant content;s
3386 /em/blockquote;element not allowed:phrasing;m
3387
3388 #data
3389 <em xmlns="http://www.w3.org/1999/xhtml"><p/></em>
3390 #errors
3391 /em/p;element not allowed:phrasing;m
3392 /em;no significant content;s
3393 /em/p;no significant content;s
3394
3395 #data
3396 <code xmlns="http://www.w3.org/1999/xhtml">
3397 <em></em>
3398 </code>
3399 #errors
3400 /code;no significant content;s
3401 /code/em;no significant content;s
3402
3403 #data
3404 <code xmlns="http://www.w3.org/1999/xhtml">
3405 <em> </em>
3406 </code>
3407 #errors
3408 /code;no significant content;s
3409 /code/em;no significant content;s
3410
3411 #data
3412 <code xmlns="http://www.w3.org/1999/xhtml">
3413 <em>XXX</em>
3414 </code>
3415 #errors
3416
3417 #data
3418 <code xmlns="http://www.w3.org/1999/xhtml">
3419 <em>XXX<b/></em>
3420 </code>
3421 #errors
3422 /code/em/b;no significant content;s
3423
3424 #data
3425 <code xmlns="http://www.w3.org/1999/xhtml">
3426 <em>XXX<blockquote/></em>
3427 </code>
3428 #errors
3429 /code/em/blockquote;element not allowed:phrasing;m
3430 /code/em/blockquote;no significant content;s
3431
3432 #data
3433 <p xmlns="http://www.w3.org/1999/xhtml">
3434 <em></em>
3435 </p>
3436 #errors
3437 /p;no significant content;s
3438 /p/em;no significant content;s
3439
3440 #data
3441 <p xmlns="http://www.w3.org/1999/xhtml">
3442 <em> </em>
3443 </p>
3444 #errors
3445 /p;no significant content;s
3446 /p/em;no significant content;s
3447
3448 #data
3449 <p xmlns="http://www.w3.org/1999/xhtml">
3450 <em>XXX</em>
3451 </p>
3452 #errors
3453
3454 #data
3455 <p xmlns="http://www.w3.org/1999/xhtml">
3456 <em>XXX<b>YYY</b></em>
3457 </p>
3458 #errors
3459
3460 #data
3461 <p xmlns="http://www.w3.org/1999/xhtml">
3462 <em>XXX<blockquote/></em>
3463 </p>
3464 #errors
3465 /p/em/blockquote;no significant content;s
3466 /p/em/blockquote;element not allowed:phrasing;m
3467
3468 #data
3469 <p xmlns="http://www.w3.org/1999/xhtml">
3470 @@ TODO: strong, small, m
3471 </p>
3472 #errors
3473
3474 #data
3475 <p xmlns="http://www.w3.org/1999/xhtml">
3476 <dfn></dfn>
3477 </p>
3478 #errors
3479 /p;no significant content;s
3480 /p/dfn;no significant content;s
3481
3482 #data
3483 <p xmlns="http://www.w3.org/1999/xhtml">
3484 <dfn> </dfn>
3485 </p>
3486 #errors
3487 /p;no significant content;s
3488 /p/dfn;no significant content;s
3489
3490 #data
3491 <p xmlns="http://www.w3.org/1999/xhtml">
3492 <dfn>XXX</dfn>
3493 </p>
3494 #errors
3495
3496 #data
3497 <p xmlns="http://www.w3.org/1999/xhtml">
3498 <dfn><em>XXX</em></dfn>
3499 </p>
3500 #errors
3501
3502 #data
3503 <p xmlns="http://www.w3.org/1999/xhtml">
3504 <dfn><em><blockquote/></em></dfn>
3505 </p>
3506 #errors
3507 /p/dfn/em/blockquote;element not allowed:phrasing;m
3508 /p;no significant content;s
3509 /p/dfn;no significant content;s
3510 /p/dfn/em;no significant content;s
3511 /p/dfn/em/blockquote;no significant content;s
3512
3513 #data
3514 <p xmlns="http://www.w3.org/1999/xhtml">
3515 <dfn><blockquote/></dfn>
3516 </p>
3517 #errors
3518 /p/dfn/blockquote;element not allowed:phrasing;m
3519 /p;no significant content;s
3520 /p/dfn;no significant content;s
3521 /p/dfn/blockquote;no significant content;s
3522
3523 #data
3524 <p xmlns="http://www.w3.org/1999/xhtml">
3525 <dfn><h1/></dfn>
3526 </p>
3527 #errors
3528 /p/dfn/h1;element not allowed:phrasing;m
3529 /p;no significant content;s
3530 /p/dfn;no significant content;s
3531 /p/dfn/h1;no significant content;s
3532
3533 #data
3534 <p xmlns="http://www.w3.org/1999/xhtml">
3535 <dfn><dfn>XXX</dfn></dfn>
3536 </p>
3537 #errors
3538 /p/dfn/dfn;element not allowed:minus;m
3539 /p/dfn/dfn;duplicate term
3540
3541 #data
3542 <p xmlns="http://www.w3.org/1999/xhtml">
3543 <dfn></dfn><dfn/>
3544 </p>
3545 #errors
3546 /p/dfn;duplicate term
3547 /p;no significant content;s
3548 /p/dfn;no significant content;s
3549 /p/dfn;no significant content;s
3550
3551 #data
3552 <p xmlns="http://www.w3.org/1999/xhtml">
3553 <dfn><em><dfn/></em></dfn>
3554 </p>
3555 #errors
3556 /p/dfn/em/dfn;element not allowed:minus;m
3557 /p/dfn/em/dfn;duplicate term
3558 /p;no significant content;s
3559 /p/dfn;no significant content;s
3560 /p/dfn/em;no significant content;s
3561 /p/dfn/em/dfn;no significant content;s
3562
3563 #data
3564 <table xmlns="http://www.w3.org/1999/xhtml">
3565 <thead><tr><td/></tr></thead>
3566 <tbody><tr><td/></tr></tbody>
3567 <tfoot><tr><td/></tr></tfoot>
3568 </table>
3569 #errors
3570 /table/thead/tr/td;no significant content;s
3571 /table/tbody/tr/td;no significant content;s
3572 /table/tfoot/tr/td;no significant content;s
3573
3574 #data
3575 <th xmlns="http://www.w3.org/1999/xhtml"></th>
3576 #errors
3577 /th;no significant content;s
3578
3579 #data
3580 <th xmlns="http://www.w3.org/1999/xhtml">xxx</th>
3581 #errors
3582
3583 #data
3584 <th xmlns="http://www.w3.org/1999/xhtml"> </th>
3585 #errors
3586 /th;no significant content;s
3587
3588 #data
3589 <th xmlns="http://www.w3.org/1999/xhtml"> <!---->xxx</th>
3590 #errors
3591
3592 #data
3593 <th xmlns="http://www.w3.org/1999/xhtml"><a href="">aa</a></th>
3594 #errors
3595
3596 #data
3597 <th xmlns="http://www.w3.org/1999/xhtml"><a href=""></a></th>
3598 #errors
3599 /th;no significant content;s
3600 /th/a;no significant content;s
3601
3602 #data
3603 <th xmlns="http://www.w3.org/1999/xhtml"><p>xx</p></th>
3604 #errors
3605 /th/p;element not allowed:phrasing;m
3606
3607 #data
3608 <th xmlns="http://www.w3.org/1999/xhtml"><ul><li>xx</li></ul></th>
3609 #errors
3610 /th/ul;element not allowed:phrasing;m
3611
3612 #data
3613 <th xmlns="http://www.w3.org/1999/xhtml"><h1>aaa</h1></th>
3614 #errors
3615 /th/h1;element not allowed:phrasing;m
3616
3617 #data
3618 <th xmlns="http://www.w3.org/1999/xhtml"><table/></th>
3619 #errors
3620 /th/table;element not allowed:phrasing;m
3621 /th;no significant content;s
3622
3623 #data
3624 <th xmlns="http://www.w3.org/1999/xhtml"><ins></ins></th>
3625 #errors
3626 /th;no significant content;s
3627
3628 #data
3629 <th xmlns="http://www.w3.org/1999/xhtml"><ins>xxx</ins></th>
3630 #errors
3631
3632 #data
3633 <th xmlns="http://www.w3.org/1999/xhtml"><ins><p>xx</p></ins></th>
3634 #errors
3635 /th/ins/p;element not allowed:phrasing;m
3636
3637 #data
3638 <th xmlns="http://www.w3.org/1999/xhtml"><ins>xxx<p>xxx</p></ins></th>
3639 #errors
3640 /th/ins/p;element not allowed:phrasing;m
3641
3642 #data
3643 <th xmlns="http://www.w3.org/1999/xhtml"><del></del></th>
3644 #errors
3645 /th;no significant content;s
3646
3647 #data
3648 <th xmlns="http://www.w3.org/1999/xhtml"><del>xx</del></th>
3649 #errors
3650 /th;no significant content;s
3651
3652 #data
3653 <th xmlns="http://www.w3.org/1999/xhtml"><del><p>xx</p></del></th>
3654 #errors
3655 /th;no significant content;s
3656 /th/del/p;element not allowed:phrasing;m
3657
3658 #data
3659 <th xmlns="http://www.w3.org/1999/xhtml"><del><p>xxx</p>xxx</del></th>
3660 #errors
3661 /th;no significant content;s
3662 /th/del/p;element not allowed:phrasing;m
3663
3664 #data
3665 <th xmlns="http://www.w3.org/1999/xhtml"><del><ins>xxx<p>xxx</p></ins></del></th>
3666 #errors
3667 /th;no significant content;s
3668 /th/del/ins/p;element not allowed:phrasing;m
3669
3670 #data
3671 <fieldset xmlns="http://www.w3.org/1999/xhtml">
3672 <legend>XXX</legend>
3673 </fieldset>
3674 #errors
3675
3676 #data
3677 <fieldset xmlns="http://www.w3.org/1999/xhtml">
3678 <legend><p>XXX</p></legend>
3679 </fieldset>
3680 #errors
3681 /fieldset/legend/p;element not allowed:phrasing;m
3682
3683 #data
3684 <fieldset xmlns="http://www.w3.org/1999/xhtml">
3685 <legend><blockquote><p>XXX</p></blockquote></legend>
3686 </fieldset>
3687 #errors
3688 /fieldset/legend/blockquote;element not allowed:phrasing;m
3689
3690 #data
3691 <figure xmlns="http://www.w3.org/1999/xhtml">
3692 <legend>XXX</legend>
3693 <img/>
3694 </figure>
3695 #errors
3696
3697 #data
3698 <figure xmlns="http://www.w3.org/1999/xhtml">
3699 <legend><p>XXX</p></legend>
3700 <img/>
3701 </figure>
3702 #errors
3703 /figure/legend/p;element not allowed:phrasing;m
3704
3705 #data
3706 <figure xmlns="http://www.w3.org/1999/xhtml">
3707 <legend><blockquote><p>XXX</p></blockquote></legend>
3708 <img/>
3709 </figure>
3710 #errors
3711 /figure/legend/blockquote;element not allowed:phrasing;m
3712
3713 #data
3714 <figure xmlns="http://www.w3.org/1999/xhtml">
3715 <legend>XXX</legend>
3716 <img/>
3717 </figure>
3718 #errors
3719
3720 #data
3721 <figure xmlns="http://www.w3.org/1999/xhtml">
3722 <legend><p>XXX</p></legend>
3723 <img/>
3724 </figure>
3725 #errors
3726 /figure/legend/p;element not allowed:phrasing;m
3727
3728 #data
3729 <figure xmlns="http://www.w3.org/1999/xhtml">
3730 <legend><blockquote><p>XXX</p></blockquote></legend>
3731 <img/>
3732 </figure>
3733 #errors
3734 /figure/legend/blockquote;element not allowed:phrasing;m
3735
3736 #data
3737 <head xmlns="http://www.w3.org/1999/xhtml">
3738 <title/>
3739 <noscript>
3740 <p/>
3741 </noscript>
3742 </head>
3743 #errors
3744 /head/noscript;in XML:noscript
3745 /head/noscript/p;element not allowed
3746 /head/title;no significant content;s
3747 /head/noscript/p;no significant content;s
3748
3749 #data
3750 <head xmlns="http://www.w3.org/1999/xhtml">
3751 <title/>
3752 <noscript>
3753 <noscript/>
3754 </noscript>
3755 </head>
3756 #errors
3757 /head/noscript;in XML:noscript
3758 /head/noscript/noscript;element not allowed
3759 /head/title;no significant content;s
3760
3761 #data
3762 <head xmlns="http://www.w3.org/1999/xhtml">
3763 <title/>
3764 <noscript>
3765 <link rel="stylesheet" href=""/>
3766 </noscript>
3767 </head>
3768 #errors
3769 /head/noscript;in XML:noscript
3770 /head/title;no significant content;s
3771
3772 #data
3773 <head xmlns="http://www.w3.org/1999/xhtml">
3774 <title/>
3775 <noscript>
3776 <style/>
3777 </noscript>
3778 </head>
3779 #errors
3780 /head/noscript;in XML:noscript
3781 /head/noscript/style;style:text/css;unsupported
3782 /head/title;no significant content;s
3783
3784 #data
3785 <head xmlns="http://www.w3.org/1999/xhtml">
3786 <title/>
3787 <noscript>
3788 <script/>
3789 </noscript>
3790 </head>
3791 #errors
3792 /head/noscript;in XML:noscript
3793 /head/noscript/script;element not allowed
3794 /head/noscript/script;script:text/javascript;unsupported
3795 /head/title;no significant content;s
3796
3797 #data
3798 <head xmlns="http://www.w3.org/1999/xhtml">
3799 <title/>
3800 <noscript>
3801 <meta name="keywords" content=""/>
3802 </noscript>
3803 </head>
3804 #errors
3805 /head/noscript;in XML:noscript
3806 /head/title;no significant content;s
3807
3808 #data
3809 <head xmlns="http://www.w3.org/1999/xhtml">
3810 <title/>
3811 <noscript>
3812 <base href=""/>
3813 </noscript>
3814 </head>
3815 #errors
3816 /head/noscript;in XML:noscript
3817 /head/noscript/base;element not allowed
3818 /head/title;no significant content;s
3819
3820 #data
3821 <head xmlns="http://www.w3.org/1999/xhtml">
3822 <title/>
3823 <noscript>
3824 <event-source src=""/>
3825 </noscript>
3826 </head>
3827 #errors
3828 /head/noscript;in XML:noscript
3829 /head/noscript/event-source;element not allowed
3830 /head/title;no significant content;s
3831
3832 #data
3833 <head xmlns="http://www.w3.org/1999/xhtml">
3834 <title/>
3835 <noscript>
3836 <title/>
3837 </noscript>
3838 </head>
3839 #errors
3840 /head/noscript;in XML:noscript
3841 /head/noscript/title;element not allowed
3842 /head/title;no significant content;s
3843 /head/noscript/title;no significant content;s
3844
3845 #data
3846 <head xmlns="http://www.w3.org/1999/xhtml">
3847 <title/>
3848 <noscript>
3849 <link rel="stylesheet" href=""/>
3850 <style/>
3851 </noscript>
3852 </head>
3853 #errors
3854 /head/noscript;in XML:noscript
3855 /head/noscript/style;style:text/css;unsupported
3856 /head/title;no significant content;s
3857
3858 #data
3859 <head xmlns="http://www.w3.org/1999/xhtml">
3860 <title/>
3861 <noscript>
3862 <link rel="stylesheet" href=""/>
3863 <noscript>
3864 <style/>
3865 </noscript>
3866 </noscript>
3867 </head>
3868 #errors
3869 /head/noscript;in XML:noscript
3870 /head/noscript/noscript;in XML:noscript
3871 /head/noscript/noscript;element not allowed
3872 /head/noscript/noscript/style;style:text/css;unsupported
3873 /head/title;no significant content;s
3874
3875 #data
3876 <head xmlns="http://www.w3.org/1999/xhtml">
3877 <title/>
3878 <noscript>
3879 <link rel="stylesheet" href=""/>
3880 <noscript>
3881 <p/>
3882 </noscript>
3883 </noscript>
3884 </head>
3885 #errors
3886 /head/noscript;in XML:noscript
3887 /head/noscript/noscript;in XML:noscript
3888 /head/noscript/noscript;element not allowed
3889 /head/noscript/noscript/p;element not allowed
3890 /head/title;no significant content;s
3891 /head/noscript/noscript/p;no significant content;s
3892
3893 #data
3894 <head xmlns="http://www.w3.org/1999/xhtml">
3895 <title/>
3896 <noscript>
3897 <link rel="stylesheet" href=""/>
3898 <noscript>
3899 <meta charset="us-ascii"/>
3900 </noscript>
3901 </noscript>
3902 </head>
3903 #errors
3904 /head/noscript;in XML:noscript
3905 /head/noscript/noscript;in XML:noscript
3906 /head/noscript/noscript;element not allowed
3907 /head/noscript/noscript/meta;element not allowed:meta charset;m
3908 /head/noscript/noscript/meta;in XML:charset;m
3909 /head/noscript/noscript/meta/@charset;mismatched charset name::us-ascii;unsupported
3910 /head/title;no significant content;s
3911
3912 #data
3913 <noscript xmlns="http://www.w3.org/1999/xhtml">
3914 <meta name="keywords" content=""/>
3915 </noscript>
3916 #errors
3917 /noscript;in XML:noscript
3918 /noscript;no significant content;s
3919 /noscript/meta;element not allowed:prose;m
3920
3921 #data
3922 <noscript xmlns="http://www.w3.org/1999/xhtml">
3923 <title/>
3924 </noscript>
3925 #errors
3926 /noscript;no significant content;s
3927 /noscript;in XML:noscript
3928 /noscript/title;element not allowed:prose;m
3929 /noscript/title;no significant content;s
3930
3931 #data
3932 <noscript xmlns="http://www.w3.org/1999/xhtml">
3933 <link rel="stylesheet" href=""/>
3934 </noscript>
3935 #errors
3936 /noscript;no significant content;s
3937 /noscript;in XML:noscript
3938 /noscript/link;element not allowed:prose;m
3939
3940 #data
3941 <noscript xmlns="http://www.w3.org/1999/xhtml">
3942 <style/>
3943 </noscript>
3944 #errors
3945 /noscript;no significant content;s
3946 /noscript;in XML:noscript
3947 /noscript/style;element not allowed:prose style;m
3948 /noscript/style;style:text/css;unsupported
3949
3950 #data
3951 <noscript xmlns="http://www.w3.org/1999/xhtml">
3952 <style scope=""/>
3953 </noscript>
3954 #errors
3955 /noscript;no significant content;s
3956 /noscript;in XML:noscript
3957 /noscript/style;style:text/css;unsupported
3958
3959 #data
3960 <noscript xmlns="http://www.w3.org/1999/xhtml">
3961 <meta charset="us-ascii"/>
3962 </noscript>
3963 #errors
3964 /noscript;no significant content;s
3965 /noscript;in XML:noscript
3966 /noscript/meta;element not allowed:meta charset;m
3967 /noscript/meta;in XML:charset;m
3968 /noscript/meta/@charset;mismatched charset name::us-ascii;unsupported
3969
3970 #data
3971 <noscript xmlns="http://www.w3.org/1999/xhtml">
3972 <noscript/>
3973 </noscript>
3974 #errors
3975 /noscript;no significant content;s
3976 /noscript;in XML:noscript
3977 /noscript/noscript;element not allowed:minus;m
3978 /noscript/noscript;in XML:noscript
3979
3980 #data
3981 <datatemplate xmlns="http://www.w3.org/1999/xhtml"/>
3982 #errors
3983
3984 #data
3985 <datatemplate xmlns="http://www.w3.org/1999/xhtml"><rule/></datatemplate>
3986 #errors
3987 /datatemplate/rule;no significant content;s
3988
3989 #data
3990 <datatemplate xmlns="http://www.w3.org/1999/xhtml">
3991 <rule/>
3992 </datatemplate>
3993 #errors
3994 /datatemplate/rule;no significant content;s
3995
3996 #data
3997 <datatemplate xmlns="http://www.w3.org/1999/xhtml">
3998 <rule/><!-- -->
3999 </datatemplate>
4000 #errors
4001 /datatemplate/rule;no significant content;s
4002
4003 #data
4004 <datatemplate xmlns="http://www.w3.org/1999/xhtml"><rule/>aa</datatemplate>
4005 #errors
4006 /datatemplate/"aa";character not allowed
4007 /datatemplate/rule;no significant content;s
4008
4009 #data
4010 <datatemplate xmlns="http://www.w3.org/1999/xhtml">aa<rule/></datatemplate>
4011 #errors
4012 /datatemplate/"aa";character not allowed
4013 /datatemplate/rule;no significant content;s
4014
4015 #data
4016 <datatemplate xmlns="http://www.w3.org/1999/xhtml"><p/></datatemplate>
4017 #errors
4018 /datatemplate/p;element not allowed:datatemplate
4019 /datatemplate/p;no significant content;s
4020
4021 #data
4022 <head xmlns="http://www.w3.org/1999/xhtml">
4023 <title/>
4024 <datatemplate/>
4025 </head>
4026 #errors
4027 /head/title;no significant content;s
4028
4029 #data
4030 <body xmlns="http://www.w3.org/1999/xhtml">
4031 <datatemplate/>
4032 </body>
4033 #errors
4034 /body;no significant content;s
4035
4036 #data
4037 <section xmlns="http://www.w3.org/1999/xhtml">
4038 <datatemplate/>
4039 </section>
4040 #errors
4041 /section;no significant content;s
4042
4043 #data
4044 <p xmlns="http://www.w3.org/1999/xhtml">
4045 <datatemplate/>
4046 </p>
4047 #errors
4048 /p/datatemplate;element not allowed:phrasing;m
4049 /p;no significant content;s
4050
4051 #data
4052 <rule xmlns="http://www.w3.org/1999/xhtml"/>
4053 #errors
4054 /rule;no significant content;s
4055
4056 #data
4057 <rule xmlns="http://www.w3.org/1999/xhtml"><p/></rule>
4058 #errors
4059 /rule;no significant content;s
4060 /rule/p;no significant content;s
4061
4062 #data
4063 <rule xmlns="http://www.w3.org/1999/xhtml">aa</rule>
4064 #errors
4065
4066 #data
4067 <rule xmlns="http://www.w3.org/1999/xhtml"><!----><?a?></rule>
4068 #errors
4069 /rule;no significant content;s
4070
4071 #data
4072 <rule xmlns="http://www.w3.org/1999/xhtml"><unknownelement/></rule>
4073 #errors
4074 /rule/unknownelement;element;unsupported
4075 /rule;no significant content;s
4076
4077 #data
4078 <rule xmlns="http://www.w3.org/1999/xhtml"><unknown xmlns=""/></rule>
4079 #errors
4080 /rule/unknown;element;unsupported
4081 /rule;no significant content;s
4082
4083 #data
4084 <rule xmlns="http://www.w3.org/1999/xhtml">
4085 <unknown xmlns="http://www.example.org/"/>
4086 </rule>
4087 #errors
4088 /rule/unknown;element;unsupported
4089 /rule;no significant content;s
4090
4091 #data
4092 <p xmlns="http://www.w3.org/1999/xhtml"><rule/></p>
4093 #errors
4094 /p/rule;element not allowed:phrasing;m
4095 /p;no significant content;s
4096 /p/rule;no significant content;s
4097
4098 #data
4099 <body xmlns="http://www.w3.org/1999/xhtml"><rule/></body>
4100 #errors
4101 /body/rule;element not allowed:prose;m
4102 /body;no significant content;s
4103 /body/rule;no significant content;s
4104
4105 #data
4106 <head xmlns="http://www.w3.org/1999/xhtml"><title/><rule/></head>
4107 #errors
4108 /head/rule;element not allowed:metadata;m
4109 /head/title;no significant content;s
4110 /head/rule;no significant content;s
4111
4112 #data
4113 <nest xmlns="http://www.w3.org/1999/xhtml"/>
4114 #errors
4115
4116 #data
4117 <nest xmlns="http://www.w3.org/1999/xhtml"> </nest>
4118 #errors
4119
4120 #data
4121 <nest xmlns="http://www.w3.org/1999/xhtml">aa</nest>
4122 #errors
4123 /nest/"aa";character not allowed:empty;m
4124
4125 #data
4126 <nest xmlns="http://www.w3.org/1999/xhtml"><p/></nest>
4127 #errors
4128 /nest/p;element not allowed:empty;m
4129 /nest/p;no significant content;s
4130
4131 #data
4132 <nest xmlns="http://www.w3.org/1999/xhtml"><!----></nest>
4133 #errors
4134
4135 #data
4136 <nest xmlns="http://www.w3.org/1999/xhtml"><nest/></nest>
4137 #errors
4138 /nest/nest;element not allowed:empty;m
4139
4140 #data
4141 <p xmlns="http://www.w3.org/1999/xhtml"><nest/></p>
4142 #errors
4143 /p/nest;element not allowed:phrasing;m
4144 /p;no significant content;s
4145
4146 #data
4147 <head xmlns="http://www.w3.org/1999/xhtml"><title/><nest/></head>
4148 #errors
4149 /head/nest;element not allowed:metadata;m
4150 /head/title;no significant content;s
4151
4152 #data
4153 <div xmlns="http://www.w3.org/1999/xhtml"><nest/></div>
4154 #errors
4155 /div/nest;element not allowed:prose;m
4156 /div;no significant content;s
4157
4158 #data
4159 <datatemplate xmlns="http://www.w3.org/1999/xhtml"><nest/></datatemplate>
4160 #errors
4161 /datatemplate/nest;element not allowed:datatemplate
4162
4163 #data
4164 <rule xmlns="http://www.w3.org/1999/xhtml"><nest/></rule>
4165 #errors
4166 /rule;no significant content;s
4167
4168 #data
4169 <rule xmlns="http://www.w3.org/1999/xhtml"><br><nest/></br></rule>
4170 #errors
4171 /rule;no significant content;s
4172
4173 #data
4174 <rule xmlns="http://www.w3.org/1999/xhtml"><br><nest/>a</br></rule>
4175 #errors
4176 /rule/br/"a";character not allowed:empty;m
4177
4178 #data
4179 <rule xmlns="http://www.w3.org/1999/xhtml"><title><nest/></title></rule>
4180 #errors
4181 /rule;no significant content;s
4182 /rule/title;no significant content;s
4183
4184 #data
4185 <rule xmlns="http://www.w3.org/1999/xhtml"><title><nest/>aa</title></rule>
4186 #errors
4187
4188 #data
4189 <rule xmlns="http://www.w3.org/1999/xhtml">
4190 <plaintext><nest/></plaintext>
4191 </rule>
4192 #errors
4193 /rule/plaintext;element;unsupported
4194 /rule;no significant content;s
4195
4196 #data
4197 <rule xmlns="http://www.w3.org/1999/xhtml"><textarea><nest/></textarea></rule>
4198 #errors
4199 /rule/textarea;element;unsupported
4200 /rule;no significant content;s
4201
4202 #data
4203 <rule xmlns="http://www.w3.org/1999/xhtml"><section><nest/></section></rule>
4204 #errors
4205 /rule;no significant content;s
4206 /rule/section;no significant content;s
4207
4208 #data
4209 <rule xmlns="http://www.w3.org/1999/xhtml">
4210 <section><style scoped=""/><nest/></section>
4211 </rule>
4212 #errors
4213 /rule/section/style;style:text/css;unsupported
4214 /rule;no significant content;s
4215 /rule/section;no significant content;s
4216
4217 #data
4218 <rule xmlns="http://www.w3.org/1999/xhtml">
4219 <section><nest/><style scoped=""/></section>
4220 </rule>
4221 #errors
4222 /rule/section/style;style:text/css;unsupported
4223 /rule;no significant content;s
4224 /rule/section;no significant content;s
4225
4226 #data
4227 <rule xmlns="http://www.w3.org/1999/xhtml">
4228 <section><nest/><style scoped=""/><p/></section>
4229 </rule>
4230 #errors
4231 /rule/section/style;style:text/css;unsupported
4232 /rule;no significant content;s
4233 /rule/section;no significant content;s
4234 /rule/section/p;no significant content;s
4235
4236 #data
4237 <rule xmlns="http://www.w3.org/1999/xhtml">
4238 <section><p/><style scoped=""/><nest/></section>
4239 </rule>
4240 #errors
4241 /rule/section/style;element not allowed:prose style;m
4242 /rule/section/style;style:text/css;unsupported
4243 /rule;no significant content;s
4244 /rule/section;no significant content;s
4245 /rule/section/p;no significant content;s
4246
4247 #data
4248 <rule xmlns="http://www.w3.org/1999/xhtml"><p><nest/></p></rule>
4249 #errors
4250 /rule;no significant content;s
4251 /rule/p;no significant content;s
4252
4253 #data
4254 <rule xmlns="http://www.w3.org/1999/xhtml"><p><nest/>aaa</p></rule>
4255 #errors
4256
4257 #data
4258 <rule xmlns="http://www.w3.org/1999/xhtml"><p><!----><nest/></p></rule>
4259 #errors
4260 /rule;no significant content;s
4261 /rule/p;no significant content;s
4262
4263 #data
4264 <rule xmlns="http://www.w3.org/1999/xhtml"><body><nest/></body></rule>
4265 #errors
4266 /rule;no significant content;s
4267 /rule/body;no significant content;s
4268
4269 #data
4270 <rule xmlns="http://www.w3.org/1999/xhtml"><em><nest/></em></rule>
4271 #errors
4272 /rule;no significant content;s
4273 /rule/em;no significant content;s
4274
4275 #data
4276 <rule xmlns="http://www.w3.org/1999/xhtml"><em>aa<nest/></em></rule>
4277 #errors
4278
4279 #data
4280 <rule xmlns="http://www.w3.org/1999/xhtml"><em><nest/><i/></em></rule>
4281 #errors
4282 /rule;no significant content;s
4283 /rule/em;no significant content;s
4284 /rule/em/i;no significant content;s
4285
4286 #data
4287 <rule xmlns="http://www.w3.org/1999/xhtml"><sub><nest/></sub></rule>
4288 #errors
4289 /rule;no significant content;s
4290 /rule/sub;no significant content;s
4291
4292 #data
4293 <rule xmlns="http://www.w3.org/1999/xhtml"><sup><nest/><sub/></sup></rule>
4294 #errors
4295 /rule;no significant content;s
4296 /rule/sup;no significant content;s
4297 /rule/sup/sub;no significant content;s
4298
4299 #data
4300 <rule xmlns="http://www.w3.org/1999/xhtml"><sub><em><nest/></em></sub></rule>
4301 #errors
4302 /rule;no significant content;s
4303 /rule/sub;no significant content;s
4304 /rule/sub/em;no significant content;s
4305
4306 #data
4307 <rule xmlns="http://www.w3.org/1999/xhtml"><div><nest/></div></rule>
4308 #errors
4309 /rule;no significant content;s
4310 /rule/div;no significant content;s
4311
4312 #data
4313 <rule xmlns="http://www.w3.org/1999/xhtml"><div><nest/><p/></div></rule>
4314 #errors
4315 /rule;no significant content;s
4316 /rule/div;no significant content;s
4317 /rule/div/p;no significant content;s
4318
4319 #data
4320 <rule xmlns="http://www.w3.org/1999/xhtml"><div><nest/><i/></div></rule>
4321 #errors
4322 /rule;no significant content;s
4323 /rule/div;no significant content;s
4324 /rule/div/i;no significant content;s
4325
4326 #data
4327 <rule xmlns="http://www.w3.org/1999/xhtml"><div><nest/>aa</div></rule>
4328 #errors
4329
4330 #data
4331 <rule xmlns="http://www.w3.org/1999/xhtml"><div><nest/><p/><i/></div></rule>
4332 #errors
4333 /rule;no significant content;s
4334 /rule/div;no significant content;s
4335 /rule/div/p;no significant content;s
4336 /rule/div/i;no significant content;s
4337
4338 #data
4339 <rule xmlns="http://www.w3.org/1999/xhtml"><div><p/><nest/></div></rule>
4340 #errors
4341 /rule;no significant content;s
4342 /rule/div;no significant content;s
4343 /rule/div/p;no significant content;s
4344
4345 #data
4346 <rule xmlns="http://www.w3.org/1999/xhtml"><div><i/><nest/></div></rule>
4347 #errors
4348 /rule;no significant content;s
4349 /rule/div;no significant content;s
4350 /rule/div/i;no significant content;s
4351
4352 #data
4353 <rule xmlns="http://www.w3.org/1999/xhtml"><div>aa<nest/></div></rule>
4354 #errors
4355
4356 #data
4357 <rule xmlns="http://www.w3.org/1999/xhtml"><div>aa<nest/><p/></div></rule>
4358 #errors
4359 /rule/div/p;no significant content;s
4360
4361 #data
4362 <rule xmlns="http://www.w3.org/1999/xhtml"><aside><nest/></aside></rule>
4363 #errors
4364 /rule;no significant content;s
4365 /rule/aside;no significant content;s
4366
4367 #data
4368 <rule xmlns="http://www.w3.org/1999/xhtml"><aside><nest/>aa</aside></rule>
4369 #errors
4370
4371 #data
4372 <rule xmlns="http://www.w3.org/1999/xhtml"><aside><nest/><i/></aside></rule>
4373 #errors
4374 /rule;no significant content;s
4375 /rule/aside;no significant content;s
4376 /rule/aside/i;no significant content;s
4377
4378 #data
4379 <rule xmlns="http://www.w3.org/1999/xhtml"><aside><nest/><p/></aside></rule>
4380 #errors
4381 /rule;no significant content;s
4382 /rule/aside;no significant content;s
4383 /rule/aside/p;no significant content;s
4384
4385 #data
4386 <rule xmlns="http://www.w3.org/1999/xhtml"><aside>aa<nest/></aside></rule>
4387 #errors
4388
4389 #data
4390 <rule xmlns="http://www.w3.org/1999/xhtml"><aside><i/><nest/></aside></rule>
4391 #errors
4392 /rule;no significant content;s
4393 /rule/aside;no significant content;s
4394 /rule/aside/i;no significant content;s
4395
4396 #data
4397 <rule xmlns="http://www.w3.org/1999/xhtml"><aside><p/><nest/></aside></rule>
4398 #errors
4399 /rule;no significant content;s
4400 /rule/aside;no significant content;s
4401 /rule/aside/p;no significant content;s
4402
4403 #data
4404 <rule xmlns="http://www.w3.org/1999/xhtml">
4405 <aside><nest/><style scoped=""/></aside>
4406 </rule>
4407 #errors
4408 /rule/aside/style;style:text/css;unsupported
4409 /rule;no significant content;s
4410 /rule/aside;no significant content;s
4411
4412 #data
4413 <rule xmlns="http://www.w3.org/1999/xhtml">
4414 <aside><nest/><style scoped=""/>aa</aside>
4415 </rule>
4416 #errors
4417 /rule/aside/style;style:text/css;unsupported
4418
4419 #data
4420 <rule xmlns="http://www.w3.org/1999/xhtml">
4421 <aside><nest/><style scoped=""/><i/></aside>
4422 </rule>
4423 #errors
4424 /rule/aside/style;style:text/css;unsupported
4425 /rule;no significant content;s
4426 /rule/aside;no significant content;s
4427 /rule/aside/i;no significant content;s
4428
4429 #data
4430 <rule xmlns="http://www.w3.org/1999/xhtml">
4431 <aside><nest/><style scoped=""/><blockquote/></aside>
4432 </rule>
4433 #errors
4434 /rule/aside/style;style:text/css;unsupported
4435 /rule;no significant content;s
4436 /rule/aside;no significant content;s
4437 /rule/aside/blockquote;no significant content;s
4438
4439 #data
4440 <rule xmlns="http://www.w3.org/1999/xhtml">
4441 <aside><nest/><style scoped=""/><blockquote/><p/></aside>
4442 </rule>
4443 #errors
4444 /rule/aside/style;style:text/css;unsupported
4445 /rule;no significant content;s
4446 /rule/aside;no significant content;s
4447 /rule/aside/blockquote;no significant content;s
4448 /rule/aside/p;no significant content;s
4449
4450 #data
4451 <rule xmlns="http://www.w3.org/1999/xhtml">
4452 <aside><nest/><style scoped=""/><blockquote/><i/></aside>
4453 </rule>
4454 #errors
4455 /rule/aside/style;style:text/css;unsupported
4456 /rule;no significant content;s
4457 /rule/aside;no significant content;s
4458 /rule/aside/blockquote;no significant content;s
4459 /rule/aside/i;no significant content;s
4460
4461 #data
4462 <rule xmlns="http://www.w3.org/1999/xhtml">
4463 <aside><nest/><style scoped=""/><p/></aside>
4464 </rule>
4465 #errors
4466 /rule/aside/style;style:text/css;unsupported
4467 /rule;no significant content;s
4468 /rule/aside;no significant content;s
4469 /rule/aside/p;no significant content;s
4470
4471 #data
4472 <rule xmlns="http://www.w3.org/1999/xhtml">
4473 <aside><nest/>aa<style scoped=""/></aside>
4474 </rule>
4475 #errors
4476 /rule/aside/style;element not allowed:prose style;m
4477 /rule/aside/style;style:text/css;unsupported
4478
4479 #data
4480 <rule xmlns="http://www.w3.org/1999/xhtml">
4481 <aside><nest/><i/><style scoped=""/></aside>
4482 </rule>
4483 #errors
4484 /rule/aside/style;element not allowed:prose style;m
4485 /rule/aside/style;style:text/css;unsupported
4486 /rule;no significant content;s
4487 /rule/aside;no significant content;s
4488 /rule/aside/i;no significant content;s
4489
4490 #data
4491 <rule xmlns="http://www.w3.org/1999/xhtml">
4492 <aside><nest/><p/><style scoped=""/></aside>
4493 </rule>
4494 #errors
4495 /rule/aside/style;element not allowed:prose style;m
4496 /rule/aside/style;style:text/css;unsupported
4497 /rule;no significant content;s
4498 /rule/aside;no significant content;s
4499 /rule/aside/p;no significant content;s
4500
4501 #data
4502 <rule xmlns="http://www.w3.org/1999/xhtml">
4503 <aside>aa<nest/></aside>
4504 </rule>
4505 #errors
4506
4507 #data
4508 <rule xmlns="http://www.w3.org/1999/xhtml">
4509 <aside><i/><nest/></aside>
4510 </rule>
4511 #errors
4512 /rule;no significant content;s
4513 /rule/aside;no significant content;s
4514 /rule/aside/i;no significant content;s
4515
4516 #data
4517 <rule xmlns="http://www.w3.org/1999/xhtml">
4518 <aside><blockquote/><nest/></aside>
4519 </rule>
4520 #errors
4521 /rule;no significant content;s
4522 /rule/aside;no significant content;s
4523 /rule/aside/blockquote;no significant content;s
4524
4525 #data
4526 <rule xmlns="http://www.w3.org/1999/xhtml">
4527 <aside><p/><nest/></aside>
4528 </rule>
4529 #errors
4530 /rule;no significant content;s
4531 /rule/aside;no significant content;s
4532 /rule/aside/p;no significant content;s
4533
4534 #data
4535 <rule xmlns="http://www.w3.org/1999/xhtml">
4536 <aside>aa<nest/><style scoped=""/></aside>
4537 </rule>
4538 #errors
4539 /rule/aside/style;element not allowed:prose style;m
4540 /rule/aside/style;style:text/css;unsupported
4541
4542 #data
4543 <rule xmlns="http://www.w3.org/1999/xhtml">
4544 <aside><i/><nest/><style scoped=""/></aside>
4545 </rule>
4546 #errors
4547 /rule/aside/style;element not allowed:prose style;m
4548 /rule/aside/style;style:text/css;unsupported
4549 /rule;no significant content;s
4550 /rule/aside;no significant content;s
4551 /rule/aside/i;no significant content;s
4552
4553 #data
4554 <rule xmlns="http://www.w3.org/1999/xhtml">
4555 <aside><blockquote/><nest/><style scoped=""/></aside>
4556 </rule>
4557 #errors
4558 /rule/aside/style;element not allowed:prose style;m
4559 /rule/aside/style;style:text/css;unsupported
4560 /rule;no significant content;s
4561 /rule/aside;no significant content;s
4562 /rule/aside/blockquote;no significant content;s
4563
4564 #data
4565 <rule xmlns="http://www.w3.org/1999/xhtml">
4566 <aside><p/><nest/><style scoped=""/></aside>
4567 </rule>
4568 #errors
4569 /rule/aside/style;element not allowed:prose style;m
4570 /rule/aside/style;style:text/css;unsupported
4571 /rule;no significant content;s
4572 /rule/aside;no significant content;s
4573 /rule/aside/p;no significant content;s
4574
4575 #data
4576 <rule xmlns="http://www.w3.org/1999/xhtml"><ins><nest/></ins></rule>
4577 #errors
4578 /rule;no significant content;s
4579
4580 #data
4581 <rule xmlns="http://www.w3.org/1999/xhtml"><p><ins><nest/></ins></p></rule>
4582 #errors
4583 /rule;no significant content;s
4584 /rule/p;no significant content;s
4585
4586 #data
4587 <rule xmlns="http://www.w3.org/1999/xhtml"><html><nest/></html></rule>
4588 #errors
4589 /rule/html;child element missing:head
4590 /rule/html;child element missing:body
4591 /rule;no significant content;s
4592 /rule/html;no significant content;s
4593
4594 #data
4595 <rule xmlns="http://www.w3.org/1999/xhtml"><html>
4596 <head><title/></head><body/><nest/>
4597 </html></rule>
4598 #errors
4599 /rule;no significant content;s
4600 /rule/html;no significant content;s
4601 /rule/html/head/title;no significant content;s
4602 /rule/html/body;no significant content;s
4603
4604 #data
4605 <rule xmlns="http://www.w3.org/1999/xhtml"><html>
4606 <head><title/></head><nest/><body/>
4607 </html></rule>
4608 #errors
4609 /rule;no significant content;s
4610 /rule/html;no significant content;s
4611 /rule/html/head/title;no significant content;s
4612 /rule/html/body;no significant content;s
4613
4614 #data
4615 <rule xmlns="http://www.w3.org/1999/xhtml"><html>
4616 <nest/><head><title/></head><body/>
4617 </html></rule>
4618 #errors
4619 /rule;no significant content;s
4620 /rule/html;no significant content;s
4621 /rule/html/head/title;no significant content;s
4622 /rule/html/body;no significant content;s
4623
4624 #data
4625 <rule xmlns="http://www.w3.org/1999/xhtml"><html>
4626 <head><title/></head><body/><nest/><body/>
4627 </html></rule>
4628 #errors
4629 /rule/html/body;element not allowed
4630 /rule;no significant content;s
4631 /rule/html;no significant content;s
4632 /rule/html/head/title;no significant content;s
4633 /rule/html/body;no significant content;s
4634 /rule/html/body;no significant content;s
4635
4636 #data
4637 <rule xmlns="http://www.w3.org/1999/xhtml"><html>
4638 <head><title/></head><nest/>
4639 </html></rule>
4640 #errors
4641 /rule/html;child element missing:body
4642 /rule;no significant content;s
4643 /rule/html;no significant content;s
4644 /rule/html/head/title;no significant content;s
4645
4646 #data
4647 <rule xmlns="http://www.w3.org/1999/xhtml"><html>
4648 <nest/><body/>
4649 </html></rule>
4650 #errors
4651 /rule/html/body;ps element missing:head
4652 /rule;no significant content;s
4653 /rule/html;no significant content;s
4654 /rule/html/body;no significant content;s
4655
4656 #data
4657 <rule xmlns="http://www.w3.org/1999/xhtml"><html>
4658 <head><title/></head><body/><nest/>
4659 </html></rule>
4660 #errors
4661 /rule;no significant content;s
4662 /rule/html;no significant content;s
4663 /rule/html/head/title;no significant content;s
4664 /rule/html/body;no significant content;s
4665
4666 #data
4667 <rule xmlns="http://www.w3.org/1999/xhtml">
4668 <head><nest/></head>
4669 </rule>
4670 #errors
4671 /rule/head;child element missing:title
4672 /rule;no significant content;s
4673
4674 #data
4675 <rule xmlns="http://www.w3.org/1999/xhtml">
4676 <head><title/><nest/></head>
4677 </rule>
4678 #errors
4679 /rule;no significant content;s
4680 /rule/head/title;no significant content;s
4681
4682 #data
4683 <rule xmlns="http://www.w3.org/1999/xhtml">
4684 <head><nest/><title/></head>
4685 </rule>
4686 #errors
4687 /rule;no significant content;s
4688 /rule/head/title;no significant content;s
4689
4690 #data
4691 <rule xmlns="http://www.w3.org/1999/xhtml">
4692 <head><nest/><base href="http://www.example.com/"/><title/></head>
4693 </rule>
4694 #errors
4695 /rule;no significant content;s
4696 /rule/head/title;no significant content;s
4697
4698 #data
4699 <rule xmlns="http://www.w3.org/1999/xhtml">
4700 <head><base href="http://www.example.com/"/><nest/><title/></head>
4701 </rule>
4702 #errors
4703 /rule;no significant content;s
4704 /rule/head/title;no significant content;s
4705
4706 #data
4707 <rule xmlns="http://www.w3.org/1999/xhtml">
4708 <head><meta charset="us-ascii"/><nest/><title/></head>
4709 </rule>
4710 #errors
4711 /rule/head/meta;element not allowed:meta charset;m
4712 /rule/head/meta;in XML:charset;m
4713 /rule/head/meta/@charset;mismatched charset name::us-ascii;unsupported
4714 /rule;no significant content;s
4715 /rule/head/title;no significant content;s
4716
4717 #data
4718 <rule xmlns="http://www.w3.org/1999/xhtml">
4719 <head><nest/><meta charset="us-ascii"/><title/></head>
4720 </rule>
4721 #errors
4722 /rule/head/meta;element not allowed:meta charset;m
4723 /rule/head/meta;in XML:charset;m
4724 /rule/head/meta/@charset;mismatched charset name::us-ascii;unsupported
4725 /rule;no significant content;s
4726 /rule/head/title;no significant content;s
4727
4728 #data
4729 <rule xmlns="http://www.w3.org/1999/xhtml"><style><nest/></style></rule>
4730 #errors
4731 /rule/style;style:text/css;unsupported
4732 /rule;no significant content;s
4733
4734 #data
4735 <rule xmlns="http://www.w3.org/1999/xhtml"><script><nest/></script></rule>
4736 #errors
4737 /rule/script;script:text/javascript;unsupported
4738 /rule;no significant content;s
4739
4740 #data
4741 <rule xmlns="http://www.w3.org/1999/xhtml"><footer><nest/></footer></rule>
4742 #errors
4743 /rule;no significant content;s
4744 /rule/footer;no significant content;s
4745
4746 #data
4747 <rule xmlns="http://www.w3.org/1999/xhtml"><footer><nest/>a</footer></rule>
4748 #errors
4749
4750 #data
4751 <rule xmlns="http://www.w3.org/1999/xhtml"><footer><nest/><i/></footer></rule>
4752 #errors
4753 /rule;no significant content;s
4754 /rule/footer;no significant content;s
4755 /rule/footer/i;no significant content;s
4756
4757 #data
4758 <rule xmlns="http://www.w3.org/1999/xhtml"><footer><nest/><ul/></footer></rule>
4759 #errors
4760 /rule;no significant content;s
4761 /rule/footer;no significant content;s
4762
4763 #data
4764 <rule xmlns="http://www.w3.org/1999/xhtml"><footer><nest/><p/></footer></rule>
4765 #errors
4766 /rule;no significant content;s
4767 /rule/footer;no significant content;s
4768 /rule/footer/p;no significant content;s
4769
4770 #data
4771 <rule xmlns="http://www.w3.org/1999/xhtml"><footer>a<nest/></footer></rule>
4772 #errors
4773
4774 #data
4775 <rule xmlns="http://www.w3.org/1999/xhtml"><footer><i/><nest/></footer></rule>
4776 #errors
4777 /rule;no significant content;s
4778 /rule/footer;no significant content;s
4779 /rule/footer/i;no significant content;s
4780
4781 #data
4782 <rule xmlns="http://www.w3.org/1999/xhtml"><footer><ol/><nest/></footer></rule>
4783 #errors
4784 /rule;no significant content;s
4785 /rule/footer;no significant content;s
4786
4787 #data
4788 <rule xmlns="http://www.w3.org/1999/xhtml"><footer><p/><nest/></footer></rule>
4789 #errors
4790 /rule;no significant content;s
4791 /rule/footer;no significant content;s
4792 /rule/footer/p;no significant content;s
4793
4794 #data
4795 <rule xmlns="http://www.w3.org/1999/xhtml"><footer>a<nest/><p/></footer></rule>
4796 #errors
4797 /rule/footer/p;no significant content;s
4798
4799 #data
4800 <rule xmlns="http://www.w3.org/1999/xhtml"><footer><p/><nest/>a</footer></rule>
4801 #errors
4802 /rule/footer/p;no significant content;s
4803
4804 #data
4805 <rule xmlns="http://www.w3.org/1999/xhtml"><footer><nest/><h1/></footer></rule>
4806 #errors
4807 /rule/footer/h1;element not allowed:minus;m
4808 /rule;no significant content;s
4809 /rule/footer;no significant content;s
4810 /rule/footer/h1;no significant content;s
4811
4812 #data
4813 <rule xmlns="http://www.w3.org/1999/xhtml"><dialog><nest/></dialog></rule>
4814 #errors
4815 /rule;no significant content;s
4816
4817 #data
4818 <rule xmlns="http://www.w3.org/1999/xhtml">
4819 <dialog><dt/><nest/></dialog>
4820 </rule>
4821 #errors
4822 /rule/dialog;child element missing:dd
4823 /rule;no significant content;s
4824 /rule/dialog/dt;no significant content;s
4825
4826 #data
4827 <rule xmlns="http://www.w3.org/1999/xhtml">
4828 <dialog><dt/><dd/><nest/></dialog>
4829 </rule>
4830 #errors
4831 /rule;no significant content;s
4832 /rule/dialog/dt;no significant content;s
4833 /rule/dialog/dd;no significant content;s
4834
4835 #data
4836 <rule xmlns="http://www.w3.org/1999/xhtml">
4837 <dialog><dt/><dd/><dt/><nest/></dialog>
4838 </rule>
4839 #errors
4840 /rule/dialog;child element missing:dd
4841 /rule;no significant content;s
4842 /rule/dialog/dt;no significant content;s
4843 /rule/dialog/dd;no significant content;s
4844 /rule/dialog/dt;no significant content;s
4845
4846 #data
4847 <rule xmlns="http://www.w3.org/1999/xhtml">
4848 <dialog><dt/><dd/><dt/><dd/><nest/></dialog>
4849 </rule>
4850 #errors
4851 /rule;no significant content;s
4852 /rule/dialog/dt;no significant content;s
4853 /rule/dialog/dd;no significant content;s
4854 /rule/dialog/dt;no significant content;s
4855 /rule/dialog/dd;no significant content;s
4856
4857 #data
4858 <rule xmlns="http://www.w3.org/1999/xhtml">
4859 <dialog><dt/><nest/><dd/></dialog>
4860 </rule>
4861 #errors
4862 /rule;no significant content;s
4863 /rule/dialog/dt;no significant content;s
4864 /rule/dialog/dd;no significant content;s
4865
4866 #data
4867 <rule xmlns="http://www.w3.org/1999/xhtml">
4868 <dialog><dt/><nest/><dt/><dd/></dialog>
4869 </rule>
4870 #errors
4871 /rule/dialog/dt;ps element missing:dd
4872 /rule;no significant content;s
4873 /rule/dialog/dt;no significant content;s
4874 /rule/dialog/dt;no significant content;s
4875 /rule/dialog/dd;no significant content;s
4876
4877 #data
4878 <rule xmlns="http://www.w3.org/1999/xhtml">
4879 <dialog><nest/><dt/></dialog>
4880 </rule>
4881 #errors
4882 /rule/dialog;child element missing:dd
4883 /rule;no significant content;s
4884 /rule/dialog/dt;no significant content;s
4885
4886 #data
4887 <rule xmlns="http://www.w3.org/1999/xhtml">
4888 <dialog><nest/><dt/><dd/></dialog>
4889 </rule>
4890 #errors
4891 /rule;no significant content;s
4892 /rule/dialog/dt;no significant content;s
4893 /rule/dialog/dd;no significant content;s
4894
4895 #data
4896 <rule xmlns="http://www.w3.org/1999/xhtml"><ul><nest/></ul></rule>
4897 #errors
4898 /rule;no significant content;s
4899
4900 #data
4901 <rule xmlns="http://www.w3.org/1999/xhtml"><ul><li/><nest/></ul></rule>
4902 #errors
4903 /rule;no significant content;s
4904 /rule/ul/li;no significant content;s
4905
4906 #data
4907 <rule xmlns="http://www.w3.org/1999/xhtml"><ul><nest/><li/></ul></rule>
4908 #errors
4909 /rule;no significant content;s
4910 /rule/ul/li;no significant content;s
4911
4912 #data
4913 <rule xmlns="http://www.w3.org/1999/xhtml"><ol><nest/></ol></rule>
4914 #errors
4915 /rule;no significant content;s
4916
4917 #data
4918 <rule xmlns="http://www.w3.org/1999/xhtml"><dl><nest/></dl></rule>
4919 #errors
4920 /rule;no significant content;s
4921
4922 #data
4923 <rule xmlns="http://www.w3.org/1999/xhtml"><dl><nest/><dt/></dl></rule>
4924 #errors
4925 /rule;no significant content;s
4926 /rule/dl;child element missing:dd
4927 /rule/dl/dt;no significant content;s
4928
4929 #data
4930 <rule xmlns="http://www.w3.org/1999/xhtml"><dl><dt/><nest/></dl></rule>
4931 #errors
4932 /rule/dl;child element missing:dd
4933 /rule;no significant content;s
4934 /rule/dl/dt;no significant content;s
4935
4936 #data
4937 <rule xmlns="http://www.w3.org/1999/xhtml"><dl><dt/><nest/><dd/></dl></rule>
4938 #errors
4939 /rule;no significant content;s
4940 /rule/dl/dt;no significant content;s
4941 /rule/dl/dd;no significant content;s
4942
4943 #data
4944 <rule xmlns="http://www.w3.org/1999/xhtml"><dl><dt/><dd/><nest/></dl></rule>
4945 #errors
4946 /rule;no significant content;s
4947 /rule/dl/dt;no significant content;s
4948 /rule/dl/dd;no significant content;s
4949
4950 #data
4951 <rule xmlns="http://www.w3.org/1999/xhtml"><dl><nest/><dt/><dd/></dl></rule>
4952 #errors
4953 /rule;no significant content;s
4954 /rule/dl/dt;no significant content;s
4955 /rule/dl/dd;no significant content;s
4956
4957 #data
4958 <rule xmlns="http://www.w3.org/1999/xhtml">
4959 <dl><dt/><dd/><nest/><dt/><dd/></dl>
4960 </rule>
4961 #errors
4962 /rule;no significant content;s
4963 /rule/dl/dt;no significant content;s
4964 /rule/dl/dd;no significant content;s
4965 /rule/dl/dt;no significant content;s
4966 /rule/dl/dd;no significant content;s
4967
4968 #data
4969 <rule xmlns="http://www.w3.org/1999/xhtml">
4970 <dl><dt/><nest/><dt/><dd/></dl>
4971 </rule>
4972 #errors
4973 /rule;no significant content;s
4974 /rule/dl/dt;no significant content;s
4975 /rule/dl/dt;no significant content;s
4976 /rule/dl/dd;no significant content;s
4977
4978 #data
4979 <rule xmlns="http://www.w3.org/1999/xhtml">
4980 <dl><dt/><dd/><nest/><dd/></dl>
4981 </rule>
4982 #errors
4983 /rule;no significant content;s
4984 /rule/dl/dt;no significant content;s
4985 /rule/dl/dd;no significant content;s
4986 /rule/dl/dd;no significant content;s
4987
4988 #data
4989 <rule xmlns="http://www.w3.org/1999/xhtml"><del><nest/></del></rule>
4990 #errors
4991 /rule;no significant content;s
4992
4993 #data
4994 <rule xmlns="http://www.w3.org/1999/xhtml"><del><nest/>aa</del></rule>
4995 #errors
4996 /rule;no significant content;s
4997
4998 #data
4999 <rule xmlns="http://www.w3.org/1999/xhtml"><del><nest/><p/></del></rule>
5000 #errors
5001 /rule;no significant content;s
5002 /rule/del/p;no significant content;s
5003
5004 #data
5005 <rule xmlns="http://www.w3.org/1999/xhtml">
5006 <video src="/"><nest/></video>
5007 </rule>
5008 #errors
5009 /rule/video;no significant content;s
5010
5011 #data
5012 <rule xmlns="http://www.w3.org/1999/xhtml">
5013 <video><nest/><source src="/"/></video>
5014 </rule>
5015 #errors
5016 /rule/video;no significant content;s
5017
5018 #data
5019 <rule xmlns="http://www.w3.org/1999/xhtml">
5020 <video><source src="/"/><nest/><source src="/"/></video>
5021 </rule>
5022 #errors
5023 /rule/video;no significant content;s
5024
5025 #data
5026 <rule xmlns="http://www.w3.org/1999/xhtml">
5027 <video><source src="/"/><nest/></video>
5028 </rule>
5029 #errors
5030 /rule/video;no significant content;s
5031
5032 #data
5033 <rule xmlns="http://www.w3.org/1999/xhtml">
5034 <table><nest/></table>
5035 </rule>
5036 #errors
5037 /rule;no significant content;s
5038
5039 #data
5040 <rule xmlns="http://www.w3.org/1999/xhtml">
5041 <table><nest/><tr><td/></tr></table>
5042 </rule>
5043 #errors
5044 /rule;no significant content;s
5045 /rule/table/tr/td;no significant content;s
5046
5047 #data
5048 <rule xmlns="http://www.w3.org/1999/xhtml">
5049 <table><nest/><tbody><tr><td/></tr></tbody></table>
5050 </rule>
5051 #errors
5052 /rule;no significant content;s
5053 /rule/table/tbody/tr/td;no significant content;s
5054
5055 #data
5056 <rule xmlns="http://www.w3.org/1999/xhtml">
5057 <table><tbody><tr><td/></tr></tbody><nest/></table>
5058 </rule>
5059 #errors
5060 /rule;no significant content;s
5061 /rule/table/tbody/tr/td;no significant content;s
5062
5063 #data
5064 <rule xmlns="http://www.w3.org/1999/xhtml">
5065 <table><caption/><nest/><caption/><tr><td/></tr></table>
5066 </rule>
5067 #errors
5068 /rule/table/caption;element not allowed
5069 /rule;no significant content;s
5070 /rule/table/caption;no significant content;s
5071 /rule/table/caption;no significant content;s
5072 /rule/table/tr/td;no significant content;s
5073
5074 #data
5075 <rule xmlns="http://www.w3.org/1999/xhtml">
5076 <colgroup><nest/></colgroup>
5077 </rule>
5078 #errors
5079 /rule;no significant content;s
5080
5081 #data
5082 <rule xmlns="http://www.w3.org/1999/xhtml">
5083 <colgroup><col/><nest/></colgroup>
5084 </rule>
5085 #errors
5086 /rule;no significant content;s
5087
5088 #data
5089 <rule xmlns="http://www.w3.org/1999/xhtml">
5090 <colgroup><nest/><col/></colgroup>
5091 </rule>
5092 #errors
5093 /rule;no significant content;s
5094
5095 #data
5096 <rule xmlns="http://www.w3.org/1999/xhtml">
5097 <colgroup><col/><nest/><col/></colgroup>
5098 </rule>
5099 #errors
5100 /rule;no significant content;s
5101
5102 #data
5103 <rule xmlns="http://www.w3.org/1999/xhtml">
5104 <tbody><nest/></tbody>
5105 </rule>
5106 #errors
5107 /rule/tbody;child element missing:tr
5108 /rule;no significant content;s
5109
5110 #data
5111 <rule xmlns="http://www.w3.org/1999/xhtml">
5112 <tbody><nest/><tr><td/></tr></tbody>
5113 </rule>
5114 #errors
5115 /rule;no significant content;s
5116 /rule/tbody/tr/td;no significant content;s
5117
5118 #data
5119 <rule xmlns="http://www.w3.org/1999/xhtml">
5120 <tbody><tr><td/></tr><nest/></tbody>
5121 </rule>
5122 #errors
5123 /rule;no significant content;s
5124 /rule/tbody/tr/td;no significant content;s
5125
5126 #data
5127 <rule xmlns="http://www.w3.org/1999/xhtml">
5128 <tr><nest/></tr>
5129 </rule>
5130 #errors
5131 /rule/tr;child element missing:td|th
5132 /rule;no significant content;s
5133
5134 #data
5135 <rule xmlns="http://www.w3.org/1999/xhtml">
5136 <tr><td/><nest/></tr>
5137 </rule>
5138 #errors
5139 /rule;no significant content;s
5140 /rule/tr/td;no significant content;s
5141
5142 #data
5143 <rule xmlns="http://www.w3.org/1999/xhtml">
5144 <tr><nest/><td/></tr>
5145 </rule>
5146 #errors
5147 /rule;no significant content;s
5148 /rule/tr/td;no significant content;s
5149
5150 #data
5151 <rule xmlns="http://www.w3.org/1999/xhtml">
5152 <tr><th/><nest/></tr>
5153 </rule>
5154 #errors
5155 /rule;no significant content;s
5156 /rule/tr/th;no significant content;s
5157
5158 #data
5159 <rule xmlns="http://www.w3.org/1999/xhtml">
5160 <tr><th/><nest/><td/></tr>
5161 </rule>
5162 #errors
5163 /rule;no significant content;s
5164 /rule/tr/th;no significant content;s
5165 /rule/tr/td;no significant content;s
5166
5167 #data
5168 <rule xmlns="http://www.w3.org/1999/xhtml">
5169 <head><title/><noscript><nest/></noscript></head>
5170 </rule>
5171 #errors
5172 /rule/head/noscript;in XML:noscript
5173 /rule;no significant content;s
5174 /rule/head/title;no significant content;s
5175
5176 #data
5177 <rule xmlns="http://www.w3.org/1999/xhtml"><head><title/>
5178 <noscript><link rel="alternate" href=""/><nest/></noscript>
5179 </head></rule>
5180 #errors
5181 /rule/head/noscript;in XML:noscript
5182 /rule;no significant content;s
5183 /rule/head/title;no significant content;s
5184
5185 #data
5186 <rule xmlns="http://www.w3.org/1999/xhtml">
5187 <datagrid><nest/></datagrid>
5188 </rule>
5189 #errors
5190 /rule;no significant content;s
5191 /rule/datagrid;no significant content;s
5192
5193 #data
5194 <rule xmlns="http://www.w3.org/1999/xhtml">
5195 <datagrid><nest/><table/></datagrid>
5196 </rule>
5197 #errors
5198 /rule;no significant content;s
5199 /rule/datagrid;no significant content;s
5200
5201 #data
5202 <rule xmlns="http://www.w3.org/1999/xhtml">
5203 <datagrid><nest/><table/><p/></datagrid>
5204 </rule>
5205 #errors
5206 /rule/datagrid/p;element not allowed
5207 /rule;no significant content;s
5208 /rule/datagrid;no significant content;s
5209 /rule/datagrid/p;no significant content;s
5210
5211 #data
5212 <rule xmlns="http://www.w3.org/1999/xhtml">
5213 <datagrid><p/><nest/><table/></datagrid>
5214 </rule>
5215 #errors
5216 /rule;no significant content;s
5217 /rule/datagrid;no significant content;s
5218 /rule/datagrid/p;no significant content;s
5219
5220 #data
5221 <rule xmlns="http://www.w3.org/1999/xhtml">
5222 <datagrid><table/><nest/><p/></datagrid>
5223 </rule>
5224 #errors
5225 /rule/datagrid/p;element not allowed
5226 /rule;no significant content;s
5227 /rule/datagrid;no significant content;s
5228 /rule/datagrid/p;no significant content;s
5229
5230 #data
5231 <rule xmlns="http://www.w3.org/1999/xhtml">
5232 <menu><nest/></menu>
5233 </rule>
5234 #errors
5235 /rule;no significant content;s
5236 /rule/menu;no significant content;s
5237
5238 #data
5239 <rule xmlns="http://www.w3.org/1999/xhtml">
5240 <menu><li/><nest/></menu>
5241 </rule>
5242 #errors
5243 /rule;no significant content;s
5244 /rule/menu;no significant content;s
5245 /rule/menu/li;no significant content;s
5246
5247 #data
5248 <rule xmlns="http://www.w3.org/1999/xhtml">
5249 <menu><nest/><li/></menu>
5250 </rule>
5251 #errors
5252 /rule;no significant content;s
5253 /rule/menu;no significant content;s
5254 /rule/menu/li;no significant content;s
5255
5256 #data
5257 <rule xmlns="http://www.w3.org/1999/xhtml">
5258 <menu><li/><nest/><li/></menu>
5259 </rule>
5260 #errors
5261 /rule;no significant content;s
5262 /rule/menu;no significant content;s
5263 /rule/menu/li;no significant content;s
5264 /rule/menu/li;no significant content;s
5265
5266 #data
5267 <rule xmlns="http://www.w3.org/1999/xhtml">
5268 <menu>aa<nest/></menu>
5269 </rule>
5270 #errors
5271
5272 #data
5273 <rule xmlns="http://www.w3.org/1999/xhtml">
5274 <menu><nest/>aa</menu>
5275 </rule>
5276 #errors
5277
5278 #data
5279 <rule xmlns="http://www.w3.org/1999/xhtml">
5280 <menu>aa<nest/>bb</menu>
5281 </rule>
5282 #errors
5283
5284 #data
5285 <rule xmlns="http://www.w3.org/1999/xhtml">
5286 <menu>aa<nest/><li/></menu>
5287 </rule>
5288 #errors
5289 /rule/menu/li;element not allowed
5290 /rule/menu/li;no significant content;s
5291
5292 #data
5293 <rule xmlns="http://www.w3.org/1999/xhtml">
5294 <menu><li/><nest/>aa</menu>
5295 </rule>
5296 #errors
5297 /rule/menu/"aa";character not allowed
5298 /rule/menu/li;no significant content;s
5299
5300 #data
5301 <rule xmlns="http://www.w3.org/1999/xhtml">
5302 <datatemplate><nest/></datatemplate>
5303 </rule>
5304 #errors
5305 /rule;no significant content;s
5306
5307 #data
5308 <rule xmlns="http://www.w3.org/1999/xhtml">
5309 <datatemplate><nest/><rule/></datatemplate>
5310 </rule>
5311 #errors
5312 /rule;no significant content;s
5313 /rule/datatemplate/rule;no significant content;s
5314
5315 #data
5316 <rule xmlns="http://www.w3.org/1999/xhtml">
5317 <datatemplate><rule/><nest/></datatemplate>
5318 </rule>
5319 #errors
5320 /rule;no significant content;s
5321 /rule/datatemplate/rule;no significant content;s
5322
5323 #data
5324 <rule xmlns="http://www.w3.org/1999/xhtml">
5325 <rule><nest/></rule>
5326 </rule>
5327 #errors
5328 /rule;no significant content;s
5329 /rule/rule;no significant content;s
5330
5331 #data
5332 <rule xmlns="http://www.w3.org/1999/xhtml">
5333 <a:author xmlns:a="http://www.w3.org/2005/Atom"><a:name><nest/></a:name></a:author>
5334 </rule>
5335 #errors
5336 /rule;no significant content;s
5337
5338 #data
5339 <rule xmlns="http://www.w3.org/1999/xhtml">
5340 <a:author xmlns:a="http://www.w3.org/2005/Atom"><a:name><nest/>aa</a:name></a:author>
5341 </rule>
5342 #errors
5343
5344 #data
5345 <rule xmlns="http://www.w3.org/1999/xhtml">
5346 <a:author xmlns:a="http://www.w3.org/2005/Atom"><a:name>aa<nest/></a:name></a:author>
5347 </rule>
5348 #errors
5349
5350 #data
5351 <rule xmlns="http://www.w3.org/1999/xhtml">
5352 <a:author xmlns:a="http://www.w3.org/2005/Atom"><a:uri><nest/>http://www.example.org/</a:uri><a:name/></a:author>
5353 </rule>
5354 #errors
5355
5356 #data
5357 <rule xmlns="http://www.w3.org/1999/xhtml">
5358 <a:author xmlns:a="http://www.w3.org/2005/Atom"><a:email><nest/>[email protected]</a:email><a:name/></a:author>
5359 </rule>
5360 #errors
5361 /rule/author/email;addr-spec;unsupported
5362
5363 #data
5364 <rule xmlns="http://www.w3.org/1999/xhtml">
5365 <a:published xmlns:a="http://www.w3.org/2005/Atom">2006-12-31T00:00:00Z<nest/></a:published>
5366 </rule>
5367 #errors
5368
5369 #data
5370 <rule xmlns="http://www.w3.org/1999/xhtml">
5371 <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>
5372 </rule>
5373 #errors
5374
5375 #data
5376 <rule xmlns="http://www.w3.org/1999/xhtml">
5377 <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>
5378 </rule>
5379 #errors
5380
5381 #data
5382 <rule xmlns="http://www.w3.org/1999/xhtml">
5383 <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>
5384 </rule>
5385 #errors
5386
5387 #data
5388 <rule xmlns="http://www.w3.org/1999/xhtml">
5389 <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>
5390 </rule>
5391 #errors
5392
5393 #data
5394 <rule xmlns="http://www.w3.org/1999/xhtml">
5395 <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>
5396 </rule>
5397 #errors
5398
5399 #data
5400 <rule xmlns="http://www.w3.org/1999/xhtml">
5401 <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>
5402 </rule>
5403 #errors
5404
5405 #data
5406 <div xmlns="http://www.w3.org/1999/xhtml">
5407 <datatemplate><rule></rule><nest></nest></datatemplate>
5408 <nest></nest>
5409 </div>
5410 #errors
5411 /div/datatemplate/nest;element not allowed:datatemplate
5412 /div/nest;element not allowed:prose;m
5413 /div;no significant content;s
5414 /div/datatemplate/rule;no significant content;s
5415
5416 #data
5417 <div xmlns="http://www.w3.org/1999/xhtml">
5418 <datatemplate><rule></rule><nest></nest></datatemplate>
5419 </div>
5420 #errors
5421 /div/datatemplate/nest;element not allowed:datatemplate
5422 /div;no significant content;s
5423 /div/datatemplate/rule;no significant content;s

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24