/[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.58 - (show annotations) (download)
Tue Apr 29 12:57:23 2008 UTC (17 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.57: +43 -0 lines
++ whatpm/t/ChangeLog	29 Apr 2008 12:39:24 -0000
	* content-model-1.dat: Test data for <font> context are added.

2008-04-29  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ContentChecker/ChangeLog	29 Apr 2008 12:40:15 -0000
	* HTML.pm: <font> dropped and style="" is now global (HTML5 revision
	1511).

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24