/[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.38 - (show annotations) (download)
Sat Feb 23 13:18:42 2008 UTC (18 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.37: +13 -0 lines
++ whatpm/t/ChangeLog	23 Feb 2008 13:18:40 -0000
	* content-model-1.dat: New test data for |object| transparentness
	are added.

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

++ whatpm/Whatpm/ChangeLog	23 Feb 2008 13:18:10 -0000
	* ContentChecker.pm ($HTMLSemiTransparentElements): New.
	(check_element): s/minuses/minus_elements/, s/pluses/plus_elements/.
	Support for |html:object| as a semi-transparent element.

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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24