/[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.25 - (show annotations) (download)
Sun Nov 25 08:04:21 2007 UTC (18 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.24: +836 -0 lines
++ whatpm/t/ChangeLog	25 Nov 2007 07:57:28 -0000
2007-11-25  Wakaba  <wakaba@suika.fam.cx>

	* content-model-1.dat, content-model-2.dat, content-model-3.dat,
	content-model-4.dat, table-1.dat: Test data are updated
	for the significant content check.

	* content-model-5.dat: New test data.

	* ContentChecker.t: New test data file is added.

++ whatpm/Whatpm/ChangeLog	25 Nov 2007 07:59:33 -0000
	* ContentChecker.pm ($AnyChecker): Old way to add child elements
	for checking had been used.

2007-11-25  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ContentChecker/ChangeLog	25 Nov 2007 08:00:46 -0000
	* HTML.pm: Support for checking for significant content (HTML5
	revision 1114).  Note that the current implementation has
	an issue on treatment for transparent or semi-transparent
	elements.

	* Atom.pm: Support for significant content checking (for composed
	HTML-Atom documents).

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24