/[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.63 - (show annotations) (download)
Sun May 25 08:13:08 2008 UTC (18 years, 3 months ago) by wakaba
Branch: MAIN
Changes since 1.62: +29 -9 lines
++ whatpm/t/ChangeLog	25 May 2008 07:59:59 -0000
	* content-model-1.dat: Test data on <datagrid> content model
	are added (cf. HTML5 revision 1566).  Empty |datagrid| elements
	are no longer in error.

2008-05-25  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ContentChecker/ChangeLog	25 May 2008 07:59:38 -0000
	* HTML.pm: |select| or |datalist| as a first child of |datagrid|
	is now disallowed (HTML5 revision 1566).  |datagrid| elements
	may be empty.

2008-05-25  Wakaba  <wakaba@suika.fam.cx>

1 #data
2 <html></html>
3 #errors
4 /html;element;unsupported
5
6 #data
7 <unknown xmlns="http://www.w3.org/1999/xhtml"></unknown>
8 #errors
9 /unknown;element 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:[email protected]"/>
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:[email protected]"/>
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:[email protected]"/>
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:[email protected]"
521 xmlns="http://www.w3.org/1999/xhtml"></link>
522 #errors
523
524 #data
525 <link rel="author" href="mailto:[email protected]"
526 xmlns="http://www.w3.org/1999/xhtml"> </link>
527 #errors
528
529 #data
530 <link rel="author" href="mailto:[email protected]"
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:[email protected]"
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 <figure xmlns="http://www.w3.org/1999/xhtml">
3895 </figure>
3896 #errors
3897 /figure;no significant content;s
3898
3899 #data
3900 <figure xmlns="http://www.w3.org/1999/xhtml">
3901 <legend/>
3902 </figure>
3903 #errors
3904 /figure;no significant content;s
3905 /figure/legend;no significant content;s
3906
3907 #data
3908 <figure xmlns="http://www.w3.org/1999/xhtml">
3909 <legend>x</legend>
3910 </figure>
3911 #errors
3912
3913 #data
3914 <figure xmlns="http://www.w3.org/1999/xhtml">
3915 x
3916 </figure>
3917 #errors
3918
3919 #data
3920 <figure xmlns="http://www.w3.org/1999/xhtml">
3921 x<legend>y</legend>
3922 </figure>
3923 #errors
3924
3925 #data
3926 <figure xmlns="http://www.w3.org/1999/xhtml">
3927 <legend>x</legend>y
3928 </figure>
3929 #errors
3930
3931 #data
3932 <figure xmlns="http://www.w3.org/1999/xhtml">
3933 <legend>x</legend><legend>y</legend>
3934 </figure>
3935 #errors
3936 /figure/legend;element not allowed:figure legend;m
3937
3938 #data
3939 <figure xmlns="http://www.w3.org/1999/xhtml">
3940 y<legend>x</legend>z
3941 </figure>
3942 #errors
3943 /figure/legend;element not allowed:figure legend;m
3944
3945 #data
3946 <figure xmlns="http://www.w3.org/1999/xhtml">
3947 x<legend>x</legend><legend>y</legend>
3948 </figure>
3949 #errors
3950 /figure/legend;element not allowed:figure legend;m
3951
3952 #data
3953 <figure xmlns="http://www.w3.org/1999/xhtml">
3954 <legend>x</legend><legend>y</legend>z
3955 </figure>
3956 #errors
3957 /figure/legend;element not allowed:figure legend;m
3958
3959 #data
3960 <figure xmlns="http://www.w3.org/1999/xhtml">
3961 x<legend>y</legend><legend>z</legend>w
3962 </figure>
3963 #errors
3964 /figure/legend;element not allowed:figure legend;m
3965 /figure/legend;element not allowed:figure legend;m
3966
3967 #data
3968 <figure xmlns="http://www.w3.org/1999/xhtml">
3969 x<legend>y</legend><legend>z</legend><legend>w</legend>v
3970 </figure>
3971 #errors
3972 /figure/legend;element not allowed:figure legend;m
3973 /figure/legend;element not allowed:figure legend;m
3974 /figure/legend;element not allowed:figure legend;m
3975
3976 #data
3977 <figure xmlns="http://www.w3.org/1999/xhtml">
3978 <p>x</p><legend>y</legend><legend>z</legend>w
3979 </figure>
3980 #errors
3981 /figure/legend;element not allowed:figure legend;m
3982 /figure/legend;element not allowed:figure legend;m
3983
3984 #data
3985 <object xmlns="http://www.w3.org/1999/xhtml" data=""></object>
3986 #errors
3987 /object;no significant content;s
3988
3989 #data
3990 <object xmlns="http://www.w3.org/1999/xhtml" data="">
3991 </object>
3992 #errors
3993 /object;no significant content;s
3994
3995 #data
3996 <object xmlns="http://www.w3.org/1999/xhtml" data="">xxxx</object>
3997 #errors
3998
3999 #data
4000 <object xmlns="http://www.w3.org/1999/xhtml" data=""><p>xx</p></object>
4001 #errors
4002
4003 #data
4004 <object xmlns="http://www.w3.org/1999/xhtml" data=""><p></p></object>
4005 #errors
4006 /object;no significant content;s
4007 /object/p;no significant content;s
4008
4009 #data
4010 <object xmlns="http://www.w3.org/1999/xhtml" data="">
4011 <param name="x" value="y"/>
4012 </object>
4013 #errors
4014 /object;no significant content;s
4015
4016 #data
4017 <object xmlns="http://www.w3.org/1999/xhtml" data="">
4018 <param name="x" value="y"/>
4019 <param name="v" value="w"/>
4020 </object>
4021 #errors
4022 /object;no significant content;s
4023
4024 #data
4025 <object xmlns="http://www.w3.org/1999/xhtml" data="">
4026 <param name="x" value="y"/>
4027 <param name="v" value="w"/>
4028 <param name="a" value="b"/>
4029 </object>
4030 #errors
4031 /object;no significant content;s
4032
4033 #data
4034 <object xmlns="http://www.w3.org/1999/xhtml" data="">
4035 <param name="x" value="y"/>
4036 zzz
4037 </object>
4038 #errors
4039
4040 #data
4041 <object xmlns="http://www.w3.org/1999/xhtml" data="">
4042 <param name="x" value="y"/>
4043 <p>zzz</p>
4044 </object>
4045 #errors
4046
4047 #data
4048 <object xmlns="http://www.w3.org/1999/xhtml" data="">
4049 <param name="x" value="y"/><p>
4050 zzz</p><img src="" alt="a"/>
4051 </object>
4052 #errors
4053
4054 #data
4055 <object xmlns="http://www.w3.org/1999/xhtml" data="">
4056 <param name="x" value="y"/>
4057 <param name="z" value="w"/>
4058 zzz
4059 </object>
4060 #errors
4061
4062 #data
4063 <object xmlns="http://www.w3.org/1999/xhtml" data="">
4064 <param name="x" value="y"/>
4065 zzz
4066 <param name="a" value="y"/>
4067 </object>
4068 #errors
4069 /object/param;element not allowed:flow;m
4070
4071 #data
4072 <object xmlns="http://www.w3.org/1999/xhtml" data="">
4073 aaa
4074 <param name="x" value="y"/>
4075 </object>
4076 #errors
4077 /object/param;element not allowed:flow;m
4078
4079 #data
4080 <object xmlns="http://www.w3.org/1999/xhtml" data="">
4081 <p>zxx</p>
4082 <param name="x" value="y"/>
4083 </object>
4084 #errors
4085 /object/param;element not allowed:flow;m
4086
4087 #data
4088 <object xmlns="http://www.w3.org/1999/xhtml" data="">
4089 <param name="x" value="y"/>
4090 <style scoped=""/>
4091 </object>
4092 #errors
4093 /object/style;SUBDOC
4094 /object;no significant content;s
4095
4096 #data
4097 <object xmlns="http://www.w3.org/1999/xhtml" data="">
4098 <param name="x" value="y"/>
4099 <style scoped=""/>
4100 aaa
4101 </object>
4102 #errors
4103 /object/style;SUBDOC
4104
4105 #data
4106 <object xmlns="http://www.w3.org/1999/xhtml" data="">
4107 <param name="x" value="y"/>
4108 <style scoped=""/>
4109 <p>xxx</p>
4110 </object>
4111 #errors
4112 /object/style;SUBDOC
4113
4114 #data
4115 <object xmlns="http://www.w3.org/1999/xhtml" data="">
4116 <param name="x" value="y"/>
4117 <style scoped=""/>
4118 <param name="xz" value=""/>
4119 </object>
4120 #errors
4121 /object/style;SUBDOC
4122 /object/param;element not allowed:flow;m
4123 /object;no significant content;s
4124
4125 #data
4126 <object xmlns="http://www.w3.org/1999/xhtml" data="">
4127 <style scoped=""/>
4128 <param name="x" value="y"/>
4129 </object>
4130 #errors
4131 /object/style;SUBDOC
4132 /object;no significant content;s
4133 /object/param;element not allowed:flow;m
4134
4135 #data
4136 <object xmlns="http://www.w3.org/1999/xhtml" data="">
4137 <param name="x" value="y"/>
4138 <p>xxx</p>
4139 <style scoped=""/>
4140 </object>
4141 #errors
4142 /object/style;SUBDOC
4143 /object/style;element not allowed:flow style;m
4144
4145 #data
4146 <object xmlns="http://www.w3.org/1999/xhtml" data="">
4147 <param name="x" value="y"/>
4148 <style/>
4149 </object>
4150 #errors
4151 /object/style;SUBDOC
4152 /object;no significant content;s
4153 /object/style;element not allowed:flow style;m
4154
4155 #data
4156 <p xmlns="http://www.w3.org/1999/xhtml">
4157 <object data="">
4158 <param name="x" value="y"/>
4159 <style scoped=""/>
4160 </object>
4161 </p>
4162 #errors
4163 /p/object/style;SUBDOC
4164 /p/object/style;element not allowed:phrasing;m
4165
4166 #data
4167 <p xmlns="http://www.w3.org/1999/xhtml">
4168 <object data="">
4169 <param name="x" value="y"/>
4170 xxxx
4171 </object>
4172 </p>
4173 #errors
4174
4175 #data
4176 <p xmlns="http://www.w3.org/1999/xhtml">
4177 <object data="">
4178 <param name="x" value="y"/>
4179 <p>xxxx</p>
4180 </object>
4181 </p>
4182 #errors
4183 /p/object/p;element not allowed:phrasing;m
4184
4185 #data
4186 <div xmlns="http://www.w3.org/1999/xhtml">
4187 <object data="">
4188 <param name="x" value="y"/>
4189 <p>xxxx</p>
4190 </object>
4191 </div>
4192 #errors
4193
4194 #data
4195 <div xmlns="http://www.w3.org/1999/xhtml">
4196 <object data="">
4197 <p>xxxx</p>
4198 <param name="x" value="y"/>
4199 </object>
4200 </div>
4201 #errors
4202 /div/object/param;element not allowed:flow;m
4203
4204 #data
4205 <div xmlns="http://www.w3.org/1999/xhtml">
4206 <object data="">
4207 <object data="">
4208 <param name="x" value="y"/>
4209 <p>xxxx</p>
4210 </object>
4211 </object>
4212 </div>
4213 #errors
4214
4215 #data
4216 <span xmlns="http://www.w3.org/1999/xhtml">
4217 <object data="">
4218 <param name="x" value="y"/>
4219 <p>xxxx</p>
4220 </object>
4221 </span>
4222 #errors
4223 /span/object/p;element not allowed:phrasing;m
4224
4225 #data
4226 <span xmlns="http://www.w3.org/1999/xhtml">
4227 <ins>
4228 <object data="">
4229 <param name="x" value="y"/>
4230 <p>xxxx</p>
4231 </object>
4232 </ins>
4233 </span>
4234 #errors
4235 /span/ins/object/p;element not allowed:phrasing;m
4236
4237 #data
4238 <span xmlns="http://www.w3.org/1999/xhtml">
4239 <object data="">
4240 <object data="">
4241 <param name="x" value="y"/>
4242 <p>xxxx</p>
4243 </object>
4244 </object>
4245 </span>
4246 #errors
4247 /span/object/object/p;element not allowed:phrasing;m
4248
4249 #data
4250 <span xmlns="http://www.w3.org/1999/xhtml">
4251 <object data="">
4252 <object data="">
4253 <p>xxxx</p>
4254 <param name="x" value="y"/>
4255 </object>
4256 </object>
4257 </span>
4258 #errors
4259 /span/object/object/p;element not allowed:phrasing;m
4260 /span/object/object/param;element not allowed:phrasing;m
4261
4262 #data
4263 <p xmlns="http://www.w3.org/1999/xhtml"><object data=""><p>xx</p></object></p>
4264 #errors
4265 /p/object/p;element not allowed:phrasing;m
4266
4267 #data
4268 <p xmlns="http://www.w3.org/1999/xhtml"><object data=""><style scoped=""></style>xx</object></p>
4269 #errors
4270 /p/object/style;element not allowed:phrasing;m
4271 /p/object/style;SUBDOC
4272
4273 #data
4274 <video xmlns="http://www.w3.org/1999/xhtml"></video>
4275 #errors
4276 /video;no significant content;s
4277 /video;element missing:source;m
4278
4279 #data
4280 <video xmlns="http://www.w3.org/1999/xhtml"> </video>
4281 #errors
4282 /video;element missing:source;m
4283 /video;no significant content;s
4284
4285 #data
4286 <video xmlns="http://www.w3.org/1999/xhtml">xx</video>
4287 #errors
4288 /video;element missing:source;m
4289
4290 #data
4291 <video xmlns="http://www.w3.org/1999/xhtml"><style scoped=""/>xx</video>
4292 #errors
4293 /video;element missing:source;m
4294 /video/style;SUBDOC
4295
4296 #data
4297 <video xmlns="http://www.w3.org/1999/xhtml"><style scoped=""/><p>xx</p></video>
4298 #errors
4299 /video;element missing:source;m
4300 /video/style;SUBDOC
4301
4302 #data
4303 <video xmlns="http://www.w3.org/1999/xhtml" src=""></video>
4304 #errors
4305 /video;no significant content;s
4306
4307 #data
4308 <video xmlns="http://www.w3.org/1999/xhtml" src=""> </video>
4309 #errors
4310 /video;no significant content;s
4311
4312 #data
4313 <video xmlns="http://www.w3.org/1999/xhtml" src="">xx</video>
4314 #errors
4315
4316 #data
4317 <video xmlns="http://www.w3.org/1999/xhtml" src=""><style scoped=""/>xx</video>
4318 #errors
4319 /video/style;SUBDOC
4320
4321 #data
4322 <video xmlns="http://www.w3.org/1999/xhtml" src=""><style scoped=""/><p>xx</p></video>
4323 #errors
4324 /video/style;SUBDOC
4325
4326 #data
4327 <video xmlns="http://www.w3.org/1999/xhtml"><source src=""/></video>
4328 #errors
4329 /video;no significant content;s
4330
4331 #data
4332 <video xmlns="http://www.w3.org/1999/xhtml"><source src=""/>xx</video>
4333 #errors
4334
4335 #data
4336 <video xmlns="http://www.w3.org/1999/xhtml"><source src=""/><style scoped=""/>xx</video>
4337 #errors
4338 /video/style;SUBDOC
4339
4340 #data
4341 <video xmlns="http://www.w3.org/1999/xhtml"><source src=""/><style scoped=""/><p>xx</p></video>
4342 #errors
4343 /video/style;SUBDOC
4344
4345 #data
4346 <video xmlns="http://www.w3.org/1999/xhtml"><source src=""/><source src=""/></video>
4347 #errors
4348 /video;no significant content;s
4349
4350 #data
4351 <video xmlns="http://www.w3.org/1999/xhtml">x<source src=""/></video>
4352 #errors
4353 /video/source;element not allowed:flow;m
4354
4355 #data
4356 <video xmlns="http://www.w3.org/1999/xhtml"><style scoped=""/><source src=""/></video>
4357 #errors
4358 /video/source;element not allowed:flow;m
4359 /video/style;SUBDOC
4360 /video;no significant content;s
4361
4362 #data
4363 <video xmlns="http://www.w3.org/1999/xhtml"><source src=""/><style scoped=""/><source src=""/></video>
4364 #errors
4365 /video/source;element not allowed:flow;m
4366 /video/style;SUBDOC
4367 /video;no significant content;s
4368
4369 #data
4370 <video xmlns="http://www.w3.org/1999/xhtml"><source src=""/><style scoped=""/><source src=""/><source src=""/></video>
4371 #errors
4372 /video/source;element not allowed:flow;m
4373 /video/source;element not allowed:flow;m
4374 /video/style;SUBDOC
4375 /video;no significant content;s
4376
4377 #data
4378 <div xmlns="http://www.w3.org/1999/xhtml"><video></video></div>
4379 #errors
4380 /div/video;element missing:source;m
4381
4382 #data
4383 <div xmlns="http://www.w3.org/1999/xhtml"><video> </video></div>
4384 #errors
4385 /div/video;element missing:source;m
4386
4387 #data
4388 <div xmlns="http://www.w3.org/1999/xhtml"><video>xx</video></div>
4389 #errors
4390 /div/video;element missing:source;m
4391
4392 #data
4393 <div xmlns="http://www.w3.org/1999/xhtml"><video><style scoped=""/>xx</video></div>
4394 #errors
4395 /div/video;element missing:source;m
4396 /div/video/style;SUBDOC
4397
4398 #data
4399 <div xmlns="http://www.w3.org/1999/xhtml">
4400 <video><style scoped=""/><p>xx</p></video></div>
4401 #errors
4402 /div/video;element missing:source;m
4403 /div/video/style;SUBDOC
4404
4405 #data
4406 <div xmlns="http://www.w3.org/1999/xhtml"><video src=""></video></div>
4407 #errors
4408
4409 #data
4410 <div xmlns="http://www.w3.org/1999/xhtml"><video src=""> </video></div>
4411 #errors
4412
4413 #data
4414 <div xmlns="http://www.w3.org/1999/xhtml"><video src="">xx</video></div>
4415 #errors
4416
4417 #data
4418 <div xmlns="http://www.w3.org/1999/xhtml">
4419 <video src=""><style scoped=""/>xx</video></div>
4420 #errors
4421 /div/video/style;SUBDOC
4422
4423 #data
4424 <div xmlns="http://www.w3.org/1999/xhtml">
4425 <video src=""><style scoped=""/><p>xx</p></video></div>
4426 #errors
4427 /div/video/style;SUBDOC
4428
4429 #data
4430 <div xmlns="http://www.w3.org/1999/xhtml"><video><source src=""/></video></div>
4431 #errors
4432
4433 #data
4434 <div xmlns="http://www.w3.org/1999/xhtml"><video><source src=""/>xx</video></div>
4435 #errors
4436
4437 #data
4438 <div xmlns="http://www.w3.org/1999/xhtml">
4439 <video><source src=""/><style scoped=""/>xx</video></div>
4440 #errors
4441 /div/video/style;SUBDOC
4442
4443 #data
4444 <div xmlns="http://www.w3.org/1999/xhtml">
4445 <video><source src=""/><style scoped=""/><p>xx</p></video></div>
4446 #errors
4447 /div/video/style;SUBDOC
4448
4449 #data
4450 <div xmlns="http://www.w3.org/1999/xhtml">
4451 <video><source src=""/><source src=""/></video></div>
4452 #errors
4453
4454 #data
4455 <div xmlns="http://www.w3.org/1999/xhtml"><video>x<source src=""/></video></div>
4456 #errors
4457 /div/video/source;element not allowed:flow;m
4458
4459 #data
4460 <div xmlns="http://www.w3.org/1999/xhtml">
4461 <video><style scoped=""/><source src=""/></video></div>
4462 #errors
4463 /div/video/source;element not allowed:flow;m
4464 /div/video/style;SUBDOC
4465
4466 #data
4467 <div xmlns="http://www.w3.org/1999/xhtml">
4468 <video><source src=""/><style scoped=""/><source src=""/></video></div>
4469 #errors
4470 /div/video/source;element not allowed:flow;m
4471 /div/video/style;SUBDOC
4472
4473 #data
4474 <div xmlns="http://www.w3.org/1999/xhtml">
4475 <video><source src=""/><style scoped=""/><source src=""/><source src=""/></video></div>
4476 #errors
4477 /div/video/source;element not allowed:flow;m
4478 /div/video/source;element not allowed:flow;m
4479 /div/video/style;SUBDOC
4480
4481 #data
4482 <em xmlns="http://www.w3.org/1999/xhtml"><video></video></em>
4483 #errors
4484 /em/video;element missing:source;m
4485
4486 #data
4487 <em xmlns="http://www.w3.org/1999/xhtml"><video> </video></em>
4488 #errors
4489 /em/video;element missing:source;m
4490
4491 #data
4492 <em xmlns="http://www.w3.org/1999/xhtml"><video>xx</video></em>
4493 #errors
4494 /em/video;element missing:source;m
4495
4496 #data
4497 <em xmlns="http://www.w3.org/1999/xhtml"><video><style scoped=""/>xx</video></em>
4498 #errors
4499 /em/video;element missing:source;m
4500 /em/video/style;SUBDOC
4501 /em/video/style;element not allowed:phrasing;m
4502
4503 #data
4504 <em xmlns="http://www.w3.org/1999/xhtml">
4505 <video><style scoped=""/><p>xx</p></video></em>
4506 #errors
4507 /em/video;element missing:source;m
4508 /em/video/style;SUBDOC
4509 /em/video/style;element not allowed:phrasing;m
4510 /em/video/p;element not allowed:phrasing;m
4511
4512 #data
4513 <em xmlns="http://www.w3.org/1999/xhtml"><video src=""></video></em>
4514 #errors
4515
4516 #data
4517 <em xmlns="http://www.w3.org/1999/xhtml"><video src=""> </video></em>
4518 #errors
4519
4520 #data
4521 <em xmlns="http://www.w3.org/1999/xhtml"><video src="">xx</video></em>
4522 #errors
4523
4524 #data
4525 <em xmlns="http://www.w3.org/1999/xhtml">
4526 <video src=""><style scoped=""/>xx</video></em>
4527 #errors
4528 /em/video/style;SUBDOC
4529 /em/video/style;element not allowed:phrasing;m
4530
4531 #data
4532 <em xmlns="http://www.w3.org/1999/xhtml">
4533 <video src=""><style scoped=""/><p>xx</p></video></em>
4534 #errors
4535 /em/video/style;SUBDOC
4536 /em/video/style;element not allowed:phrasing;m
4537 /em/video/p;element not allowed:phrasing;m
4538
4539 #data
4540 <em xmlns="http://www.w3.org/1999/xhtml"><video><source src=""/></video></em>
4541 #errors
4542
4543 #data
4544 <em xmlns="http://www.w3.org/1999/xhtml"><video><source src=""/>xx</video></em>
4545 #errors
4546
4547 #data
4548 <em xmlns="http://www.w3.org/1999/xhtml">
4549 <video><source src=""/><style scoped=""/>xx</video></em>
4550 #errors
4551 /em/video/style;SUBDOC
4552 /em/video/style;element not allowed:phrasing;m
4553
4554 #data
4555 <em xmlns="http://www.w3.org/1999/xhtml">
4556 <video><source src=""/><style scoped=""/><p>xx</p></video></em>
4557 #errors
4558 /em/video/style;SUBDOC
4559 /em/video/style;element not allowed:phrasing;m
4560 /em/video/p;element not allowed:phrasing;m
4561
4562 #data
4563 <em xmlns="http://www.w3.org/1999/xhtml">
4564 <video><source src=""/><source src=""/></video></em>
4565 #errors
4566
4567 #data
4568 <em xmlns="http://www.w3.org/1999/xhtml"><video>x<source src=""/></video></em>
4569 #errors
4570 /em/video/source;element not allowed:phrasing;m
4571
4572 #data
4573 <em xmlns="http://www.w3.org/1999/xhtml">
4574 <video><style scoped=""/><source src=""/></video></em>
4575 #errors
4576 /em/video/source;element not allowed:phrasing;m
4577 /em/video/style;SUBDOC
4578 /em/video/style;element not allowed:phrasing;m
4579
4580 #data
4581 <em xmlns="http://www.w3.org/1999/xhtml">
4582 <video><source src=""/><style scoped=""/><source src=""/></video></em>
4583 #errors
4584 /em/video/source;element not allowed:phrasing;m
4585 /em/video/style;SUBDOC
4586 /em/video/style;element not allowed:phrasing;m
4587
4588 #data
4589 <em xmlns="http://www.w3.org/1999/xhtml">
4590 <video><source src=""/><style scoped=""/><source src=""/><source src=""/></video></em>
4591 #errors
4592 /em/video/source;element not allowed:phrasing;m
4593 /em/video/source;element not allowed:phrasing;m
4594 /em/video/style;SUBDOC
4595 /em/video/style;element not allowed:phrasing;m
4596
4597 #data
4598 <audio xmlns="http://www.w3.org/1999/xhtml"></audio>
4599 #errors
4600 /audio;no significant content;s
4601 /audio;element missing:source;m
4602
4603 #data
4604 <audio xmlns="http://www.w3.org/1999/xhtml"> </audio>
4605 #errors
4606 /audio;element missing:source;m
4607 /audio;no significant content;s
4608
4609 #data
4610 <audio xmlns="http://www.w3.org/1999/xhtml">xx</audio>
4611 #errors
4612 /audio;element missing:source;m
4613
4614 #data
4615 <audio xmlns="http://www.w3.org/1999/xhtml"><style scoped=""/>xx</audio>
4616 #errors
4617 /audio;element missing:source;m
4618 /audio/style;SUBDOC
4619
4620 #data
4621 <audio xmlns="http://www.w3.org/1999/xhtml"><style scoped=""/><p>xx</p></audio>
4622 #errors
4623 /audio;element missing:source;m
4624 /audio/style;SUBDOC
4625
4626 #data
4627 <audio xmlns="http://www.w3.org/1999/xhtml" src=""></audio>
4628 #errors
4629 /audio;no significant content;s
4630
4631 #data
4632 <audio xmlns="http://www.w3.org/1999/xhtml" src=""> </audio>
4633 #errors
4634 /audio;no significant content;s
4635
4636 #data
4637 <audio xmlns="http://www.w3.org/1999/xhtml" src="">xx</audio>
4638 #errors
4639
4640 #data
4641 <audio xmlns="http://www.w3.org/1999/xhtml" src=""><style scoped=""/>xx</audio>
4642 #errors
4643 /audio/style;SUBDOC
4644
4645 #data
4646 <audio xmlns="http://www.w3.org/1999/xhtml" src=""><style scoped=""/><p>xx</p></audio>
4647 #errors
4648 /audio/style;SUBDOC
4649
4650 #data
4651 <audio xmlns="http://www.w3.org/1999/xhtml"><source src=""/></audio>
4652 #errors
4653 /audio;no significant content;s
4654
4655 #data
4656 <audio xmlns="http://www.w3.org/1999/xhtml"><source src=""/>xx</audio>
4657 #errors
4658
4659 #data
4660 <audio xmlns="http://www.w3.org/1999/xhtml"><source src=""/><style scoped=""/>xx</audio>
4661 #errors
4662 /audio/style;SUBDOC
4663
4664 #data
4665 <audio xmlns="http://www.w3.org/1999/xhtml"><source src=""/><style scoped=""/><p>xx</p></audio>
4666 #errors
4667 /audio/style;SUBDOC
4668
4669 #data
4670 <audio xmlns="http://www.w3.org/1999/xhtml"><source src=""/><source src=""/></audio>
4671 #errors
4672 /audio;no significant content;s
4673
4674 #data
4675 <audio xmlns="http://www.w3.org/1999/xhtml">x<source src=""/></audio>
4676 #errors
4677 /audio/source;element not allowed:flow;m
4678
4679 #data
4680 <audio xmlns="http://www.w3.org/1999/xhtml"><style scoped=""/><source src=""/></audio>
4681 #errors
4682 /audio/source;element not allowed:flow;m
4683 /audio/style;SUBDOC
4684 /audio;no significant content;s
4685
4686 #data
4687 <audio xmlns="http://www.w3.org/1999/xhtml"><source src=""/><style scoped=""/><source src=""/></audio>
4688 #errors
4689 /audio/source;element not allowed:flow;m
4690 /audio/style;SUBDOC
4691 /audio;no significant content;s
4692
4693 #data
4694 <audio xmlns="http://www.w3.org/1999/xhtml"><source src=""/><style scoped=""/><source src=""/><source src=""/></audio>
4695 #errors
4696 /audio/source;element not allowed:flow;m
4697 /audio/source;element not allowed:flow;m
4698 /audio/style;SUBDOC
4699 /audio;no significant content;s
4700
4701 #data
4702 <div xmlns="http://www.w3.org/1999/xhtml"><audio></audio></div>
4703 #errors
4704 /div/audio;element missing:source;m
4705
4706 #data
4707 <div xmlns="http://www.w3.org/1999/xhtml"><audio> </audio></div>
4708 #errors
4709 /div/audio;element missing:source;m
4710
4711 #data
4712 <div xmlns="http://www.w3.org/1999/xhtml"><audio>xx</audio></div>
4713 #errors
4714 /div/audio;element missing:source;m
4715
4716 #data
4717 <div xmlns="http://www.w3.org/1999/xhtml"><audio><style scoped=""/>xx</audio></div>
4718 #errors
4719 /div/audio;element missing:source;m
4720 /div/audio/style;SUBDOC
4721
4722 #data
4723 <div xmlns="http://www.w3.org/1999/xhtml">
4724 <audio><style scoped=""/><p>xx</p></audio></div>
4725 #errors
4726 /div/audio;element missing:source;m
4727 /div/audio/style;SUBDOC
4728
4729 #data
4730 <div xmlns="http://www.w3.org/1999/xhtml"><audio src=""></audio></div>
4731 #errors
4732
4733 #data
4734 <div xmlns="http://www.w3.org/1999/xhtml"><audio src=""> </audio></div>
4735 #errors
4736
4737 #data
4738 <div xmlns="http://www.w3.org/1999/xhtml"><audio src="">xx</audio></div>
4739 #errors
4740
4741 #data
4742 <div xmlns="http://www.w3.org/1999/xhtml">
4743 <audio src=""><style scoped=""/>xx</audio></div>
4744 #errors
4745 /div/audio/style;SUBDOC
4746
4747 #data
4748 <div xmlns="http://www.w3.org/1999/xhtml">
4749 <audio src=""><style scoped=""/><p>xx</p></audio></div>
4750 #errors
4751 /div/audio/style;SUBDOC
4752
4753 #data
4754 <div xmlns="http://www.w3.org/1999/xhtml"><audio><source src=""/></audio></div>
4755 #errors
4756
4757 #data
4758 <div xmlns="http://www.w3.org/1999/xhtml"><audio><source src=""/>xx</audio></div>
4759 #errors
4760
4761 #data
4762 <div xmlns="http://www.w3.org/1999/xhtml">
4763 <audio><source src=""/><style scoped=""/>xx</audio></div>
4764 #errors
4765 /div/audio/style;SUBDOC
4766
4767 #data
4768 <div xmlns="http://www.w3.org/1999/xhtml">
4769 <audio><source src=""/><style scoped=""/><p>xx</p></audio></div>
4770 #errors
4771 /div/audio/style;SUBDOC
4772
4773 #data
4774 <div xmlns="http://www.w3.org/1999/xhtml">
4775 <audio><source src=""/><source src=""/></audio></div>
4776 #errors
4777
4778 #data
4779 <div xmlns="http://www.w3.org/1999/xhtml"><audio>x<source src=""/></audio></div>
4780 #errors
4781 /div/audio/source;element not allowed:flow;m
4782
4783 #data
4784 <div xmlns="http://www.w3.org/1999/xhtml">
4785 <audio><style scoped=""/><source src=""/></audio></div>
4786 #errors
4787 /div/audio/source;element not allowed:flow;m
4788 /div/audio/style;SUBDOC
4789
4790 #data
4791 <div xmlns="http://www.w3.org/1999/xhtml">
4792 <audio><source src=""/><style scoped=""/><source src=""/></audio></div>
4793 #errors
4794 /div/audio/source;element not allowed:flow;m
4795 /div/audio/style;SUBDOC
4796
4797 #data
4798 <div xmlns="http://www.w3.org/1999/xhtml">
4799 <audio><source src=""/><style scoped=""/><source src=""/><source src=""/></audio></div>
4800 #errors
4801 /div/audio/source;element not allowed:flow;m
4802 /div/audio/source;element not allowed:flow;m
4803 /div/audio/style;SUBDOC
4804
4805 #data
4806 <em xmlns="http://www.w3.org/1999/xhtml"><audio></audio></em>
4807 #errors
4808 /em/audio;element missing:source;m
4809
4810 #data
4811 <em xmlns="http://www.w3.org/1999/xhtml"><audio> </audio></em>
4812 #errors
4813 /em/audio;element missing:source;m
4814
4815 #data
4816 <em xmlns="http://www.w3.org/1999/xhtml"><audio>xx</audio></em>
4817 #errors
4818 /em/audio;element missing:source;m
4819
4820 #data
4821 <em xmlns="http://www.w3.org/1999/xhtml"><audio><style scoped=""/>xx</audio></em>
4822 #errors
4823 /em/audio;element missing:source;m
4824 /em/audio/style;SUBDOC
4825 /em/audio/style;element not allowed:phrasing;m
4826
4827 #data
4828 <em xmlns="http://www.w3.org/1999/xhtml">
4829 <audio><style scoped=""/><p>xx</p></audio></em>
4830 #errors
4831 /em/audio;element missing:source;m
4832 /em/audio/style;SUBDOC
4833 /em/audio/style;element not allowed:phrasing;m
4834 /em/audio/p;element not allowed:phrasing;m
4835
4836 #data
4837 <em xmlns="http://www.w3.org/1999/xhtml"><audio src=""></audio></em>
4838 #errors
4839
4840 #data
4841 <em xmlns="http://www.w3.org/1999/xhtml"><audio src=""> </audio></em>
4842 #errors
4843
4844 #data
4845 <em xmlns="http://www.w3.org/1999/xhtml"><audio src="">xx</audio></em>
4846 #errors
4847
4848 #data
4849 <em xmlns="http://www.w3.org/1999/xhtml">
4850 <audio src=""><style scoped=""/>xx</audio></em>
4851 #errors
4852 /em/audio/style;SUBDOC
4853 /em/audio/style;element not allowed:phrasing;m
4854
4855 #data
4856 <em xmlns="http://www.w3.org/1999/xhtml">
4857 <audio src=""><style scoped=""/><p>xx</p></audio></em>
4858 #errors
4859 /em/audio/style;SUBDOC
4860 /em/audio/style;element not allowed:phrasing;m
4861 /em/audio/p;element not allowed:phrasing;m
4862
4863 #data
4864 <em xmlns="http://www.w3.org/1999/xhtml"><audio><source src=""/></audio></em>
4865 #errors
4866
4867 #data
4868 <em xmlns="http://www.w3.org/1999/xhtml"><audio><source src=""/>xx</audio></em>
4869 #errors
4870
4871 #data
4872 <em xmlns="http://www.w3.org/1999/xhtml">
4873 <audio><source src=""/><style scoped=""/>xx</audio></em>
4874 #errors
4875 /em/audio/style;SUBDOC
4876 /em/audio/style;element not allowed:phrasing;m
4877
4878 #data
4879 <em xmlns="http://www.w3.org/1999/xhtml">
4880 <audio><source src=""/><style scoped=""/><p>xx</p></audio></em>
4881 #errors
4882 /em/audio/style;SUBDOC
4883 /em/audio/style;element not allowed:phrasing;m
4884 /em/audio/p;element not allowed:phrasing;m
4885
4886 #data
4887 <em xmlns="http://www.w3.org/1999/xhtml">
4888 <audio><source src=""/><source src=""/></audio></em>
4889 #errors
4890
4891 #data
4892 <em xmlns="http://www.w3.org/1999/xhtml"><audio>x<source src=""/></audio></em>
4893 #errors
4894 /em/audio/source;element not allowed:phrasing;m
4895
4896 #data
4897 <em xmlns="http://www.w3.org/1999/xhtml">
4898 <audio><style scoped=""/><source src=""/></audio></em>
4899 #errors
4900 /em/audio/source;element not allowed:phrasing;m
4901 /em/audio/style;SUBDOC
4902 /em/audio/style;element not allowed:phrasing;m
4903
4904 #data
4905 <em xmlns="http://www.w3.org/1999/xhtml">
4906 <audio><source src=""/><style scoped=""/><source src=""/></audio></em>
4907 #errors
4908 /em/audio/source;element not allowed:phrasing;m
4909 /em/audio/style;SUBDOC
4910 /em/audio/style;element not allowed:phrasing;m
4911
4912 #data
4913 <em xmlns="http://www.w3.org/1999/xhtml">
4914 <audio><source src=""/><style scoped=""/><source src=""/><source src=""/></audio></em>
4915 #errors
4916 /em/audio/source;element not allowed:phrasing;m
4917 /em/audio/source;element not allowed:phrasing;m
4918 /em/audio/style;SUBDOC
4919 /em/audio/style;element not allowed:phrasing;m
4920
4921 #data
4922 <area shape="default" href="" alt="a" xmlns="http://www.w3.org/1999/xhtml"/>
4923 #errors
4924
4925 #data
4926 <div xmlns="http://www.w3.org/1999/xhtml">
4927 <area shape="default" href="" alt="a"/>
4928 </div>
4929 #errors
4930 /div;no significant content;s
4931 /div/area;element not allowed:area;m
4932
4933 #data
4934 <map id="map1" xmlns="http://www.w3.org/1999/xhtml">
4935 <area shape="default" href="" alt="a"/>
4936 </map>
4937 #errors
4938 /map;no significant content;s
4939
4940 #data
4941 <map id="map1" xmlns="http://www.w3.org/1999/xhtml">
4942 <p><area shape="default" href="" alt="a"/></p>
4943 </map>
4944 #errors
4945 /map;no significant content;s
4946 /map/p;no significant content;s
4947
4948 #data
4949 <map id="map1" xmlns="http://www.w3.org/1999/xhtml">
4950 <map id="map2"><p><area shape="default" href="" alt="a"/></p></map>
4951 </map>
4952 #errors
4953 /map;no significant content;s
4954 /map/map;no significant content;s
4955 /map/map/p;no significant content;s
4956
4957 #data
4958 <div xmlns="http://www.w3.org/1999/xhtml">
4959 <map id="map1">
4960 <map id="map2"/>
4961 </map>
4962 <area shape="default" href="" alt="a"/></div>
4963 #errors
4964 /div;no significant content;s
4965 /div/map;no significant content;s
4966 /div/map/map;no significant content;s
4967 /div/area;element not allowed:area;m
4968
4969 #data
4970 <map id="map1" xmlns="http://www.w3.org/1999/xhtml">
4971 <map id="map2"/><p><area shape="default" href="" alt="a"/></p>
4972 </map>
4973 #errors
4974 /map;no significant content;s
4975 /map/map;no significant content;s
4976 /map/p;no significant content;s
4977
4978 #data
4979 <div xmlns="http://www.w3.org/1999/xhtml">
4980 <map id="map2"/><p><area shape="default" href="" alt="a"/></p>
4981 </div>
4982 #errors
4983 /div;no significant content;s
4984 /div/map;no significant content;s
4985 /div/p;no significant content;s
4986 /div/p/area;element not allowed:area;m
4987
4988 #data
4989 <table xmlns="http://www.w3.org/1999/xhtml">
4990 <thead><tr><td/></tr></thead>
4991 <tbody><tr><td/></tr></tbody>
4992 <tfoot><tr><td/></tr></tfoot>
4993 </table>
4994 #errors
4995 /table/thead/tr/td;no significant content;s
4996 /table/tbody/tr/td;no significant content;s
4997 /table/tfoot/tr/td;no significant content;s
4998
4999 #data
5000 <th xmlns="http://www.w3.org/1999/xhtml"></th>
5001 #errors
5002 /th;no significant content;s
5003
5004 #data
5005 <th xmlns="http://www.w3.org/1999/xhtml">xxx</th>
5006 #errors
5007
5008 #data
5009 <th xmlns="http://www.w3.org/1999/xhtml"> </th>
5010 #errors
5011 /th;no significant content;s
5012
5013 #data
5014 <th xmlns="http://www.w3.org/1999/xhtml"> <!---->xxx</th>
5015 #errors
5016
5017 #data
5018 <th xmlns="http://www.w3.org/1999/xhtml"><a href="">aa</a></th>
5019 #errors
5020
5021 #data
5022 <th xmlns="http://www.w3.org/1999/xhtml"><a href=""></a></th>
5023 #errors
5024 /th;no significant content;s
5025 /th/a;no significant content;s
5026
5027 #data
5028 <th xmlns="http://www.w3.org/1999/xhtml"><p>xx</p></th>
5029 #errors
5030 /th/p;element not allowed:phrasing;m
5031
5032 #data
5033 <th xmlns="http://www.w3.org/1999/xhtml"><ul><li>xx</li></ul></th>
5034 #errors
5035 /th/ul;element not allowed:phrasing;m
5036
5037 #data
5038 <th xmlns="http://www.w3.org/1999/xhtml"><h1>aaa</h1></th>
5039 #errors
5040 /th/h1;element not allowed:phrasing;m
5041
5042 #data
5043 <th xmlns="http://www.w3.org/1999/xhtml"><table/></th>
5044 #errors
5045 /th/table;element not allowed:phrasing;m
5046 /th;no significant content;s
5047
5048 #data
5049 <th xmlns="http://www.w3.org/1999/xhtml"><ins></ins></th>
5050 #errors
5051 /th;no significant content;s
5052
5053 #data
5054 <th xmlns="http://www.w3.org/1999/xhtml"><ins>xxx</ins></th>
5055 #errors
5056
5057 #data
5058 <th xmlns="http://www.w3.org/1999/xhtml"><ins><p>xx</p></ins></th>
5059 #errors
5060 /th/ins/p;element not allowed:phrasing;m
5061
5062 #data
5063 <th xmlns="http://www.w3.org/1999/xhtml"><ins>xxx<p>xxx</p></ins></th>
5064 #errors
5065 /th/ins/p;element not allowed:phrasing;m
5066
5067 #data
5068 <th xmlns="http://www.w3.org/1999/xhtml"><del></del></th>
5069 #errors
5070 /th;no significant content;s
5071
5072 #data
5073 <th xmlns="http://www.w3.org/1999/xhtml"><del>xx</del></th>
5074 #errors
5075 /th;no significant content;s
5076
5077 #data
5078 <th xmlns="http://www.w3.org/1999/xhtml"><del><p>xx</p></del></th>
5079 #errors
5080 /th;no significant content;s
5081 /th/del/p;element not allowed:phrasing;m
5082
5083 #data
5084 <th xmlns="http://www.w3.org/1999/xhtml"><del><p>xxx</p>xxx</del></th>
5085 #errors
5086 /th;no significant content;s
5087 /th/del/p;element not allowed:phrasing;m
5088
5089 #data
5090 <th xmlns="http://www.w3.org/1999/xhtml"><del><ins>xxx<p>xxx</p></ins></del></th>
5091 #errors
5092 /th;no significant content;s
5093 /th/del/ins/p;element not allowed:phrasing;m
5094
5095 #data
5096 <fieldset xmlns="http://www.w3.org/1999/xhtml">
5097 <legend>XXX</legend>
5098 </fieldset>
5099 #errors
5100
5101 #data
5102 <fieldset xmlns="http://www.w3.org/1999/xhtml">
5103 <legend><p>XXX</p></legend>
5104 </fieldset>
5105 #errors
5106 /fieldset/legend/p;element not allowed:phrasing;m
5107
5108 #data
5109 <fieldset xmlns="http://www.w3.org/1999/xhtml">
5110 <legend><blockquote><p>XXX</p></blockquote></legend>
5111 </fieldset>
5112 #errors
5113 /fieldset/legend/blockquote;element not allowed:phrasing;m
5114
5115 #data
5116 <figure xmlns="http://www.w3.org/1999/xhtml">
5117 <legend>XXX</legend>
5118 <img src="" alt="x"/>
5119 </figure>
5120 #errors
5121
5122 #data
5123 <figure xmlns="http://www.w3.org/1999/xhtml">
5124 <legend><p>XXX</p></legend>
5125 <img src="" alt="x"/>
5126 </figure>
5127 #errors
5128 /figure/legend/p;element not allowed:phrasing;m
5129
5130 #data
5131 <figure xmlns="http://www.w3.org/1999/xhtml">
5132 <legend><blockquote><p>XXX</p></blockquote></legend>
5133 <img src="" alt="x"/>
5134 </figure>
5135 #errors
5136 /figure/legend/blockquote;element not allowed:phrasing;m
5137
5138 #data
5139 <figure xmlns="http://www.w3.org/1999/xhtml">
5140 <legend>XXX</legend>
5141 <img src="" alt="x"/>
5142 </figure>
5143 #errors
5144
5145 #data
5146 <figure xmlns="http://www.w3.org/1999/xhtml">
5147 <legend><p>XXX</p></legend>
5148 <img src="" alt="x"/>
5149 </figure>
5150 #errors
5151 /figure/legend/p;element not allowed:phrasing;m
5152
5153 #data
5154 <figure xmlns="http://www.w3.org/1999/xhtml">
5155 <legend><blockquote><p>XXX</p></blockquote></legend>
5156 <img src="" alt="x"/>
5157 </figure>
5158 #errors
5159 /figure/legend/blockquote;element not allowed:phrasing;m
5160
5161 #data
5162 <head xmlns="http://www.w3.org/1999/xhtml">
5163 <title/>
5164 <noscript>
5165 <p/>
5166 </noscript>
5167 </head>
5168 #errors
5169 /head/noscript;in XML:noscript
5170 /head/noscript/p;element not allowed:head noscript;m
5171 /head/noscript/p;no significant content;s
5172
5173 #data
5174 <head xmlns="http://www.w3.org/1999/xhtml">
5175 <title/>
5176 <noscript>
5177 <noscript/>
5178 </noscript>
5179 </head>
5180 #errors
5181 /head/noscript;in XML:noscript
5182 /head/noscript/noscript;in XML:noscript
5183 /head/noscript/noscript;element not allowed:head noscript;m
5184
5185 #data
5186 <head xmlns="http://www.w3.org/1999/xhtml">
5187 <title/>
5188 <noscript>
5189 <link rel="stylesheet" href=""/>
5190 </noscript>
5191 </head>
5192 #errors
5193 /head/noscript;in XML:noscript
5194
5195 #data
5196 <head xmlns="http://www.w3.org/1999/xhtml">
5197 <title/>
5198 <noscript>
5199 <style/>
5200 </noscript>
5201 </head>
5202 #errors
5203 /head/noscript;in XML:noscript
5204 /head/noscript/style;SUBDOC
5205
5206 #data
5207 <head xmlns="http://www.w3.org/1999/xhtml">
5208 <title/>
5209 <noscript>
5210 <script/>
5211 </noscript>
5212 </head>
5213 #errors
5214 /head/noscript;in XML:noscript
5215 /head/noscript/script;element not allowed:head noscript;m
5216 /head/noscript/script;SUBDOC
5217
5218 #data
5219 <head xmlns="http://www.w3.org/1999/xhtml">
5220 <title/>
5221 <noscript>
5222 <meta name="keywords" content=""/>
5223 </noscript>
5224 </head>
5225 #errors
5226 /head/noscript;in XML:noscript
5227 /head/noscript/meta;element not allowed:head noscript;m
5228
5229 #data
5230 <head xmlns="http://www.w3.org/1999/xhtml">
5231 <title/>
5232 <noscript>
5233 <base href=""/>
5234 </noscript>
5235 </head>
5236 #errors
5237 /head/noscript;in XML:noscript
5238 /head/noscript/base;element not allowed:head noscript;m
5239
5240 #data
5241 <head xmlns="http://www.w3.org/1999/xhtml">
5242 <title/>
5243 <noscript>
5244 <event-source src=""/>
5245 </noscript>
5246 </head>
5247 #errors
5248 /head/noscript;in XML:noscript
5249 /head/noscript/event-source;element not allowed:head noscript;m
5250
5251 #data
5252 <head xmlns="http://www.w3.org/1999/xhtml">
5253 <title/>
5254 <noscript>
5255 <title/>
5256 </noscript>
5257 </head>
5258 #errors
5259 /head/noscript;in XML:noscript
5260 /head/noscript/title;element not allowed:head noscript;m
5261
5262 #data
5263 <head xmlns="http://www.w3.org/1999/xhtml">
5264 <title/>
5265 <noscript>
5266 <link rel="stylesheet" href=""/>
5267 <style/>
5268 </noscript>
5269 </head>
5270 #errors
5271 /head/noscript;in XML:noscript
5272 /head/noscript/style;SUBDOC
5273
5274 #data
5275 <head xmlns="http://www.w3.org/1999/xhtml">
5276 <title/>
5277 <noscript>
5278 <link rel="stylesheet" href=""/>
5279 <noscript>
5280 <style/>
5281 </noscript>
5282 </noscript>
5283 </head>
5284 #errors
5285 /head/noscript;in XML:noscript
5286 /head/noscript/noscript;in XML:noscript
5287 /head/noscript/noscript;element not allowed:head noscript;m
5288 /head/noscript/noscript/style;SUBDOC
5289
5290 #data
5291 <head xmlns="http://www.w3.org/1999/xhtml">
5292 <title/>
5293 <noscript>
5294 <link rel="stylesheet" href=""/>
5295 <noscript>
5296 <p/>
5297 </noscript>
5298 </noscript>
5299 </head>
5300 #errors
5301 /head/noscript;in XML:noscript
5302 /head/noscript/noscript;in XML:noscript
5303 /head/noscript/noscript;element not allowed:head noscript;m
5304 /head/noscript/noscript/p;element not allowed:head noscript;m
5305 /head/noscript/noscript/p;no significant content;s
5306
5307 #data
5308 <head xmlns="http://www.w3.org/1999/xhtml">
5309 <title/>
5310 <noscript>
5311 <link rel="stylesheet" href=""/>
5312 <noscript>
5313 <meta charset="us-ascii"/>
5314 </noscript>
5315 </noscript>
5316 </head>
5317 #errors
5318 /head/noscript;in XML:noscript
5319 /head/noscript/noscript;in XML:noscript
5320 /head/noscript/noscript;element not allowed:head noscript;m
5321 /head/noscript/noscript/meta;element not allowed:head noscript;m
5322 /head/noscript/noscript/meta;element not allowed:meta charset;m
5323 /head/noscript/noscript/meta;in XML:charset;m
5324 /head/noscript/noscript/meta/@charset;mismatched charset name::us-ascii;unsupported
5325
5326 #data
5327 <noscript xmlns="http://www.w3.org/1999/xhtml">
5328 <meta name="keywords" content=""/>
5329 </noscript>
5330 #errors
5331 /noscript;in XML:noscript
5332 /noscript;no significant content;s
5333 /noscript/meta;element not allowed:flow;m
5334
5335 #data
5336 <noscript xmlns="http://www.w3.org/1999/xhtml">
5337 <title/>
5338 </noscript>
5339 #errors
5340 /noscript;no significant content;s
5341 /noscript;in XML:noscript
5342 /noscript/title;element not allowed:flow;m
5343
5344 #data
5345 <noscript xmlns="http://www.w3.org/1999/xhtml">
5346 <link rel="stylesheet" href=""/>
5347 </noscript>
5348 #errors
5349 /noscript;no significant content;s
5350 /noscript;in XML:noscript
5351 /noscript/link;element not allowed:flow;m
5352
5353 #data
5354 <noscript xmlns="http://www.w3.org/1999/xhtml">
5355 <style/>
5356 </noscript>
5357 #errors
5358 /noscript;no significant content;s
5359 /noscript;in XML:noscript
5360 /noscript/style;element not allowed:flow style;m
5361 /noscript/style;SUBDOC
5362
5363 #data
5364 <noscript xmlns="http://www.w3.org/1999/xhtml">
5365 <style scoped=""/>
5366 </noscript>
5367 #errors
5368 /noscript;no significant content;s
5369 /noscript;in XML:noscript
5370 /noscript/style;SUBDOC
5371
5372 #data
5373 <noscript xmlns="http://www.w3.org/1999/xhtml">
5374 <meta charset="us-ascii"/>
5375 </noscript>
5376 #errors
5377 /noscript;no significant content;s
5378 /noscript;in XML:noscript
5379 /noscript/meta;element not allowed:flow;m
5380 /noscript/meta;element not allowed:meta charset;m
5381 /noscript/meta;in XML:charset;m
5382 /noscript/meta/@charset;mismatched charset name::us-ascii;unsupported
5383
5384 #data
5385 <noscript xmlns="http://www.w3.org/1999/xhtml">
5386 <meta http-equiv="Content-Type" content="text/html; charset=us-ascii"/>
5387 </noscript>
5388 #errors
5389 /noscript;no significant content;s
5390 /noscript;in XML:noscript
5391 /noscript/meta;element not allowed:flow;m
5392 /noscript/meta;element not allowed:meta charset;m
5393 /noscript/meta;in XML:charset;m
5394 /noscript/meta/@content;mismatched charset name::us-ascii;unsupported
5395
5396 #data
5397 <noscript xmlns="http://www.w3.org/1999/xhtml">
5398 <noscript/>
5399 </noscript>
5400 #errors
5401 /noscript;no significant content;s
5402 /noscript;in XML:noscript
5403 /noscript/noscript;element not allowed:minus;m
5404 /noscript/noscript;in XML:noscript
5405
5406 #data
5407 <details xmlns="http://www.w3.org/1999/xhtml"></details>
5408 #errors
5409 /details;no significant content;s
5410 /details;element missing:legend;m
5411
5412 #data
5413 <details xmlns="http://www.w3.org/1999/xhtml"> </details>
5414 #errors
5415 /details;no significant content;s
5416 /details;element missing:legend;m
5417
5418 #data
5419 <details xmlns="http://www.w3.org/1999/xhtml">xxxx</details>
5420 #errors
5421 /details;element missing:legend;m
5422
5423 #data
5424 <details xmlns="http://www.w3.org/1999/xhtml"><p></p></details>
5425 #errors
5426 /details;element missing:legend;m
5427 /details;no significant content;s
5428 /details/p;no significant content;s
5429
5430 #data
5431 <details xmlns="http://www.w3.org/1999/xhtml"><p>xxx</p></details>
5432 #errors
5433 /details;element missing:legend;m
5434
5435 #data
5436 <details xmlns="http://www.w3.org/1999/xhtml"><legend>xx</legend>xxx</details>
5437 #errors
5438
5439 #data
5440 <details xmlns="http://www.w3.org/1999/xhtml"><legend>xx</legend><p>xxx</p></details>
5441 #errors
5442
5443 #data
5444 <details xmlns="http://www.w3.org/1999/xhtml"><legend>xx</legend><style scoped="scoped"></style><p>xxx</p></details>
5445 #errors
5446 /details/style;SUBDOC
5447
5448 #data
5449 <details xmlns="http://www.w3.org/1999/xhtml">
5450 <legend>xx</legend>
5451 <style scoped="scoped"></style><p>xxx</p></details>
5452 #errors
5453 /details/style;SUBDOC
5454
5455 #data
5456 <details xmlns="http://www.w3.org/1999/xhtml">
5457 xx<legend>xx</legend></details>
5458 #errors
5459 /details/legend;element not allowed:details legend;m
5460
5461 #data
5462 <details xmlns="http://www.w3.org/1999/xhtml">
5463 <p>xx</p><legend>xx</legend></details>
5464 #errors
5465 /details/legend;element not allowed:details legend;m
5466
5467 #data
5468 <details xmlns="http://www.w3.org/1999/xhtml">
5469 <legend>yy</legend><legend>xx</legend></details>
5470 #errors
5471 /details/legend;element not allowed:details legend;m
5472
5473 #data
5474 <details xmlns="http://www.w3.org/1999/xhtml">
5475 <ins><legend>xx</legend>aa</ins></details>
5476 #errors
5477
5478 #data
5479 <details xmlns="http://www.w3.org/1999/xhtml">
5480 zzz<legend>yy</legend><legend>xx</legend>aaa</details>
5481 #errors
5482 /details/legend;element not allowed:details legend;m
5483 /details/legend;element not allowed:details legend;m
5484
5485 #data
5486 <datatemplate xmlns="http://www.w3.org/1999/xhtml"/>
5487 #errors
5488
5489 #data
5490 <datatemplate xmlns="http://www.w3.org/1999/xhtml"><rule/></datatemplate>
5491 #errors
5492
5493 #data
5494 <datatemplate xmlns="http://www.w3.org/1999/xhtml">
5495 <rule/>
5496 </datatemplate>
5497 #errors
5498
5499 #data
5500 <datatemplate xmlns="http://www.w3.org/1999/xhtml">
5501 <rule/><!-- -->
5502 </datatemplate>
5503 #errors
5504
5505 #data
5506 <datatemplate xmlns="http://www.w3.org/1999/xhtml"><rule/>aa</datatemplate>
5507 #errors
5508 /datatemplate/"aa";character not allowed
5509
5510 #data
5511 <datatemplate xmlns="http://www.w3.org/1999/xhtml">aa<rule/></datatemplate>
5512 #errors
5513 /datatemplate/"aa";character not allowed
5514
5515 #data
5516 <datatemplate xmlns="http://www.w3.org/1999/xhtml"><p/></datatemplate>
5517 #errors
5518 /datatemplate/p;element not allowed:datatemplate
5519 /datatemplate/p;no significant content;s
5520
5521 #data
5522 <head xmlns="http://www.w3.org/1999/xhtml">
5523 <title/>
5524 <datatemplate/>
5525 </head>
5526 #errors
5527
5528 #data
5529 <body xmlns="http://www.w3.org/1999/xhtml">
5530 <datatemplate/>
5531 </body>
5532 #errors
5533 /body;no significant content;s
5534
5535 #data
5536 <section xmlns="http://www.w3.org/1999/xhtml">
5537 <datatemplate/>
5538 </section>
5539 #errors
5540 /section;no significant content;s
5541
5542 #data
5543 <p xmlns="http://www.w3.org/1999/xhtml">
5544 <datatemplate/>
5545 </p>
5546 #errors
5547 /p/datatemplate;element not allowed:phrasing;m
5548 /p;no significant content;s
5549
5550 #data
5551 <datetemplate xmlns="http://www.w3.org/1999/xhtml"/>
5552 #errors
5553 /datetemplate;element not defined;m
5554
5555 #data
5556 <rule xmlns="http://www.w3.org/1999/xhtml"/>
5557 #errors
5558
5559 #data
5560 <rule xmlns="http://www.w3.org/1999/xhtml"><p/></rule>
5561 #errors
5562 /rule/p;no significant content;s
5563
5564 #data
5565 <rule xmlns="http://www.w3.org/1999/xhtml">aa</rule>
5566 #errors
5567
5568 #data
5569 <rule xmlns="http://www.w3.org/1999/xhtml"><!----><?a?></rule>
5570 #errors
5571
5572 #data
5573 <rule xmlns="http://www.w3.org/1999/xhtml"><unknownelement/></rule>
5574 #errors
5575 /rule/unknownelement;element not defined;m
5576
5577 #data
5578 <rule xmlns="http://www.w3.org/1999/xhtml"><unknown xmlns=""/></rule>
5579 #errors
5580 /rule/unknown;element;unsupported
5581
5582 #data
5583 <rule xmlns="http://www.w3.org/1999/xhtml">
5584 <unknown xmlns="http://www.example.org/"/>
5585 </rule>
5586 #errors
5587 /rule/unknown;element;unsupported
5588
5589 #data
5590 <p xmlns="http://www.w3.org/1999/xhtml"><rule/></p>
5591 #errors
5592 /p/rule;element not allowed:phrasing;m
5593 /p;no significant content;s
5594
5595 #data
5596 <body xmlns="http://www.w3.org/1999/xhtml"><rule/></body>
5597 #errors
5598 /body/rule;element not allowed:flow;m
5599 /body;no significant content;s
5600
5601 #data
5602 <head xmlns="http://www.w3.org/1999/xhtml"><title/><rule/></head>
5603 #errors
5604 /head/rule;element not allowed:metadata;m
5605
5606 #data
5607 <nest xmlns="http://www.w3.org/1999/xhtml"/>
5608 #errors
5609
5610 #data
5611 <nest xmlns="http://www.w3.org/1999/xhtml"> </nest>
5612 #errors
5613
5614 #data
5615 <nest xmlns="http://www.w3.org/1999/xhtml">aa</nest>
5616 #errors
5617 /nest/"aa";character not allowed:empty;m
5618
5619 #data
5620 <nest xmlns="http://www.w3.org/1999/xhtml"><p/></nest>
5621 #errors
5622 /nest/p;element not allowed:empty;m
5623 /nest/p;no significant content;s
5624
5625 #data
5626 <nest xmlns="http://www.w3.org/1999/xhtml"><!----></nest>
5627 #errors
5628
5629 #data
5630 <nest xmlns="http://www.w3.org/1999/xhtml"><nest/></nest>
5631 #errors
5632 /nest/nest;element not allowed:empty;m
5633
5634 #data
5635 <p xmlns="http://www.w3.org/1999/xhtml"><nest/></p>
5636 #errors
5637 /p/nest;element not allowed:phrasing;m
5638 /p;no significant content;s
5639
5640 #data
5641 <head xmlns="http://www.w3.org/1999/xhtml"><title/><nest/></head>
5642 #errors
5643 /head/nest;element not allowed:metadata;m
5644
5645 #data
5646 <div xmlns="http://www.w3.org/1999/xhtml"><nest/></div>
5647 #errors
5648 /div/nest;element not allowed:flow;m
5649 /div;no significant content;s
5650
5651 #data
5652 <datatemplate xmlns="http://www.w3.org/1999/xhtml"><nest/></datatemplate>
5653 #errors
5654 /datatemplate/nest;element not allowed:datatemplate
5655
5656 #data
5657 <rule xmlns="http://www.w3.org/1999/xhtml"><nest/></rule>
5658 #errors
5659
5660 #data
5661 <rule xmlns="http://www.w3.org/1999/xhtml"><br><nest/></br></rule>
5662 #errors
5663
5664 #data
5665 <rule xmlns="http://www.w3.org/1999/xhtml"><br><nest/>a</br></rule>
5666 #errors
5667 /rule/br/"a";character not allowed:empty;m
5668
5669 #data
5670 <rule xmlns="http://www.w3.org/1999/xhtml"><title><nest/></title></rule>
5671 #errors
5672
5673 #data
5674 <rule xmlns="http://www.w3.org/1999/xhtml"><title><nest/>aa</title></rule>
5675 #errors
5676
5677 #data
5678 <rule xmlns="http://www.w3.org/1999/xhtml">
5679 <plaintext><nest/></plaintext>
5680 </rule>
5681 #errors
5682 /rule/plaintext;element not defined;m
5683
5684 #data
5685 <rule xmlns="http://www.w3.org/1999/xhtml"><textarea><nest/></textarea></rule>
5686 #errors
5687 /rule/textarea;element not defined;m
5688
5689 #data
5690 <rule xmlns="http://www.w3.org/1999/xhtml"><section><nest/></section></rule>
5691 #errors
5692 /rule/section;no significant content;s
5693
5694 #data
5695 <rule xmlns="http://www.w3.org/1999/xhtml">
5696 <section><style scoped=""/><nest/></section>
5697 </rule>
5698 #errors
5699 /rule/section/style;SUBDOC
5700 /rule/section;no significant content;s
5701
5702 #data
5703 <rule xmlns="http://www.w3.org/1999/xhtml">
5704 <section><nest/><style scoped=""/></section>
5705 </rule>
5706 #errors
5707 /rule/section/style;SUBDOC
5708 /rule/section;no significant content;s
5709
5710 #data
5711 <rule xmlns="http://www.w3.org/1999/xhtml">
5712 <section><nest/><style scoped=""/><p/></section>
5713 </rule>
5714 #errors
5715 /rule/section/style;SUBDOC
5716 /rule/section;no significant content;s
5717 /rule/section/p;no significant content;s
5718
5719 #data
5720 <rule xmlns="http://www.w3.org/1999/xhtml">
5721 <section><p/><style scoped=""/><nest/></section>
5722 </rule>
5723 #errors
5724 /rule/section/style;element not allowed:flow style;m
5725 /rule/section/style;SUBDOC
5726 /rule/section;no significant content;s
5727 /rule/section/p;no significant content;s
5728
5729 #data
5730 <rule xmlns="http://www.w3.org/1999/xhtml"><p><nest/></p></rule>
5731 #errors
5732 /rule/p;no significant content;s
5733
5734 #data
5735 <rule xmlns="http://www.w3.org/1999/xhtml"><p><nest/>aaa</p></rule>
5736 #errors
5737
5738 #data
5739 <rule xmlns="http://www.w3.org/1999/xhtml"><p><!----><nest/></p></rule>
5740 #errors
5741 /rule/p;no significant content;s
5742
5743 #data
5744 <rule xmlns="http://www.w3.org/1999/xhtml"><body><nest/></body></rule>
5745 #errors
5746 /rule/body;no significant content;s
5747
5748 #data
5749 <rule xmlns="http://www.w3.org/1999/xhtml"><em><nest/></em></rule>
5750 #errors
5751 /rule/em;no significant content;s
5752
5753 #data
5754 <rule xmlns="http://www.w3.org/1999/xhtml"><em>aa<nest/></em></rule>
5755 #errors
5756
5757 #data
5758 <rule xmlns="http://www.w3.org/1999/xhtml"><em><nest/><i/></em></rule>
5759 #errors
5760 /rule/em;no significant content;s
5761 /rule/em/i;no significant content;s
5762
5763 #data
5764 <rule xmlns="http://www.w3.org/1999/xhtml"><sub><nest/></sub></rule>
5765 #errors
5766 /rule/sub;no significant content;s
5767
5768 #data
5769 <rule xmlns="http://www.w3.org/1999/xhtml"><sup><nest/><sub/></sup></rule>
5770 #errors
5771 /rule/sup;no significant content;s
5772 /rule/sup/sub;no significant content;s
5773
5774 #data
5775 <rule xmlns="http://www.w3.org/1999/xhtml"><sub><em><nest/></em></sub></rule>
5776 #errors
5777 /rule/sub;no significant content;s
5778 /rule/sub/em;no significant content;s
5779
5780 #data
5781 <rule xmlns="http://www.w3.org/1999/xhtml"><div><nest/></div></rule>
5782 #errors
5783 /rule/div;no significant content;s
5784
5785 #data
5786 <rule xmlns="http://www.w3.org/1999/xhtml"><div><nest/><p/></div></rule>
5787 #errors
5788 /rule/div;no significant content;s
5789 /rule/div/p;no significant content;s
5790
5791 #data
5792 <rule xmlns="http://www.w3.org/1999/xhtml"><div><nest/><i/></div></rule>
5793 #errors
5794 /rule/div;no significant content;s
5795 /rule/div/i;no significant content;s
5796
5797 #data
5798 <rule xmlns="http://www.w3.org/1999/xhtml"><div><nest/>aa</div></rule>
5799 #errors
5800
5801 #data
5802 <rule xmlns="http://www.w3.org/1999/xhtml"><div><nest/><p/><i/></div></rule>
5803 #errors
5804 /rule/div;no significant content;s
5805 /rule/div/p;no significant content;s
5806 /rule/div/i;no significant content;s
5807
5808 #data
5809 <rule xmlns="http://www.w3.org/1999/xhtml"><div><p/><nest/></div></rule>
5810 #errors
5811 /rule/div;no significant content;s
5812 /rule/div/p;no significant content;s
5813
5814 #data
5815 <rule xmlns="http://www.w3.org/1999/xhtml"><div><i/><nest/></div></rule>
5816 #errors
5817 /rule/div;no significant content;s
5818 /rule/div/i;no significant content;s
5819
5820 #data
5821 <rule xmlns="http://www.w3.org/1999/xhtml"><div>aa<nest/></div></rule>
5822 #errors
5823
5824 #data
5825 <rule xmlns="http://www.w3.org/1999/xhtml"><div>aa<nest/><p/></div></rule>
5826 #errors
5827 /rule/div/p;no significant content;s
5828
5829 #data
5830 <rule xmlns="http://www.w3.org/1999/xhtml"><aside><nest/></aside></rule>
5831 #errors
5832 /rule/aside;no significant content;s
5833
5834 #data
5835 <rule xmlns="http://www.w3.org/1999/xhtml"><aside><nest/>aa</aside></rule>
5836 #errors
5837
5838 #data
5839 <rule xmlns="http://www.w3.org/1999/xhtml"><aside><nest/><i/></aside></rule>
5840 #errors
5841 /rule/aside;no significant content;s
5842 /rule/aside/i;no significant content;s
5843
5844 #data
5845 <rule xmlns="http://www.w3.org/1999/xhtml"><aside><nest/><p/></aside></rule>
5846 #errors
5847 /rule/aside;no significant content;s
5848 /rule/aside/p;no significant content;s
5849
5850 #data
5851 <rule xmlns="http://www.w3.org/1999/xhtml"><aside>aa<nest/></aside></rule>
5852 #errors
5853
5854 #data
5855 <rule xmlns="http://www.w3.org/1999/xhtml"><aside><i/><nest/></aside></rule>
5856 #errors
5857 /rule/aside;no significant content;s
5858 /rule/aside/i;no significant content;s
5859
5860 #data
5861 <rule xmlns="http://www.w3.org/1999/xhtml"><aside><p/><nest/></aside></rule>
5862 #errors
5863 /rule/aside;no significant content;s
5864 /rule/aside/p;no significant content;s
5865
5866 #data
5867 <rule xmlns="http://www.w3.org/1999/xhtml">
5868 <aside><nest/><style scoped=""/></aside>
5869 </rule>
5870 #errors
5871 /rule/aside/style;SUBDOC
5872 /rule/aside;no significant content;s
5873
5874 #data
5875 <rule xmlns="http://www.w3.org/1999/xhtml">
5876 <aside><nest/><style scoped=""/>aa</aside>
5877 </rule>
5878 #errors
5879 /rule/aside/style;SUBDOC
5880
5881 #data
5882 <rule xmlns="http://www.w3.org/1999/xhtml">
5883 <aside><nest/><style scoped=""/><i/></aside>
5884 </rule>
5885 #errors
5886 /rule/aside/style;SUBDOC
5887 /rule/aside;no significant content;s
5888 /rule/aside/i;no significant content;s
5889
5890 #data
5891 <rule xmlns="http://www.w3.org/1999/xhtml">
5892 <aside><nest/><style scoped=""/><blockquote/></aside>
5893 </rule>
5894 #errors
5895 /rule/aside/style;SUBDOC
5896 /rule/aside;no significant content;s
5897 /rule/aside/blockquote;no significant content;s
5898
5899 #data
5900 <rule xmlns="http://www.w3.org/1999/xhtml">
5901 <aside><nest/><style scoped=""/><blockquote/><p/></aside>
5902 </rule>
5903 #errors
5904 /rule/aside/style;SUBDOC
5905 /rule/aside;no significant content;s
5906 /rule/aside/blockquote;no significant content;s
5907 /rule/aside/p;no significant content;s
5908
5909 #data
5910 <rule xmlns="http://www.w3.org/1999/xhtml">
5911 <aside><nest/><style scoped=""/><blockquote/><i/></aside>
5912 </rule>
5913 #errors
5914 /rule/aside/style;SUBDOC
5915 /rule/aside;no significant content;s
5916 /rule/aside/blockquote;no significant content;s
5917 /rule/aside/i;no significant content;s
5918
5919 #data
5920 <rule xmlns="http://www.w3.org/1999/xhtml">
5921 <aside><nest/><style scoped=""/><p/></aside>
5922 </rule>
5923 #errors
5924 /rule/aside/style;SUBDOC
5925 /rule/aside;no significant content;s
5926 /rule/aside/p;no significant content;s
5927
5928 #data
5929 <rule xmlns="http://www.w3.org/1999/xhtml">
5930 <aside><nest/>aa<style scoped=""/></aside>
5931 </rule>
5932 #errors
5933 /rule/aside/style;element not allowed:flow style;m
5934 /rule/aside/style;SUBDOC
5935
5936 #data
5937 <rule xmlns="http://www.w3.org/1999/xhtml">
5938 <aside><nest/><i/><style scoped=""/></aside>
5939 </rule>
5940 #errors
5941 /rule/aside/style;element not allowed:flow style;m
5942 /rule/aside/style;SUBDOC
5943 /rule/aside;no significant content;s
5944 /rule/aside/i;no significant content;s
5945
5946 #data
5947 <rule xmlns="http://www.w3.org/1999/xhtml">
5948 <aside><nest/><p/><style scoped=""/></aside>
5949 </rule>
5950 #errors
5951 /rule/aside/style;element not allowed:flow style;m
5952 /rule/aside/style;SUBDOC
5953 /rule/aside;no significant content;s
5954 /rule/aside/p;no significant content;s
5955
5956 #data
5957 <rule xmlns="http://www.w3.org/1999/xhtml">
5958 <aside>aa<nest/></aside>
5959 </rule>
5960 #errors
5961
5962 #data
5963 <rule xmlns="http://www.w3.org/1999/xhtml">
5964 <aside><i/><nest/></aside>
5965 </rule>
5966 #errors
5967 /rule/aside;no significant content;s
5968 /rule/aside/i;no significant content;s
5969
5970 #data
5971 <rule xmlns="http://www.w3.org/1999/xhtml">
5972 <aside><blockquote/><nest/></aside>
5973 </rule>
5974 #errors
5975 /rule/aside;no significant content;s
5976 /rule/aside/blockquote;no significant content;s
5977
5978 #data
5979 <rule xmlns="http://www.w3.org/1999/xhtml">
5980 <aside><p/><nest/></aside>
5981 </rule>
5982 #errors
5983 /rule/aside;no significant content;s
5984 /rule/aside/p;no significant content;s
5985
5986 #data
5987 <rule xmlns="http://www.w3.org/1999/xhtml">
5988 <aside>aa<nest/><style scoped=""/></aside>
5989 </rule>
5990 #errors
5991 /rule/aside/style;element not allowed:flow style;m
5992 /rule/aside/style;SUBDOC
5993
5994 #data
5995 <rule xmlns="http://www.w3.org/1999/xhtml">
5996 <aside><i/><nest/><style scoped=""/></aside>
5997 </rule>
5998 #errors
5999 /rule/aside/style;element not allowed:flow style;m
6000 /rule/aside/style;SUBDOC
6001 /rule/aside;no significant content;s
6002 /rule/aside/i;no significant content;s
6003
6004 #data
6005 <rule xmlns="http://www.w3.org/1999/xhtml">
6006 <aside><blockquote/><nest/><style scoped=""/></aside>
6007 </rule>
6008 #errors
6009 /rule/aside/style;element not allowed:flow style;m
6010 /rule/aside/style;SUBDOC
6011 /rule/aside/blockquote;no significant content;s
6012 /rule/aside;no significant content;s
6013
6014 #data
6015 <rule xmlns="http://www.w3.org/1999/xhtml">
6016 <aside><p/><nest/><style scoped=""/></aside>
6017 </rule>
6018 #errors
6019 /rule/aside/style;element not allowed:flow style;m
6020 /rule/aside/style;SUBDOC
6021 /rule/aside;no significant content;s
6022 /rule/aside/p;no significant content;s
6023
6024 #data
6025 <rule xmlns="http://www.w3.org/1999/xhtml"><ins><nest/></ins></rule>
6026 #errors
6027
6028 #data
6029 <rule xmlns="http://www.w3.org/1999/xhtml"><p><ins><nest/></ins></p></rule>
6030 #errors
6031 /rule/p;no significant content;s
6032
6033 #data
6034 <rule xmlns="http://www.w3.org/1999/xhtml"><html><nest/></html></rule>
6035 #errors
6036 /rule/html;child element missing:head
6037 /rule/html;child element missing:body
6038
6039 #data
6040 <rule xmlns="http://www.w3.org/1999/xhtml"><html>
6041 <head><title/></head><body/><nest/>
6042 </html></rule>
6043 #errors
6044 /rule/html/body;no significant content;s
6045
6046 #data
6047 <rule xmlns="http://www.w3.org/1999/xhtml"><html>
6048 <head><title/></head><nest/><body/>
6049 </html></rule>
6050 #errors
6051 /rule/html/body;no significant content;s
6052
6053 #data
6054 <rule xmlns="http://www.w3.org/1999/xhtml"><html>
6055 <nest/><head><title/></head><body/>
6056 </html></rule>
6057 #errors
6058 /rule/html/body;no significant content;s
6059
6060 #data
6061 <rule xmlns="http://www.w3.org/1999/xhtml"><html>
6062 <head><title/></head><body/><nest/><body/>
6063 </html></rule>
6064 #errors
6065 /rule/html/body;element not allowed
6066 /rule/html/body;no significant content;s
6067 /rule/html/body;no significant content;s
6068
6069 #data
6070 <rule xmlns="http://www.w3.org/1999/xhtml"><html>
6071 <head><title/></head><nest/>
6072 </html></rule>
6073 #errors
6074 /rule/html;child element missing:body
6075
6076 #data
6077 <rule xmlns="http://www.w3.org/1999/xhtml"><html>
6078 <nest/><body/>
6079 </html></rule>
6080 #errors
6081 /rule/html/body;ps element missing:head
6082 /rule/html/body;no significant content;s
6083
6084 #data
6085 <rule xmlns="http://www.w3.org/1999/xhtml"><html>
6086 <head><title/></head><body/><nest/>
6087 </html></rule>
6088 #errors
6089 /rule/html/body;no significant content;s
6090
6091 #data
6092 <rule xmlns="http://www.w3.org/1999/xhtml">
6093 <head><nest/></head>
6094 </rule>
6095 #errors
6096 /rule/head;child element missing:title
6097
6098 #data
6099 <rule xmlns="http://www.w3.org/1999/xhtml">
6100 <head><title/><nest/></head>
6101 </rule>
6102 #errors
6103
6104 #data
6105 <rule xmlns="http://www.w3.org/1999/xhtml">
6106 <head><nest/><title/></head>
6107 </rule>
6108 #errors
6109
6110 #data
6111 <rule xmlns="http://www.w3.org/1999/xhtml">
6112 <head><nest/><base href="http://www.example.com/"/><title/></head>
6113 </rule>
6114 #errors
6115
6116 #data
6117 <rule xmlns="http://www.w3.org/1999/xhtml">
6118 <head><base href="http://www.example.com/"/><nest/><title/></head>
6119 </rule>
6120 #errors
6121
6122 #data
6123 <rule xmlns="http://www.w3.org/1999/xhtml">
6124 <head><meta charset="us-ascii"/><nest/><title/></head>
6125 </rule>
6126 #errors
6127 /rule/head/meta;element not allowed:meta charset;m
6128 /rule/head/meta;in XML:charset;m
6129 /rule/head/meta/@charset;mismatched charset name::us-ascii;unsupported
6130
6131 #data
6132 <rule xmlns="http://www.w3.org/1999/xhtml">
6133 <head><nest/><meta charset="us-ascii"/><title/></head>
6134 </rule>
6135 #errors
6136 /rule/head/meta;element not allowed:meta charset;m
6137 /rule/head/meta;in XML:charset;m
6138 /rule/head/meta/@charset;mismatched charset name::us-ascii;unsupported
6139
6140 #data
6141 <rule xmlns="http://www.w3.org/1999/xhtml"><style><nest/></style></rule>
6142 #errors
6143 /rule/style;SUBDOC
6144
6145 #data
6146 <rule xmlns="http://www.w3.org/1999/xhtml"><script><nest/></script></rule>
6147 #errors
6148 /rule/script;SUBDOC
6149
6150 #data
6151 <rule xmlns="http://www.w3.org/1999/xhtml"><footer><nest/></footer></rule>
6152 #errors
6153 /rule/footer;no significant content;s
6154
6155 #data
6156 <rule xmlns="http://www.w3.org/1999/xhtml"><footer><nest/>a</footer></rule>
6157 #errors
6158
6159 #data
6160 <rule xmlns="http://www.w3.org/1999/xhtml"><footer><nest/><i/></footer></rule>
6161 #errors
6162 /rule/footer;no significant content;s
6163 /rule/footer/i;no significant content;s
6164
6165 #data
6166 <rule xmlns="http://www.w3.org/1999/xhtml"><footer><nest/><ul/></footer></rule>
6167 #errors
6168 /rule/footer;no significant content;s
6169
6170 #data
6171 <rule xmlns="http://www.w3.org/1999/xhtml"><footer><nest/><p/></footer></rule>
6172 #errors
6173 /rule/footer;no significant content;s
6174 /rule/footer/p;no significant content;s
6175
6176 #data
6177 <rule xmlns="http://www.w3.org/1999/xhtml"><footer>a<nest/></footer></rule>
6178 #errors
6179
6180 #data
6181 <rule xmlns="http://www.w3.org/1999/xhtml"><footer><i/><nest/></footer></rule>
6182 #errors
6183 /rule/footer;no significant content;s
6184 /rule/footer/i;no significant content;s
6185
6186 #data
6187 <rule xmlns="http://www.w3.org/1999/xhtml"><footer><ol/><nest/></footer></rule>
6188 #errors
6189 /rule/footer;no significant content;s
6190
6191 #data
6192 <rule xmlns="http://www.w3.org/1999/xhtml"><footer><p/><nest/></footer></rule>
6193 #errors
6194 /rule/footer;no significant content;s
6195 /rule/footer/p;no significant content;s
6196
6197 #data
6198 <rule xmlns="http://www.w3.org/1999/xhtml"><footer>a<nest/><p/></footer></rule>
6199 #errors
6200 /rule/footer/p;no significant content;s
6201
6202 #data
6203 <rule xmlns="http://www.w3.org/1999/xhtml"><footer><p/><nest/>a</footer></rule>
6204 #errors
6205 /rule/footer/p;no significant content;s
6206
6207 #data
6208 <rule xmlns="http://www.w3.org/1999/xhtml"><footer><nest/><h1/></footer></rule>
6209 #errors
6210 /rule/footer/h1;element not allowed:minus;m
6211 /rule/footer;no significant content;s
6212 /rule/footer/h1;no significant content;s
6213
6214 #data
6215 <rule xmlns="http://www.w3.org/1999/xhtml"><dialog><nest/></dialog></rule>
6216 #errors
6217
6218 #data
6219 <rule xmlns="http://www.w3.org/1999/xhtml">
6220 <dialog><dt/><nest/></dialog>
6221 </rule>
6222 #errors
6223 /rule/dialog;child element missing:dd
6224 /rule/dialog/dt;no significant content;s
6225
6226 #data
6227 <rule xmlns="http://www.w3.org/1999/xhtml">
6228 <dialog><dt/><dd/><nest/></dialog>
6229 </rule>
6230 #errors
6231 /rule/dialog/dt;no significant content;s
6232 /rule/dialog/dd;no significant content;s
6233
6234 #data
6235 <rule xmlns="http://www.w3.org/1999/xhtml">
6236 <dialog><dt/><dd/><dt/><nest/></dialog>
6237 </rule>
6238 #errors
6239 /rule/dialog;child element missing:dd
6240 /rule/dialog/dt;no significant content;s
6241 /rule/dialog/dd;no significant content;s
6242 /rule/dialog/dt;no significant content;s
6243
6244 #data
6245 <rule xmlns="http://www.w3.org/1999/xhtml">
6246 <dialog><dt/><dd/><dt/><dd/><nest/></dialog>
6247 </rule>
6248 #errors
6249 /rule/dialog/dt;no significant content;s
6250 /rule/dialog/dd;no significant content;s
6251 /rule/dialog/dt;no significant content;s
6252 /rule/dialog/dd;no significant content;s
6253
6254 #data
6255 <rule xmlns="http://www.w3.org/1999/xhtml">
6256 <dialog><dt/><nest/><dd/></dialog>
6257 </rule>
6258 #errors
6259 /rule/dialog/dt;no significant content;s
6260 /rule/dialog/dd;no significant content;s
6261
6262 #data
6263 <rule xmlns="http://www.w3.org/1999/xhtml">
6264 <dialog><dt/><nest/><dt/><dd/></dialog>
6265 </rule>
6266 #errors
6267 /rule/dialog/dt;ps element missing:dd
6268 /rule/dialog/dt;no significant content;s
6269 /rule/dialog/dt;no significant content;s
6270 /rule/dialog/dd;no significant content;s
6271
6272 #data
6273 <rule xmlns="http://www.w3.org/1999/xhtml">
6274 <dialog><nest/><dt/></dialog>
6275 </rule>
6276 #errors
6277 /rule/dialog;child element missing:dd
6278 /rule/dialog/dt;no significant content;s
6279
6280 #data
6281 <rule xmlns="http://www.w3.org/1999/xhtml">
6282 <dialog><nest/><dt/><dd/></dialog>
6283 </rule>
6284 #errors
6285 /rule/dialog/dt;no significant content;s
6286 /rule/dialog/dd;no significant content;s
6287
6288 #data
6289 <rule xmlns="http://www.w3.org/1999/xhtml"><ul><nest/></ul></rule>
6290 #errors
6291
6292 #data
6293 <rule xmlns="http://www.w3.org/1999/xhtml"><ul><li/><nest/></ul></rule>
6294 #errors
6295 /rule/ul/li;no significant content;s
6296
6297 #data
6298 <rule xmlns="http://www.w3.org/1999/xhtml"><ul><nest/><li/></ul></rule>
6299 #errors
6300 /rule/ul/li;no significant content;s
6301
6302 #data
6303 <rule xmlns="http://www.w3.org/1999/xhtml"><ol><nest/></ol></rule>
6304 #errors
6305
6306 #data
6307 <rule xmlns="http://www.w3.org/1999/xhtml"><dl><nest/></dl></rule>
6308 #errors
6309
6310 #data
6311 <rule xmlns="http://www.w3.org/1999/xhtml"><dl><nest/><dt/></dl></rule>
6312 #errors
6313 /rule/dl;child element missing:dd
6314 /rule/dl/dt;no significant content;s
6315
6316 #data
6317 <rule xmlns="http://www.w3.org/1999/xhtml"><dl><dt/><nest/></dl></rule>
6318 #errors
6319 /rule/dl;child element missing:dd
6320 /rule/dl/dt;no significant content;s
6321
6322 #data
6323 <rule xmlns="http://www.w3.org/1999/xhtml"><dl><dt/><nest/><dd/></dl></rule>
6324 #errors
6325 /rule/dl/dt;no significant content;s
6326 /rule/dl/dd;no significant content;s
6327
6328 #data
6329 <rule xmlns="http://www.w3.org/1999/xhtml"><dl><dt/><dd/><nest/></dl></rule>
6330 #errors
6331 /rule/dl/dt;no significant content;s
6332 /rule/dl/dd;no significant content;s
6333
6334 #data
6335 <rule xmlns="http://www.w3.org/1999/xhtml"><dl><nest/><dt/><dd/></dl></rule>
6336 #errors
6337 /rule/dl/dt;no significant content;s
6338 /rule/dl/dd;no significant content;s
6339
6340 #data
6341 <rule xmlns="http://www.w3.org/1999/xhtml">
6342 <dl><dt/><dd/><nest/><dt/><dd/></dl>
6343 </rule>
6344 #errors
6345 /rule/dl/dt;no significant content;s
6346 /rule/dl/dd;no significant content;s
6347 /rule/dl/dt;no significant content;s
6348 /rule/dl/dd;no significant content;s
6349
6350 #data
6351 <rule xmlns="http://www.w3.org/1999/xhtml">
6352 <dl><dt/><nest/><dt/><dd/></dl>
6353 </rule>
6354 #errors
6355 /rule/dl/dt;no significant content;s
6356 /rule/dl/dt;no significant content;s
6357 /rule/dl/dd;no significant content;s
6358
6359 #data
6360 <rule xmlns="http://www.w3.org/1999/xhtml">
6361 <dl><dt/><dd/><nest/><dd/></dl>
6362 </rule>
6363 #errors
6364 /rule/dl/dt;no significant content;s
6365 /rule/dl/dd;no significant content;s
6366 /rule/dl/dd;no significant content;s
6367
6368 #data
6369 <rule xmlns="http://www.w3.org/1999/xhtml"><del><nest/></del></rule>
6370 #errors
6371
6372 #data
6373 <rule xmlns="http://www.w3.org/1999/xhtml"><del><nest/>aa</del></rule>
6374 #errors
6375
6376 #data
6377 <rule xmlns="http://www.w3.org/1999/xhtml"><del><nest/><p/></del></rule>
6378 #errors
6379 /rule/del/p;no significant content;s
6380
6381 #data
6382 <rule xmlns="http://www.w3.org/1999/xhtml">
6383 <video src="/"><nest/></video>
6384 </rule>
6385 #errors
6386
6387 #data
6388 <rule xmlns="http://www.w3.org/1999/xhtml">
6389 <video><nest/><source src="/"/></video>
6390 </rule>
6391 #errors
6392
6393 #data
6394 <rule xmlns="http://www.w3.org/1999/xhtml">
6395 <video><source src="/"/><nest/><source src="/"/></video>
6396 </rule>
6397 #errors
6398
6399 #data
6400 <rule xmlns="http://www.w3.org/1999/xhtml">
6401 <video><source src="/"/><nest/></video>
6402 </rule>
6403 #errors
6404
6405 #data
6406 <rule xmlns="http://www.w3.org/1999/xhtml">
6407 <table><nest/></table>
6408 </rule>
6409 #errors
6410
6411 #data
6412 <rule xmlns="http://www.w3.org/1999/xhtml">
6413 <table><nest/><tr><td/></tr></table>
6414 </rule>
6415 #errors
6416 /rule/table/tr/td;no significant content;s
6417
6418 #data
6419 <rule xmlns="http://www.w3.org/1999/xhtml">
6420 <table><nest/><tbody><tr><td/></tr></tbody></table>
6421 </rule>
6422 #errors
6423 /rule/table/tbody/tr/td;no significant content;s
6424
6425 #data
6426 <rule xmlns="http://www.w3.org/1999/xhtml">
6427 <table><tbody><tr><td/></tr></tbody><nest/></table>
6428 </rule>
6429 #errors
6430 /rule/table/tbody/tr/td;no significant content;s
6431
6432 #data
6433 <rule xmlns="http://www.w3.org/1999/xhtml">
6434 <table><caption/><nest/><caption/><tr><td/></tr></table>
6435 </rule>
6436 #errors
6437 /rule/table/caption;element not allowed
6438 /rule/table/caption;no significant content;s
6439 /rule/table/caption;no significant content;s
6440 /rule/table/tr/td;no significant content;s
6441
6442 #data
6443 <rule xmlns="http://www.w3.org/1999/xhtml">
6444 <colgroup><nest/></colgroup>
6445 </rule>
6446 #errors
6447
6448 #data
6449 <rule xmlns="http://www.w3.org/1999/xhtml">
6450 <colgroup><col/><nest/></colgroup>
6451 </rule>
6452 #errors
6453
6454 #data
6455 <rule xmlns="http://www.w3.org/1999/xhtml">
6456 <colgroup><nest/><col/></colgroup>
6457 </rule>
6458 #errors
6459
6460 #data
6461 <rule xmlns="http://www.w3.org/1999/xhtml">
6462 <colgroup><col/><nest/><col/></colgroup>
6463 </rule>
6464 #errors
6465
6466 #data
6467 <rule xmlns="http://www.w3.org/1999/xhtml">
6468 <tbody><nest/></tbody>
6469 </rule>
6470 #errors
6471
6472 #data
6473 <rule xmlns="http://www.w3.org/1999/xhtml">
6474 <tbody><nest/><tr><td/></tr></tbody>
6475 </rule>
6476 #errors
6477 /rule/tbody/tr/td;no significant content;s
6478
6479 #data
6480 <rule xmlns="http://www.w3.org/1999/xhtml">
6481 <tbody><tr><td/></tr><nest/></tbody>
6482 </rule>
6483 #errors
6484 /rule/tbody/tr/td;no significant content;s
6485
6486 #data
6487 <rule xmlns="http://www.w3.org/1999/xhtml">
6488 <tr><nest/></tr>
6489 </rule>
6490 #errors
6491
6492 #data
6493 <rule xmlns="http://www.w3.org/1999/xhtml">
6494 <tr><td/><nest/></tr>
6495 </rule>
6496 #errors
6497 /rule/tr/td;no significant content;s
6498
6499 #data
6500 <rule xmlns="http://www.w3.org/1999/xhtml">
6501 <tr><nest/><td/></tr>
6502 </rule>
6503 #errors
6504 /rule/tr/td;no significant content;s
6505
6506 #data
6507 <rule xmlns="http://www.w3.org/1999/xhtml">
6508 <tr><th/><nest/></tr>
6509 </rule>
6510 #errors
6511 /rule/tr/th;no significant content;s
6512
6513 #data
6514 <rule xmlns="http://www.w3.org/1999/xhtml">
6515 <tr><th/><nest/><td/></tr>
6516 </rule>
6517 #errors
6518 /rule/tr/th;no significant content;s
6519 /rule/tr/td;no significant content;s
6520
6521 #data
6522 <rule xmlns="http://www.w3.org/1999/xhtml">
6523 <head><title/><noscript><nest/></noscript></head>
6524 </rule>
6525 #errors
6526 /rule/head/noscript;in XML:noscript
6527
6528 #data
6529 <rule xmlns="http://www.w3.org/1999/xhtml"><head><title/>
6530 <noscript><link rel="alternate" href=""/><nest/></noscript>
6531 </head></rule>
6532 #errors
6533 /rule/head/noscript;in XML:noscript
6534
6535 #data
6536 <rule xmlns="http://www.w3.org/1999/xhtml">
6537 <datagrid><nest/></datagrid>
6538 </rule>
6539 #errors
6540
6541 #data
6542 <rule xmlns="http://www.w3.org/1999/xhtml">
6543 <datagrid><nest/><table/></datagrid>
6544 </rule>
6545 #errors
6546
6547 #data
6548 <rule xmlns="http://www.w3.org/1999/xhtml">
6549 <datagrid><nest/><table/><p/></datagrid>
6550 </rule>
6551 #errors
6552 /rule/datagrid/p;element not allowed
6553 /rule/datagrid/p;no significant content;s
6554
6555 #data
6556 <rule xmlns="http://www.w3.org/1999/xhtml">
6557 <datagrid><p/><nest/><table/></datagrid>
6558 </rule>
6559 #errors
6560 /rule/datagrid;no significant content;s
6561 /rule/datagrid/p;no significant content;s
6562
6563 #data
6564 <rule xmlns="http://www.w3.org/1999/xhtml">
6565 <datagrid><table/><nest/><p/></datagrid>
6566 </rule>
6567 #errors
6568 /rule/datagrid/p;element not allowed
6569 /rule/datagrid/p;no significant content;s
6570
6571 #data
6572 <rule xmlns="http://www.w3.org/1999/xhtml">
6573 <menu><nest/></menu>
6574 </rule>
6575 #errors
6576 /rule/menu;no significant content;s
6577
6578 #data
6579 <rule xmlns="http://www.w3.org/1999/xhtml">
6580 <menu><li/><nest/></menu>
6581 </rule>
6582 #errors
6583 /rule/menu/li;no significant content;s
6584
6585 #data
6586 <rule xmlns="http://www.w3.org/1999/xhtml">
6587 <menu><nest/><li/></menu>
6588 </rule>
6589 #errors
6590 /rule/menu/li;no significant content;s
6591
6592 #data
6593 <rule xmlns="http://www.w3.org/1999/xhtml">
6594 <menu><li/><nest/><li/></menu>
6595 </rule>
6596 #errors
6597 /rule/menu/li;no significant content;s
6598 /rule/menu/li;no significant content;s
6599
6600 #data
6601 <rule xmlns="http://www.w3.org/1999/xhtml">
6602 <menu>aa<nest/></menu>
6603 </rule>
6604 #errors
6605
6606 #data
6607 <rule xmlns="http://www.w3.org/1999/xhtml">
6608 <menu><nest/>aa</menu>
6609 </rule>
6610 #errors
6611
6612 #data
6613 <rule xmlns="http://www.w3.org/1999/xhtml">
6614 <menu>aa<nest/>bb</menu>
6615 </rule>
6616 #errors
6617
6618 #data
6619 <rule xmlns="http://www.w3.org/1999/xhtml">
6620 <menu>aa<nest/><li/></menu>
6621 </rule>
6622 #errors
6623 /rule/menu/li;element not allowed
6624 /rule/menu/li;no significant content;s
6625
6626 #data
6627 <rule xmlns="http://www.w3.org/1999/xhtml">
6628 <menu><li/><nest/>aa</menu>
6629 </rule>
6630 #errors
6631 /rule/menu/"aa";character not allowed
6632 /rule/menu/li;no significant content;s
6633
6634 #data
6635 <rule xmlns="http://www.w3.org/1999/xhtml">
6636 <datatemplate><nest/></datatemplate>
6637 </rule>
6638 #errors
6639
6640 #data
6641 <rule xmlns="http://www.w3.org/1999/xhtml">
6642 <datatemplate><nest/><rule/></datatemplate>
6643 </rule>
6644 #errors
6645
6646 #data
6647 <rule xmlns="http://www.w3.org/1999/xhtml">
6648 <datatemplate><rule/><nest/></datatemplate>
6649 </rule>
6650 #errors
6651
6652 #data
6653 <rule xmlns="http://www.w3.org/1999/xhtml">
6654 <rule><nest/></rule>
6655 </rule>
6656 #errors
6657
6658 #data
6659 <rule xmlns="http://www.w3.org/1999/xhtml">
6660 <a:author xmlns:a="http://www.w3.org/2005/Atom"><a:name><nest/></a:name></a:author>
6661 </rule>
6662 #errors
6663
6664 #data
6665 <rule xmlns="http://www.w3.org/1999/xhtml">
6666 <a:author xmlns:a="http://www.w3.org/2005/Atom"><a:name><nest/>aa</a:name></a:author>
6667 </rule>
6668 #errors
6669
6670 #data
6671 <rule xmlns="http://www.w3.org/1999/xhtml">
6672 <a:author xmlns:a="http://www.w3.org/2005/Atom"><a:name>aa<nest/></a:name></a:author>
6673 </rule>
6674 #errors
6675
6676 #data
6677 <rule xmlns="http://www.w3.org/1999/xhtml">
6678 <a:author xmlns:a="http://www.w3.org/2005/Atom"><a:uri><nest/>http://www.example.org/</a:uri><a:name/></a:author>
6679 </rule>
6680 #errors
6681
6682 #data
6683 <rule xmlns="http://www.w3.org/1999/xhtml">
6684 <a:author xmlns:a="http://www.w3.org/2005/Atom"><a:email><nest/>[email protected]</a:email><a:name/></a:author>
6685 </rule>
6686 #errors
6687 /rule/author/email;addr-spec not supported;u
6688
6689 #data
6690 <rule xmlns="http://www.w3.org/1999/xhtml">
6691 <a:published xmlns:a="http://www.w3.org/2005/Atom">2006-12-31T00:00:00Z<nest/></a:published>
6692 </rule>
6693 #errors
6694
6695 #data
6696 <rule xmlns="http://www.w3.org/1999/xhtml">
6697 <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>
6698 </rule>
6699 #errors
6700
6701 #data
6702 <rule xmlns="http://www.w3.org/1999/xhtml">
6703 <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>
6704 </rule>
6705 #errors
6706
6707 #data
6708 <rule xmlns="http://www.w3.org/1999/xhtml">
6709 <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>
6710 </rule>
6711 #errors
6712
6713 #data
6714 <rule xmlns="http://www.w3.org/1999/xhtml">
6715 <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>
6716 </rule>
6717 #errors
6718
6719 #data
6720 <rule xmlns="http://www.w3.org/1999/xhtml">
6721 <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>
6722 </rule>
6723 #errors
6724 /rule/feed/entry;element missing:atom|author;m
6725
6726 #data
6727 <rule xmlns="http://www.w3.org/1999/xhtml">
6728 <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>
6729 </rule>
6730 #errors
6731 /rule/feed/entry;element missing:atom|author;m
6732 /rule/feed/entry;element missing:atom|author;m
6733
6734 #data
6735 <div xmlns="http://www.w3.org/1999/xhtml">
6736 <datatemplate><rule></rule><nest></nest></datatemplate>
6737 <nest></nest>
6738 </div>
6739 #errors
6740 /div/datatemplate/nest;element not allowed:datatemplate
6741 /div/nest;element not allowed:flow;m
6742 /div;no significant content;s
6743
6744 #data
6745 <div xmlns="http://www.w3.org/1999/xhtml">
6746 <datatemplate><rule></rule><nest></nest></datatemplate>
6747 </div>
6748 #errors
6749 /div/datatemplate/nest;element not allowed:datatemplate
6750 /div;no significant content;s
6751
6752 #data
6753 <center xmlns="http://www.w3.org/1999/xhtml"></center>
6754 #errors
6755 /center;element not defined;m
6756 /center;no significant content;s
6757
6758 #data
6759 <center xmlns="http://www.w3.org/1999/xhtml"> </center>
6760 #errors
6761 /center;element not defined;m
6762 /center;no significant content;s
6763
6764 #data
6765 <center xmlns="http://www.w3.org/1999/xhtml">x</center>
6766 #errors
6767 /center;element not defined;m
6768
6769 #data
6770 <center xmlns="http://www.w3.org/1999/xhtml">x<p>y</p></center>
6771 #errors
6772 /center;element not defined;m
6773
6774 #data
6775 <div xmlns="http://www.w3.org/1999/xhtml"><center>x</center></div>
6776 #errors
6777 /div/center;element not defined;m
6778 /div/center;element not allowed:flow;m
6779
6780 #data
6781 <b xmlns="http://www.w3.org/1999/xhtml"><center>x</center></b>
6782 #errors
6783 /b/center;element not defined;m
6784 /b/center;element not allowed:phrasing;m
6785
6786 #data
6787 <centre xmlns="http://www.w3.org/1999/xhtml"></centre>
6788 #errors
6789 /centre;element not defined;m
6790
6791 #data
6792 <basefont xmlns="http://www.w3.org/1999/xhtml"></basefont>
6793 #errors
6794 /basefont;element not defined;m
6795
6796 #data
6797 <div xmlns="http://www.w3.org/1999/xhtml"><basefont/></div>
6798 #errors
6799 /div/basefont;element not defined;m
6800 /div/basefont;element not allowed:flow;m
6801 /div;no significant content;s
6802
6803 #data
6804 <span xmlns="http://www.w3.org/1999/xhtml"><basefont/></span>
6805 #errors
6806 /span/basefont;element not defined;m
6807 /span/basefont;element not allowed:phrasing;m
6808 /span;no significant content;s
6809
6810 #data
6811 <dir xmlns="http://www.w3.org/1999/xhtml"></dir>
6812 #errors
6813 /dir;element not defined;m
6814
6815 #data
6816 <dir xmlns="http://www.w3.org/1999/xhtml"><li/></dir>
6817 #errors
6818 /dir;element not defined;m
6819 /dir/li;no significant content;s
6820
6821 #data
6822 <dir xmlns="http://www.w3.org/1999/xhtml"><li/>a</dir>
6823 #errors
6824 /dir;element not defined;m
6825 /dir/li;no significant content;s
6826 /dir/"a";character not allowed
6827
6828 #data
6829 <dir xmlns="http://www.w3.org/1999/xhtml">a</dir>
6830 #errors
6831 /dir;element not defined;m
6832 /dir/"a";character not allowed
6833
6834 #data
6835 <dir xmlns="http://www.w3.org/1999/xhtml"><p/></dir>
6836 /dir;element not defined;m
6837 /dir/p;element not allowed;m
6838 /dir/p;no significant content;s
6839
6840 #data
6841 <div xmlns="http://www.w3.org/1999/xhtml"><dir><li/></dir></div>
6842 #errors
6843 /div;no significant content;s
6844 /div/dir;element not defined;m
6845 /div/dir;element not allowed:flow;m
6846 /div/dir/li;no significant content;s
6847
6848 #data
6849 <i xmlns="http://www.w3.org/1999/xhtml"><dir><li/></dir></i>
6850 #errors
6851 /i;no significant content;s
6852 /i/dir;element not defined;m
6853 /i/dir;element not allowed:phrasing;m
6854 /i/dir/li;no significant content;s
6855
6856 #data
6857 <p xmlns="http://www.w3.org/1999/xhtml"><font>x</font></p>
6858 #errors
6859 /p/font;element not defined;m
6860
6861 #data
6862 <p xmlns="http://www.w3.org/1999/xhtml"><span><font>x</font></span></p>
6863 #errors
6864 /p/span/font;element not defined;m
6865
6866 #data html
6867 <!DOCTYPE HTML>
6868 <html>
6869 <head>
6870 <title></title>
6871 <meta name="generator" content="Sample Editor 1.0 (WYSIWYG editor)">
6872 </head>
6873 <body>
6874 <font style="display: block; border: solid">
6875 <h1>Hello.</h1>
6876 </font>
6877 <p>
6878 <font style="color: orange; background: white">How</font>
6879 <font style="color: yellow; background: white">do</font>
6880 <font style="color: green; background: white"><em>you</em></font>
6881 <font style="color: blue; background: white">do?</font>
6882 </p>
6883 </body>
6884 </html>
6885 <!-- From old HTML5 draft -->
6886 #errors
6887 /html/body/font;element not defined;m
6888 /html/body/font/@style;attribute;unsupported
6889 /html/body/p/font;element not defined;m
6890 /html/body/p/font/@style;attribute;unsupported
6891 /html/body/p/font;element not defined;m
6892 /html/body/p/font/@style;attribute;unsupported
6893 /html/body/p/font;element not defined;m
6894 /html/body/p/font/@style;attribute;unsupported
6895 /html/body/p/font;element not defined;m
6896 /html/body/p/font/@style;attribute;unsupported
6897

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24