/[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.50 - (show annotations) (download)
Thu Mar 20 05:59:55 2008 UTC (18 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.49: +3 -0 lines
++ whatpm/t/ChangeLog	20 Mar 2008 05:59:40 -0000
2008-03-20  Wakaba  <wakaba@suika.fam.cx>

	* content-model-1.dat: Some test results related on |atom:entry|
	are fixed.

	* content-model-atom-1.dat: Test data for |atom:author|
	for |atom:entry| are added.

++ whatpm/Whatpm/ContentChecker/ChangeLog	20 Mar 2008 05:58:48 -0000
2008-03-20  Wakaba  <wakaba@suika.fam.cx>

	* Atom.pm: Support for |author| for |entry| checking.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24