/[suikacvs]/markup/html/whatpm/t/content-model-1.dat
Suika

Diff of /markup/html/whatpm/t/content-model-1.dat

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by wakaba, Sun May 27 10:28:01 2007 UTC revision 1.60 by wakaba, Mon May 5 08:28:20 2008 UTC
# Line 1  Line 1 
1  #data  #data
2  <html></html>  <html></html>
3  #errors  #errors
4  /html;element not supported  /html;element;unsupported
5    
6  #data  #data
7  <unknown xmlns="http://www.w3.org/1999/xhtml"></unknown>  <unknown xmlns="http://www.w3.org/1999/xhtml"></unknown>
8  #errors  #errors
9  /unknown;element not supported  /unknown;element not defined;m
10    
11  #data  #data
12  <p xmlns="http://www.w3.org/1999/xhtml"><unknown/></p>  <p xmlns="http://www.w3.org/1999/xhtml"><unknown/></p>
13  #errors  #errors
14  /p/unknown;element not allowed  /p/unknown;element not allowed:phrasing;m
15  /p/unknown;element not supported  /p/unknown;element not defined;m
16    /p;no significant content;s
17    
18  #data  #data
19  <html xmlns="http://www.w3.org/1999/xhtml"></html>  <html xmlns="http://www.w3.org/1999/xhtml"></html>
# Line 30  Line 31 
31  <html xmlns="http://www.w3.org/1999/xhtml"><body></body></html>  <html xmlns="http://www.w3.org/1999/xhtml"><body></body></html>
32  #errors  #errors
33  /html/body;ps element missing:head  /html/body;ps element missing:head
34    /html/body;no significant content;s
35    
36  #data  #data
37  <html xmlns="http://www.w3.org/1999/xhtml"><p></p></html>  <html xmlns="http://www.w3.org/1999/xhtml"><p></p></html>
# Line 37  Line 39 
39  /html/p;element not allowed  /html/p;element not allowed
40  /html;child element missing:head  /html;child element missing:head
41  /html;child element missing:body  /html;child element missing:body
42    /html/p;no significant content;s
43    
44  #data  #data
45  <html xmlns="http://www.w3.org/1999/xhtml">a</html>  <html xmlns="http://www.w3.org/1999/xhtml">a</html>
# Line 55  Line 58 
58  <html xmlns="http://www.w3.org/1999/xhtml"><head></head><body></body></html>  <html xmlns="http://www.w3.org/1999/xhtml"><head></head><body></body></html>
59  #errors  #errors
60  /html/head;child element missing:title  /html/head;child element missing:title
61    /html/body;no significant content;s
62    
63  #data  #data
64  <html xmlns="http://www.w3.org/1999/xhtml"><head></head>a<body></body></html>  <html xmlns="http://www.w3.org/1999/xhtml"><head></head>a<body></body></html>
65  #errors  #errors
66  /html/head;child element missing:title  /html/head;child element missing:title
67  /html/"a";character not allowed  /html/"a";character not allowed
68    /html/body;no significant content;s
69    
70  #data  #data
71  <html xmlns="http://www.w3.org/1999/xhtml">a<head></head><body></body></html>  <html xmlns="http://www.w3.org/1999/xhtml">a<head></head><body></body></html>
72  #errors  #errors
73  /html/"a";character not allowed  /html/"a";character not allowed
74  /html/head;child element missing:title  /html/head;child element missing:title
75    /html/body;no significant content;s
76    
77  #data  #data
78  <html xmlns="http://www.w3.org/1999/xhtml"><head></head><body></body>a</html>  <html xmlns="http://www.w3.org/1999/xhtml"><head></head><body></body>a</html>
79  #errors  #errors
80  /html/head;child element missing:title  /html/head;child element missing:title
81  /html/"a";character not allowed  /html/"a";character not allowed
82    /html/body;no significant content;s
83    
84  #data  #data
85  <html xmlns="http://www.w3.org/1999/xhtml"> <head></head> <body></body> </html>  <html xmlns="http://www.w3.org/1999/xhtml"> <head></head> <body></body> </html>
86  #errors  #errors
87  /html/head;child element missing:title  /html/head;child element missing:title
88    /html/body;no significant content;s
89    
90  #data  #data
91  <html xmlns="http://www.w3.org/1999/xhtml"><head></head><body></body><p></p></html>  <html xmlns="http://www.w3.org/1999/xhtml"><head></head><body></body><p></p></html>
92  #errors  #errors
93  /html/head;child element missing:title  /html/head;child element missing:title
94  /html/p;element not allowed  /html/p;element not allowed
95    /html/body;no significant content;s
96    /html/p;no significant content;s
97    
98  #data  #data
99  <head xmlns="http://www.w3.org/1999/xhtml">  <head xmlns="http://www.w3.org/1999/xhtml">
# Line 114  Line 124 
124  /head;child element missing:title  /head;child element missing:title
125    
126  #data  #data
127  <head xmlns="http://www.w3.org/1999/xhtml">  <html xmlns="http://www.w3.org/1999/xhtml">
128    <head>
129  <meta charset="us-ascii"/>  <meta charset="us-ascii"/>
130  </head>  </head>
131    <body>x</body>
132    </html>
133  #errors  #errors
134  /head;child element missing:title  /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  #data
139  <head xmlns="http://www.w3.org/1999/xhtml">  <head xmlns="http://www.w3.org/1999/xhtml">
# Line 133  Line 148 
148  </head>  </head>
149  #errors  #errors
150  /head;child element missing:title  /head;child element missing:title
151  /head/script/@type;IMT:s:obsolete subtype  /head/script/@type;IMT:obsolete subtype;w
152    /head/script;script:text/javascript;unsupported
153    
154  #data  #data
155  <head xmlns="http://www.w3.org/1999/xhtml">  <head xmlns="http://www.w3.org/1999/xhtml">
# Line 141  Line 157 
157  </head>  </head>
158  #errors  #errors
159  /head;child element missing:title  /head;child element missing:title
160    /head/style;SUBDOC
161    
162  #data  #data
163  <html xmlns="http://www.w3.org/1999/xhtml"><head><title></title></head><body></body></html>  <html xmlns="http://www.w3.org/1999/xhtml"><head><title></title></head><body></body></html>
164  #errors  #errors
165    /html/body;no significant content;s
166    
167  #data  #data
168  <head xmlns="http://www.w3.org/1999/xhtml">  <head xmlns="http://www.w3.org/1999/xhtml">
# Line 159  Line 177 
177  <base href="http://www.w3.org/"/>  <base href="http://www.w3.org/"/>
178  </head>  </head>
179  #errors  #errors
 /head/base;element not allowed  
180    
181  #data  #data
182  <head xmlns="http://www.w3.org/1999/xhtml">  <head xmlns="http://www.w3.org/1999/xhtml">
# Line 205  Line 222 
222    
223  #data  #data
224  <head xmlns="http://www.w3.org/1999/xhtml">  <head xmlns="http://www.w3.org/1999/xhtml">
225  <meta charset="us-ascii"/>  <meta/>
226  <title/>  <title/>
227  </head>  </head>
228  #errors  #errors
229    /head/meta;attribute missing:name|http-equiv|charset
230    
231  #data  #data
232  <head xmlns="http://www.w3.org/1999/xhtml">  <html xmlns="http://www.w3.org/1999/xhtml">
233  <title/>  <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"/>  <meta charset="us-ascii"/>
248  </head>  </head>
249    <body>y</body>
250    </html>
251  #errors  #errors
252  /head/meta;element not allowed  /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  #data
257  <head xmlns="http://www.w3.org/1999/xhtml">  <head xmlns="http://www.w3.org/1999/xhtml">
# Line 238  Line 273 
273  <title/>  <title/>
274  </head>  </head>
275  #errors  #errors
276  /head/script/@type;IMT:s:obsolete subtype  /head/script/@type;IMT:obsolete subtype;w
277    /head/script;script:text/javascript;unsupported
278    
279  #data  #data
280  <head xmlns="http://www.w3.org/1999/xhtml">  <head xmlns="http://www.w3.org/1999/xhtml">
# Line 246  Line 282 
282  <script type="text/javascript"/>  <script type="text/javascript"/>
283  </head>  </head>
284  #errors  #errors
285  /head/script/@type;IMT:s:obsolete subtype  /head/script/@type;IMT:obsolete subtype;w
286    /head/script;script:text/javascript;unsupported
287    
288  #data  #data
289  <head xmlns="http://www.w3.org/1999/xhtml">  <head xmlns="http://www.w3.org/1999/xhtml">
# Line 254  Line 291 
291  <title/>  <title/>
292  </head>  </head>
293  #errors  #errors
294    /head/style;SUBDOC
295    
296  #data  #data
297  <head xmlns="http://www.w3.org/1999/xhtml">  <head xmlns="http://www.w3.org/1999/xhtml">
# Line 261  Line 299 
299  <style type="text/css"/>  <style type="text/css"/>
300  </head>  </head>
301  #errors  #errors
302    /head/style;SUBDOC
303    
304  #data  #data
305  <html xmlns="http://www.w3.org/1999/xhtml"><head><title></title><title></title></head><body></body></html>  <html xmlns="http://www.w3.org/1999/xhtml"><head><title></title><title></title></head><body></body></html>
306  #errors  #errors
307  /html/head/title;element not allowed  /html/head/title;element not allowed:head title;m
308    /html/body;no significant content;s
309    
310  #data  #data
311  <html xmlns="http://www.w3.org/1999/xhtml"><head><title></title><p></p></head><body></body></html>  <html xmlns="http://www.w3.org/1999/xhtml"><head><title></title><p></p></head><body></body></html>
312  #errors  #errors
313  /html/head/p;element not allowed  /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  #data
318  <head xmlns="http://www.w3.org/1999/xhtml"><meta charset="us-ascii"/><base/><title></title></head>  <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  #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  #data
328  <head xmlns="http://www.w3.org/1999/xhtml"><meta charset="us-ascii"/><title/><base/></head>  <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  #errors
331  /head/base;element not allowed  /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  #data
336  <head xmlns="http://www.w3.org/1999/xhtml"><title/><base/></head>  <html xmlns="http://www.w3.org/1999/xhtml"><head><title>y</title><base/></head><body>ty</body></html>
337  #errors  #errors
338  /head/base;element not allowed  /html/head/base;attribute missing:href|target
339    
340  #data  #data
341  <head xmlns="http://www.w3.org/1999/xhtml"><title/><base/><meta charset="us-ascii"/></head>  <html xmlns="http://www.w3.org/1999/xhtml"><head><title>x</title><base/><meta charset="us-ascii"/></head><body>x</body></html>
342  #errors  #errors
343  /head/base;element not allowed  /html/head/base;attribute missing:href|target
344  /head/meta;element not allowed  /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  #data
349  <head xmlns="http://www.w3.org/1999/xhtml">  <html xmlns="http://www.w3.org/1999/xhtml">
350    <head>
351  <meta charset="us-ascii"/>  <meta charset="us-ascii"/>
352  <title/>  <title>x</title>
353  <base href="http://www.w3.org/"/>  <base href="http://www.w3.org/"/>
354  </head>  </head>
355    <body>y</body>
356    </html>
357  #errors  #errors
358  /head/base;element not allowed  /html/head/meta;in XML:charset;m
359    /html/head/meta/@charset;mismatched charset name::us-ascii;unsupported
360    
361  #data  #data
362  <head xmlns="http://www.w3.org/1999/xhtml">  <html xmlns="http://www.w3.org/1999/xhtml">
363    <head>
364  <base href="http://www.w3.org/"/>  <base href="http://www.w3.org/"/>
365  <meta charset="us-ascii"/>  <meta charset="us-ascii"/>
366  <title/>  <title>x</title>
367  </head>  </head>
368    <body>ty</body>
369    </html>
370  #errors  #errors
371  /head/meta;element not allowed  /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  #data
376  <head xmlns="http://www.w3.org/1999/xhtml">  <html xmlns="http://www.w3.org/1999/xhtml">
377    <head>
378  <base href="http://www.w3.org/"/>  <base href="http://www.w3.org/"/>
379  <title/>  <title>x</title>
380  <meta charset="us-ascii"/>  <meta charset="us-ascii"/>
381  </head>  </head>
382    <body>xx</body>
383    </html>
384  #errors  #errors
385  /head/meta;element not allowed  /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  #data
390  <head xmlns="http://www.w3.org/1999/xhtml">  <head xmlns="http://www.w3.org/1999/xhtml">
# Line 336  Line 403 
403  #errors  #errors
404    
405  #data  #data
406  <head xmlns="http://www.w3.org/1999/xhtml">  <html xmlns="http://www.w3.org/1999/xhtml">
407    <head>
408  <meta name="keywords" content="html5"/>  <meta name="keywords" content="html5"/>
409  <meta charset="us-ascii"/>  <meta charset="us-ascii"/>
410  <title/>  <title>xx</title>
411  </head>  </head>
412    <body>xx</body>
413    </html>
414  #errors  #errors
415  /head/meta;element not allowed  /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  #data
420  <head xmlns="http://www.w3.org/1999/xhtml">  <html xmlns="http://www.w3.org/1999/xhtml">
421    <head>
422  <meta charset="us-ascii"/>  <meta charset="us-ascii"/>
423  <meta name="keywords" content="html5"/>  <meta name="keywords" content="html5"/>
424  <title/>  <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>  </head>
437  #errors  #errors
438    
# Line 363  Line 447 
447  #data  #data
448  <base href="http://www.w3.org/" xmlns="http://www.w3.org/1999/xhtml">a</base>  <base href="http://www.w3.org/" xmlns="http://www.w3.org/1999/xhtml">a</base>
449  #errors  #errors
450  /base/"a";character not allowed  /base/"a";character not allowed:empty;m
451    
452  #data  #data
453  <base href="http://www.w3.org/" xmlns="http://www.w3.org/1999/xhtml"><p/></base>  <base href="http://www.w3.org/" xmlns="http://www.w3.org/1999/xhtml"><p/></base>
454  #errors  #errors
455  /base/p;element not allowed  /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  #data
520  <link rel="author" href="mailto:a@example.com"  <link rel="author" href="mailto:a@example.com"
# Line 384  Line 530 
530  <link rel="author" href="mailto:a@example.com"  <link rel="author" href="mailto:a@example.com"
531      xmlns="http://www.w3.org/1999/xhtml">a</link>      xmlns="http://www.w3.org/1999/xhtml">a</link>
532  #errors  #errors
533  /link/"a";character not allowed  /link/"a";character not allowed:empty;m
534    
535  #data  #data
536  <link rel="author" href="mailto:a@example.com"  <link rel="author" href="mailto:a@example.com"
537      xmlns="http://www.w3.org/1999/xhtml"><p/></link>      xmlns="http://www.w3.org/1999/xhtml"><p/></link>
538  #errors  #errors
539  /link/p;element not allowed  /link/p;element not allowed:empty;m
540    /link/p;no significant content;s
541    
542  #data  #data
543  <meta charset="us-ascii" xmlns="http://www.w3.org/1999/xhtml"></meta>  <meta charset="us-ascii" xmlns="http://www.w3.org/1999/xhtml"></meta>
544  #errors  #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  #data
550  <meta charset="us-ascii" xmlns="http://www.w3.org/1999/xhtml"> </meta>  <meta charset="us-ascii" xmlns="http://www.w3.org/1999/xhtml"> </meta>
551  #errors  #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  #data
557  <meta charset="us-ascii" xmlns="http://www.w3.org/1999/xhtml">a</meta>  <meta charset="us-ascii" xmlns="http://www.w3.org/1999/xhtml">a</meta>
558  #errors  #errors
559  /meta/"a";character not allowed  /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  #data
565  <meta charset="us-ascii" xmlns="http://www.w3.org/1999/xhtml"><p/></meta>  <meta charset="us-ascii" xmlns="http://www.w3.org/1999/xhtml"><p/></meta>
566  #errors  #errors
567  /meta/p;element not allowed  /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  #data
853  <style type="text/css" xmlns="http://www.w3.org/1999/xhtml"></style>  <style type="text/css" xmlns="http://www.w3.org/1999/xhtml"></style>
854  #errors  #errors
855    /style;SUBDOC
856    
857  #data  #data
858  <style type="text/css" xmlns="http://www.w3.org/1999/xhtml">  <style type="text/css" xmlns="http://www.w3.org/1999/xhtml">
859  p {color: green}  p {color: green}
860  </style>  </style>
861  #errors  #errors
862    /style;SUBDOC
863    
864  #data  #data
865  <body xmlns="http://www.w3.org/1999/xhtml"></body>  <body xmlns="http://www.w3.org/1999/xhtml"></body>
866  #errors  #errors
867    /body;no significant content;s
868    
869  #data  #data
870  <body xmlns="http://www.w3.org/1999/xhtml"> </body>  <body xmlns="http://www.w3.org/1999/xhtml"> </body>
871  #errors  #errors
872    /body;no significant content;s
873    
874  #data  #data
875  <body xmlns="http://www.w3.org/1999/xhtml">a</body>  <body xmlns="http://www.w3.org/1999/xhtml">a</body>
876  #errors  #errors
 /body/"a";character not allowed  
877    
878  #data  #data
879  <body xmlns="http://www.w3.org/1999/xhtml"><p/></body>  <body xmlns="http://www.w3.org/1999/xhtml"><p/></body>
880  #errors  #errors
881    /body;no significant content;s
882    /body/p;no significant content;s
883    
884  #data  #data
885  <body xmlns="http://www.w3.org/1999/xhtml"><blockquote/></body>  <body xmlns="http://www.w3.org/1999/xhtml"><blockquote/></body>
886  #errors  #errors
887    /body;no significant content;s
888    /body/blockquote;no significant content;s
889    
890  #data  #data
891  <body xmlns="http://www.w3.org/1999/xhtml"><div/></body>  <body xmlns="http://www.w3.org/1999/xhtml"><div/></body>
892  #errors  #errors
893    /body;no significant content;s
894    /body/div;no significant content;s
895    
896  #data  #data
897  <body xmlns="http://www.w3.org/1999/xhtml">  <body xmlns="http://www.w3.org/1999/xhtml">
898  <script type="text/javascript"/>  <script type="text/javascript"/>
899  </body>  </body>
900  #errors  #errors
901  /body/script/@type;IMT:s:obsolete subtype  /body/script/@type;IMT:obsolete subtype;w
902    /body/script;script:text/javascript;unsupported
903    /body;no significant content;s
904    
905  #data  #data
906  <body xmlns="http://www.w3.org/1999/xhtml"><b/></body>  <body xmlns="http://www.w3.org/1999/xhtml"><b/></body>
907  #errors  #errors
908  /body/b;element not allowed  /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  #data
1085  <section xmlns="http://www.w3.org/1999/xhtml"></section>  <section xmlns="http://www.w3.org/1999/xhtml"></section>
1086  #errors  #errors
1087    /section;no significant content;s
1088    
1089  #data  #data
1090  <section xmlns="http://www.w3.org/1999/xhtml"> </section>  <section xmlns="http://www.w3.org/1999/xhtml"> </section>
1091  #errors  #errors
1092    /section;no significant content;s
1093    
1094  #data  #data
1095  <section xmlns="http://www.w3.org/1999/xhtml">a</section>  <section xmlns="http://www.w3.org/1999/xhtml">a</section>
1096  #errors  #errors
 /section/"a";character not allowed  
1097    
1098  #data  #data
1099  <section xmlns="http://www.w3.org/1999/xhtml"><p/></section>  <section xmlns="http://www.w3.org/1999/xhtml"><p/></section>
1100  #errors  #errors
1101    /section;no significant content;s
1102    /section/p;no significant content;s
1103    
1104  #data  #data
1105  <section xmlns="http://www.w3.org/1999/xhtml"><blockquote/></section>  <section xmlns="http://www.w3.org/1999/xhtml"><blockquote/></section>
1106  #errors  #errors
1107    /section;no significant content;s
1108    /section/blockquote;no significant content;s
1109    
1110  #data  #data
1111  <section xmlns="http://www.w3.org/1999/xhtml"><div/></section>  <section xmlns="http://www.w3.org/1999/xhtml"><div/></section>
1112  #errors  #errors
1113    /section;no significant content;s
1114    /section/div;no significant content;s
1115    
1116  #data  #data
1117  <section xmlns="http://www.w3.org/1999/xhtml">  <section xmlns="http://www.w3.org/1999/xhtml">
1118  <script type="text/javascript"/>  <script type="text/javascript"/>
1119  </section>  </section>
1120  #errors  #errors
1121  /section/script/@type;IMT:s:obsolete subtype  /section/script/@type;IMT:obsolete subtype;w
1122    /section/script;script:text/javascript;unsupported
1123    /section;no significant content;s
1124    
1125  #data  #data
1126  <section xmlns="http://www.w3.org/1999/xhtml"><b/></section>  <section xmlns="http://www.w3.org/1999/xhtml"><b/></section>
1127  #errors  #errors
1128  /section/b;element not allowed  /section;no significant content;s
1129    /section/b;no significant content;s
1130    
1131  #data  #data
1132  <section xmlns="http://www.w3.org/1999/xhtml">  <section xmlns="http://www.w3.org/1999/xhtml">
1133  <style type="text/css"/>  <style type="text/css" scoped=""/>
1134  </section>  </section>
1135  #errors  #errors
1136    /section/style;SUBDOC
1137    /section;no significant content;s
1138    
1139  #data  #data
1140  <section xmlns="http://www.w3.org/1999/xhtml">  <section xmlns="http://www.w3.org/1999/xhtml">
1141  <style type="text/css"/>  <style type="text/css" scoped=""/>
1142  <p/>  <p/>
1143  </section>  </section>
1144  #errors  #errors
1145    /section/style;SUBDOC
1146    /section;no significant content;s
1147    /section/p;no significant content;s
1148    
1149  #data  #data
1150  <section xmlns="http://www.w3.org/1999/xhtml">  <section xmlns="http://www.w3.org/1999/xhtml">
1151  <p/>  <p/>
1152  <style type="text/css"/>  <style type="text/css" scoped=""/>
1153  </section>  </section>
1154  #errors  #errors
1155  /section/style;element not allowed  /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  #data
1161  <section xmlns="http://www.w3.org/1999/xhtml">  <section xmlns="http://www.w3.org/1999/xhtml">
1162  <style type="text/css"/>  <style type="text/css" scoped=""/>
1163  <b/>  <b/>
1164  </section>  </section>
1165  #errors  #errors
1166  /section/b;element not allowed  /section/style;SUBDOC
1167    /section;no significant content;s
1168    /section/b;no significant content;s
1169    
1170  #data  #data
1171  <section xmlns="http://www.w3.org/1999/xhtml">  <section xmlns="http://www.w3.org/1999/xhtml">
1172  <b/>  <b/>
1173  <style type="text/css"/>  <style type="text/css" scoped=""/>
1174  </section>  </section>
1175  #errors  #errors
1176  /section/b;element not allowed  /section/style;element not allowed:flow style;m
1177  /section/style;element not allowed  /section/style;SUBDOC
1178    /section;no significant content;s
1179    /section/b;no significant content;s
1180    
1181  #data  #data
1182  <section xmlns="http://www.w3.org/1999/xhtml">  <section xmlns="http://www.w3.org/1999/xhtml">
1183  <style type="text/css"/>a</section>  <style type="text/css" scoped=""/>a</section>
1184  #errors  #errors
1185  /section/"a";character not allowed  /section/style;SUBDOC
1186    
1187  #data  #data
1188  <section xmlns="http://www.w3.org/1999/xhtml">a<style type="text/css"/>  <section xmlns="http://www.w3.org/1999/xhtml">a<style type="text/css" scoped=""/>
1189  </section>  </section>
1190  #errors  #errors
1191  /section/"a";character not allowed  /section/style;SUBDOC
1192    /section/style;element not allowed:flow style;m
1193    
1194  #data  #data
1195  <section xmlns="http://www.w3.org/1999/xhtml">  <section xmlns="http://www.w3.org/1999/xhtml">
1196  <style type="text/css"/>  <style type="text/css" scoped=""/>
1197  <style type="text/css"/>  <style type="text/css" scoped=""/>
1198  <p/>  <p/>
1199  </section>  </section>
1200  #errors  #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  #data
1207  <section xmlns="http://www.w3.org/1999/xhtml">  <section xmlns="http://www.w3.org/1999/xhtml">
1208  <style type="text/css"/>  <style type="text/css" scoped=""/>
1209  <p/><p/>  <p/><p/>
1210  </section>  </section>
1211  #errors  #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  #data
1218  <p xmlns="http://www.w3.org/1999/xhtml">  <p xmlns="http://www.w3.org/1999/xhtml">
1219  @@ TODO: It is expected that tests for NAV and following elements come here.  @@ 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>  </p>
1228  #errors  #errors
1229    
1230  #data  #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>  <li xmlns="http://www.w3.org/1999/xhtml"></li>
1572  #errors  #errors
1573    /li;no significant content;s
1574    
1575  #data  #data
1576  <li xmlns="http://www.w3.org/1999/xhtml"> </li>  <li xmlns="http://www.w3.org/1999/xhtml"> </li>
1577  #errors  #errors
1578    /li;no significant content;s
1579    
1580  #data  #data
1581  <li xmlns="http://www.w3.org/1999/xhtml">XXX</li>  <li xmlns="http://www.w3.org/1999/xhtml">XXX</li>
# Line 584  p {color: green} Line 1588  p {color: green}
1588  #data  #data
1589  <li xmlns="http://www.w3.org/1999/xhtml">XXX<p>YYY</p></li>  <li xmlns="http://www.w3.org/1999/xhtml">XXX<p>YYY</p></li>
1590  #errors  #errors
 /li/p;element not allowed  
1591    
1592  #data  #data
1593  <li xmlns="http://www.w3.org/1999/xhtml"><p>XXX</p>YYY</li>  <li xmlns="http://www.w3.org/1999/xhtml"><p>XXX</p>YYY</li>
1594  #errors  #errors
 /li/p;element not allowed  
1595    
1596  #data  #data
1597  <ul xmlns="http://www.w3.org/1999/xhtml">  <ul xmlns="http://www.w3.org/1999/xhtml">
1598  <li></li>  <li></li>
1599  </ul>  </ul>
1600  #errors  #errors
1601    /ul/li;no significant content;s
1602    
1603  #data  #data
1604  <ul xmlns="http://www.w3.org/1999/xhtml">  <ul xmlns="http://www.w3.org/1999/xhtml">
1605  <li> </li>  <li> </li>
1606  </ul>  </ul>
1607  #errors  #errors
1608    /ul/li;no significant content;s
1609    
1610  #data  #data
1611  <ul xmlns="http://www.w3.org/1999/xhtml">  <ul xmlns="http://www.w3.org/1999/xhtml">
# Line 620  p {color: green} Line 1624  p {color: green}
1624  <li>XXX<p>YYY</p></li>  <li>XXX<p>YYY</p></li>
1625  </ul>  </ul>
1626  #errors  #errors
 /ul/li/p;element not allowed  
1627    
1628  #data  #data
1629  <ul xmlns="http://www.w3.org/1999/xhtml">  <ul xmlns="http://www.w3.org/1999/xhtml">
1630  <li><p>XXX</p>YYY</li>  <li><p>XXX</p>YYY</li>
1631  </ul>  </ul>
1632  #errors  #errors
 /ul/li/p;element not allowed  
1633    
1634  #data  #data
1635  <ol xmlns="http://www.w3.org/1999/xhtml">  <ol xmlns="http://www.w3.org/1999/xhtml">
1636  <li></li>  <li></li>
1637  </ol>  </ol>
1638  #errors  #errors
1639    /ol/li;no significant content;s
1640    
1641  #data  #data
1642  <ol xmlns="http://www.w3.org/1999/xhtml">  <ol xmlns="http://www.w3.org/1999/xhtml">
1643  <li> </li>  <li> </li>
1644  </ol>  </ol>
1645  #errors  #errors
1646    /ol/li;no significant content;s
1647    
1648  #data  #data
1649  <ol xmlns="http://www.w3.org/1999/xhtml">  <ol xmlns="http://www.w3.org/1999/xhtml">
# Line 658  p {color: green} Line 1662  p {color: green}
1662  <li>XXX<p>YYY</p></li>  <li>XXX<p>YYY</p></li>
1663  </ol>  </ol>
1664  #errors  #errors
 /ol/li/p;element not allowed  
1665    
1666  #data  #data
1667  <ol xmlns="http://www.w3.org/1999/xhtml">  <ol xmlns="http://www.w3.org/1999/xhtml">
1668  <li><p>XXX</p>YYY</li>  <li><p>XXX</p>YYY</li>
1669  </ol>  </ol>
1670  #errors  #errors
 /ol/li/p;element not allowed  
1671    
1672  #data  #data
1673  <menu xmlns="http://www.w3.org/1999/xhtml">  <menu xmlns="http://www.w3.org/1999/xhtml">
1674  <li></li>  <li></li>
1675  </menu>  </menu>
1676  #errors  #errors
1677    /menu/li;no significant content;s
1678    
1679  #data  #data
1680  <menu xmlns="http://www.w3.org/1999/xhtml">  <menu xmlns="http://www.w3.org/1999/xhtml">
1681  <li> </li>  <li> </li>
1682  </menu>  </menu>
1683  #errors  #errors
1684    /menu/li;no significant content;s
1685    
1686  #data  #data
1687  <menu xmlns="http://www.w3.org/1999/xhtml">  <menu xmlns="http://www.w3.org/1999/xhtml">
# Line 690  p {color: green} Line 1694  p {color: green}
1694  <li><p>XXX</p></li>  <li><p>XXX</p></li>
1695  </menu>  </menu>
1696  #errors  #errors
1697  /menu/li/p;element not allowed  /menu/li/p;element not allowed:phrasing;m
1698    
1699  #data  #data
1700  <menu xmlns="http://www.w3.org/1999/xhtml">  <menu xmlns="http://www.w3.org/1999/xhtml">
1701  <li>XXX<p>YYY</p></li>  <li>XXX<p>YYY</p></li>
1702  </menu>  </menu>
1703  #errors  #errors
1704  /menu/li/p;element not allowed  /menu/li/p;element not allowed:phrasing;m
1705    
1706  #data  #data
1707  <menu xmlns="http://www.w3.org/1999/xhtml">  <menu xmlns="http://www.w3.org/1999/xhtml">
1708  <li><p>XXX</p>YYY</li>  <li><p>XXX</p>YYY</li>
1709  </menu>  </menu>
1710  #errors  #errors
1711  /menu/li/p;element not allowed  /menu/li/p;element not allowed:phrasing;m
1712    
1713  #data  #data
1714  <body xmlns="http://www.w3.org/1999/xhtml">  <body xmlns="http://www.w3.org/1999/xhtml">
# Line 713  p {color: green} Line 1717  p {color: green}
1717  </ul>  </ul>
1718  </body>  </body>
1719  #errors  #errors
1720    /body;no significant content;s
1721    /body/ul/li;no significant content;s
1722    
1723  #data  #data
1724  <body xmlns="http://www.w3.org/1999/xhtml">  <body xmlns="http://www.w3.org/1999/xhtml">
# Line 721  p {color: green} Line 1727  p {color: green}
1727  </ul>  </ul>
1728  </body>  </body>
1729  #errors  #errors
1730    /body;no significant content;s
1731    /body/ul/li;no significant content;s
1732    
1733  #data  #data
1734  <body xmlns="http://www.w3.org/1999/xhtml">  <body xmlns="http://www.w3.org/1999/xhtml">
# Line 745  p {color: green} Line 1753  p {color: green}
1753  </ul>  </ul>
1754  </body>  </body>
1755  #errors  #errors
 /body/ul/li/p;element not allowed  
1756    
1757  #data  #data
1758  <body xmlns="http://www.w3.org/1999/xhtml">  <body xmlns="http://www.w3.org/1999/xhtml">
# Line 754  p {color: green} Line 1761  p {color: green}
1761  </ul>  </ul>
1762  </body>  </body>
1763  #errors  #errors
 /body/ul/li/p;element not allowed  
1764    
1765  #data  #data
1766  <body xmlns="http://www.w3.org/1999/xhtml">  <body xmlns="http://www.w3.org/1999/xhtml">
# Line 763  p {color: green} Line 1769  p {color: green}
1769  </ol>  </ol>
1770  </body>  </body>
1771  #errors  #errors
1772    /body;no significant content;s
1773    /body/ol/li;no significant content;s
1774    
1775  #data  #data
1776  <body xmlns="http://www.w3.org/1999/xhtml">  <body xmlns="http://www.w3.org/1999/xhtml">
# Line 771  p {color: green} Line 1779  p {color: green}
1779  </ol>  </ol>
1780  </body>  </body>
1781  #errors  #errors
1782    /body;no significant content;s
1783    /body/ol/li;no significant content;s
1784    
1785  #data  #data
1786  <body xmlns="http://www.w3.org/1999/xhtml">  <body xmlns="http://www.w3.org/1999/xhtml">
# Line 795  p {color: green} Line 1805  p {color: green}
1805  </ol>  </ol>
1806  </body>  </body>
1807  #errors  #errors
 /body/ol/li/p;element not allowed  
1808    
1809  #data  #data
1810  <body xmlns="http://www.w3.org/1999/xhtml">  <body xmlns="http://www.w3.org/1999/xhtml">
# Line 804  p {color: green} Line 1813  p {color: green}
1813  </ol>  </ol>
1814  </body>  </body>
1815  #errors  #errors
 /body/ol/li/p;element not allowed  
1816    
1817  #data  #data
1818  <body xmlns="http://www.w3.org/1999/xhtml">  <body xmlns="http://www.w3.org/1999/xhtml">
# Line 813  p {color: green} Line 1821  p {color: green}
1821  </menu>  </menu>
1822  </body>  </body>
1823  #errors  #errors
1824    /body;no significant content;s
1825    /body/menu/li;no significant content;s
1826    
1827  #data  #data
1828  <body xmlns="http://www.w3.org/1999/xhtml">  <body xmlns="http://www.w3.org/1999/xhtml">
# Line 821  p {color: green} Line 1831  p {color: green}
1831  </menu>  </menu>
1832  </body>  </body>
1833  #errors  #errors
1834    /body;no significant content;s
1835    /body/menu/li;no significant content;s
1836    
1837  #data  #data
1838  <body xmlns="http://www.w3.org/1999/xhtml">  <body xmlns="http://www.w3.org/1999/xhtml">
# Line 837  p {color: green} Line 1849  p {color: green}
1849  </menu>  </menu>
1850  </body>  </body>
1851  #errors  #errors
1852  /body/menu/li/p;element not allowed  /body/menu/li/p;element not allowed:phrasing;m
1853    
1854  #data  #data
1855  <body xmlns="http://www.w3.org/1999/xhtml">  <body xmlns="http://www.w3.org/1999/xhtml">
# Line 846  p {color: green} Line 1858  p {color: green}
1858  </menu>  </menu>
1859  </body>  </body>
1860  #errors  #errors
1861  /body/menu/li/p;element not allowed  /body/menu/li/p;element not allowed:phrasing;m
1862    
1863  #data  #data
1864  <body xmlns="http://www.w3.org/1999/xhtml">  <body xmlns="http://www.w3.org/1999/xhtml">
# Line 855  p {color: green} Line 1867  p {color: green}
1867  </menu>  </menu>
1868  </body>  </body>
1869  #errors  #errors
1870  /body/menu/li/p;element not allowed  /body/menu/li/p;element not allowed:phrasing;m
1871    
1872  #data  #data
1873  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 864  p {color: green} Line 1876  p {color: green}
1876  </ul>  </ul>
1877  </div>  </div>
1878  #errors  #errors
1879    /div;no significant content;s
1880    /div/ul/li;no significant content;s
1881    
1882  #data  #data
1883  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 872  p {color: green} Line 1886  p {color: green}
1886  </ul>  </ul>
1887  </div>  </div>
1888  #errors  #errors
1889    /div;no significant content;s
1890    /div/ul/li;no significant content;s
1891    
1892  #data  #data
1893  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 896  p {color: green} Line 1912  p {color: green}
1912  </ul>  </ul>
1913  </div>  </div>
1914  #errors  #errors
 /div/ul/li/p;element not allowed  
1915    
1916  #data  #data
1917  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 905  p {color: green} Line 1920  p {color: green}
1920  </ul>  </ul>
1921  </div>  </div>
1922  #errors  #errors
 /div/ul/li/p;element not allowed  
1923    
1924  #data  #data
1925  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 914  p {color: green} Line 1928  p {color: green}
1928  </ol>  </ol>
1929  </div>  </div>
1930  #errors  #errors
1931    /div;no significant content;s
1932    /div/ol/li;no significant content;s
1933    
1934  #data  #data
1935  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 922  p {color: green} Line 1938  p {color: green}
1938  </ol>  </ol>
1939  </div>  </div>
1940  #errors  #errors
1941    /div;no significant content;s
1942    /div/ol/li;no significant content;s
1943    
1944  #data  #data
1945  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 946  p {color: green} Line 1964  p {color: green}
1964  </ol>  </ol>
1965  </div>  </div>
1966  #errors  #errors
 /div/ol/li/p;element not allowed  
1967    
1968  #data  #data
1969  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 955  p {color: green} Line 1972  p {color: green}
1972  </ol>  </ol>
1973  </div>  </div>
1974  #errors  #errors
 /div/ol/li/p;element not allowed  
1975    
1976  #data  #data
1977  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 964  p {color: green} Line 1980  p {color: green}
1980  </menu>  </menu>
1981  </div>  </div>
1982  #errors  #errors
1983    /div;no significant content;s
1984    /div/menu/li;no significant content;s
1985    
1986  #data  #data
1987  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 972  p {color: green} Line 1990  p {color: green}
1990  </menu>  </menu>
1991  </div>  </div>
1992  #errors  #errors
1993    /div;no significant content;s
1994    /div/menu/li;no significant content;s
1995    
1996  #data  #data
1997  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 988  p {color: green} Line 2008  p {color: green}
2008  </menu>  </menu>
2009  </div>  </div>
2010  #errors  #errors
2011  /div/menu/li/p;element not allowed  /div/menu/li/p;element not allowed:phrasing;m
2012    
2013  #data  #data
2014  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 997  p {color: green} Line 2017  p {color: green}
2017  </menu>  </menu>
2018  </div>  </div>
2019  #errors  #errors
2020  /div/menu/li/p;element not allowed  /div/menu/li/p;element not allowed:phrasing;m
2021    
2022  #data  #data
2023  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1006  p {color: green} Line 2026  p {color: green}
2026  </menu>  </menu>
2027  </div>  </div>
2028  #errors  #errors
2029  /div/menu/li/p;element not allowed  /div/menu/li/p;element not allowed:phrasing;m
2030    
2031  #data  #data
2032  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1016  p {color: green} Line 2036  p {color: green}
2036  </ul>  </ul>
2037  </div>  </div>
2038  #errors  #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  #data
2044  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1025  p {color: green} Line 2048  p {color: green}
2048  </ul>  </ul>
2049  </div>  </div>
2050  #errors  #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  #data
2056  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1034  p {color: green} Line 2060  p {color: green}
2060  </ul>  </ul>
2061  </div>  </div>
2062  #errors  #errors
2063    /div/p;no significant content;s
2064    
2065  #data  #data
2066  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1043  p {color: green} Line 2070  p {color: green}
2070  </ul>  </ul>
2071  </div>  </div>
2072  #errors  #errors
2073    /div/p;no significant content;s
2074    
2075  #data  #data
2076  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1052  p {color: green} Line 2080  p {color: green}
2080  </ul>  </ul>
2081  </div>  </div>
2082  #errors  #errors
2083  /div/ul/li/p;element not allowed  /div/p;no significant content;s
2084    
2085  #data  #data
2086  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1062  p {color: green} Line 2090  p {color: green}
2090  </ul>  </ul>
2091  </div>  </div>
2092  #errors  #errors
2093  /div/ul/li/p;element not allowed  /div/p;no significant content;s
2094    
2095  #data  #data
2096  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1072  p {color: green} Line 2100  p {color: green}
2100  </ol>  </ol>
2101  </div>  </div>
2102  #errors  #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  #data
2108  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1081  p {color: green} Line 2112  p {color: green}
2112  </ol>  </ol>
2113  </div>  </div>
2114  #errors  #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  #data
2120  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1090  p {color: green} Line 2124  p {color: green}
2124  </ol>  </ol>
2125  </div>  </div>
2126  #errors  #errors
2127    /div/p;no significant content;s
2128    
2129  #data  #data
2130  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1099  p {color: green} Line 2134  p {color: green}
2134  </ol>  </ol>
2135  </div>  </div>
2136  #errors  #errors
2137    /div/p;no significant content;s
2138    
2139  #data  #data
2140  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1108  p {color: green} Line 2144  p {color: green}
2144  </ol>  </ol>
2145  </div>  </div>
2146  #errors  #errors
2147  /div/ol/li/p;element not allowed  /div/p;no significant content;s
2148    
2149  #data  #data
2150  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1118  p {color: green} Line 2154  p {color: green}
2154  </ol>  </ol>
2155  </div>  </div>
2156  #errors  #errors
2157  /div/ol/li/p;element not allowed  /div/p;no significant content;s
2158    
2159  #data  #data
2160  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1128  p {color: green} Line 2164  p {color: green}
2164  </menu>  </menu>
2165  </div>  </div>
2166  #errors  #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  #data
2172  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1137  p {color: green} Line 2176  p {color: green}
2176  </menu>  </menu>
2177  </div>  </div>
2178  #errors  #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  #data
2184  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1146  p {color: green} Line 2188  p {color: green}
2188  </menu>  </menu>
2189  </div>  </div>
2190  #errors  #errors
2191    /div/p;no significant content;s
2192    
2193  #data  #data
2194  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1155  p {color: green} Line 2198  p {color: green}
2198  </menu>  </menu>
2199  </div>  </div>
2200  #errors  #errors
2201  /div/menu/li/p;element not allowed  /div/menu/li/p;element not allowed:phrasing;m
2202    /div/p;no significant content;s
2203    
2204  #data  #data
2205  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1165  p {color: green} Line 2209  p {color: green}
2209  </menu>  </menu>
2210  </div>  </div>
2211  #errors  #errors
2212  /div/menu/li/p;element not allowed  /div/menu/li/p;element not allowed:phrasing;m
2213    /div/p;no significant content;s
2214    
2215  #data  #data
2216  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1175  p {color: green} Line 2220  p {color: green}
2220  </menu>  </menu>
2221  </div>  </div>
2222  #errors  #errors
2223  /div/menu/li/p;element not allowed  /div/menu/li/p;element not allowed:phrasing;m
2224    /div/p;no significant content;s
2225    
2226  #data  #data
2227  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1185  p {color: green} Line 2231  p {color: green}
2231  <p/>  <p/>
2232  </div>  </div>
2233  #errors  #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  #data
2239  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1194  p {color: green} Line 2243  p {color: green}
2243  <p/>  <p/>
2244  </div>  </div>
2245  #errors  #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  #data
2251  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1203  p {color: green} Line 2255  p {color: green}
2255  <p/>  <p/>
2256  </div>  </div>
2257  #errors  #errors
2258    /div/p;no significant content;s
2259    
2260  #data  #data
2261  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1212  p {color: green} Line 2265  p {color: green}
2265  <p/>  <p/>
2266  </div>  </div>
2267  #errors  #errors
2268    /div/p;no significant content;s
2269    
2270  #data  #data
2271  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1221  p {color: green} Line 2275  p {color: green}
2275  <p/>  <p/>
2276  </div>  </div>
2277  #errors  #errors
2278  /div/ul/li/p;element not allowed  /div/p;no significant content;s
2279    
2280  #data  #data
2281  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1231  p {color: green} Line 2285  p {color: green}
2285  <p/>  <p/>
2286  </div>  </div>
2287  #errors  #errors
2288  /div/ul/li/p;element not allowed  /div/p;no significant content;s
2289    
2290  #data  #data
2291  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1241  p {color: green} Line 2295  p {color: green}
2295  <p/>  <p/>
2296  </div>  </div>
2297  #errors  #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  #data
2303  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1250  p {color: green} Line 2307  p {color: green}
2307  <p/>  <p/>
2308  </div>  </div>
2309  #errors  #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  #data
2315  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1259  p {color: green} Line 2319  p {color: green}
2319  <p/>  <p/>
2320  </div>  </div>
2321  #errors  #errors
2322    /div/p;no significant content;s
2323    
2324  #data  #data
2325  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1268  p {color: green} Line 2329  p {color: green}
2329  <p/>  <p/>
2330  </div>  </div>
2331  #errors  #errors
2332    /div/p;no significant content;s
2333    
2334  #data  #data
2335  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1277  p {color: green} Line 2339  p {color: green}
2339  <p/>  <p/>
2340  </div>  </div>
2341  #errors  #errors
2342  /div/ol/li/p;element not allowed  /div/p;no significant content;s
2343    
2344  #data  #data
2345  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1287  p {color: green} Line 2349  p {color: green}
2349  <p/>  <p/>
2350  </div>  </div>
2351  #errors  #errors
2352  /div/ol/li/p;element not allowed  /div/p;no significant content;s
2353    
2354  #data  #data
2355  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1297  p {color: green} Line 2359  p {color: green}
2359  <p/>  <p/>
2360  </div>  </div>
2361  #errors  #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  #data
2367  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1306  p {color: green} Line 2371  p {color: green}
2371  <p/>  <p/>
2372  </div>  </div>
2373  #errors  #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  #data
2379  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1315  p {color: green} Line 2383  p {color: green}
2383  <p/>  <p/>
2384  </div>  </div>
2385  #errors  #errors
2386    /div/p;no significant content;s
2387    
2388  #data  #data
2389  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1324  p {color: green} Line 2393  p {color: green}
2393  <p/>  <p/>
2394  </div>  </div>
2395  #errors  #errors
2396  /div/menu/li/p;element not allowed  /div/menu/li/p;element not allowed:phrasing;m
2397    /div/p;no significant content;s
2398    
2399  #data  #data
2400  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1334  p {color: green} Line 2404  p {color: green}
2404  <p/>  <p/>
2405  </div>  </div>
2406  #errors  #errors
2407  /div/menu/li/p;element not allowed  /div/menu/li/p;element not allowed:phrasing;m
2408    /div/p;no significant content;s
2409    
2410  #data  #data
2411  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1344  p {color: green} Line 2415  p {color: green}
2415  <p/>  <p/>
2416  </div>  </div>
2417  #errors  #errors
2418  /div/menu/li/p;element not allowed  /div/menu/li/p;element not allowed:phrasing;m
2419    /div/p;no significant content;s
2420    
2421  #data  #data
2422  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1354  aaa Line 2426  aaa
2426  </ul>  </ul>
2427  </div>  </div>
2428  #errors  #errors
2429    /div/ul/li;no significant content;s
2430    
2431  #data  #data
2432  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1363  aaa Line 2436  aaa
2436  </ul>  </ul>
2437  </div>  </div>
2438  #errors  #errors
2439    /div/ul/li;no significant content;s
2440    
2441  #data  #data
2442  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1381  aaa Line 2455  aaa
2455  </ul>  </ul>
2456  </div>  </div>
2457  #errors  #errors
 /div/ul/li/p;element not allowed  
2458    
2459  #data  #data
2460  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1391  aaa Line 2464  aaa
2464  </ul>  </ul>
2465  </div>  </div>
2466  #errors  #errors
 /div/ul/li/p;element not allowed  
2467    
2468  #data  #data
2469  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1401  aaa Line 2473  aaa
2473  </ul>  </ul>
2474  </div>  </div>
2475  #errors  #errors
 /div/ul/li/p;element not allowed  
2476    
2477  #data  #data
2478  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1411  aaa Line 2482  aaa
2482  </ol>  </ol>
2483  </div>  </div>
2484  #errors  #errors
2485    /div/ol/li;no significant content;s
2486    
2487  #data  #data
2488  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1420  aaa Line 2492  aaa
2492  </ol>  </ol>
2493  </div>  </div>
2494  #errors  #errors
2495    /div/ol/li;no significant content;s
2496    
2497  #data  #data
2498  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1438  aaa Line 2511  aaa
2511  </ol>  </ol>
2512  </div>  </div>
2513  #errors  #errors
 /div/ol/li/p;element not allowed  
2514    
2515  #data  #data
2516  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1448  aaa Line 2520  aaa
2520  </ol>  </ol>
2521  </div>  </div>
2522  #errors  #errors
 /div/ol/li/p;element not allowed  
2523    
2524  #data  #data
2525  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1458  aaa Line 2529  aaa
2529  </ol>  </ol>
2530  </div>  </div>
2531  #errors  #errors
 /div/ol/li/p;element not allowed  
2532    
2533  #data  #data
2534  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1468  aaa Line 2538  aaa
2538  </menu>  </menu>
2539  </div>  </div>
2540  #errors  #errors
2541    /div/menu/li;no significant content;s
2542    
2543  #data  #data
2544  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1477  aaa Line 2548  aaa
2548  </menu>  </menu>
2549  </div>  </div>
2550  #errors  #errors
2551    /div/menu/li;no significant content;s
2552    
2553  #data  #data
2554  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1495  aaa Line 2567  aaa
2567  </menu>  </menu>
2568  </div>  </div>
2569  #errors  #errors
2570  /div/menu/li/p;element not allowed  /div/menu/li/p;element not allowed:phrasing;m
2571    
2572  #data  #data
2573  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1505  aaa Line 2577  aaa
2577  </menu>  </menu>
2578  </div>  </div>
2579  #errors  #errors
2580  /div/menu/li/p;element not allowed  /div/menu/li/p;element not allowed:phrasing;m
2581    
2582  #data  #data
2583  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1515  aaa Line 2587  aaa
2587  </menu>  </menu>
2588  </div>  </div>
2589  #errors  #errors
2590  /div/menu/li/p;element not allowed  /div/menu/li/p;element not allowed:phrasing;m
2591    
2592  #data  #data
2593  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1525  aaa Line 2597  aaa
2597  aaa  aaa
2598  </div>  </div>
2599  #errors  #errors
2600    /div/ul/li;no significant content;s
2601    
2602  #data  #data
2603  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1534  aaa Line 2607  aaa
2607  aaa  aaa
2608  </div>  </div>
2609  #errors  #errors
2610    /div/ul/li;no significant content;s
2611    
2612  #data  #data
2613  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1552  aaa Line 2626  aaa
2626  aaa  aaa
2627  </div>  </div>
2628  #errors  #errors
 /div/ul/li/p;element not allowed  
2629    
2630  #data  #data
2631  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1562  aaa Line 2635  aaa
2635  aaa  aaa
2636  </div>  </div>
2637  #errors  #errors
 /div/ul/li/p;element not allowed  
2638    
2639  #data  #data
2640  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1572  aaa Line 2644  aaa
2644  aaa  aaa
2645  </div>  </div>
2646  #errors  #errors
 /div/ul/li/p;element not allowed  
2647    
2648  #data  #data
2649  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1582  aaa Line 2653  aaa
2653  aaa  aaa
2654  </div>  </div>
2655  #errors  #errors
2656    /div/ol/li;no significant content;s
2657    
2658  #data  #data
2659  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1591  aaa Line 2663  aaa
2663  aaa  aaa
2664  </div>  </div>
2665  #errors  #errors
2666    /div/ol/li;no significant content;s
2667    
2668  #data  #data
2669  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1609  aaa Line 2682  aaa
2682  aaa  aaa
2683  </div>  </div>
2684  #errors  #errors
 /div/ol/li/p;element not allowed  
2685    
2686  #data  #data
2687  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1619  aaa Line 2691  aaa
2691  aaa  aaa
2692  </div>  </div>
2693  #errors  #errors
 /div/ol/li/p;element not allowed  
2694    
2695  #data  #data
2696  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1629  aaa Line 2700  aaa
2700  aaa  aaa
2701  </div>  </div>
2702  #errors  #errors
 /div/ol/li/p;element not allowed  
2703    
2704  #data  #data
2705  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1639  aaa Line 2709  aaa
2709  aaa  aaa
2710  </div>  </div>
2711  #errors  #errors
2712    /div/menu/li;no significant content;s
2713    
2714  #data  #data
2715  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1648  aaa Line 2719  aaa
2719  aaa  aaa
2720  </div>  </div>
2721  #errors  #errors
2722    /div/menu/li;no significant content;s
2723    
2724  #data  #data
2725  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1666  aaa Line 2738  aaa
2738  aaa  aaa
2739  </div>  </div>
2740  #errors  #errors
2741  /div/menu/li/p;element not allowed  /div/menu/li/p;element not allowed:phrasing;m
2742    
2743  #data  #data
2744  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1676  aaa Line 2748  aaa
2748  aaa  aaa
2749  </div>  </div>
2750  #errors  #errors
2751  /div/menu/li/p;element not allowed  /div/menu/li/p;element not allowed:phrasing;m
2752    
2753  #data  #data
2754  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1686  aaa Line 2758  aaa
2758  aaa  aaa
2759  </div>  </div>
2760  #errors  #errors
2761  /div/menu/li/p;element not allowed  /div/menu/li/p;element not allowed:phrasing;m
2762    
2763  #data  #data
2764  <dd xmlns="http://www.w3.org/1999/xhtml"></dd>  <dd xmlns="http://www.w3.org/1999/xhtml"></dd>
2765  #errors  #errors
2766    /dd;no significant content;s
2767    
2768  #data  #data
2769  <dd xmlns="http://www.w3.org/1999/xhtml"> </dd>  <dd xmlns="http://www.w3.org/1999/xhtml"> </dd>
2770  #errors  #errors
2771    /dd;no significant content;s
2772    
2773  #data  #data
2774  <dd xmlns="http://www.w3.org/1999/xhtml">XXX</dd>  <dd xmlns="http://www.w3.org/1999/xhtml">XXX</dd>
# Line 1707  aaa Line 2781  aaa
2781  #data  #data
2782  <dd xmlns="http://www.w3.org/1999/xhtml"><p>XXX</p>YYY</dd>  <dd xmlns="http://www.w3.org/1999/xhtml"><p>XXX</p>YYY</dd>
2783  #errors  #errors
 /dd/p;element not allowed  
2784    
2785  #data  #data
2786  <dd xmlns="http://www.w3.org/1999/xhtml">XXX<p>YYY</p></dd>  <dd xmlns="http://www.w3.org/1999/xhtml">XXX<p>YYY</p></dd>
2787  #errors  #errors
 /dd/p;element not allowed  
2788    
2789  #data  #data
2790  <body xmlns="http://www.w3.org/1999/xhtml">  <body xmlns="http://www.w3.org/1999/xhtml">
# Line 1722  aaa Line 2794  aaa
2794    </dl>    </dl>
2795  </body>  </body>
2796  #errors  #errors
2797    /body/dl/dd;no significant content;s
2798    
2799  #data  #data
2800  <body xmlns="http://www.w3.org/1999/xhtml">  <body xmlns="http://www.w3.org/1999/xhtml">
# Line 1731  aaa Line 2804  aaa
2804    </dl>    </dl>
2805  </body>  </body>
2806  #errors  #errors
2807    /body/dl/dd;no significant content;s
2808    
2809  #data  #data
2810  <body xmlns="http://www.w3.org/1999/xhtml">  <body xmlns="http://www.w3.org/1999/xhtml">
# Line 1758  aaa Line 2832  aaa
2832    </dl>    </dl>
2833  </body>  </body>
2834  #errors  #errors
 /body/dl/dd/p;element not allowed  
2835    
2836  #data  #data
2837  <body xmlns="http://www.w3.org/1999/xhtml">  <body xmlns="http://www.w3.org/1999/xhtml">
# Line 1768  aaa Line 2841  aaa
2841    </dl>    </dl>
2842  </body>  </body>
2843  #errors  #errors
 /body/dl/dd/p;element not allowed  
2844    
2845  #data  #data
2846  <dl xmlns="http://www.w3.org/1999/xhtml">  <dl xmlns="http://www.w3.org/1999/xhtml">
# Line 1776  aaa Line 2848  aaa
2848    <dd></dd>    <dd></dd>
2849  </dl>  </dl>
2850  #errors  #errors
2851    /dl/dd;no significant content;s
2852    
2853  #data  #data
2854  <dl xmlns="http://www.w3.org/1999/xhtml">  <dl xmlns="http://www.w3.org/1999/xhtml">
# Line 1783  aaa Line 2856  aaa
2856    <dd> </dd>    <dd> </dd>
2857  </dl>  </dl>
2858  #errors  #errors
2859    /dl/dd;no significant content;s
2860    
2861  #data  #data
2862  <dl xmlns="http://www.w3.org/1999/xhtml">  <dl xmlns="http://www.w3.org/1999/xhtml">
# Line 1804  aaa Line 2878  aaa
2878    <dd>YYY<p>ZZZ</p></dd>    <dd>YYY<p>ZZZ</p></dd>
2879  </dl>  </dl>
2880  #errors  #errors
 /dl/dd/p;element not allowed  
2881    
2882  #data  #data
2883  <dl xmlns="http://www.w3.org/1999/xhtml">  <dl xmlns="http://www.w3.org/1999/xhtml">
# Line 1812  aaa Line 2885  aaa
2885    <dd><p>YYY</p>ZZZ</dd>    <dd><p>YYY</p>ZZZ</dd>
2886  </dl>  </dl>
2887  #errors  #errors
 /dl/dd/p;element not allowed  
2888    
2889  #data  #data
2890  <p xmlns="http://www.w3.org/1999/xhtml">  <p xmlns="http://www.w3.org/1999/xhtml">
# Line 1822  aaa Line 2894  aaa
2894    </dl>    </dl>
2895  </p>  </p>
2896  #errors  #errors
2897    /p/dl/dd;no significant content;s
2898    /p/dl;element not allowed:phrasing;m
2899    
2900  #data  #data
2901  <p xmlns="http://www.w3.org/1999/xhtml">  <p xmlns="http://www.w3.org/1999/xhtml">
# Line 1831  aaa Line 2905  aaa
2905    </dl>    </dl>
2906  </p>  </p>
2907  #errors  #errors
2908    /p/dl/dd;no significant content;s
2909    /p/dl;element not allowed:phrasing;m
2910    
2911  #data  #data
2912  <p xmlns="http://www.w3.org/1999/xhtml">  <p xmlns="http://www.w3.org/1999/xhtml">
# Line 1840  aaa Line 2916  aaa
2916    </dl>    </dl>
2917  </p>  </p>
2918  #errors  #errors
2919    /p/dl;element not allowed:phrasing;m
2920    
2921  #data  #data
2922  <p xmlns="http://www.w3.org/1999/xhtml">  <p xmlns="http://www.w3.org/1999/xhtml">
# Line 1849  aaa Line 2926  aaa
2926    </dl>    </dl>
2927  </p>  </p>
2928  #errors  #errors
2929  /p/dl/dd/p;element not allowed  /p/dl;element not allowed:phrasing;m
2930    
2931  #data  #data
2932  <p xmlns="http://www.w3.org/1999/xhtml">  <p xmlns="http://www.w3.org/1999/xhtml">
# Line 1859  aaa Line 2936  aaa
2936    </dl>    </dl>
2937  </p>  </p>
2938  #errors  #errors
2939  /p/dl/dd/p;element not allowed  /p/dl;element not allowed:phrasing;m
2940    
2941  #data  #data
2942  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1870  aaa Line 2947  aaa
2947    </dl>    </dl>
2948  </div>  </div>
2949  #errors  #errors
2950    /div/p;no significant content;s
2951    /div/dl/dd;no significant content;s
2952    
2953  #data  #data
2954  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1880  aaa Line 2959  aaa
2959    </dl>    </dl>
2960  </div>  </div>
2961  #errors  #errors
2962    /div/p;no significant content;s
2963    /div/dl/dd;no significant content;s
2964    
2965  #data  #data
2966  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1890  aaa Line 2971  aaa
2971    </dl>    </dl>
2972  </div>  </div>
2973  #errors  #errors
2974    /div/p;no significant content;s
2975    
2976  #data  #data
2977  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1900  aaa Line 2982  aaa
2982    </dl>    </dl>
2983  </div>  </div>
2984  #errors  #errors
2985    /div/p;no significant content;s
2986    
2987  #data  #data
2988  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1910  aaa Line 2993  aaa
2993    </dl>    </dl>
2994  </div>  </div>
2995  #errors  #errors
2996  /div/dl/dd/p;element not allowed  /div/p;no significant content;s
2997    
2998  #data  #data
2999  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1921  aaa Line 3004  aaa
3004    <p/>    <p/>
3005  </div>  </div>
3006  #errors  #errors
3007    /div/dl/dd;no significant content;s
3008    /div/p;no significant content;s
3009    
3010  #data  #data
3011  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1931  aaa Line 3016  aaa
3016    <p/>    <p/>
3017  </div>  </div>
3018  #errors  #errors
3019    /div/dl/dd;no significant content;s
3020    /div/p;no significant content;s
3021    
3022  #data  #data
3023  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1941  aaa Line 3028  aaa
3028    <p/>    <p/>
3029  </div>  </div>
3030  #errors  #errors
3031    /div/p;no significant content;s
3032    
3033  #data  #data
3034  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1951  aaa Line 3039  aaa
3039    <p/>    <p/>
3040  </div>  </div>
3041  #errors  #errors
3042    /div/p;no significant content;s
3043    
3044  #data  #data
3045  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1961  aaa Line 3050  aaa
3050    <p/>    <p/>
3051  </div>  </div>
3052  #errors  #errors
3053  /div/dl/dd/p;element not allowed  /div/p;no significant content;s
3054    
3055  #data  #data
3056  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1972  aaa Line 3061  aaa
3061    <p/>    <p/>
3062  </div>  </div>
3063  #errors  #errors
3064  /div/dl/dd/p;element not allowed  /div/p;no significant content;s
3065    
3066  #data  #data
3067  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1983  aaa Line 3072  aaa
3072    </dl>    </dl>
3073  </div>  </div>
3074  #errors  #errors
3075    /div/dl/dd;no significant content;s
3076    
3077  #data  #data
3078  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 1993  aaa Line 3083  aaa
3083    </dl>    </dl>
3084  </div>  </div>
3085  #errors  #errors
3086    /div/dl/dd;no significant content;s
3087    
3088  #data  #data
3089  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 2013  aaa Line 3104  aaa
3104    </dl>    </dl>
3105  </div>  </div>
3106  #errors  #errors
 /div/dl/dd/p;element not allowed  
3107    
3108  #data  #data
3109  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 2024  aaa Line 3114  aaa
3114    </dl>    </dl>
3115  </div>  </div>
3116  #errors  #errors
 /div/dl/dd/p;element not allowed  
3117    
3118  #data  #data
3119  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 2035  aaa Line 3124  aaa
3124    aaa    aaa
3125  </div>  </div>
3126  #errors  #errors
3127    /div/dl/dd;no significant content;s
3128    
3129  #data  #data
3130  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 2045  aaa Line 3135  aaa
3135    aaa    aaa
3136  </div>  </div>
3137  #errors  #errors
3138    /div/dl/dd;no significant content;s
3139    
3140  #data  #data
3141  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 2065  aaa Line 3156  aaa
3156    aaa    aaa
3157  </div>  </div>
3158  #errors  #errors
 /div/dl/dd/p;element not allowed  
3159    
3160  #data  #data
3161  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
# Line 2076  aaa Line 3166  aaa
3166    aaa    aaa
3167  </div>  </div>
3168  #errors  #errors
 /div/dl/dd/p;element not allowed  
3169    
3170  #data  #data
3171  <body xmlns="http://www.w3.org/1999/xhtml">  <body xmlns="http://www.w3.org/1999/xhtml">
# Line 2086  aaa Line 3175  aaa
3175    </dl>    </dl>
3176  </body>  </body>
3177  #errors  #errors
 /body/dl/dd/p;element not allowed  
3178    
3179  #data  #data
3180  <dialog xmlns="http://www.w3.org/1999/xhtml">  <dialog xmlns="http://www.w3.org/1999/xhtml">
# Line 2094  aaa Line 3182  aaa
3182    <dd></dd>    <dd></dd>
3183  </dialog>  </dialog>
3184  #errors  #errors
3185    /dialog/dd;no significant content;s
3186    
3187  #data  #data
3188  <dialog xmlns="http://www.w3.org/1999/xhtml">  <dialog xmlns="http://www.w3.org/1999/xhtml">
# Line 2101  aaa Line 3190  aaa
3190    <dd> </dd>    <dd> </dd>
3191  </dialog>  </dialog>
3192  #errors  #errors
3193    /dialog/dd;no significant content;s
3194    
3195  #data  #data
3196  <dialog xmlns="http://www.w3.org/1999/xhtml">  <dialog xmlns="http://www.w3.org/1999/xhtml">
# Line 2122  aaa Line 3212  aaa
3212    <dd>YYY<p>ZZZ</p></dd>    <dd>YYY<p>ZZZ</p></dd>
3213  </dialog>  </dialog>
3214  #errors  #errors
 /dialog/dd/p;element not allowed  
3215    
3216  #data  #data
3217  <dialog xmlns="http://www.w3.org/1999/xhtml">  <dialog xmlns="http://www.w3.org/1999/xhtml">
# Line 2130  aaa Line 3219  aaa
3219    <dd><p>YYY</p>ZZZ</dd>    <dd><p>YYY</p>ZZZ</dd>
3220  </dialog>  </dialog>
3221  #errors  #errors
 /dialog/dd/p;element not allowed  
3222    
3223  #data  #data
3224  <a xmlns="http://www.w3.org/1999/xhtml"></a>  <a xmlns="http://www.w3.org/1999/xhtml"></a>
3225  #errors  #errors
3226    /a;no significant content;s
3227    
3228  #data  #data
3229  <a xmlns="http://www.w3.org/1999/xhtml"> </a>  <a xmlns="http://www.w3.org/1999/xhtml"> </a>
3230  #errors  #errors
3231    /a;no significant content;s
3232    
3233  #data  #data
3234  <a xmlns="http://www.w3.org/1999/xhtml">XXX</a>  <a xmlns="http://www.w3.org/1999/xhtml">XXX</a>
# Line 2155  aaa Line 3245  aaa
3245  #data  #data
3246  <a xmlns="http://www.w3.org/1999/xhtml"><blockquote/></a>  <a xmlns="http://www.w3.org/1999/xhtml"><blockquote/></a>
3247  #errors  #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  #data
3253  <a xmlns="http://www.w3.org/1999/xhtml">XXX<blockquote/></a>  <a xmlns="http://www.w3.org/1999/xhtml">XXX<blockquote/></a>
3254  #errors  #errors
3255    /a/blockquote;no significant content;s
3256    /a/blockquote;element not allowed:phrasing;m
3257    
3258  #data  #data
3259  <a xmlns="http://www.w3.org/1999/xhtml"><a>XXX</a></a>  <a xmlns="http://www.w3.org/1999/xhtml"><a>XXX</a></a>
3260  #errors  #errors
3261  /a/a;element not allowed  /a/a;element not allowed:minus;m
3262    
3263  #data  #data
3264  <a xmlns="http://www.w3.org/1999/xhtml">XXX<a>YYY</a></a>  <a xmlns="http://www.w3.org/1999/xhtml">XXX<a>YYY</a></a>
3265  #errors  #errors
3266  /a/a;element not allowed  /a/a;element not allowed:minus;m
3267    
3268  #data  #data
3269  <a xmlns="http://www.w3.org/1999/xhtml"><em><a>XXX</a></em></a>  <a xmlns="http://www.w3.org/1999/xhtml"><em><a>XXX</a></em></a>
3270  #errors  #errors
3271  /a/em/a;element not allowed  /a/em/a;element not allowed:minus;m
3272    
3273  #data  #data
3274  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
3275  <p><a></a></p><ul><li><a></a></li></ul>  <p><a></a></p><ul><li><a></a></li></ul>
3276  </div>  </div>
3277  #errors  #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  #data
3285  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
3286  <p><a></a></p><ol><li><a></a></li></ol>  <p><a></a></p><ol><li><a></a></li></ol>
3287  </div>  </div>
3288  #errors  #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  #data
3296  <div xmlns="http://www.w3.org/1999/xhtml">  <div xmlns="http://www.w3.org/1999/xhtml">
3297  <p><a></a></p><ol><li><datagrid/></li></ol>  <p><a></a></p><ol><li><datagrid/></li></ol>
3298  </div>  </div>
3299  #errors  #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  #data
3307  <details xmlns="http://www.w3.org/1999/xhtml">  <details xmlns="http://www.w3.org/1999/xhtml">
# Line 2199  aaa Line 3309  aaa
3309  <p><a/></p>  <p><a/></p>
3310  </details>  </details>
3311  #errors  #errors
3312  /details/p/a;element not allowed  /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  #data
3318  <details xmlns="http://www.w3.org/1999/xhtml">  <details xmlns="http://www.w3.org/1999/xhtml">
3319  <legend><a/></legend>  <legend><a/></legend>
3320  </details>  </details>
3321  #errors  #errors
3322  /details/legend/a;element not allowed  /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  #data
3442  <datagrid xmlns="http://www.w3.org/1999/xhtml">  <datagrid xmlns="http://www.w3.org/1999/xhtml">
3443  <p><a/></p>  <p><a/></p>
3444  </datagrid>  </datagrid>
3445  #errors  #errors
3446  /datagrid/p/a;element not allowed  /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  #data
3461  <a xmlns="http://www.w3.org/1999/xhtml">  <a xmlns="http://www.w3.org/1999/xhtml">
# Line 2222  aaa Line 3464  aaa
3464  </details>  </details>
3465  </a>  </a>
3466  #errors  #errors
3467  /a/details;element not allowed  /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  #data
3473  <a xmlns="http://www.w3.org/1999/xhtml">  <a xmlns="http://www.w3.org/1999/xhtml">
# Line 2231  aaa Line 3476  aaa
3476  </span>  </span>
3477  </a>  </a>
3478  #errors  #errors
3479  /a/span/details;element not allowed  /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  #data
3486  <a xmlns="http://www.w3.org/1999/xhtml">  <a xmlns="http://www.w3.org/1999/xhtml">
3487  <datagrid/>  <datagrid/>
3488  </a>  </a>
3489  #errors  #errors
3490  /a/datagrid;element not allowed  /a/datagrid;element not allowed:minus;m
3491    /a;no significant content;s
3492    /a/datagrid;no significant content;s
3493    
3494  #data  #data
3495  <a xmlns="http://www.w3.org/1999/xhtml">  <a xmlns="http://www.w3.org/1999/xhtml">
3496  <span><datagrid/></span>  <span><datagrid/></span>
3497  </a>  </a>
3498  #errors  #errors
3499  /a/span/datagrid;element not allowed  /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  #data
3505  <em xmlns="http://www.w3.org/1999/xhtml"></em>  <em xmlns="http://www.w3.org/1999/xhtml"></em>
3506  #errors  #errors
3507    /em;no significant content;s
3508    
3509  #data  #data
3510  <em xmlns="http://www.w3.org/1999/xhtml"> </em>  <em xmlns="http://www.w3.org/1999/xhtml"> </em>
3511  #errors  #errors
3512    /em;no significant content;s
3513    
3514  #data  #data
3515  <em xmlns="http://www.w3.org/1999/xhtml">XXX</em>  <em xmlns="http://www.w3.org/1999/xhtml">XXX</em>
# Line 2262  aaa Line 3518  aaa
3518  #data  #data
3519  <em xmlns="http://www.w3.org/1999/xhtml"><blockquote/></em>  <em xmlns="http://www.w3.org/1999/xhtml"><blockquote/></em>
3520  #errors  #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  #data
3526  <em xmlns="http://www.w3.org/1999/xhtml">XXX<blockquote/></em>  <em xmlns="http://www.w3.org/1999/xhtml">XXX<blockquote/></em>
3527  #errors  #errors
3528    /em/blockquote;no significant content;s
3529    /em/blockquote;element not allowed:phrasing;m
3530    
3531  #data  #data
3532  <em xmlns="http://www.w3.org/1999/xhtml"><p/></em>  <em xmlns="http://www.w3.org/1999/xhtml"><p/></em>
3533  #errors  #errors
3534  /em/p;element not allowed  /em/p;element not allowed:phrasing;m
3535    /em;no significant content;s
3536    /em/p;no significant content;s
3537    
3538  #data  #data
3539  <code xmlns="http://www.w3.org/1999/xhtml">  <code xmlns="http://www.w3.org/1999/xhtml">
3540    <em></em>    <em></em>
3541  </code>  </code>
3542  #errors  #errors
3543    /code;no significant content;s
3544    /code/em;no significant content;s
3545    
3546  #data  #data
3547  <code xmlns="http://www.w3.org/1999/xhtml">  <code xmlns="http://www.w3.org/1999/xhtml">
3548    <em> </em>    <em> </em>
3549  </code>  </code>
3550  #errors  #errors
3551    /code;no significant content;s
3552    /code/em;no significant content;s
3553    
3554  #data  #data
3555  <code xmlns="http://www.w3.org/1999/xhtml">  <code xmlns="http://www.w3.org/1999/xhtml">
# Line 2295  aaa Line 3562  aaa
3562    <em>XXX<b/></em>    <em>XXX<b/></em>
3563  </code>  </code>
3564  #errors  #errors
3565    /code/em/b;no significant content;s
3566    
3567  #data  #data
3568  <code xmlns="http://www.w3.org/1999/xhtml">  <code xmlns="http://www.w3.org/1999/xhtml">
3569    <em>XXX<blockquote/></em>    <em>XXX<blockquote/></em>
3570  </code>  </code>
3571  #errors  #errors
3572  /code/em/blockquote;element not allowed  /code/em/blockquote;element not allowed:phrasing;m
3573    /code/em/blockquote;no significant content;s
3574    
3575  #data  #data
3576  <p xmlns="http://www.w3.org/1999/xhtml">  <p xmlns="http://www.w3.org/1999/xhtml">
3577    <em></em>    <em></em>
3578  </p>  </p>
3579  #errors  #errors
3580    /p;no significant content;s
3581    /p/em;no significant content;s
3582    
3583  #data  #data
3584  <p xmlns="http://www.w3.org/1999/xhtml">  <p xmlns="http://www.w3.org/1999/xhtml">
3585    <em> </em>    <em> </em>
3586  </p>  </p>
3587  #errors  #errors
3588    /p;no significant content;s
3589    /p/em;no significant content;s
3590    
3591  #data  #data
3592  <p xmlns="http://www.w3.org/1999/xhtml">  <p xmlns="http://www.w3.org/1999/xhtml">
# Line 2332  aaa Line 3605  aaa
3605    <em>XXX<blockquote/></em>    <em>XXX<blockquote/></em>
3606  </p>  </p>
3607  #errors  #errors
3608    /p/em/blockquote;no significant content;s
3609    /p/em/blockquote;element not allowed:phrasing;m
3610    
3611  #data  #data
3612  <p xmlns="http://www.w3.org/1999/xhtml">  <p xmlns="http://www.w3.org/1999/xhtml">
3613  @@ TODO: strong, small, m  @@ TODO: strong, small
3614  </p>  </p>
3615  #errors  #errors
3616    
3617  #data  #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">  <p xmlns="http://www.w3.org/1999/xhtml">
3787  <dfn></dfn>  <dfn></dfn>
3788  </p>  </p>
3789  #errors  #errors
3790    /p;no significant content;s
3791    /p/dfn;no significant content;s
3792    
3793  #data  #data
3794  <p xmlns="http://www.w3.org/1999/xhtml">  <p xmlns="http://www.w3.org/1999/xhtml">
3795  <dfn> </dfn>  <dfn> </dfn>
3796  </p>  </p>
3797  #errors  #errors
3798    /p;no significant content;s
3799    /p/dfn;no significant content;s
3800    
3801  #data  #data
3802  <p xmlns="http://www.w3.org/1999/xhtml">  <p xmlns="http://www.w3.org/1999/xhtml">
# Line 2368  aaa Line 3815  aaa
3815  <dfn><em><blockquote/></em></dfn>  <dfn><em><blockquote/></em></dfn>
3816  </p>  </p>
3817  #errors  #errors
3818  /p/dfn/em/blockquote;element not allowed  /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  #data
3825  <p xmlns="http://www.w3.org/1999/xhtml">  <p xmlns="http://www.w3.org/1999/xhtml">
3826  <dfn><blockquote/></dfn>  <dfn><blockquote/></dfn>
3827  </p>  </p>
3828  #errors  #errors
3829  /p/dfn/blockquote;element not allowed  /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  #data
3835  <p xmlns="http://www.w3.org/1999/xhtml">  <p xmlns="http://www.w3.org/1999/xhtml">
3836  <dfn><h1/></dfn>  <dfn><h1/></dfn>
3837  </p>  </p>
3838  #errors  #errors
3839  /p/dfn/h1;element not allowed  /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  #data
3845  <p xmlns="http://www.w3.org/1999/xhtml">  <p xmlns="http://www.w3.org/1999/xhtml">
3846  <dfn><dfn>XXX</dfn></dfn>  <dfn><dfn>XXX</dfn></dfn>
3847  </p>  </p>
3848  #errors  #errors
3849  /p/dfn/dfn;element not allowed  /p/dfn/dfn;element not allowed:minus;m
3850    
3851  #data  #data
3852  <p xmlns="http://www.w3.org/1999/xhtml">  <p xmlns="http://www.w3.org/1999/xhtml">
3853  <dfn></dfn><dfn/>  <dfn></dfn><dfn/>
3854  </p>  </p>
3855  #errors  #errors
3856    /p;no significant content;s
3857    /p/dfn;no significant content;s
3858    /p/dfn;no significant content;s
3859    
3860  #data  #data
3861  <p xmlns="http://www.w3.org/1999/xhtml">  <p xmlns="http://www.w3.org/1999/xhtml">
3862  <dfn><em><dfn/></em></dfn>  <dfn><em><dfn/></em></dfn>
3863  </p>  </p>
3864  #errors  #errors
3865  /p/dfn/em/dfn;element not allowed  /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  #data
4967  <table xmlns="http://www.w3.org/1999/xhtml">  <table xmlns="http://www.w3.org/1999/xhtml">
# Line 2411  aaa Line 4970  aaa
4970  <tfoot><tr><td/></tr></tfoot>  <tfoot><tr><td/></tr></tfoot>
4971  </table>  </table>
4972  #errors  #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  #data
5074  <fieldset xmlns="http://www.w3.org/1999/xhtml">  <fieldset xmlns="http://www.w3.org/1999/xhtml">
# Line 2423  aaa Line 5081  aaa
5081  <legend><p>XXX</p></legend>  <legend><p>XXX</p></legend>
5082  </fieldset>  </fieldset>
5083  #errors  #errors
5084  /fieldset/legend/p;element not allowed  /fieldset/legend/p;element not allowed:phrasing;m
5085    
5086  #data  #data
5087  <fieldset xmlns="http://www.w3.org/1999/xhtml">  <fieldset xmlns="http://www.w3.org/1999/xhtml">
5088  <legend><blockquote><p>XXX</p></blockquote></legend>  <legend><blockquote><p>XXX</p></blockquote></legend>
5089  </fieldset>  </fieldset>
5090  #errors  #errors
5091  /fieldset/legend/blockquote;element not allowed  /fieldset/legend/blockquote;element not allowed:phrasing;m
5092    
5093  #data  #data
5094  <figure xmlns="http://www.w3.org/1999/xhtml">  <figure xmlns="http://www.w3.org/1999/xhtml">
5095  <legend>XXX</legend>  <legend>XXX</legend>
5096  <img/>  <img src="" alt="x"/>
5097  </figure>  </figure>
5098  #errors  #errors
5099    
5100  #data  #data
5101  <figure xmlns="http://www.w3.org/1999/xhtml">  <figure xmlns="http://www.w3.org/1999/xhtml">
5102  <legend><p>XXX</p></legend>  <legend><p>XXX</p></legend>
5103  <img/>  <img src="" alt="x"/>
5104  </figure>  </figure>
5105  #errors  #errors
5106  /figure/legend/p;element not allowed  /figure/legend/p;element not allowed:phrasing;m
5107    
5108  #data  #data
5109  <figure xmlns="http://www.w3.org/1999/xhtml">  <figure xmlns="http://www.w3.org/1999/xhtml">
5110  <legend><blockquote><p>XXX</p></blockquote></legend>  <legend><blockquote><p>XXX</p></blockquote></legend>
5111  <img/>  <img src="" alt="x"/>
5112  </figure>  </figure>
5113  #errors  #errors
5114    /figure/legend/blockquote;element not allowed:phrasing;m
5115    
5116  #data  #data
5117  <figure xmlns="http://www.w3.org/1999/xhtml">  <figure xmlns="http://www.w3.org/1999/xhtml">
5118  <legend>XXX</legend>  <legend>XXX</legend>
5119  <img/>  <img src="" alt="x"/>
5120  </figure>  </figure>
5121  #errors  #errors
5122    
5123  #data  #data
5124  <figure xmlns="http://www.w3.org/1999/xhtml">  <figure xmlns="http://www.w3.org/1999/xhtml">
5125  <legend><p>XXX</p></legend>  <legend><p>XXX</p></legend>
5126  <img/>  <img src="" alt="x"/>
5127  </figure>  </figure>
5128  #errors  #errors
5129  /figure/legend/p;element not allowed  /figure/legend/p;element not allowed:phrasing;m
5130    
5131  #data  #data
5132  <figure xmlns="http://www.w3.org/1999/xhtml">  <figure xmlns="http://www.w3.org/1999/xhtml">
5133  <legend><blockquote><p>XXX</p></blockquote></legend>  <legend><blockquote><p>XXX</p></blockquote></legend>
5134  <img/>  <img src="" alt="x"/>
5135  </figure>  </figure>
5136  #errors  #errors
5137  /figure/legend/blockquote;element not allowed  /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    <datetemplate xmlns="http://www.w3.org/1999/xhtml"/>
5530    #errors
5531    /datetemplate;element not defined;m
5532    
5533    #data
5534    <rule xmlns="http://www.w3.org/1999/xhtml"/>
5535    #errors
5536    
5537    #data
5538    <rule xmlns="http://www.w3.org/1999/xhtml"><p/></rule>
5539    #errors
5540    /rule/p;no significant content;s
5541    
5542    #data
5543    <rule xmlns="http://www.w3.org/1999/xhtml">aa</rule>
5544    #errors
5545    
5546    #data
5547    <rule xmlns="http://www.w3.org/1999/xhtml"><!----><?a?></rule>
5548    #errors
5549    
5550    #data
5551    <rule xmlns="http://www.w3.org/1999/xhtml"><unknownelement/></rule>
5552    #errors
5553    /rule/unknownelement;element not defined;m
5554    
5555    #data
5556    <rule xmlns="http://www.w3.org/1999/xhtml"><unknown xmlns=""/></rule>
5557    #errors
5558    /rule/unknown;element;unsupported
5559    
5560    #data
5561    <rule xmlns="http://www.w3.org/1999/xhtml">
5562    <unknown xmlns="http://www.example.org/"/>
5563    </rule>
5564    #errors
5565    /rule/unknown;element;unsupported
5566    
5567    #data
5568    <p xmlns="http://www.w3.org/1999/xhtml"><rule/></p>
5569    #errors
5570    /p/rule;element not allowed:phrasing;m
5571    /p;no significant content;s
5572    
5573    #data
5574    <body xmlns="http://www.w3.org/1999/xhtml"><rule/></body>
5575    #errors
5576    /body/rule;element not allowed:flow;m
5577    /body;no significant content;s
5578    
5579    #data
5580    <head xmlns="http://www.w3.org/1999/xhtml"><title/><rule/></head>
5581    #errors
5582    /head/rule;element not allowed:metadata;m
5583    
5584    #data
5585    <nest xmlns="http://www.w3.org/1999/xhtml"/>
5586    #errors
5587    
5588    #data
5589    <nest xmlns="http://www.w3.org/1999/xhtml">  </nest>
5590    #errors
5591    
5592    #data
5593    <nest xmlns="http://www.w3.org/1999/xhtml">aa</nest>
5594    #errors
5595    /nest/"aa";character not allowed:empty;m
5596    
5597    #data
5598    <nest xmlns="http://www.w3.org/1999/xhtml"><p/></nest>
5599    #errors
5600    /nest/p;element not allowed:empty;m
5601    /nest/p;no significant content;s
5602    
5603    #data
5604    <nest xmlns="http://www.w3.org/1999/xhtml"><!----></nest>
5605    #errors
5606    
5607    #data
5608    <nest xmlns="http://www.w3.org/1999/xhtml"><nest/></nest>
5609    #errors
5610    /nest/nest;element not allowed:empty;m
5611    
5612    #data
5613    <p xmlns="http://www.w3.org/1999/xhtml"><nest/></p>
5614    #errors
5615    /p/nest;element not allowed:phrasing;m
5616    /p;no significant content;s
5617    
5618    #data
5619    <head xmlns="http://www.w3.org/1999/xhtml"><title/><nest/></head>
5620    #errors
5621    /head/nest;element not allowed:metadata;m
5622    
5623    #data
5624    <div xmlns="http://www.w3.org/1999/xhtml"><nest/></div>
5625    #errors
5626    /div/nest;element not allowed:flow;m
5627    /div;no significant content;s
5628    
5629    #data
5630    <datatemplate xmlns="http://www.w3.org/1999/xhtml"><nest/></datatemplate>
5631    #errors
5632    /datatemplate/nest;element not allowed:datatemplate
5633    
5634    #data
5635    <rule xmlns="http://www.w3.org/1999/xhtml"><nest/></rule>
5636    #errors
5637    
5638    #data
5639    <rule xmlns="http://www.w3.org/1999/xhtml"><br><nest/></br></rule>
5640    #errors
5641    
5642    #data
5643    <rule xmlns="http://www.w3.org/1999/xhtml"><br><nest/>a</br></rule>
5644    #errors
5645    /rule/br/"a";character not allowed:empty;m
5646    
5647    #data
5648    <rule xmlns="http://www.w3.org/1999/xhtml"><title><nest/></title></rule>
5649    #errors
5650    
5651    #data
5652    <rule xmlns="http://www.w3.org/1999/xhtml"><title><nest/>aa</title></rule>
5653    #errors
5654    
5655    #data
5656    <rule xmlns="http://www.w3.org/1999/xhtml">
5657    <plaintext><nest/></plaintext>
5658    </rule>
5659    #errors
5660    /rule/plaintext;element not defined;m
5661    
5662    #data
5663    <rule xmlns="http://www.w3.org/1999/xhtml"><textarea><nest/></textarea></rule>
5664    #errors
5665    /rule/textarea;element not defined;m
5666    
5667    #data
5668    <rule xmlns="http://www.w3.org/1999/xhtml"><section><nest/></section></rule>
5669    #errors
5670    /rule/section;no significant content;s
5671    
5672    #data
5673    <rule xmlns="http://www.w3.org/1999/xhtml">
5674    <section><style scoped=""/><nest/></section>
5675    </rule>
5676    #errors
5677    /rule/section/style;SUBDOC
5678    /rule/section;no significant content;s
5679    
5680    #data
5681    <rule xmlns="http://www.w3.org/1999/xhtml">
5682    <section><nest/><style scoped=""/></section>
5683    </rule>
5684    #errors
5685    /rule/section/style;SUBDOC
5686    /rule/section;no significant content;s
5687    
5688    #data
5689    <rule xmlns="http://www.w3.org/1999/xhtml">
5690    <section><nest/><style scoped=""/><p/></section>
5691    </rule>
5692    #errors
5693    /rule/section/style;SUBDOC
5694    /rule/section;no significant content;s
5695    /rule/section/p;no significant content;s
5696    
5697    #data
5698    <rule xmlns="http://www.w3.org/1999/xhtml">
5699    <section><p/><style scoped=""/><nest/></section>
5700    </rule>
5701    #errors
5702    /rule/section/style;element not allowed:flow style;m
5703    /rule/section/style;SUBDOC
5704    /rule/section;no significant content;s
5705    /rule/section/p;no significant content;s
5706    
5707    #data
5708    <rule xmlns="http://www.w3.org/1999/xhtml"><p><nest/></p></rule>
5709    #errors
5710    /rule/p;no significant content;s
5711    
5712    #data
5713    <rule xmlns="http://www.w3.org/1999/xhtml"><p><nest/>aaa</p></rule>
5714    #errors
5715    
5716    #data
5717    <rule xmlns="http://www.w3.org/1999/xhtml"><p><!----><nest/></p></rule>
5718    #errors
5719    /rule/p;no significant content;s
5720    
5721    #data
5722    <rule xmlns="http://www.w3.org/1999/xhtml"><body><nest/></body></rule>
5723    #errors
5724    /rule/body;no significant content;s
5725    
5726    #data
5727    <rule xmlns="http://www.w3.org/1999/xhtml"><em><nest/></em></rule>
5728    #errors
5729    /rule/em;no significant content;s
5730    
5731    #data
5732    <rule xmlns="http://www.w3.org/1999/xhtml"><em>aa<nest/></em></rule>
5733    #errors
5734    
5735    #data
5736    <rule xmlns="http://www.w3.org/1999/xhtml"><em><nest/><i/></em></rule>
5737    #errors
5738    /rule/em;no significant content;s
5739    /rule/em/i;no significant content;s
5740    
5741    #data
5742    <rule xmlns="http://www.w3.org/1999/xhtml"><sub><nest/></sub></rule>
5743    #errors
5744    /rule/sub;no significant content;s
5745    
5746    #data
5747    <rule xmlns="http://www.w3.org/1999/xhtml"><sup><nest/><sub/></sup></rule>
5748    #errors
5749    /rule/sup;no significant content;s
5750    /rule/sup/sub;no significant content;s
5751    
5752    #data
5753    <rule xmlns="http://www.w3.org/1999/xhtml"><sub><em><nest/></em></sub></rule>
5754    #errors
5755    /rule/sub;no significant content;s
5756    /rule/sub/em;no significant content;s
5757    
5758    #data
5759    <rule xmlns="http://www.w3.org/1999/xhtml"><div><nest/></div></rule>
5760    #errors
5761    /rule/div;no significant content;s
5762    
5763    #data
5764    <rule xmlns="http://www.w3.org/1999/xhtml"><div><nest/><p/></div></rule>
5765    #errors
5766    /rule/div;no significant content;s
5767    /rule/div/p;no significant content;s
5768    
5769    #data
5770    <rule xmlns="http://www.w3.org/1999/xhtml"><div><nest/><i/></div></rule>
5771    #errors
5772    /rule/div;no significant content;s
5773    /rule/div/i;no significant content;s
5774    
5775    #data
5776    <rule xmlns="http://www.w3.org/1999/xhtml"><div><nest/>aa</div></rule>
5777    #errors
5778    
5779    #data
5780    <rule xmlns="http://www.w3.org/1999/xhtml"><div><nest/><p/><i/></div></rule>
5781    #errors
5782    /rule/div;no significant content;s
5783    /rule/div/p;no significant content;s
5784    /rule/div/i;no significant content;s
5785    
5786    #data
5787    <rule xmlns="http://www.w3.org/1999/xhtml"><div><p/><nest/></div></rule>
5788    #errors
5789    /rule/div;no significant content;s
5790    /rule/div/p;no significant content;s
5791    
5792    #data
5793    <rule xmlns="http://www.w3.org/1999/xhtml"><div><i/><nest/></div></rule>
5794    #errors
5795    /rule/div;no significant content;s
5796    /rule/div/i;no significant content;s
5797    
5798    #data
5799    <rule xmlns="http://www.w3.org/1999/xhtml"><div>aa<nest/></div></rule>
5800    #errors
5801    
5802    #data
5803    <rule xmlns="http://www.w3.org/1999/xhtml"><div>aa<nest/><p/></div></rule>
5804    #errors
5805    /rule/div/p;no significant content;s
5806    
5807    #data
5808    <rule xmlns="http://www.w3.org/1999/xhtml"><aside><nest/></aside></rule>
5809    #errors
5810    /rule/aside;no significant content;s
5811    
5812    #data
5813    <rule xmlns="http://www.w3.org/1999/xhtml"><aside><nest/>aa</aside></rule>
5814    #errors
5815    
5816    #data
5817    <rule xmlns="http://www.w3.org/1999/xhtml"><aside><nest/><i/></aside></rule>
5818    #errors
5819    /rule/aside;no significant content;s
5820    /rule/aside/i;no significant content;s
5821    
5822    #data
5823    <rule xmlns="http://www.w3.org/1999/xhtml"><aside><nest/><p/></aside></rule>
5824    #errors
5825    /rule/aside;no significant content;s
5826    /rule/aside/p;no significant content;s
5827    
5828    #data
5829    <rule xmlns="http://www.w3.org/1999/xhtml"><aside>aa<nest/></aside></rule>
5830    #errors
5831    
5832    #data
5833    <rule xmlns="http://www.w3.org/1999/xhtml"><aside><i/><nest/></aside></rule>
5834    #errors
5835    /rule/aside;no significant content;s
5836    /rule/aside/i;no significant content;s
5837    
5838    #data
5839    <rule xmlns="http://www.w3.org/1999/xhtml"><aside><p/><nest/></aside></rule>
5840    #errors
5841    /rule/aside;no significant content;s
5842    /rule/aside/p;no significant content;s
5843    
5844    #data
5845    <rule xmlns="http://www.w3.org/1999/xhtml">
5846    <aside><nest/><style scoped=""/></aside>
5847    </rule>
5848    #errors
5849    /rule/aside/style;SUBDOC
5850    /rule/aside;no significant content;s
5851    
5852    #data
5853    <rule xmlns="http://www.w3.org/1999/xhtml">
5854    <aside><nest/><style scoped=""/>aa</aside>
5855    </rule>
5856    #errors
5857    /rule/aside/style;SUBDOC
5858    
5859    #data
5860    <rule xmlns="http://www.w3.org/1999/xhtml">
5861    <aside><nest/><style scoped=""/><i/></aside>
5862    </rule>
5863    #errors
5864    /rule/aside/style;SUBDOC
5865    /rule/aside;no significant content;s
5866    /rule/aside/i;no significant content;s
5867    
5868    #data
5869    <rule xmlns="http://www.w3.org/1999/xhtml">
5870    <aside><nest/><style scoped=""/><blockquote/></aside>
5871    </rule>
5872    #errors
5873    /rule/aside/style;SUBDOC
5874    /rule/aside;no significant content;s
5875    /rule/aside/blockquote;no significant content;s
5876    
5877    #data
5878    <rule xmlns="http://www.w3.org/1999/xhtml">
5879    <aside><nest/><style scoped=""/><blockquote/><p/></aside>
5880    </rule>
5881    #errors
5882    /rule/aside/style;SUBDOC
5883    /rule/aside;no significant content;s
5884    /rule/aside/blockquote;no significant content;s
5885    /rule/aside/p;no significant content;s
5886    
5887    #data
5888    <rule xmlns="http://www.w3.org/1999/xhtml">
5889    <aside><nest/><style scoped=""/><blockquote/><i/></aside>
5890    </rule>
5891    #errors
5892    /rule/aside/style;SUBDOC
5893    /rule/aside;no significant content;s
5894    /rule/aside/blockquote;no significant content;s
5895    /rule/aside/i;no significant content;s
5896    
5897    #data
5898    <rule xmlns="http://www.w3.org/1999/xhtml">
5899    <aside><nest/><style scoped=""/><p/></aside>
5900    </rule>
5901    #errors
5902    /rule/aside/style;SUBDOC
5903    /rule/aside;no significant content;s
5904    /rule/aside/p;no significant content;s
5905    
5906    #data
5907    <rule xmlns="http://www.w3.org/1999/xhtml">
5908    <aside><nest/>aa<style scoped=""/></aside>
5909    </rule>
5910    #errors
5911    /rule/aside/style;element not allowed:flow style;m
5912    /rule/aside/style;SUBDOC
5913    
5914    #data
5915    <rule xmlns="http://www.w3.org/1999/xhtml">
5916    <aside><nest/><i/><style scoped=""/></aside>
5917    </rule>
5918    #errors
5919    /rule/aside/style;element not allowed:flow style;m
5920    /rule/aside/style;SUBDOC
5921    /rule/aside;no significant content;s
5922    /rule/aside/i;no significant content;s
5923    
5924    #data
5925    <rule xmlns="http://www.w3.org/1999/xhtml">
5926    <aside><nest/><p/><style scoped=""/></aside>
5927    </rule>
5928    #errors
5929    /rule/aside/style;element not allowed:flow style;m
5930    /rule/aside/style;SUBDOC
5931    /rule/aside;no significant content;s
5932    /rule/aside/p;no significant content;s
5933    
5934    #data
5935    <rule xmlns="http://www.w3.org/1999/xhtml">
5936    <aside>aa<nest/></aside>
5937    </rule>
5938    #errors
5939    
5940    #data
5941    <rule xmlns="http://www.w3.org/1999/xhtml">
5942    <aside><i/><nest/></aside>
5943    </rule>
5944    #errors
5945    /rule/aside;no significant content;s
5946    /rule/aside/i;no significant content;s
5947    
5948    #data
5949    <rule xmlns="http://www.w3.org/1999/xhtml">
5950    <aside><blockquote/><nest/></aside>
5951    </rule>
5952    #errors
5953    /rule/aside;no significant content;s
5954    /rule/aside/blockquote;no significant content;s
5955    
5956    #data
5957    <rule xmlns="http://www.w3.org/1999/xhtml">
5958    <aside><p/><nest/></aside>
5959    </rule>
5960    #errors
5961    /rule/aside;no significant content;s
5962    /rule/aside/p;no significant content;s
5963    
5964    #data
5965    <rule xmlns="http://www.w3.org/1999/xhtml">
5966    <aside>aa<nest/><style scoped=""/></aside>
5967    </rule>
5968    #errors
5969    /rule/aside/style;element not allowed:flow style;m
5970    /rule/aside/style;SUBDOC
5971    
5972    #data
5973    <rule xmlns="http://www.w3.org/1999/xhtml">
5974    <aside><i/><nest/><style scoped=""/></aside>
5975    </rule>
5976    #errors
5977    /rule/aside/style;element not allowed:flow style;m
5978    /rule/aside/style;SUBDOC
5979    /rule/aside;no significant content;s
5980    /rule/aside/i;no significant content;s
5981    
5982    #data
5983    <rule xmlns="http://www.w3.org/1999/xhtml">
5984    <aside><blockquote/><nest/><style scoped=""/></aside>
5985    </rule>
5986    #errors
5987    /rule/aside/style;element not allowed:flow style;m
5988    /rule/aside/style;SUBDOC
5989    /rule/aside/blockquote;no significant content;s
5990    /rule/aside;no significant content;s
5991    
5992    #data
5993    <rule xmlns="http://www.w3.org/1999/xhtml">
5994    <aside><p/><nest/><style scoped=""/></aside>
5995    </rule>
5996    #errors
5997    /rule/aside/style;element not allowed:flow style;m
5998    /rule/aside/style;SUBDOC
5999    /rule/aside;no significant content;s
6000    /rule/aside/p;no significant content;s
6001    
6002    #data
6003    <rule xmlns="http://www.w3.org/1999/xhtml"><ins><nest/></ins></rule>
6004    #errors
6005    
6006    #data
6007    <rule xmlns="http://www.w3.org/1999/xhtml"><p><ins><nest/></ins></p></rule>
6008    #errors
6009    /rule/p;no significant content;s
6010    
6011    #data
6012    <rule xmlns="http://www.w3.org/1999/xhtml"><html><nest/></html></rule>
6013    #errors
6014    /rule/html;child element missing:head
6015    /rule/html;child element missing:body
6016    
6017    #data
6018    <rule xmlns="http://www.w3.org/1999/xhtml"><html>
6019    <head><title/></head><body/><nest/>
6020    </html></rule>
6021    #errors
6022    /rule/html/body;no significant content;s
6023    
6024    #data
6025    <rule xmlns="http://www.w3.org/1999/xhtml"><html>
6026    <head><title/></head><nest/><body/>
6027    </html></rule>
6028    #errors
6029    /rule/html/body;no significant content;s
6030    
6031    #data
6032    <rule xmlns="http://www.w3.org/1999/xhtml"><html>
6033    <nest/><head><title/></head><body/>
6034    </html></rule>
6035    #errors
6036    /rule/html/body;no significant content;s
6037    
6038    #data
6039    <rule xmlns="http://www.w3.org/1999/xhtml"><html>
6040    <head><title/></head><body/><nest/><body/>
6041    </html></rule>
6042    #errors
6043    /rule/html/body;element not allowed
6044    /rule/html/body;no significant content;s
6045    /rule/html/body;no significant content;s
6046    
6047    #data
6048    <rule xmlns="http://www.w3.org/1999/xhtml"><html>
6049    <head><title/></head><nest/>
6050    </html></rule>
6051    #errors
6052    /rule/html;child element missing:body
6053    
6054    #data
6055    <rule xmlns="http://www.w3.org/1999/xhtml"><html>
6056    <nest/><body/>
6057    </html></rule>
6058    #errors
6059    /rule/html/body;ps element missing:head
6060    /rule/html/body;no significant content;s
6061    
6062    #data
6063    <rule xmlns="http://www.w3.org/1999/xhtml"><html>
6064    <head><title/></head><body/><nest/>
6065    </html></rule>
6066    #errors
6067    /rule/html/body;no significant content;s
6068    
6069    #data
6070    <rule xmlns="http://www.w3.org/1999/xhtml">
6071    <head><nest/></head>
6072    </rule>
6073    #errors
6074    /rule/head;child element missing:title
6075    
6076    #data
6077    <rule xmlns="http://www.w3.org/1999/xhtml">
6078    <head><title/><nest/></head>
6079    </rule>
6080    #errors
6081    
6082    #data
6083    <rule xmlns="http://www.w3.org/1999/xhtml">
6084    <head><nest/><title/></head>
6085    </rule>
6086    #errors
6087    
6088    #data
6089    <rule xmlns="http://www.w3.org/1999/xhtml">
6090    <head><nest/><base href="http://www.example.com/"/><title/></head>
6091    </rule>
6092    #errors
6093    
6094    #data
6095    <rule xmlns="http://www.w3.org/1999/xhtml">
6096    <head><base href="http://www.example.com/"/><nest/><title/></head>
6097    </rule>
6098    #errors
6099    
6100    #data
6101    <rule xmlns="http://www.w3.org/1999/xhtml">
6102    <head><meta charset="us-ascii"/><nest/><title/></head>
6103    </rule>
6104    #errors
6105    /rule/head/meta;element not allowed:meta charset;m
6106    /rule/head/meta;in XML:charset;m
6107    /rule/head/meta/@charset;mismatched charset name::us-ascii;unsupported
6108    
6109    #data
6110    <rule xmlns="http://www.w3.org/1999/xhtml">
6111    <head><nest/><meta charset="us-ascii"/><title/></head>
6112    </rule>
6113    #errors
6114    /rule/head/meta;element not allowed:meta charset;m
6115    /rule/head/meta;in XML:charset;m
6116    /rule/head/meta/@charset;mismatched charset name::us-ascii;unsupported
6117    
6118    #data
6119    <rule xmlns="http://www.w3.org/1999/xhtml"><style><nest/></style></rule>
6120    #errors
6121    /rule/style;SUBDOC
6122    
6123    #data
6124    <rule xmlns="http://www.w3.org/1999/xhtml"><script><nest/></script></rule>
6125    #errors
6126    /rule/script;script:text/javascript;unsupported
6127    
6128    #data
6129    <rule xmlns="http://www.w3.org/1999/xhtml"><footer><nest/></footer></rule>
6130    #errors
6131    /rule/footer;no significant content;s
6132    
6133    #data
6134    <rule xmlns="http://www.w3.org/1999/xhtml"><footer><nest/>a</footer></rule>
6135    #errors
6136    
6137    #data
6138    <rule xmlns="http://www.w3.org/1999/xhtml"><footer><nest/><i/></footer></rule>
6139    #errors
6140    /rule/footer;no significant content;s
6141    /rule/footer/i;no significant content;s
6142    
6143    #data
6144    <rule xmlns="http://www.w3.org/1999/xhtml"><footer><nest/><ul/></footer></rule>
6145    #errors
6146    /rule/footer;no significant content;s
6147    
6148    #data
6149    <rule xmlns="http://www.w3.org/1999/xhtml"><footer><nest/><p/></footer></rule>
6150    #errors
6151    /rule/footer;no significant content;s
6152    /rule/footer/p;no significant content;s
6153    
6154    #data
6155    <rule xmlns="http://www.w3.org/1999/xhtml"><footer>a<nest/></footer></rule>
6156    #errors
6157    
6158    #data
6159    <rule xmlns="http://www.w3.org/1999/xhtml"><footer><i/><nest/></footer></rule>
6160    #errors
6161    /rule/footer;no significant content;s
6162    /rule/footer/i;no significant content;s
6163    
6164    #data
6165    <rule xmlns="http://www.w3.org/1999/xhtml"><footer><ol/><nest/></footer></rule>
6166    #errors
6167    /rule/footer;no significant content;s
6168    
6169    #data
6170    <rule xmlns="http://www.w3.org/1999/xhtml"><footer><p/><nest/></footer></rule>
6171    #errors
6172    /rule/footer;no significant content;s
6173    /rule/footer/p;no significant content;s
6174    
6175    #data
6176    <rule xmlns="http://www.w3.org/1999/xhtml"><footer>a<nest/><p/></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><p/><nest/>a</footer></rule>
6182    #errors
6183    /rule/footer/p;no significant content;s
6184    
6185    #data
6186    <rule xmlns="http://www.w3.org/1999/xhtml"><footer><nest/><h1/></footer></rule>
6187    #errors
6188    /rule/footer/h1;element not allowed:minus;m
6189    /rule/footer;no significant content;s
6190    /rule/footer/h1;no significant content;s
6191    
6192    #data
6193    <rule xmlns="http://www.w3.org/1999/xhtml"><dialog><nest/></dialog></rule>
6194    #errors
6195    
6196    #data
6197    <rule xmlns="http://www.w3.org/1999/xhtml">
6198    <dialog><dt/><nest/></dialog>
6199    </rule>
6200    #errors
6201    /rule/dialog;child element missing:dd
6202    /rule/dialog/dt;no significant content;s
6203    
6204    #data
6205    <rule xmlns="http://www.w3.org/1999/xhtml">
6206    <dialog><dt/><dd/><nest/></dialog>
6207    </rule>
6208    #errors
6209    /rule/dialog/dt;no significant content;s
6210    /rule/dialog/dd;no significant content;s
6211    
6212    #data
6213    <rule xmlns="http://www.w3.org/1999/xhtml">
6214    <dialog><dt/><dd/><dt/><nest/></dialog>
6215    </rule>
6216    #errors
6217    /rule/dialog;child element missing:dd
6218    /rule/dialog/dt;no significant content;s
6219    /rule/dialog/dd;no significant content;s
6220    /rule/dialog/dt;no significant content;s
6221    
6222    #data
6223    <rule xmlns="http://www.w3.org/1999/xhtml">
6224    <dialog><dt/><dd/><dt/><dd/><nest/></dialog>
6225    </rule>
6226    #errors
6227    /rule/dialog/dt;no significant content;s
6228    /rule/dialog/dd;no significant content;s
6229    /rule/dialog/dt;no significant content;s
6230    /rule/dialog/dd;no significant content;s
6231    
6232    #data
6233    <rule xmlns="http://www.w3.org/1999/xhtml">
6234    <dialog><dt/><nest/><dd/></dialog>
6235    </rule>
6236    #errors
6237    /rule/dialog/dt;no significant content;s
6238    /rule/dialog/dd;no significant content;s
6239    
6240    #data
6241    <rule xmlns="http://www.w3.org/1999/xhtml">
6242    <dialog><dt/><nest/><dt/><dd/></dialog>
6243    </rule>
6244    #errors
6245    /rule/dialog/dt;ps element missing:dd
6246    /rule/dialog/dt;no significant content;s
6247    /rule/dialog/dt;no significant content;s
6248    /rule/dialog/dd;no significant content;s
6249    
6250    #data
6251    <rule xmlns="http://www.w3.org/1999/xhtml">
6252    <dialog><nest/><dt/></dialog>
6253    </rule>
6254    #errors
6255    /rule/dialog;child element missing:dd
6256    /rule/dialog/dt;no significant content;s
6257    
6258    #data
6259    <rule xmlns="http://www.w3.org/1999/xhtml">
6260    <dialog><nest/><dt/><dd/></dialog>
6261    </rule>
6262    #errors
6263    /rule/dialog/dt;no significant content;s
6264    /rule/dialog/dd;no significant content;s
6265    
6266    #data
6267    <rule xmlns="http://www.w3.org/1999/xhtml"><ul><nest/></ul></rule>
6268    #errors
6269    
6270    #data
6271    <rule xmlns="http://www.w3.org/1999/xhtml"><ul><li/><nest/></ul></rule>
6272    #errors
6273    /rule/ul/li;no significant content;s
6274    
6275    #data
6276    <rule xmlns="http://www.w3.org/1999/xhtml"><ul><nest/><li/></ul></rule>
6277    #errors
6278    /rule/ul/li;no significant content;s
6279    
6280    #data
6281    <rule xmlns="http://www.w3.org/1999/xhtml"><ol><nest/></ol></rule>
6282    #errors
6283    
6284    #data
6285    <rule xmlns="http://www.w3.org/1999/xhtml"><dl><nest/></dl></rule>
6286    #errors
6287    
6288    #data
6289    <rule xmlns="http://www.w3.org/1999/xhtml"><dl><nest/><dt/></dl></rule>
6290    #errors
6291    /rule/dl;child element missing:dd
6292    /rule/dl/dt;no significant content;s
6293    
6294    #data
6295    <rule xmlns="http://www.w3.org/1999/xhtml"><dl><dt/><nest/></dl></rule>
6296    #errors
6297    /rule/dl;child element missing:dd
6298    /rule/dl/dt;no significant content;s
6299    
6300    #data
6301    <rule xmlns="http://www.w3.org/1999/xhtml"><dl><dt/><nest/><dd/></dl></rule>
6302    #errors
6303    /rule/dl/dt;no significant content;s
6304    /rule/dl/dd;no significant content;s
6305    
6306    #data
6307    <rule xmlns="http://www.w3.org/1999/xhtml"><dl><dt/><dd/><nest/></dl></rule>
6308    #errors
6309    /rule/dl/dt;no significant content;s
6310    /rule/dl/dd;no significant content;s
6311    
6312    #data
6313    <rule xmlns="http://www.w3.org/1999/xhtml"><dl><nest/><dt/><dd/></dl></rule>
6314    #errors
6315    /rule/dl/dt;no significant content;s
6316    /rule/dl/dd;no significant content;s
6317    
6318    #data
6319    <rule xmlns="http://www.w3.org/1999/xhtml">
6320    <dl><dt/><dd/><nest/><dt/><dd/></dl>
6321    </rule>
6322    #errors
6323    /rule/dl/dt;no significant content;s
6324    /rule/dl/dd;no significant content;s
6325    /rule/dl/dt;no significant content;s
6326    /rule/dl/dd;no significant content;s
6327    
6328    #data
6329    <rule xmlns="http://www.w3.org/1999/xhtml">
6330    <dl><dt/><nest/><dt/><dd/></dl>
6331    </rule>
6332    #errors
6333    /rule/dl/dt;no significant content;s
6334    /rule/dl/dt;no significant content;s
6335    /rule/dl/dd;no significant content;s
6336    
6337    #data
6338    <rule xmlns="http://www.w3.org/1999/xhtml">
6339    <dl><dt/><dd/><nest/><dd/></dl>
6340    </rule>
6341    #errors
6342    /rule/dl/dt;no significant content;s
6343    /rule/dl/dd;no significant content;s
6344    /rule/dl/dd;no significant content;s
6345    
6346    #data
6347    <rule xmlns="http://www.w3.org/1999/xhtml"><del><nest/></del></rule>
6348    #errors
6349    
6350    #data
6351    <rule xmlns="http://www.w3.org/1999/xhtml"><del><nest/>aa</del></rule>
6352    #errors
6353    
6354    #data
6355    <rule xmlns="http://www.w3.org/1999/xhtml"><del><nest/><p/></del></rule>
6356    #errors
6357    /rule/del/p;no significant content;s
6358    
6359    #data
6360    <rule xmlns="http://www.w3.org/1999/xhtml">
6361    <video src="/"><nest/></video>
6362    </rule>
6363    #errors
6364    
6365    #data
6366    <rule xmlns="http://www.w3.org/1999/xhtml">
6367    <video><nest/><source src="/"/></video>
6368    </rule>
6369    #errors
6370    
6371    #data
6372    <rule xmlns="http://www.w3.org/1999/xhtml">
6373    <video><source src="/"/><nest/><source src="/"/></video>
6374    </rule>
6375    #errors
6376    
6377    #data
6378    <rule xmlns="http://www.w3.org/1999/xhtml">
6379    <video><source src="/"/><nest/></video>
6380    </rule>
6381    #errors
6382    
6383    #data
6384    <rule xmlns="http://www.w3.org/1999/xhtml">
6385    <table><nest/></table>
6386    </rule>
6387    #errors
6388    
6389    #data
6390    <rule xmlns="http://www.w3.org/1999/xhtml">
6391    <table><nest/><tr><td/></tr></table>
6392    </rule>
6393    #errors
6394    /rule/table/tr/td;no significant content;s
6395    
6396    #data
6397    <rule xmlns="http://www.w3.org/1999/xhtml">
6398    <table><nest/><tbody><tr><td/></tr></tbody></table>
6399    </rule>
6400    #errors
6401    /rule/table/tbody/tr/td;no significant content;s
6402    
6403    #data
6404    <rule xmlns="http://www.w3.org/1999/xhtml">
6405    <table><tbody><tr><td/></tr></tbody><nest/></table>
6406    </rule>
6407    #errors
6408    /rule/table/tbody/tr/td;no significant content;s
6409    
6410    #data
6411    <rule xmlns="http://www.w3.org/1999/xhtml">
6412    <table><caption/><nest/><caption/><tr><td/></tr></table>
6413    </rule>
6414    #errors
6415    /rule/table/caption;element not allowed
6416    /rule/table/caption;no significant content;s
6417    /rule/table/caption;no significant content;s
6418    /rule/table/tr/td;no significant content;s
6419    
6420    #data
6421    <rule xmlns="http://www.w3.org/1999/xhtml">
6422    <colgroup><nest/></colgroup>
6423    </rule>
6424    #errors
6425    
6426    #data
6427    <rule xmlns="http://www.w3.org/1999/xhtml">
6428    <colgroup><col/><nest/></colgroup>
6429    </rule>
6430    #errors
6431    
6432    #data
6433    <rule xmlns="http://www.w3.org/1999/xhtml">
6434    <colgroup><nest/><col/></colgroup>
6435    </rule>
6436    #errors
6437    
6438    #data
6439    <rule xmlns="http://www.w3.org/1999/xhtml">
6440    <colgroup><col/><nest/><col/></colgroup>
6441    </rule>
6442    #errors
6443    
6444    #data
6445    <rule xmlns="http://www.w3.org/1999/xhtml">
6446    <tbody><nest/></tbody>
6447    </rule>
6448    #errors
6449    
6450    #data
6451    <rule xmlns="http://www.w3.org/1999/xhtml">
6452    <tbody><nest/><tr><td/></tr></tbody>
6453    </rule>
6454    #errors
6455    /rule/tbody/tr/td;no significant content;s
6456    
6457    #data
6458    <rule xmlns="http://www.w3.org/1999/xhtml">
6459    <tbody><tr><td/></tr><nest/></tbody>
6460    </rule>
6461    #errors
6462    /rule/tbody/tr/td;no significant content;s
6463    
6464    #data
6465    <rule xmlns="http://www.w3.org/1999/xhtml">
6466    <tr><nest/></tr>
6467    </rule>
6468    #errors
6469    
6470    #data
6471    <rule xmlns="http://www.w3.org/1999/xhtml">
6472    <tr><td/><nest/></tr>
6473    </rule>
6474    #errors
6475    /rule/tr/td;no significant content;s
6476    
6477    #data
6478    <rule xmlns="http://www.w3.org/1999/xhtml">
6479    <tr><nest/><td/></tr>
6480    </rule>
6481    #errors
6482    /rule/tr/td;no significant content;s
6483    
6484    #data
6485    <rule xmlns="http://www.w3.org/1999/xhtml">
6486    <tr><th/><nest/></tr>
6487    </rule>
6488    #errors
6489    /rule/tr/th;no significant content;s
6490    
6491    #data
6492    <rule xmlns="http://www.w3.org/1999/xhtml">
6493    <tr><th/><nest/><td/></tr>
6494    </rule>
6495    #errors
6496    /rule/tr/th;no significant content;s
6497    /rule/tr/td;no significant content;s
6498    
6499    #data
6500    <rule xmlns="http://www.w3.org/1999/xhtml">
6501    <head><title/><noscript><nest/></noscript></head>
6502    </rule>
6503    #errors
6504    /rule/head/noscript;in XML:noscript
6505    
6506    #data
6507    <rule xmlns="http://www.w3.org/1999/xhtml"><head><title/>
6508    <noscript><link rel="alternate" href=""/><nest/></noscript>
6509    </head></rule>
6510    #errors
6511    /rule/head/noscript;in XML:noscript
6512    
6513    #data
6514    <rule xmlns="http://www.w3.org/1999/xhtml">
6515    <datagrid><nest/></datagrid>
6516    </rule>
6517    #errors
6518    /rule/datagrid;no significant content;s
6519    
6520    #data
6521    <rule xmlns="http://www.w3.org/1999/xhtml">
6522    <datagrid><nest/><table/></datagrid>
6523    </rule>
6524    #errors
6525    
6526    #data
6527    <rule xmlns="http://www.w3.org/1999/xhtml">
6528    <datagrid><nest/><table/><p/></datagrid>
6529    </rule>
6530    #errors
6531    /rule/datagrid/p;element not allowed
6532    /rule/datagrid/p;no significant content;s
6533    
6534    #data
6535    <rule xmlns="http://www.w3.org/1999/xhtml">
6536    <datagrid><p/><nest/><table/></datagrid>
6537    </rule>
6538    #errors
6539    /rule/datagrid;no significant content;s
6540    /rule/datagrid/p;no significant content;s
6541    
6542    #data
6543    <rule xmlns="http://www.w3.org/1999/xhtml">
6544    <datagrid><table/><nest/><p/></datagrid>
6545    </rule>
6546    #errors
6547    /rule/datagrid/p;element not allowed
6548    /rule/datagrid/p;no significant content;s
6549    
6550    #data
6551    <rule xmlns="http://www.w3.org/1999/xhtml">
6552    <menu><nest/></menu>
6553    </rule>
6554    #errors
6555    /rule/menu;no significant content;s
6556    
6557    #data
6558    <rule xmlns="http://www.w3.org/1999/xhtml">
6559    <menu><li/><nest/></menu>
6560    </rule>
6561    #errors
6562    /rule/menu/li;no significant content;s
6563    
6564    #data
6565    <rule xmlns="http://www.w3.org/1999/xhtml">
6566    <menu><nest/><li/></menu>
6567    </rule>
6568    #errors
6569    /rule/menu/li;no significant content;s
6570    
6571    #data
6572    <rule xmlns="http://www.w3.org/1999/xhtml">
6573    <menu><li/><nest/><li/></menu>
6574    </rule>
6575    #errors
6576    /rule/menu/li;no significant content;s
6577    /rule/menu/li;no significant content;s
6578    
6579    #data
6580    <rule xmlns="http://www.w3.org/1999/xhtml">
6581    <menu>aa<nest/></menu>
6582    </rule>
6583    #errors
6584    
6585    #data
6586    <rule xmlns="http://www.w3.org/1999/xhtml">
6587    <menu><nest/>aa</menu>
6588    </rule>
6589    #errors
6590    
6591    #data
6592    <rule xmlns="http://www.w3.org/1999/xhtml">
6593    <menu>aa<nest/>bb</menu>
6594    </rule>
6595    #errors
6596    
6597    #data
6598    <rule xmlns="http://www.w3.org/1999/xhtml">
6599    <menu>aa<nest/><li/></menu>
6600    </rule>
6601    #errors
6602    /rule/menu/li;element not allowed
6603    /rule/menu/li;no significant content;s
6604    
6605    #data
6606    <rule xmlns="http://www.w3.org/1999/xhtml">
6607    <menu><li/><nest/>aa</menu>
6608    </rule>
6609    #errors
6610    /rule/menu/"aa";character not allowed
6611    /rule/menu/li;no significant content;s
6612    
6613    #data
6614    <rule xmlns="http://www.w3.org/1999/xhtml">
6615    <datatemplate><nest/></datatemplate>
6616    </rule>
6617    #errors
6618    
6619    #data
6620    <rule xmlns="http://www.w3.org/1999/xhtml">
6621    <datatemplate><nest/><rule/></datatemplate>
6622    </rule>
6623    #errors
6624    
6625    #data
6626    <rule xmlns="http://www.w3.org/1999/xhtml">
6627    <datatemplate><rule/><nest/></datatemplate>
6628    </rule>
6629    #errors
6630    
6631    #data
6632    <rule xmlns="http://www.w3.org/1999/xhtml">
6633    <rule><nest/></rule>
6634    </rule>
6635    #errors
6636    
6637    #data
6638    <rule xmlns="http://www.w3.org/1999/xhtml">
6639    <a:author xmlns:a="http://www.w3.org/2005/Atom"><a:name><nest/></a:name></a:author>
6640    </rule>
6641    #errors
6642    
6643    #data
6644    <rule xmlns="http://www.w3.org/1999/xhtml">
6645    <a:author xmlns:a="http://www.w3.org/2005/Atom"><a:name><nest/>aa</a:name></a:author>
6646    </rule>
6647    #errors
6648    
6649    #data
6650    <rule xmlns="http://www.w3.org/1999/xhtml">
6651    <a:author xmlns:a="http://www.w3.org/2005/Atom"><a:name>aa<nest/></a:name></a:author>
6652    </rule>
6653    #errors
6654    
6655    #data
6656    <rule xmlns="http://www.w3.org/1999/xhtml">
6657    <a:author xmlns:a="http://www.w3.org/2005/Atom"><a:uri><nest/>http://www.example.org/</a:uri><a:name/></a:author>
6658    </rule>
6659    #errors
6660    
6661    #data
6662    <rule xmlns="http://www.w3.org/1999/xhtml">
6663    <a:author xmlns:a="http://www.w3.org/2005/Atom"><a:email><nest/>a@example.com</a:email><a:name/></a:author>
6664    </rule>
6665    #errors
6666    /rule/author/email;addr-spec not supported;u
6667    
6668    #data
6669    <rule xmlns="http://www.w3.org/1999/xhtml">
6670    <a:published xmlns:a="http://www.w3.org/2005/Atom">2006-12-31T00:00:00Z<nest/></a:published>
6671    </rule>
6672    #errors
6673    
6674    #data
6675    <rule xmlns="http://www.w3.org/1999/xhtml">
6676    <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>
6677    </rule>
6678    #errors
6679    
6680    #data
6681    <rule xmlns="http://www.w3.org/1999/xhtml">
6682    <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>
6683    </rule>
6684    #errors
6685    
6686    #data
6687    <rule xmlns="http://www.w3.org/1999/xhtml">
6688    <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>
6689    </rule>
6690    #errors
6691    
6692    #data
6693    <rule xmlns="http://www.w3.org/1999/xhtml">
6694    <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>
6695    </rule>
6696    #errors
6697    
6698    #data
6699    <rule xmlns="http://www.w3.org/1999/xhtml">
6700    <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>
6701    </rule>
6702    #errors
6703    /rule/feed/entry;element missing:atom|author;m
6704    
6705    #data
6706    <rule xmlns="http://www.w3.org/1999/xhtml">
6707    <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>
6708    </rule>
6709    #errors
6710    /rule/feed/entry;element missing:atom|author;m
6711    /rule/feed/entry;element missing:atom|author;m
6712    
6713    #data
6714    <div xmlns="http://www.w3.org/1999/xhtml">
6715    <datatemplate><rule></rule><nest></nest></datatemplate>
6716    <nest></nest>
6717    </div>
6718    #errors
6719    /div/datatemplate/nest;element not allowed:datatemplate
6720    /div/nest;element not allowed:flow;m
6721    /div;no significant content;s
6722    
6723    #data
6724    <div xmlns="http://www.w3.org/1999/xhtml">
6725    <datatemplate><rule></rule><nest></nest></datatemplate>
6726    </div>
6727    #errors
6728    /div/datatemplate/nest;element not allowed:datatemplate
6729    /div;no significant content;s
6730    
6731    #data
6732    <center  xmlns="http://www.w3.org/1999/xhtml"></center>
6733    #errors
6734    /center;element not defined;m
6735    /center;no significant content;s
6736    
6737    #data
6738    <center  xmlns="http://www.w3.org/1999/xhtml">   </center>
6739    #errors
6740    /center;element not defined;m
6741    /center;no significant content;s
6742    
6743    #data
6744    <center  xmlns="http://www.w3.org/1999/xhtml">x</center>
6745    #errors
6746    /center;element not defined;m
6747    
6748    #data
6749    <center  xmlns="http://www.w3.org/1999/xhtml">x<p>y</p></center>
6750    #errors
6751    /center;element not defined;m
6752    
6753    #data
6754    <div xmlns="http://www.w3.org/1999/xhtml"><center>x</center></div>
6755    #errors
6756    /div/center;element not defined;m
6757    /div/center;element not allowed:flow;m
6758    
6759    #data
6760    <b xmlns="http://www.w3.org/1999/xhtml"><center>x</center></b>
6761    #errors
6762    /b/center;element not defined;m
6763    /b/center;element not allowed:phrasing;m
6764    
6765    #data
6766    <centre xmlns="http://www.w3.org/1999/xhtml"></centre>
6767    #errors
6768    /centre;element not defined;m
6769    
6770    #data
6771    <basefont xmlns="http://www.w3.org/1999/xhtml"></basefont>
6772    #errors
6773    /basefont;element not defined;m
6774    
6775    #data
6776    <div xmlns="http://www.w3.org/1999/xhtml"><basefont/></div>
6777    #errors
6778    /div/basefont;element not defined;m
6779    /div/basefont;element not allowed:flow;m
6780    /div;no significant content;s
6781    
6782    #data
6783    <span xmlns="http://www.w3.org/1999/xhtml"><basefont/></span>
6784    #errors
6785    /span/basefont;element not defined;m
6786    /span/basefont;element not allowed:phrasing;m
6787    /span;no significant content;s
6788    
6789    #data
6790    <dir xmlns="http://www.w3.org/1999/xhtml"></dir>
6791    #errors
6792    /dir;element not defined;m
6793    
6794    #data
6795    <dir xmlns="http://www.w3.org/1999/xhtml"><li/></dir>
6796    #errors
6797    /dir;element not defined;m
6798    /dir/li;no significant content;s
6799    
6800    #data
6801    <dir xmlns="http://www.w3.org/1999/xhtml"><li/>a</dir>
6802    #errors
6803    /dir;element not defined;m
6804    /dir/li;no significant content;s
6805    /dir/"a";character not allowed
6806    
6807    #data
6808    <dir xmlns="http://www.w3.org/1999/xhtml">a</dir>
6809    #errors
6810    /dir;element not defined;m
6811    /dir/"a";character not allowed
6812    
6813    #data
6814    <dir xmlns="http://www.w3.org/1999/xhtml"><p/></dir>
6815    /dir;element not defined;m
6816    /dir/p;element not allowed;m
6817    /dir/p;no significant content;s
6818    
6819    #data
6820    <div xmlns="http://www.w3.org/1999/xhtml"><dir><li/></dir></div>
6821    #errors
6822    /div;no significant content;s
6823    /div/dir;element not defined;m
6824    /div/dir;element not allowed:flow;m
6825    /div/dir/li;no significant content;s
6826    
6827    #data
6828    <i xmlns="http://www.w3.org/1999/xhtml"><dir><li/></dir></i>
6829    #errors
6830    /i;no significant content;s
6831    /i/dir;element not defined;m
6832    /i/dir;element not allowed:phrasing;m
6833    /i/dir/li;no significant content;s
6834    
6835    #data
6836    <p xmlns="http://www.w3.org/1999/xhtml"><font>x</font></p>
6837    #errors
6838    /p/font;element not defined;m
6839    
6840    #data
6841    <p xmlns="http://www.w3.org/1999/xhtml"><span><font>x</font></span></p>
6842    #errors
6843    /p/span/font;element not defined;m
6844    
6845    #data html
6846    <!DOCTYPE HTML>
6847    <html>
6848     <head>
6849      <title></title>
6850      <meta name="generator" content="Sample Editor 1.0 (WYSIWYG editor)">
6851     </head>
6852     <body>
6853      <font style="display: block; border: solid">
6854       <h1>Hello.</h1>
6855      </font>
6856      <p>
6857       <font style="color: orange; background: white">How</font>
6858       <font style="color: yellow; background: white">do</font>
6859       <font style="color: green; background: white"><em>you</em></font>
6860       <font style="color: blue; background: white">do?</font>
6861      </p>
6862     </body>
6863    </html>
6864    <!-- From old HTML5 draft -->
6865    #errors
6866    /html/body/font;element not defined;m
6867    /html/body/font/@style;attribute;unsupported
6868    /html/body/p/font;element not defined;m
6869    /html/body/p/font/@style;attribute;unsupported
6870    /html/body/p/font;element not defined;m
6871    /html/body/p/font/@style;attribute;unsupported
6872    /html/body/p/font;element not defined;m
6873    /html/body/p/font/@style;attribute;unsupported
6874    /html/body/p/font;element not defined;m
6875    /html/body/p/font/@style;attribute;unsupported
6876    

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.60

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24