/[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.34 - (show annotations) (download)
Mon Feb 18 00:03:32 2008 UTC (18 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.33: +6 -6 lines
++ whatpm/t/ChangeLog	18 Feb 2008 00:02:40 -0000
2008-02-18  Wakaba  <wakaba@suika.fam.cx>

	* content-model-2.dat: |alt=""| test results revised.

	* content-model-1.dat: |<img/>|s in tests are revised so
	that they are conforming.

++ whatpm/Whatpm/ContentChecker/ChangeLog	18 Feb 2008 00:03:25 -0000
2008-02-18  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm (img): |alt| is a SHOULD-level requirement now (since
	the conformance checker cannot examine the semantics of the
	image).

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24