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

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.64

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24