/[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.65 - (show annotations) (download)
Sun Jun 8 12:22:54 2008 UTC (17 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.64: +415 -0 lines
++ whatpm/t/ChangeLog	8 Jun 2008 12:20:25 -0000
	* content-model-1.dat: Test data for ruby are added (HTML5 revision
	1704).

2008-06-08  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ContentChecker/ChangeLog	8 Jun 2008 12:22:16 -0000
2008-06-08  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm: Support for ruby, rt, and rp elements (HTML5
	revision 1704).  The |href| attribute is also extended
	as a common attribute by RDFa Last Call Working Draft.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24