/[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.26 - (show annotations) (download)
Sun Feb 17 06:36:28 2008 UTC (18 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.25: +502 -191 lines
++ whatpm/t/ChangeLog	17 Feb 2008 06:35:24 -0000
2008-02-17  Wakaba  <wakaba@suika.fam.cx>

	* content-model-1.dat, content-model-2.dat, content-model-5.dat:
	Test results are updated; new tests are added.

++ whatpm/Whatpm/ChangeLog	17 Feb 2008 06:34:11 -0000
2008-02-17  Wakaba  <wakaba@suika.fam.cx>

	* ContenteChecker.pm ($HTMLTransparentElements): More
	elements are added.
	(_get_children): HTML |object| elements are now semi-transparent.

	* NanoDOM.pm (manakai_html, manakai_head): New methods.

++ whatpm/Whatpm/ContentChecker/ChangeLog	17 Feb 2008 06:32:44 -0000
2008-02-17  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm: Most part of December 2007 Content Model is implemented.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24