/[suikacvs]/markup/html/whatpm/t/dom-conformance/html-flows-1.dat
Suika

Contents of /markup/html/whatpm/t/dom-conformance/html-flows-1.dat

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.7 - (hide annotations) (download)
Sun Jul 5 23:35:33 2009 UTC (17 years ago) by wakaba
Branch: MAIN
Changes since 1.6: +14 -0 lines
++ whatpm/t/dom-conformance/ChangeLog	5 Jul 2009 23:31:57 -0000
2009-07-06  Wakaba  <wakaba@suika.fam.cx>

	* html-flows-1.dat: |header| in |footer| or |address| is no longer
	allowed (HTML5 revision 3051).

++ whatpm/Whatpm/ContentChecker/ChangeLog	5 Jul 2009 23:34:46 -0000
2009-07-06  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm: Disallow |header| in |footer| or |address| (HTML5
	revision 3051).

1 wakaba 1.1
2     #data
3     <body xmlns="http://www.w3.org/1999/xhtml"></body>
4     #errors
5     /body;no significant content;s
6    
7     #data
8     <body xmlns="http://www.w3.org/1999/xhtml"> </body>
9     #errors
10     /body;no significant content;s
11    
12     #data
13     <body xmlns="http://www.w3.org/1999/xhtml">a</body>
14     #errors
15    
16     #data
17     <body xmlns="http://www.w3.org/1999/xhtml"><p/></body>
18     #errors
19     /body;no significant content;s
20     /body/p;no significant content;s
21    
22     #data
23     <body xmlns="http://www.w3.org/1999/xhtml"><blockquote/></body>
24     #errors
25     /body;no significant content;s
26     /body/blockquote;no significant content;s
27    
28     #data
29     <body xmlns="http://www.w3.org/1999/xhtml"><div/></body>
30     #errors
31     /body;no significant content;s
32     /body/div;no significant content;s
33    
34     #data
35     <body xmlns="http://www.w3.org/1999/xhtml">
36     <script type="text/javascript"/>
37     </body>
38     #errors
39     /body/script/@type;IMT:obsolete subtype;w
40     /body/script;SUBDOC
41     /body;no significant content;s
42    
43     #data
44     <body xmlns="http://www.w3.org/1999/xhtml"><b/></body>
45     #errors
46     /body;no significant content;s
47     /body/b;no significant content;s
48    
49     #data
50     <body xmlns="http://www.w3.org/1999/xhtml">
51     <svg xmlns="http://www.w3.org/2000/svg"/>
52     </body>
53     #errors
54     /body/svg;unknown element;u
55    
56     #data
57     <body xmlns="http://www.w3.org/1999/xhtml">
58     <math xmlns="http://www.w3.org/1998/Math/MathML"/>
59     </body>
60     #errors
61     /body/math;unknown element;u
62    
63     #data
64     <body xmlns="http://www.w3.org/1999/xhtml">
65     para1<p>para2</p>para3
66     </body>
67     #errors
68    
69     #data
70     <body xmlns="http://www.w3.org/1999/xhtml">
71     <style scoped="scoped"/>
72     para
73     </body>
74     #errors
75     /body/style;SUBDOC
76    
77     #data
78     <body xmlns="http://www.w3.org/1999/xhtml">
79     <style/>
80     para
81     </body>
82     #errors
83     /body/style;element not allowed:flow style;m
84     /body/style;SUBDOC
85    
86     #data
87     <body xmlns="http://www.w3.org/1999/xhtml">
88     para1
89     <style scoped="scoped"/>
90     para2
91     </body>
92     #errors
93     /body/style;element not allowed:flow style;m
94     /body/style;SUBDOC
95    
96     #data
97     <body xmlns="http://www.w3.org/1999/xhtml">
98     <style scoped="scoped"/>
99     <style scoped="scoped"/>
100     para
101     </body>
102     #errors
103     /body/style;SUBDOC
104     /body/style;SUBDOC
105    
106     #data
107     <body xmlns="http://www.w3.org/1999/xhtml"><style scoped="scoped"/>
108     para
109     </body>
110     #errors
111     /body/style;SUBDOC
112    
113     #data
114     <body xmlns="http://www.w3.org/1999/xhtml">
115     <p>xx</p>
116     <style scoped="scoped"/>
117     para
118     </body>
119     #errors
120     /body/style;element not allowed:flow style;m
121     /body/style;SUBDOC
122    
123     #data
124     <body xmlns="http://www.w3.org/1999/xhtml">
125     <style scoped="scoped"/></body>
126     #errors
127     /body/style;SUBDOC
128     /body;no significant content;s
129    
130     #data
131     <body xmlns="http://www.w3.org/1999/xhtml">
132     <style scoped="scoped"/>
133     <title>x</title>
134     </body>
135     #errors
136     /body/title;element not allowed:flow;m
137     /body/style;SUBDOC
138    
139     #data
140     <body xmlns="http://www.w3.org/1999/xhtml">
141     <style scoped="scoped"/>
142     <unknown/>
143     </body>
144     #errors
145     /body/unknown;element not allowed:flow;m
146     /body/unknown;element not defined;m
147     /body/style;SUBDOC
148     /body;no significant content;s
149    
150     #data
151     <body xmlns="http://www.w3.org/1999/xhtml">
152     <style scoped="scoped"/>
153     <unknown>xx</unknown>
154     </body>
155     #errors
156     /body/unknown;element not defined;m
157     /body/unknown;element not allowed:flow;m
158     /body/style;SUBDOC
159    
160     #data
161     <body xmlns="http://www.w3.org/1999/xhtml">
162     <style scoped="scoped"/>
163     <x:unknown xmlns:x="about:"/>
164     </body>
165     #errors
166     /body/unknown;element not allowed:flow;m
167     /body/unknown;unknown element;u
168     /body/style;SUBDOC
169     /body;no significant content;s
170    
171     #data
172     <body xmlns="http://www.w3.org/1999/xhtml">
173     <style scoped="scoped"/>
174     <ins>para</ins>
175     </body>
176     #errors
177     /body/style;SUBDOC
178    
179     #data
180     <body xmlns="http://www.w3.org/1999/xhtml">
181     <style scoped="scoped"/>
182     <del>para</del>
183     </body>
184     #errors
185     /body/style;SUBDOC
186     /body;no significant content;s
187    
188     #data
189     <body xmlns="http://www.w3.org/1999/xhtml">
190     <ins><style scoped="scoped"/>
191     para</ins>
192     </body>
193     #errors
194     /body/ins/style;SUBDOC
195    
196     #data
197     <body xmlns="http://www.w3.org/1999/xhtml">
198     <del><style scoped="scoped"/>
199     para</del>
200     </body>
201     #errors
202     /body/del/style;SUBDOC
203     /body;no significant content;s
204    
205     #data
206     <body xmlns="http://www.w3.org/1999/xhtml">
207     <ins/>
208     <style scoped="scoped"/>
209     para
210     </body>
211     #errors
212     /body/style;SUBDOC
213    
214     #data
215     <body xmlns="http://www.w3.org/1999/xhtml">
216     <ins><style scoped="scoped"/></ins>
217     <style scoped="scoped"/>
218     para
219     </body>
220     #errors
221     /body/ins/style;SUBDOC
222     /body/style;SUBDOC
223    
224     #data
225     <section xmlns="http://www.w3.org/1999/xhtml"></section>
226     #errors
227     /section;no significant content;s
228    
229     #data
230     <section xmlns="http://www.w3.org/1999/xhtml"> </section>
231     #errors
232     /section;no significant content;s
233    
234     #data
235     <section xmlns="http://www.w3.org/1999/xhtml">a</section>
236     #errors
237    
238     #data
239     <section xmlns="http://www.w3.org/1999/xhtml"><p/></section>
240     #errors
241     /section;no significant content;s
242     /section/p;no significant content;s
243    
244     #data
245     <section xmlns="http://www.w3.org/1999/xhtml"><blockquote/></section>
246     #errors
247     /section;no significant content;s
248     /section/blockquote;no significant content;s
249    
250     #data
251     <section xmlns="http://www.w3.org/1999/xhtml"><div/></section>
252     #errors
253     /section;no significant content;s
254     /section/div;no significant content;s
255    
256     #data
257     <section xmlns="http://www.w3.org/1999/xhtml">
258     <script type="text/javascript"/>
259     </section>
260     #errors
261     /section/script/@type;IMT:obsolete subtype;w
262     /section/script;SUBDOC
263     /section;no significant content;s
264    
265     #data
266     <section xmlns="http://www.w3.org/1999/xhtml"><b/></section>
267     #errors
268     /section;no significant content;s
269     /section/b;no significant content;s
270    
271     #data
272     <section xmlns="http://www.w3.org/1999/xhtml">
273     <style type="text/css" scoped=""/>
274     </section>
275     #errors
276     /section/style;SUBDOC
277     /section;no significant content;s
278    
279     #data
280     <section xmlns="http://www.w3.org/1999/xhtml">
281     <style type="text/css" scoped=""/>
282     <p/>
283     </section>
284     #errors
285     /section/style;SUBDOC
286     /section;no significant content;s
287     /section/p;no significant content;s
288    
289     #data
290     <section xmlns="http://www.w3.org/1999/xhtml">
291     <p/>
292     <style type="text/css" scoped=""/>
293     </section>
294     #errors
295     /section/style;element not allowed:flow style;m
296     /section/style;SUBDOC
297     /section;no significant content;s
298     /section/p;no significant content;s
299    
300     #data
301     <section xmlns="http://www.w3.org/1999/xhtml">
302     <style type="text/css" scoped=""/>
303     <b/>
304     </section>
305     #errors
306     /section/style;SUBDOC
307     /section;no significant content;s
308     /section/b;no significant content;s
309    
310     #data
311     <section xmlns="http://www.w3.org/1999/xhtml">
312     <b/>
313     <style type="text/css" scoped=""/>
314     </section>
315     #errors
316     /section/style;element not allowed:flow style;m
317     /section/style;SUBDOC
318     /section;no significant content;s
319     /section/b;no significant content;s
320    
321     #data
322     <section xmlns="http://www.w3.org/1999/xhtml">
323     <style type="text/css" scoped=""/>a</section>
324     #errors
325     /section/style;SUBDOC
326    
327     #data
328     <section xmlns="http://www.w3.org/1999/xhtml">a<style type="text/css" scoped=""/>
329     </section>
330     #errors
331     /section/style;SUBDOC
332     /section/style;element not allowed:flow style;m
333    
334     #data
335     <section xmlns="http://www.w3.org/1999/xhtml">
336     <style type="text/css" scoped=""/>
337     <style type="text/css" scoped=""/>
338     <p/>
339     </section>
340     #errors
341     /section/style;SUBDOC
342     /section/style;SUBDOC
343     /section;no significant content;s
344     /section/p;no significant content;s
345    
346     #data
347     <section xmlns="http://www.w3.org/1999/xhtml">
348     <style type="text/css" scoped=""/>
349     <p/><p/>
350     </section>
351     #errors
352     /section/style;SUBDOC
353     /section;no significant content;s
354     /section/p;no significant content;s
355     /section/p;no significant content;s
356    
357     #data
358     <p xmlns="http://www.w3.org/1999/xhtml">
359 wakaba 1.6 @@ TODO: It is expected that tests for the NAV element comes here.
360     </p>
361     #errors
362    
363     #data
364     <article xmlns="http://www.w3.org/1999/xhtml"></article>
365     #errors
366     /article;no significant content;s
367    
368     #data
369     <article xmlns="http://www.w3.org/1999/xhtml"> </article>
370     #errors
371     /article;no significant content;s
372    
373     #data
374     <article xmlns="http://www.w3.org/1999/xhtml">x</article>
375     #errors
376    
377     #data
378     <article xmlns="http://www.w3.org/1999/xhtml"><p>x</p></article>
379     #errors
380    
381     #data
382     <article xmlns="http://www.w3.org/1999/xhtml"
383     pubdate="2009-01-01T02:02:02Z">x</article>
384     #errors
385    
386     #data
387     <article xmlns="http://www.w3.org/1999/xhtml"
388     pubdate="2009-01-01 02:02:02Z">x</article>
389     #errors
390     /article/@pubdate;datetime:syntax error;m
391    
392     #data
393     <article xmlns="http://www.w3.org/1999/xhtml"
394     pubdate="2009-01-01">x</article>
395     #errors
396     /article/@pubdate;datetime:syntax error;m
397    
398     #data
399     <article xmlns="http://www.w3.org/1999/xhtml"
400     pubdate="02:02:03">x</article>
401     #errors
402     /article/@pubdate;datetime:syntax error;m
403    
404     #data
405     <p xmlns="http://www.w3.org/1999/xhtml">
406     @@ TODO: It is expected that tests for the following elements come here.
407 wakaba 1.1 <![CDATA[
408     @@ <blockquote>
409     ## <aside>
410     ## <h1><h2><h3><h4><h5><h6>
411     ]]>
412     </p>
413     #errors
414    
415     #data
416     <header xmlns="http://www.w3.org/1999/xhtml"/>
417     #errors
418     /header;element missing:hn;m
419     /header;no significant content;s
420    
421     #data
422     <header xmlns="http://www.w3.org/1999/xhtml"><h1/></header>
423     #errors
424     /header;no significant content;s
425     /header/h1;no significant content;s
426    
427     #data
428     <header xmlns="http://www.w3.org/1999/xhtml"><h2/></header>
429     #errors
430     /header;no significant content;s
431     /header/h2;no significant content;s
432    
433     #data
434     <header xmlns="http://www.w3.org/1999/xhtml"><h3/></header>
435     #errors
436     /header;no significant content;s
437     /header/h3;no significant content;s
438    
439     #data
440     <header xmlns="http://www.w3.org/1999/xhtml"><h4/></header>
441     #errors
442     /header;no significant content;s
443     /header/h4;no significant content;s
444    
445     #data
446     <header xmlns="http://www.w3.org/1999/xhtml"><h5/></header>
447     #errors
448     /header;no significant content;s
449     /header/h5;no significant content;s
450    
451     #data
452     <header xmlns="http://www.w3.org/1999/xhtml"><h6/></header>
453     #errors
454     /header;no significant content;s
455     /header/h6;no significant content;s
456    
457     #data
458     <header xmlns="http://www.w3.org/1999/xhtml"><div><h1/></div></header>
459     #errors
460     /header;no significant content;s
461     /header/div;no significant content;s
462     /header/div/h1;no significant content;s
463    
464     #data
465     <header xmlns="http://www.w3.org/1999/xhtml"><div><h2/></div></header>
466     #errors
467     /header;no significant content;s
468     /header/div;no significant content;s
469     /header/div/h2;no significant content;s
470    
471     #data
472     <header xmlns="http://www.w3.org/1999/xhtml"><div><h3/></div></header>
473     #errors
474     /header;no significant content;s
475     /header/div;no significant content;s
476     /header/div/h3;no significant content;s
477    
478     #data
479     <header xmlns="http://www.w3.org/1999/xhtml"><div><h4/></div></header>
480     #errors
481     /header;no significant content;s
482     /header/div;no significant content;s
483     /header/div/h4;no significant content;s
484    
485     #data
486     <header xmlns="http://www.w3.org/1999/xhtml"><div><h5/></div></header>
487     #errors
488     /header;no significant content;s
489     /header/div;no significant content;s
490     /header/div/h5;no significant content;s
491    
492     #data
493     <header xmlns="http://www.w3.org/1999/xhtml"><div><h6/></div></header>
494     #errors
495     /header;no significant content;s
496     /header/div;no significant content;s
497     /header/div/h6;no significant content;s
498    
499     #data
500     <header xmlns="http://www.w3.org/1999/xhtml"><div><div><h1/></div></div></header>
501     #errors
502     /header;no significant content;s
503     /header/div;no significant content;s
504     /header/div/div;no significant content;s
505     /header/div/div/h1;no significant content;s
506    
507     #data
508     <header xmlns="http://www.w3.org/1999/xhtml"><header><h1/></header></header>
509     #errors
510     /header/header;element not allowed:minus;m
511     /header;no significant content;s
512     /header/header;no significant content;s
513     /header/header/h1;no significant content;s
514    
515     #data
516     <header xmlns="http://www.w3.org/1999/xhtml"><h1/><header/></header>
517     #errors
518     /header/header;element not allowed:minus;m
519     /header/header;element missing:hn;m
520     /header;no significant content;s
521     /header/h1;no significant content;s
522     /header/header;no significant content;s
523    
524     #data
525     <div xmlns="http://www.w3.org/1999/xhtml"><header><h1/></header></div>
526     #errors
527     /div;no significant content;s
528     /div/header;no significant content;s
529     /div/header/h1;no significant content;s
530    
531     #data
532     <div xmlns="http://www.w3.org/1999/xhtml"><h1/><header></header></div>
533     #errors
534     /div/header;element missing:hn;m
535     /div;no significant content;s
536     /div/h1;no significant content;s
537     /div/header;no significant content;s
538    
539     #data
540     <div xmlns="http://www.w3.org/1999/xhtml"><header></header><h1/></div>
541     #errors
542     /div/header;element missing:hn;m
543     /div;no significant content;s
544     /div/header;no significant content;s
545     /div/h1;no significant content;s
546    
547     #data
548     <div xmlns="http://www.w3.org/1999/xhtml"><header><h1/></header>
549     <header></header></div>
550     #errors
551     /div;no significant content;s
552     /div/header;element missing:hn;m
553     /div/header;no significant content;s
554     /div/header/h1;no significant content;s
555     /div/header;no significant content;s
556    
557     #data
558     <div xmlns="http://www.w3.org/1999/xhtml"><header></header>
559     <header><h1/></header></div>
560     #errors
561     /div/header;element missing:hn;m
562     /div;no significant content;s
563     /div/header;no significant content;s
564     /div/header;no significant content;s
565     /div/header/h1;no significant content;s
566    
567     #data
568     <div xmlns="http://www.w3.org/1999/xhtml">
569     <header><h1/><header></header></header></div>
570     #errors
571     /div/header/header;element not allowed:minus;m
572     /div/header/header;element missing:hn;m
573     /div;no significant content;s
574     /div/header;no significant content;s
575     /div/header/h1;no significant content;s
576     /div/header/header;no significant content;s
577    
578     #data
579     <div xmlns="http://www.w3.org/1999/xhtml"><header>
580     <header/><h1/></header></div>
581     #errors
582     /div/header/header;element not allowed:minus;m
583     /div/header/header;element missing:hn;m
584     /div;no significant content;s
585     /div/header;no significant content;s
586     /div/header/header;no significant content;s
587     /div/header/h1;no significant content;s
588    
589     #data
590     <div xmlns="http://www.w3.org/1999/xhtml">
591     <header><h1><header></header></h1></header></div>
592     #errors
593     /div/header/h1/header;element missing:hn;m
594     /div/header/h1/header;element not allowed:minus;m
595     /div;no significant content;s
596     /div/header;no significant content;s
597     /div/header/h1;no significant content;s
598     /div/header/h1/header;no significant content;s
599    
600     #data
601     <header xmlns="http://www.w3.org/1999/xhtml"><h1/><footer/></header>
602     #errors
603     /header/footer;element not allowed:minus;m
604     /header;no significant content;s
605     /header/h1;no significant content;s
606     /header/footer;no significant content;s
607    
608     #data
609     <header xmlns="http://www.w3.org/1999/xhtml"><footer><h1/></footer></header>
610     #errors
611     /header/footer;element not allowed:minus;m
612     /header/footer/h1;element not allowed:minus;m
613     /header;no significant content;s
614     /header/footer;no significant content;s
615     /header/footer/h1;no significant content;s
616    
617     #data
618     <header xmlns="http://www.w3.org/1999/xhtml"><h1/><p/></header>
619     #errors
620     /header;no significant content;s
621     /header/h1;no significant content;s
622     /header/p;no significant content;s
623    
624     #data
625     <header xmlns="http://www.w3.org/1999/xhtml"><h1/><p/><section/></header>
626     #errors
627     /header/section;element not allowed:minus;m
628     /header;no significant content;s
629     /header/h1;no significant content;s
630     /header/p;no significant content;s
631     /header/section;no significant content;s
632    
633     #data
634     <header xmlns="http://www.w3.org/1999/xhtml"><h1/><p/><blockquote/></header>
635     #errors
636     /header;no significant content;s
637     /header/h1;no significant content;s
638     /header/p;no significant content;s
639     /header/blockquote;no significant content;s
640    
641     #data
642     <header xmlns="http://www.w3.org/1999/xhtml"><h1/><p/><p/></header>
643     #errors
644     /header;no significant content;s
645     /header/h1;no significant content;s
646     /header/p;no significant content;s
647     /header/p;no significant content;s
648    
649     #data
650     <header xmlns="http://www.w3.org/1999/xhtml"><h1/><h2/><h4/></header>
651     #errors
652     /header;no significant content;s
653     /header/h1;no significant content;s
654     /header/h2;no significant content;s
655     /header/h4;no significant content;s
656    
657     #data
658     <header xmlns="http://www.w3.org/1999/xhtml"><h1/><section/></header>
659     #errors
660     /header/section;element not allowed:minus;m
661     /header;no significant content;s
662     /header/h1;no significant content;s
663     /header/section;no significant content;s
664    
665     #data
666     <header xmlns="http://www.w3.org/1999/xhtml"><section><h1/></section></header>
667     #errors
668     /header/section;element not allowed:minus;m
669     /header;no significant content;s
670     /header/section;no significant content;s
671     /header/section/h1;no significant content;s
672    
673     #data
674     <header xmlns="http://www.w3.org/1999/xhtml"><aside/></header>
675     #errors
676     /header/aside;element not allowed:minus;m
677     /header;element missing:hn;m
678     /header;no significant content;s
679     /header/aside;no significant content;s
680    
681     #data
682     <header xmlns="http://www.w3.org/1999/xhtml">xx</header>
683     #errors
684     /header;element missing:hn;m
685    
686     #data
687     <header xmlns="http://www.w3.org/1999/xhtml">xx<h1>xx</h1></header>
688     #errors
689    
690     #data
691     <header xmlns="http://www.w3.org/1999/xhtml">xx<h1>xx</h1><p>x</p></header>
692     #errors
693    
694     #data
695     <footer xmlns="http://www.w3.org/1999/xhtml"><section>a</section></footer>
696     #errors
697     /footer/section;element not allowed:minus;m
698    
699     #data
700     <footer xmlns="http://www.w3.org/1999/xhtml"><blockquote>a</blockquote></footer>
701     #errors
702    
703     #data
704 wakaba 1.7 <footer xmlns="http://www.w3.org/1999/xhtml">
705     <header>xxx</header>
706     </footer>
707     #errors
708     /footer/header;element not allowed:minus;m
709    
710     #data
711 wakaba 1.1 <address xmlns="http://www.w3.org/1999/xhtml"></address>
712     #errors
713     /address;no significant content;s
714    
715     #data
716     <address xmlns="http://www.w3.org/1999/xhtml"> </address>
717     #errors
718     /address;no significant content;s
719    
720     #data
721     <address xmlns="http://www.w3.org/1999/xhtml">aa</address>
722     #errors
723    
724     #data
725     <address xmlns="http://www.w3.org/1999/xhtml"><a>aa</a></address>
726     #errors
727    
728     #data
729     <address xmlns="http://www.w3.org/1999/xhtml"><p>aa</p></address>
730     #errors
731    
732     #data
733     <address xmlns="http://www.w3.org/1999/xhtml"><blockquote>aa</blockquote></address>
734     #errors
735    
736     #data
737     <address xmlns="http://www.w3.org/1999/xhtml"><header><h1>aa</h1></header></address>
738     #errors
739     /address/header;element not allowed:minus;m
740     /address/header/h1;element not allowed:minus;m
741    
742     #data
743     <address xmlns="http://www.w3.org/1999/xhtml"><footer>aa</footer></address>
744     #errors
745     /address/footer;element not allowed:minus;m
746    
747     #data
748     <address xmlns="http://www.w3.org/1999/xhtml"><address>aa</address></address>
749     #errors
750     /address/address;element not allowed:minus;m
751    
752     #data
753     <address xmlns="http://www.w3.org/1999/xhtml"><section>aa</section></address>
754     #errors
755     /address/section;element not allowed:minus;m
756    
757     #data
758     <address xmlns="http://www.w3.org/1999/xhtml"><h1>aa</h1></address>
759     #errors
760     /address/h1;element not allowed:minus;m
761 wakaba 1.7
762     #data
763     <address xmlns="http://www.w3.org/1999/xhtml">
764     <header>xxx</header>
765     </address>
766     #errors
767     /address/header;element not allowed:minus;m
768 wakaba 1.1
769     #data
770     <li xmlns="http://www.w3.org/1999/xhtml"></li>
771     #errors
772     /li;no significant content;s
773    
774     #data
775     <li xmlns="http://www.w3.org/1999/xhtml"> </li>
776     #errors
777     /li;no significant content;s
778    
779     #data
780     <li xmlns="http://www.w3.org/1999/xhtml">XXX</li>
781     #errors
782    
783     #data
784     <li xmlns="http://www.w3.org/1999/xhtml"><p>XXX</p></li>
785     #errors
786    
787     #data
788     <li xmlns="http://www.w3.org/1999/xhtml">XXX<p>YYY</p></li>
789     #errors
790    
791     #data
792     <li xmlns="http://www.w3.org/1999/xhtml"><p>XXX</p>YYY</li>
793     #errors
794    
795     #data
796     <ul xmlns="http://www.w3.org/1999/xhtml">
797     <li></li>
798     </ul>
799     #errors
800     /ul/li;no significant content;s
801    
802     #data
803     <ul xmlns="http://www.w3.org/1999/xhtml">
804     <li> </li>
805     </ul>
806     #errors
807     /ul/li;no significant content;s
808    
809     #data
810     <ul xmlns="http://www.w3.org/1999/xhtml">
811     <li>XXX</li>
812     </ul>
813     #errors
814    
815     #data
816     <ul xmlns="http://www.w3.org/1999/xhtml">
817     <li><p>XXX</p></li>
818     </ul>
819     #errors
820    
821     #data
822     <ul xmlns="http://www.w3.org/1999/xhtml">
823     <li>XXX<p>YYY</p></li>
824     </ul>
825     #errors
826    
827     #data
828     <ul xmlns="http://www.w3.org/1999/xhtml">
829     <li><p>XXX</p>YYY</li>
830     </ul>
831     #errors
832    
833     #data
834     <ol xmlns="http://www.w3.org/1999/xhtml">
835     <li></li>
836     </ol>
837     #errors
838     /ol/li;no significant content;s
839    
840     #data
841     <ol xmlns="http://www.w3.org/1999/xhtml">
842     <li> </li>
843     </ol>
844     #errors
845     /ol/li;no significant content;s
846    
847     #data
848     <ol xmlns="http://www.w3.org/1999/xhtml">
849     <li>XXX</li>
850     </ol>
851     #errors
852    
853     #data
854     <ol xmlns="http://www.w3.org/1999/xhtml">
855     <li><p>XXX</p></li>
856     </ol>
857     #errors
858    
859     #data
860     <ol xmlns="http://www.w3.org/1999/xhtml">
861     <li>XXX<p>YYY</p></li>
862     </ol>
863     #errors
864    
865     #data
866     <ol xmlns="http://www.w3.org/1999/xhtml">
867     <li><p>XXX</p>YYY</li>
868     </ol>
869     #errors
870    
871     #data
872     <menu xmlns="http://www.w3.org/1999/xhtml">
873     <li></li>
874     </menu>
875     #errors
876     /menu/li;no significant content;s
877    
878     #data
879     <menu xmlns="http://www.w3.org/1999/xhtml">
880     <li> </li>
881     </menu>
882     #errors
883     /menu/li;no significant content;s
884    
885     #data
886     <menu xmlns="http://www.w3.org/1999/xhtml">
887     <li>XXX</li>
888     </menu>
889     #errors
890    
891     #data
892     <menu xmlns="http://www.w3.org/1999/xhtml">
893     <li><p>XXX</p></li>
894     </menu>
895     #errors
896     /menu/li/p;element not allowed:phrasing;m
897    
898     #data
899     <menu xmlns="http://www.w3.org/1999/xhtml">
900     <li>XXX<p>YYY</p></li>
901     </menu>
902     #errors
903     /menu/li/p;element not allowed:phrasing;m
904    
905     #data
906     <menu xmlns="http://www.w3.org/1999/xhtml">
907     <li><p>XXX</p>YYY</li>
908     </menu>
909     #errors
910     /menu/li/p;element not allowed:phrasing;m
911    
912     #data
913     <body xmlns="http://www.w3.org/1999/xhtml">
914     <ul>
915     <li></li>
916     </ul>
917     </body>
918     #errors
919     /body;no significant content;s
920     /body/ul/li;no significant content;s
921    
922     #data
923     <body xmlns="http://www.w3.org/1999/xhtml">
924     <ul>
925     <li> </li>
926     </ul>
927     </body>
928     #errors
929     /body;no significant content;s
930     /body/ul/li;no significant content;s
931    
932     #data
933     <body xmlns="http://www.w3.org/1999/xhtml">
934     <ul>
935     <li>XXX</li>
936     </ul>
937     </body>
938     #errors
939    
940     #data
941     <body xmlns="http://www.w3.org/1999/xhtml">
942     <ul>
943     <li><p>XXX</p></li>
944     </ul>
945     </body>
946     #errors
947    
948     #data
949     <body xmlns="http://www.w3.org/1999/xhtml">
950     <ul>
951     <li>XXX<p>YYY</p></li>
952     </ul>
953     </body>
954     #errors
955    
956     #data
957     <body xmlns="http://www.w3.org/1999/xhtml">
958     <ul>
959     <li><p>XXX</p>YYY</li>
960     </ul>
961     </body>
962     #errors
963    
964     #data
965     <body xmlns="http://www.w3.org/1999/xhtml">
966     <ol>
967     <li></li>
968     </ol>
969     </body>
970     #errors
971     /body;no significant content;s
972     /body/ol/li;no significant content;s
973    
974     #data
975     <body xmlns="http://www.w3.org/1999/xhtml">
976     <ol>
977     <li> </li>
978     </ol>
979     </body>
980     #errors
981     /body;no significant content;s
982     /body/ol/li;no significant content;s
983    
984     #data
985     <body xmlns="http://www.w3.org/1999/xhtml">
986     <ol>
987     <li>XXX</li>
988     </ol>
989     </body>
990     #errors
991    
992     #data
993     <body xmlns="http://www.w3.org/1999/xhtml">
994     <ol>
995     <li><p>XXX</p></li>
996     </ol>
997     </body>
998     #errors
999    
1000     #data
1001     <body xmlns="http://www.w3.org/1999/xhtml">
1002     <ol>
1003     <li>XXX<p>YYY</p></li>
1004     </ol>
1005     </body>
1006     #errors
1007    
1008     #data
1009     <body xmlns="http://www.w3.org/1999/xhtml">
1010     <ol>
1011     <li><p>XXX</p>YYY</li>
1012     </ol>
1013     </body>
1014     #errors
1015    
1016     #data
1017     <body xmlns="http://www.w3.org/1999/xhtml">
1018     <menu>
1019     <li></li>
1020     </menu>
1021     </body>
1022     #errors
1023     /body;no significant content;s
1024     /body/menu/li;no significant content;s
1025    
1026     #data
1027     <body xmlns="http://www.w3.org/1999/xhtml">
1028     <menu>
1029     <li> </li>
1030     </menu>
1031     </body>
1032     #errors
1033     /body;no significant content;s
1034     /body/menu/li;no significant content;s
1035    
1036     #data
1037     <body xmlns="http://www.w3.org/1999/xhtml">
1038     <menu>
1039     <li>XXX</li>
1040     </menu>
1041     </body>
1042     #errors
1043    
1044     #data
1045     <body xmlns="http://www.w3.org/1999/xhtml">
1046     <menu>
1047     <li><p>XXX</p></li>
1048     </menu>
1049     </body>
1050     #errors
1051     /body/menu/li/p;element not allowed:phrasing;m
1052    
1053     #data
1054     <body xmlns="http://www.w3.org/1999/xhtml">
1055     <menu>
1056     <li>XXX<p>YYY</p></li>
1057     </menu>
1058     </body>
1059     #errors
1060     /body/menu/li/p;element not allowed:phrasing;m
1061    
1062     #data
1063     <body xmlns="http://www.w3.org/1999/xhtml">
1064     <menu>
1065     <li><p>XXX</p>YYY</li>
1066     </menu>
1067     </body>
1068     #errors
1069     /body/menu/li/p;element not allowed:phrasing;m
1070    
1071     #data
1072     <div xmlns="http://www.w3.org/1999/xhtml">
1073     <ul>
1074     <li></li>
1075     </ul>
1076     </div>
1077     #errors
1078     /div;no significant content;s
1079     /div/ul/li;no significant content;s
1080    
1081     #data
1082     <div xmlns="http://www.w3.org/1999/xhtml">
1083     <ul>
1084     <li> </li>
1085     </ul>
1086     </div>
1087     #errors
1088     /div;no significant content;s
1089     /div/ul/li;no significant content;s
1090    
1091     #data
1092     <div xmlns="http://www.w3.org/1999/xhtml">
1093     <ul>
1094     <li>XXX</li>
1095     </ul>
1096     </div>
1097     #errors
1098    
1099     #data
1100     <div xmlns="http://www.w3.org/1999/xhtml">
1101     <ul>
1102     <li><p>XXX</p></li>
1103     </ul>
1104     </div>
1105     #errors
1106    
1107     #data
1108     <div xmlns="http://www.w3.org/1999/xhtml">
1109     <ul>
1110     <li>XXX<p>YYY</p></li>
1111     </ul>
1112     </div>
1113     #errors
1114    
1115     #data
1116     <div xmlns="http://www.w3.org/1999/xhtml">
1117     <ul>
1118     <li><p>XXX</p>YYY</li>
1119     </ul>
1120     </div>
1121     #errors
1122    
1123     #data
1124     <div xmlns="http://www.w3.org/1999/xhtml">
1125     <ol>
1126     <li></li>
1127     </ol>
1128     </div>
1129     #errors
1130     /div;no significant content;s
1131     /div/ol/li;no significant content;s
1132    
1133     #data
1134     <div xmlns="http://www.w3.org/1999/xhtml">
1135     <ol>
1136     <li> </li>
1137     </ol>
1138     </div>
1139     #errors
1140     /div;no significant content;s
1141     /div/ol/li;no significant content;s
1142    
1143     #data
1144     <div xmlns="http://www.w3.org/1999/xhtml">
1145     <ol>
1146     <li>XXX</li>
1147     </ol>
1148     </div>
1149     #errors
1150    
1151     #data
1152     <div xmlns="http://www.w3.org/1999/xhtml">
1153     <ol>
1154     <li><p>XXX</p></li>
1155     </ol>
1156     </div>
1157     #errors
1158    
1159     #data
1160     <div xmlns="http://www.w3.org/1999/xhtml">
1161     <ol>
1162     <li>XXX<p>YYY</p></li>
1163     </ol>
1164     </div>
1165     #errors
1166    
1167     #data
1168     <div xmlns="http://www.w3.org/1999/xhtml">
1169     <ol>
1170     <li><p>XXX</p>YYY</li>
1171     </ol>
1172     </div>
1173     #errors
1174    
1175     #data
1176     <div xmlns="http://www.w3.org/1999/xhtml">
1177     <menu>
1178     <li></li>
1179     </menu>
1180     </div>
1181     #errors
1182     /div;no significant content;s
1183     /div/menu/li;no significant content;s
1184    
1185     #data
1186     <div xmlns="http://www.w3.org/1999/xhtml">
1187     <menu>
1188     <li> </li>
1189     </menu>
1190     </div>
1191     #errors
1192     /div;no significant content;s
1193     /div/menu/li;no significant content;s
1194    
1195     #data
1196     <div xmlns="http://www.w3.org/1999/xhtml">
1197     <menu>
1198     <li>XXX</li>
1199     </menu>
1200     </div>
1201     #errors
1202    
1203     #data
1204     <div xmlns="http://www.w3.org/1999/xhtml">
1205     <menu>
1206     <li><p>XXX</p></li>
1207     </menu>
1208     </div>
1209     #errors
1210     /div/menu/li/p;element not allowed:phrasing;m
1211    
1212     #data
1213     <div xmlns="http://www.w3.org/1999/xhtml">
1214     <menu>
1215     <li>XXX<p>YYY</p></li>
1216     </menu>
1217     </div>
1218     #errors
1219     /div/menu/li/p;element not allowed:phrasing;m
1220    
1221     #data
1222     <div xmlns="http://www.w3.org/1999/xhtml">
1223     <menu>
1224     <li><p>XXX</p>YYY</li>
1225     </menu>
1226     </div>
1227     #errors
1228     /div/menu/li/p;element not allowed:phrasing;m
1229    
1230     #data
1231     <div xmlns="http://www.w3.org/1999/xhtml">
1232     <p/>
1233     <ul>
1234     <li></li>
1235     </ul>
1236     </div>
1237     #errors
1238     /div;no significant content;s
1239     /div/p;no significant content;s
1240     /div/ul/li;no significant content;s
1241    
1242     #data
1243     <div xmlns="http://www.w3.org/1999/xhtml">
1244     <p/>
1245     <ul>
1246     <li> </li>
1247     </ul>
1248     </div>
1249     #errors
1250     /div;no significant content;s
1251     /div/p;no significant content;s
1252     /div/ul/li;no significant content;s
1253    
1254     #data
1255     <div xmlns="http://www.w3.org/1999/xhtml">
1256     <p/>
1257     <ul>
1258     <li>XXX</li>
1259     </ul>
1260     </div>
1261     #errors
1262     /div/p;no significant content;s
1263    
1264     #data
1265     <div xmlns="http://www.w3.org/1999/xhtml">
1266     <p/>
1267     <ul>
1268     <li><p>XXX</p></li>
1269     </ul>
1270     </div>
1271     #errors
1272     /div/p;no significant content;s
1273    
1274     #data
1275     <div xmlns="http://www.w3.org/1999/xhtml">
1276     <p/>
1277     <ul>
1278     <li>XXX<p>YYY</p></li>
1279     </ul>
1280     </div>
1281     #errors
1282     /div/p;no significant content;s
1283    
1284     #data
1285     <div xmlns="http://www.w3.org/1999/xhtml">
1286     <p/>
1287     <ul>
1288     <li><p>XXX</p>YYY</li>
1289     </ul>
1290     </div>
1291     #errors
1292     /div/p;no significant content;s
1293    
1294     #data
1295     <div xmlns="http://www.w3.org/1999/xhtml">
1296     <p/>
1297     <ol>
1298     <li></li>
1299     </ol>
1300     </div>
1301     #errors
1302     /div;no significant content;s
1303     /div/p;no significant content;s
1304     /div/ol/li;no significant content;s
1305    
1306     #data
1307     <div xmlns="http://www.w3.org/1999/xhtml">
1308     <p/>
1309     <ol>
1310     <li> </li>
1311     </ol>
1312     </div>
1313     #errors
1314     /div;no significant content;s
1315     /div/p;no significant content;s
1316     /div/ol/li;no significant content;s
1317    
1318     #data
1319     <div xmlns="http://www.w3.org/1999/xhtml">
1320     <p/>
1321     <ol>
1322     <li>XXX</li>
1323     </ol>
1324     </div>
1325     #errors
1326     /div/p;no significant content;s
1327    
1328     #data
1329     <div xmlns="http://www.w3.org/1999/xhtml">
1330     <p/>
1331     <ol>
1332     <li><p>XXX</p></li>
1333     </ol>
1334     </div>
1335     #errors
1336     /div/p;no significant content;s
1337    
1338     #data
1339     <div xmlns="http://www.w3.org/1999/xhtml">
1340     <p/>
1341     <ol>
1342     <li>XXX<p>YYY</p></li>
1343     </ol>
1344     </div>
1345     #errors
1346     /div/p;no significant content;s
1347    
1348     #data
1349     <div xmlns="http://www.w3.org/1999/xhtml">
1350     <p/>
1351     <ol>
1352     <li><p>XXX</p>YYY</li>
1353     </ol>
1354     </div>
1355     #errors
1356     /div/p;no significant content;s
1357    
1358     #data
1359     <div xmlns="http://www.w3.org/1999/xhtml">
1360     <p/>
1361     <menu>
1362     <li></li>
1363     </menu>
1364     </div>
1365     #errors
1366     /div;no significant content;s
1367     /div/p;no significant content;s
1368     /div/menu/li;no significant content;s
1369    
1370     #data
1371     <div xmlns="http://www.w3.org/1999/xhtml">
1372     <p/>
1373     <menu>
1374     <li> </li>
1375     </menu>
1376     </div>
1377     #errors
1378     /div;no significant content;s
1379     /div/p;no significant content;s
1380     /div/menu/li;no significant content;s
1381    
1382     #data
1383     <div xmlns="http://www.w3.org/1999/xhtml">
1384     <p/>
1385     <menu>
1386     <li>XXX</li>
1387     </menu>
1388     </div>
1389     #errors
1390     /div/p;no significant content;s
1391    
1392     #data
1393     <div xmlns="http://www.w3.org/1999/xhtml">
1394     <p/>
1395     <menu>
1396     <li><p>XXX</p></li>
1397     </menu>
1398     </div>
1399     #errors
1400     /div/menu/li/p;element not allowed:phrasing;m
1401     /div/p;no significant content;s
1402    
1403     #data
1404     <div xmlns="http://www.w3.org/1999/xhtml">
1405     <p/>
1406     <menu>
1407     <li>XXX<p>YYY</p></li>
1408     </menu>
1409     </div>
1410     #errors
1411     /div/menu/li/p;element not allowed:phrasing;m
1412     /div/p;no significant content;s
1413    
1414     #data
1415     <div xmlns="http://www.w3.org/1999/xhtml">
1416     <p/>
1417     <menu>
1418     <li><p>XXX</p>YYY</li>
1419     </menu>
1420     </div>
1421     #errors
1422     /div/menu/li/p;element not allowed:phrasing;m
1423     /div/p;no significant content;s
1424    
1425     #data
1426     <div xmlns="http://www.w3.org/1999/xhtml">
1427     <ul>
1428     <li></li>
1429     </ul>
1430     <p/>
1431     </div>
1432     #errors
1433     /div;no significant content;s
1434     /div/ul/li;no significant content;s
1435     /div/p;no significant content;s
1436    
1437     #data
1438     <div xmlns="http://www.w3.org/1999/xhtml">
1439     <ul>
1440     <li> </li>
1441     </ul>
1442     <p/>
1443     </div>
1444     #errors
1445     /div;no significant content;s
1446     /div/ul/li;no significant content;s
1447     /div/p;no significant content;s
1448    
1449     #data
1450     <div xmlns="http://www.w3.org/1999/xhtml">
1451     <ul>
1452     <li>XXX</li>
1453     </ul>
1454     <p/>
1455     </div>
1456     #errors
1457     /div/p;no significant content;s
1458    
1459     #data
1460     <div xmlns="http://www.w3.org/1999/xhtml">
1461     <ul>
1462     <li><p>XXX</p></li>
1463     </ul>
1464     <p/>
1465     </div>
1466     #errors
1467     /div/p;no significant content;s
1468    
1469     #data
1470     <div xmlns="http://www.w3.org/1999/xhtml">
1471     <ul>
1472     <li>XXX<p>YYY</p></li>
1473     </ul>
1474     <p/>
1475     </div>
1476     #errors
1477     /div/p;no significant content;s
1478    
1479     #data
1480     <div xmlns="http://www.w3.org/1999/xhtml">
1481     <ul>
1482     <li><p>XXX</p>YYY</li>
1483     </ul>
1484     <p/>
1485     </div>
1486     #errors
1487     /div/p;no significant content;s
1488    
1489     #data
1490     <div xmlns="http://www.w3.org/1999/xhtml">
1491     <ol>
1492     <li></li>
1493     </ol>
1494     <p/>
1495     </div>
1496     #errors
1497     /div;no significant content;s
1498     /div/ol/li;no significant content;s
1499     /div/p;no significant content;s
1500    
1501     #data
1502     <div xmlns="http://www.w3.org/1999/xhtml">
1503     <ol>
1504     <li> </li>
1505     </ol>
1506     <p/>
1507     </div>
1508     #errors
1509     /div;no significant content;s
1510     /div/ol/li;no significant content;s
1511     /div/p;no significant content;s
1512    
1513     #data
1514     <div xmlns="http://www.w3.org/1999/xhtml">
1515     <ol>
1516     <li>XXX</li>
1517     </ol>
1518     <p/>
1519     </div>
1520     #errors
1521     /div/p;no significant content;s
1522    
1523     #data
1524     <div xmlns="http://www.w3.org/1999/xhtml">
1525     <ol>
1526     <li><p>XXX</p></li>
1527     </ol>
1528     <p/>
1529     </div>
1530     #errors
1531     /div/p;no significant content;s
1532    
1533     #data
1534     <div xmlns="http://www.w3.org/1999/xhtml">
1535     <ol>
1536     <li>XXX<p>YYY</p></li>
1537     </ol>
1538     <p/>
1539     </div>
1540     #errors
1541     /div/p;no significant content;s
1542    
1543     #data
1544     <div xmlns="http://www.w3.org/1999/xhtml">
1545     <ol>
1546     <li><p>XXX</p>YYY</li>
1547     </ol>
1548     <p/>
1549     </div>
1550     #errors
1551     /div/p;no significant content;s
1552    
1553     #data
1554     <div xmlns="http://www.w3.org/1999/xhtml">
1555     <menu>
1556     <li></li>
1557     </menu>
1558     <p/>
1559     </div>
1560     #errors
1561     /div;no significant content;s
1562     /div/menu/li;no significant content;s
1563     /div/p;no significant content;s
1564    
1565     #data
1566     <div xmlns="http://www.w3.org/1999/xhtml">
1567     <menu>
1568     <li> </li>
1569     </menu>
1570     <p/>
1571     </div>
1572     #errors
1573     /div;no significant content;s
1574     /div/menu/li;no significant content;s
1575     /div/p;no significant content;s
1576    
1577     #data
1578     <div xmlns="http://www.w3.org/1999/xhtml">
1579     <menu>
1580     <li>XXX</li>
1581     </menu>
1582     <p/>
1583     </div>
1584     #errors
1585     /div/p;no significant content;s
1586    
1587     #data
1588     <div xmlns="http://www.w3.org/1999/xhtml">
1589     <menu>
1590     <li><p>XXX</p></li>
1591     </menu>
1592     <p/>
1593     </div>
1594     #errors
1595     /div/menu/li/p;element not allowed:phrasing;m
1596     /div/p;no significant content;s
1597    
1598     #data
1599     <div xmlns="http://www.w3.org/1999/xhtml">
1600     <menu>
1601     <li>XXX<p>YYY</p></li>
1602     </menu>
1603     <p/>
1604     </div>
1605     #errors
1606     /div/menu/li/p;element not allowed:phrasing;m
1607     /div/p;no significant content;s
1608    
1609     #data
1610     <div xmlns="http://www.w3.org/1999/xhtml">
1611     <menu>
1612     <li><p>XXX</p>YYY</li>
1613     </menu>
1614     <p/>
1615     </div>
1616     #errors
1617     /div/menu/li/p;element not allowed:phrasing;m
1618     /div/p;no significant content;s
1619    
1620     #data
1621     <div xmlns="http://www.w3.org/1999/xhtml">
1622     aaa
1623     <ul>
1624     <li></li>
1625     </ul>
1626     </div>
1627     #errors
1628     /div/ul/li;no significant content;s
1629    
1630     #data
1631     <div xmlns="http://www.w3.org/1999/xhtml">
1632     aaa
1633     <ul>
1634     <li> </li>
1635     </ul>
1636     </div>
1637     #errors
1638     /div/ul/li;no significant content;s
1639    
1640     #data
1641     <div xmlns="http://www.w3.org/1999/xhtml">
1642     aaa
1643     <ul>
1644     <li>XXX</li>
1645     </ul>
1646     </div>
1647     #errors
1648    
1649     #data
1650     <div xmlns="http://www.w3.org/1999/xhtml">
1651     aaa
1652     <ul>
1653     <li><p>XXX</p></li>
1654     </ul>
1655     </div>
1656     #errors
1657    
1658     #data
1659     <div xmlns="http://www.w3.org/1999/xhtml">
1660     aaa
1661     <ul>
1662     <li>XXX<p>YYY</p></li>
1663     </ul>
1664     </div>
1665     #errors
1666    
1667     #data
1668     <div xmlns="http://www.w3.org/1999/xhtml">
1669     aaa
1670     <ul>
1671     <li><p>XXX</p>YYY</li>
1672     </ul>
1673     </div>
1674     #errors
1675    
1676     #data
1677     <div xmlns="http://www.w3.org/1999/xhtml">
1678     aaa
1679     <ol>
1680     <li></li>
1681     </ol>
1682     </div>
1683     #errors
1684     /div/ol/li;no significant content;s
1685    
1686     #data
1687     <div xmlns="http://www.w3.org/1999/xhtml">
1688     aaa
1689     <ol>
1690     <li> </li>
1691     </ol>
1692     </div>
1693     #errors
1694     /div/ol/li;no significant content;s
1695    
1696     #data
1697     <div xmlns="http://www.w3.org/1999/xhtml">
1698     aaa
1699     <ol>
1700     <li>XXX</li>
1701     </ol>
1702     </div>
1703     #errors
1704    
1705     #data
1706     <div xmlns="http://www.w3.org/1999/xhtml">
1707     aaa
1708     <ol>
1709     <li><p>XXX</p></li>
1710     </ol>
1711     </div>
1712     #errors
1713    
1714     #data
1715     <div xmlns="http://www.w3.org/1999/xhtml">
1716     aaa
1717     <ol>
1718     <li>XXX<p>YYY</p></li>
1719     </ol>
1720     </div>
1721     #errors
1722    
1723     #data
1724     <div xmlns="http://www.w3.org/1999/xhtml">
1725     aaa
1726     <ol>
1727     <li><p>XXX</p>YYY</li>
1728     </ol>
1729     </div>
1730     #errors
1731    
1732     #data
1733     <div xmlns="http://www.w3.org/1999/xhtml">
1734     aaa
1735     <menu>
1736     <li></li>
1737     </menu>
1738     </div>
1739     #errors
1740     /div/menu/li;no significant content;s
1741    
1742     #data
1743     <div xmlns="http://www.w3.org/1999/xhtml">
1744     aaa
1745     <menu>
1746     <li> </li>
1747     </menu>
1748     </div>
1749     #errors
1750     /div/menu/li;no significant content;s
1751    
1752     #data
1753     <div xmlns="http://www.w3.org/1999/xhtml">
1754     aaa
1755     <menu>
1756     <li>XXX</li>
1757     </menu>
1758     </div>
1759     #errors
1760    
1761     #data
1762     <div xmlns="http://www.w3.org/1999/xhtml">
1763     aaa
1764     <menu>
1765     <li><p>XXX</p></li>
1766     </menu>
1767     </div>
1768     #errors
1769     /div/menu/li/p;element not allowed:phrasing;m
1770    
1771     #data
1772     <div xmlns="http://www.w3.org/1999/xhtml">
1773     aaa
1774     <menu>
1775     <li>XXX<p>YYY</p></li>
1776     </menu>
1777     </div>
1778     #errors
1779     /div/menu/li/p;element not allowed:phrasing;m
1780    
1781     #data
1782     <div xmlns="http://www.w3.org/1999/xhtml">
1783     aaa
1784     <menu>
1785     <li><p>XXX</p>YYY</li>
1786     </menu>
1787     </div>
1788     #errors
1789     /div/menu/li/p;element not allowed:phrasing;m
1790    
1791     #data
1792     <div xmlns="http://www.w3.org/1999/xhtml">
1793     <ul>
1794     <li></li>
1795     </ul>
1796     aaa
1797     </div>
1798     #errors
1799     /div/ul/li;no significant content;s
1800    
1801     #data
1802     <div xmlns="http://www.w3.org/1999/xhtml">
1803     <ul>
1804     <li> </li>
1805     </ul>
1806     aaa
1807     </div>
1808     #errors
1809     /div/ul/li;no significant content;s
1810    
1811     #data
1812     <div xmlns="http://www.w3.org/1999/xhtml">
1813     <ul>
1814     <li>XXX</li>
1815     </ul>
1816     aaa
1817     </div>
1818     #errors
1819    
1820     #data
1821     <div xmlns="http://www.w3.org/1999/xhtml">
1822     <ul>
1823     <li><p>XXX</p></li>
1824     </ul>
1825     aaa
1826     </div>
1827     #errors
1828    
1829     #data
1830     <div xmlns="http://www.w3.org/1999/xhtml">
1831     <ul>
1832     <li>XXX<p>YYY</p></li>
1833     </ul>
1834     aaa
1835     </div>
1836     #errors
1837    
1838     #data
1839     <div xmlns="http://www.w3.org/1999/xhtml">
1840     <ul>
1841     <li><p>XXX</p>YYY</li>
1842     </ul>
1843     aaa
1844     </div>
1845     #errors
1846    
1847     #data
1848     <div xmlns="http://www.w3.org/1999/xhtml">
1849     <ol>
1850     <li></li>
1851     </ol>
1852     aaa
1853     </div>
1854     #errors
1855     /div/ol/li;no significant content;s
1856    
1857     #data
1858     <div xmlns="http://www.w3.org/1999/xhtml">
1859     <ol>
1860     <li> </li>
1861     </ol>
1862     aaa
1863     </div>
1864     #errors
1865     /div/ol/li;no significant content;s
1866    
1867     #data
1868     <div xmlns="http://www.w3.org/1999/xhtml">
1869     <ol>
1870     <li>XXX</li>
1871     </ol>
1872     aaa
1873     </div>
1874     #errors
1875    
1876     #data
1877     <div xmlns="http://www.w3.org/1999/xhtml">
1878     <ol>
1879     <li><p>XXX</p></li>
1880     </ol>
1881     aaa
1882     </div>
1883     #errors
1884    
1885     #data
1886     <div xmlns="http://www.w3.org/1999/xhtml">
1887     <ol>
1888     <li>XXX<p>YYY</p></li>
1889     </ol>
1890     aaa
1891     </div>
1892     #errors
1893    
1894     #data
1895     <div xmlns="http://www.w3.org/1999/xhtml">
1896     <ol>
1897     <li><p>XXX</p>YYY</li>
1898     </ol>
1899     aaa
1900     </div>
1901     #errors
1902    
1903     #data
1904     <div xmlns="http://www.w3.org/1999/xhtml">
1905     <menu>
1906     <li></li>
1907     </menu>
1908     aaa
1909     </div>
1910     #errors
1911     /div/menu/li;no significant content;s
1912    
1913     #data
1914     <div xmlns="http://www.w3.org/1999/xhtml">
1915     <menu>
1916     <li> </li>
1917     </menu>
1918     aaa
1919     </div>
1920     #errors
1921     /div/menu/li;no significant content;s
1922    
1923     #data
1924     <div xmlns="http://www.w3.org/1999/xhtml">
1925     <menu>
1926     <li>XXX</li>
1927     </menu>
1928     aaa
1929     </div>
1930     #errors
1931    
1932     #data
1933     <div xmlns="http://www.w3.org/1999/xhtml">
1934     <menu>
1935     <li><p>XXX</p></li>
1936     </menu>
1937     aaa
1938     </div>
1939     #errors
1940     /div/menu/li/p;element not allowed:phrasing;m
1941    
1942     #data
1943     <div xmlns="http://www.w3.org/1999/xhtml">
1944     <menu>
1945     <li>XXX<p>YYY</p></li>
1946     </menu>
1947     aaa
1948     </div>
1949     #errors
1950     /div/menu/li/p;element not allowed:phrasing;m
1951    
1952     #data
1953     <div xmlns="http://www.w3.org/1999/xhtml">
1954     <menu>
1955     <li><p>XXX</p>YYY</li>
1956     </menu>
1957     aaa
1958     </div>
1959     #errors
1960     /div/menu/li/p;element not allowed:phrasing;m
1961    
1962     #data
1963     <dd xmlns="http://www.w3.org/1999/xhtml"></dd>
1964     #errors
1965     /dd;no significant content;s
1966    
1967     #data
1968     <dd xmlns="http://www.w3.org/1999/xhtml"> </dd>
1969     #errors
1970     /dd;no significant content;s
1971    
1972     #data
1973     <dd xmlns="http://www.w3.org/1999/xhtml">XXX</dd>
1974     #errors
1975    
1976     #data
1977     <dd xmlns="http://www.w3.org/1999/xhtml"><p>XXX</p></dd>
1978     #errors
1979    
1980     #data
1981     <dd xmlns="http://www.w3.org/1999/xhtml"><p>XXX</p>YYY</dd>
1982     #errors
1983    
1984     #data
1985     <dd xmlns="http://www.w3.org/1999/xhtml">XXX<p>YYY</p></dd>
1986     #errors
1987    
1988     #data
1989     <body xmlns="http://www.w3.org/1999/xhtml">
1990     <dl>
1991     <dt>XXX</dt>
1992     <dd></dd>
1993     </dl>
1994     </body>
1995     #errors
1996     /body/dl/dd;no significant content;s
1997    
1998     #data
1999     <body xmlns="http://www.w3.org/1999/xhtml">
2000     <dl>
2001     <dt>XXX</dt>
2002     <dd> </dd>
2003     </dl>
2004     </body>
2005     #errors
2006     /body/dl/dd;no significant content;s
2007    
2008     #data
2009     <body xmlns="http://www.w3.org/1999/xhtml">
2010     <dl>
2011     <dt>XXX</dt>
2012     <dd>YYY</dd>
2013     </dl>
2014     </body>
2015     #errors
2016    
2017     #data
2018     <body xmlns="http://www.w3.org/1999/xhtml">
2019     <dl>
2020     <dt>XXX</dt>
2021     <dd><p>YYY</p></dd>
2022     </dl>
2023     </body>
2024     #errors
2025    
2026     #data
2027     <body xmlns="http://www.w3.org/1999/xhtml">
2028     <dl>
2029     <dt>XXX</dt>
2030     <dd>YYY<p>ZZZ</p></dd>
2031     </dl>
2032     </body>
2033     #errors
2034    
2035     #data
2036     <body xmlns="http://www.w3.org/1999/xhtml">
2037     <dl>
2038     <dt>XXX</dt>
2039     <dd><p>YYY</p>ZZZ</dd>
2040     </dl>
2041     </body>
2042     #errors
2043    
2044     #data
2045     <dl xmlns="http://www.w3.org/1999/xhtml">
2046     <dt>XXX</dt>
2047     <dd></dd>
2048     </dl>
2049     #errors
2050     /dl/dd;no significant content;s
2051    
2052     #data
2053     <dl xmlns="http://www.w3.org/1999/xhtml">
2054     <dt>XXX</dt>
2055     <dd> </dd>
2056     </dl>
2057     #errors
2058     /dl/dd;no significant content;s
2059    
2060     #data
2061     <dl xmlns="http://www.w3.org/1999/xhtml">
2062     <dt>XXX</dt>
2063     <dd>YYY</dd>
2064     </dl>
2065     #errors
2066    
2067     #data
2068     <dl xmlns="http://www.w3.org/1999/xhtml">
2069     <dt>XXX</dt>
2070     <dd><p>YYY</p></dd>
2071     </dl>
2072     #errors
2073    
2074     #data
2075     <dl xmlns="http://www.w3.org/1999/xhtml">
2076     <dt>XXX</dt>
2077     <dd>YYY<p>ZZZ</p></dd>
2078     </dl>
2079     #errors
2080    
2081     #data
2082     <dl xmlns="http://www.w3.org/1999/xhtml">
2083     <dt>XXX</dt>
2084     <dd><p>YYY</p>ZZZ</dd>
2085     </dl>
2086     #errors
2087    
2088     #data
2089     <p xmlns="http://www.w3.org/1999/xhtml">
2090     <dl>
2091     <dt>XXX</dt>
2092     <dd></dd>
2093     </dl>
2094     </p>
2095     #errors
2096     /p/dl/dd;no significant content;s
2097     /p/dl;element not allowed:phrasing;m
2098    
2099     #data
2100     <p xmlns="http://www.w3.org/1999/xhtml">
2101     <dl>
2102     <dt>XXX</dt>
2103     <dd> </dd>
2104     </dl>
2105     </p>
2106     #errors
2107     /p/dl/dd;no significant content;s
2108     /p/dl;element not allowed:phrasing;m
2109    
2110     #data
2111     <p xmlns="http://www.w3.org/1999/xhtml">
2112     <dl>
2113     <dt>XXX</dt>
2114     <dd>YYY</dd>
2115     </dl>
2116     </p>
2117     #errors
2118     /p/dl;element not allowed:phrasing;m
2119    
2120     #data
2121     <p xmlns="http://www.w3.org/1999/xhtml">
2122     <dl>
2123     <dt>XXX</dt>
2124     <dd><p>YYY</p></dd>
2125     </dl>
2126     </p>
2127     #errors
2128     /p/dl;element not allowed:phrasing;m
2129    
2130     #data
2131     <p xmlns="http://www.w3.org/1999/xhtml">
2132     <dl>
2133     <dt>XXX</dt>
2134     <dd>YYY<p>ZZZ</p></dd>
2135     </dl>
2136     </p>
2137     #errors
2138     /p/dl;element not allowed:phrasing;m
2139    
2140     #data
2141     <div xmlns="http://www.w3.org/1999/xhtml">
2142     <p/>
2143     <dl>
2144     <dt>XXX</dt>
2145     <dd></dd>
2146     </dl>
2147     </div>
2148     #errors
2149     /div/p;no significant content;s
2150     /div/dl/dd;no significant content;s
2151    
2152     #data
2153     <div xmlns="http://www.w3.org/1999/xhtml">
2154     <p/>
2155     <dl>
2156     <dt>XXX</dt>
2157     <dd> </dd>
2158     </dl>
2159     </div>
2160     #errors
2161     /div/p;no significant content;s
2162     /div/dl/dd;no significant content;s
2163    
2164     #data
2165     <div xmlns="http://www.w3.org/1999/xhtml">
2166     <p/>
2167     <dl>
2168     <dt>XXX</dt>
2169     <dd>YYY</dd>
2170     </dl>
2171     </div>
2172     #errors
2173     /div/p;no significant content;s
2174    
2175     #data
2176     <div xmlns="http://www.w3.org/1999/xhtml">
2177     <p/>
2178     <dl>
2179     <dt>XXX</dt>
2180     <dd><p>YYY</p></dd>
2181     </dl>
2182     </div>
2183     #errors
2184     /div/p;no significant content;s
2185    
2186     #data
2187     <div xmlns="http://www.w3.org/1999/xhtml">
2188     <p/>
2189     <dl>
2190     <dt>XXX</dt>
2191     <dd>YYY<p>ZZZ</p></dd>
2192     </dl>
2193     </div>
2194     #errors
2195     /div/p;no significant content;s
2196    
2197     #data
2198     <div xmlns="http://www.w3.org/1999/xhtml">
2199     <dl>
2200     <dt>XXX</dt>
2201     <dd></dd>
2202     </dl>
2203     <p/>
2204     </div>
2205     #errors
2206     /div/dl/dd;no significant content;s
2207     /div/p;no significant content;s
2208    
2209     #data
2210     <div xmlns="http://www.w3.org/1999/xhtml">
2211     <dl>
2212     <dt>XXX</dt>
2213     <dd> </dd>
2214     </dl>
2215     <p/>
2216     </div>
2217     #errors
2218     /div/dl/dd;no significant content;s
2219     /div/p;no significant content;s
2220    
2221     #data
2222     <div xmlns="http://www.w3.org/1999/xhtml">
2223     <dl>
2224     <dt>XXX</dt>
2225     <dd>YYY</dd>
2226     </dl>
2227     <p/>
2228     </div>
2229     #errors
2230     /div/p;no significant content;s
2231    
2232     #data
2233     <div xmlns="http://www.w3.org/1999/xhtml">
2234     <dl>
2235     <dt>XXX</dt>
2236     <dd><p>YYY</p></dd>
2237     </dl>
2238     <p/>
2239     </div>
2240     #errors
2241     /div/p;no significant content;s
2242    
2243     #data
2244     <div xmlns="http://www.w3.org/1999/xhtml">
2245     <dl>
2246     <dt>XXX</dt>
2247     <dd><p>YYY</p>ZZZ</dd>
2248     </dl>
2249     <p/>
2250     </div>
2251     #errors
2252     /div/p;no significant content;s
2253    
2254     #data
2255     <div xmlns="http://www.w3.org/1999/xhtml">
2256     <dl>
2257     <dt>XXX</dt>
2258     <dd>YYY<p>ZZZ</p></dd>
2259     </dl>
2260     <p/>
2261     </div>
2262     #errors
2263     /div/p;no significant content;s
2264    
2265     #data
2266     <div xmlns="http://www.w3.org/1999/xhtml">
2267     aaa
2268     <dl>
2269     <dt>XXX</dt>
2270     <dd></dd>
2271     </dl>
2272     </div>
2273     #errors
2274     /div/dl/dd;no significant content;s
2275    
2276     #data
2277     <div xmlns="http://www.w3.org/1999/xhtml">
2278     aaa
2279     <dl>
2280     <dt>XXX</dt>
2281     <dd> </dd>
2282     </dl>
2283     </div>
2284     #errors
2285     /div/dl/dd;no significant content;s
2286    
2287     #data
2288     <div xmlns="http://www.w3.org/1999/xhtml">
2289     aaa
2290     <dl>
2291     <dt>XXX</dt>
2292     <dd>YYY</dd>
2293     </dl>
2294     </div>
2295     #errors
2296    
2297     #data
2298     <div xmlns="http://www.w3.org/1999/xhtml">
2299     aaa
2300     <dl>
2301     <dt>XXX</dt>
2302     <dd><p>YYY</p></dd>
2303     </dl>
2304     </div>
2305     #errors
2306    
2307     #data
2308     <div xmlns="http://www.w3.org/1999/xhtml">
2309     aaa
2310     <dl>
2311     <dt>XXX</dt>
2312     <dd>YYY<p>ZZZ</p></dd>
2313     </dl>
2314     </div>
2315     #errors
2316    
2317     #data
2318     <div xmlns="http://www.w3.org/1999/xhtml">
2319     <dl>
2320     <dt>XXX</dt>
2321     <dd></dd>
2322     </dl>
2323     aaa
2324     </div>
2325     #errors
2326     /div/dl/dd;no significant content;s
2327    
2328     #data
2329     <div xmlns="http://www.w3.org/1999/xhtml">
2330     <dl>
2331     <dt>XXX</dt>
2332     <dd> </dd>
2333     </dl>
2334     aaa
2335     </div>
2336     #errors
2337     /div/dl/dd;no significant content;s
2338    
2339     #data
2340     <div xmlns="http://www.w3.org/1999/xhtml">
2341     <dl>
2342     <dt>XXX</dt>
2343     <dd>YYY</dd>
2344     </dl>
2345     aaa
2346     </div>
2347     #errors
2348    
2349     #data
2350     <div xmlns="http://www.w3.org/1999/xhtml">
2351     <dl>
2352     <dt>XXX</dt>
2353     <dd><p>YYY</p></dd>
2354     </dl>
2355     aaa
2356     </div>
2357     #errors
2358    
2359     #data
2360     <div xmlns="http://www.w3.org/1999/xhtml">
2361     <dl>
2362     <dt>XXX</dt>
2363     <dd>YYY<p>ZZZ</p></dd>
2364     </dl>
2365     aaa
2366     </div>
2367     #errors
2368    
2369     #data
2370     <body xmlns="http://www.w3.org/1999/xhtml">
2371     <dl>
2372     <dt>XXX</dt>
2373     <dd><p>YYY</p>ZZZ</dd>
2374     </dl>
2375     </body>
2376     #errors
2377    
2378     #data
2379     <dialog xmlns="http://www.w3.org/1999/xhtml">
2380     <dt>XXX</dt>
2381     <dd></dd>
2382     </dialog>
2383     #errors
2384     /dialog/dd;no significant content;s
2385    
2386     #data
2387     <dialog xmlns="http://www.w3.org/1999/xhtml">
2388     <dt>XXX</dt>
2389     <dd> </dd>
2390     </dialog>
2391     #errors
2392     /dialog/dd;no significant content;s
2393    
2394     #data
2395     <dialog xmlns="http://www.w3.org/1999/xhtml">
2396     <dt>XXX</dt>
2397     <dd>YYY</dd>
2398     </dialog>
2399     #errors
2400    
2401     #data
2402     <dialog xmlns="http://www.w3.org/1999/xhtml">
2403     <dt>XXX</dt>
2404     <dd><p>YYY</p></dd>
2405     </dialog>
2406     #errors
2407    
2408     #data
2409     <dialog xmlns="http://www.w3.org/1999/xhtml">
2410     <dt>XXX</dt>
2411     <dd>YYY<p>ZZZ</p></dd>
2412     </dialog>
2413     #errors
2414    
2415     #data
2416     <dialog xmlns="http://www.w3.org/1999/xhtml">
2417     <dt>XXX</dt>
2418     <dd><p>YYY</p>ZZZ</dd>
2419     </dialog>
2420     #errors
2421    
2422    
2423     #data
2424     <fieldset xmlns="http://www.w3.org/1999/xhtml">
2425     <legend>XXX</legend>
2426     </fieldset>
2427     #errors
2428    
2429     #data
2430     <fieldset xmlns="http://www.w3.org/1999/xhtml">
2431     <legend><p>XXX</p></legend>
2432     </fieldset>
2433     #errors
2434     /fieldset/legend/p;element not allowed:phrasing;m
2435    
2436     #data
2437     <fieldset xmlns="http://www.w3.org/1999/xhtml">
2438     <legend><blockquote><p>XXX</p></blockquote></legend>
2439     </fieldset>
2440     #errors
2441     /fieldset/legend/blockquote;element not allowed:phrasing;m
2442    
2443     #data
2444     <figure xmlns="http://www.w3.org/1999/xhtml">
2445     <legend>XXX</legend>
2446     <img src="" alt="x"/>
2447     </figure>
2448     #errors
2449    
2450     #data
2451     <figure xmlns="http://www.w3.org/1999/xhtml">
2452     <legend><p>XXX</p></legend>
2453     <img src="" alt="x"/>
2454     </figure>
2455     #errors
2456    
2457     #data
2458     <figure xmlns="http://www.w3.org/1999/xhtml">
2459     <legend><blockquote><p>XXX</p></blockquote></legend>
2460     <img src="" alt="x"/>
2461     </figure>
2462     #errors
2463    
2464     #data
2465     <figure xmlns="http://www.w3.org/1999/xhtml">
2466     <legend>XXX</legend>
2467     <img src="" alt="x"/>
2468     </figure>
2469     #errors
2470    
2471     #data
2472     <figure xmlns="http://www.w3.org/1999/xhtml">
2473     <legend><p>XXX</p></legend>
2474     <img src="" alt="x"/>
2475     </figure>
2476     #errors
2477    
2478     #data
2479     <figure xmlns="http://www.w3.org/1999/xhtml">
2480     <legend><blockquote><p>XXX</p></blockquote></legend>
2481     <img src="" alt="x"/>
2482     </figure>
2483     #errors
2484 wakaba 1.5
2485     #data
2486     <figure xmlns="http://www.w3.org/1999/xhtml">
2487     <legend><ins><blockquote><p>XXX</p></blockquote></ins></legend>
2488     <img src="" alt="x"/>
2489     </figure>
2490     #errors
2491    
2492     #data
2493     <figure xmlns="http://www.w3.org/1999/xhtml">
2494     <legend><figure><p>XXX</p></figure></legend>
2495     <img src="" alt="x"/>
2496     </figure>
2497     #errors
2498     /figure/legend/figure;element not allowed:minus;m
2499    
2500     #data
2501     <figure xmlns="http://www.w3.org/1999/xhtml">
2502     <legend><div><figure><p>XXX</p></figure></div></legend>
2503     <img src="" alt="x"/>
2504     </figure>
2505     #errors
2506     /figure/legend/div/figure;element not allowed:minus;m
2507 wakaba 1.1
2508     #data
2509     <?xml version="1.1"?>
2510     <div xmlns="http://www.w3.org/1999/xhtml">&#x000b;</div>
2511     #errors
2512    
2513     #data
2514     <center xmlns="http://www.w3.org/1999/xhtml"></center>
2515     #errors
2516     /center;element not defined;m
2517     /center;no significant content;s
2518    
2519     #data
2520     <center xmlns="http://www.w3.org/1999/xhtml"> </center>
2521     #errors
2522     /center;element not defined;m
2523     /center;no significant content;s
2524    
2525     #data
2526     <center xmlns="http://www.w3.org/1999/xhtml">x</center>
2527     #errors
2528     /center;element not defined;m
2529    
2530     #data
2531     <center xmlns="http://www.w3.org/1999/xhtml">x<p>y</p></center>
2532     #errors
2533     /center;element not defined;m
2534    
2535     #data
2536     <div xmlns="http://www.w3.org/1999/xhtml"><center>x</center></div>
2537     #errors
2538     /div/center;element not defined;m
2539     /div/center;element not allowed:flow;m
2540    
2541     #data
2542     <b xmlns="http://www.w3.org/1999/xhtml"><center>x</center></b>
2543     #errors
2544     /b/center;element not defined;m
2545     /b/center;element not allowed:phrasing;m
2546    
2547     #data
2548     <centre xmlns="http://www.w3.org/1999/xhtml"></centre>
2549     #errors
2550     /centre;element not defined;m
2551    
2552     #data
2553     <dir xmlns="http://www.w3.org/1999/xhtml"></dir>
2554     #errors
2555     /dir;element not defined;m
2556    
2557     #data
2558     <dir xmlns="http://www.w3.org/1999/xhtml"><li/></dir>
2559     #errors
2560     /dir;element not defined;m
2561     /dir/li;no significant content;s
2562    
2563     #data
2564     <dir xmlns="http://www.w3.org/1999/xhtml"><li/>a</dir>
2565     #errors
2566     /dir;element not defined;m
2567     /dir/li;no significant content;s
2568     /dir/"a";character not allowed;m
2569    
2570     #data
2571     <dir xmlns="http://www.w3.org/1999/xhtml">a</dir>
2572     #errors
2573     /dir;element not defined;m
2574     /dir/"a";character not allowed;m
2575    
2576     #data
2577     <dir xmlns="http://www.w3.org/1999/xhtml"><p/></dir>
2578     #errors
2579     /dir;element not defined;m
2580     /dir/p;element not allowed;m
2581     /dir/p;no significant content;s
2582    
2583     #data
2584     <div xmlns="http://www.w3.org/1999/xhtml"><dir><li/></dir></div>
2585     #errors
2586     /div;no significant content;s
2587     /div/dir;element not defined;m
2588     /div/dir;element not allowed:flow;m
2589     /div/dir/li;no significant content;s
2590    
2591     #data
2592     <i xmlns="http://www.w3.org/1999/xhtml"><dir><li/></dir></i>
2593     #errors
2594     /i;no significant content;s
2595     /i/dir;element not defined;m
2596     /i/dir;element not allowed:phrasing;m
2597     /i/dir/li;no significant content;s
2598    
2599     #data
2600     <body background="" xmlns="http://www.w3.org/1999/xhtml">x</body>
2601     #errors
2602     /body/@background;attribute not defined;m
2603    
2604     #data
2605     <body background="a.png" xmlns="http://www.w3.org/1999/xhtml">x</body>
2606     #errors
2607     /body/@background;attribute not defined;m
2608    
2609     #data
2610     <body background="[]" xmlns="http://www.w3.org/1999/xhtml">x</body>
2611     #errors
2612     /body/@background;attribute not defined;m
2613     /body/@background;syntax error:iriref3987;m
2614    
2615     #data
2616     <body text="red" xmlns="http://www.w3.org/1999/xhtml"/>
2617     #errors
2618     /body/@text;attribute not defined;m
2619     /body;no significant content;s
2620    
2621     #data
2622     <body text="" xmlns="http://www.w3.org/1999/xhtml">x</body>
2623     #errors
2624     /body/@text;attribute not defined;m
2625     /body/@text;color:syntax error;m
2626    
2627     #data
2628     <body link="" xmlns="http://www.w3.org/1999/xhtml">x</body>
2629     #errors
2630     /body/@link;attribute not defined;m
2631     /body/@link;color:syntax error;m
2632    
2633     #data
2634     <body link="#c0c0c0" xmlns="http://www.w3.org/1999/xhtml">x</body>
2635     #errors
2636     /body/@link;attribute not defined;m
2637    
2638     #data
2639     <body alink="" xmlns="http://www.w3.org/1999/xhtml">x</body>
2640     #errors
2641     /body/@alink;attribute not defined;m
2642     /body/@alink;color:syntax error;m
2643    
2644     #data
2645     <body alink="Red" xmlns="http://www.w3.org/1999/xhtml">x</body>
2646     #errors
2647     /body/@alink;attribute not defined;m
2648    
2649     #data
2650     <body vlink="" xmlns="http://www.w3.org/1999/xhtml">x</body>
2651     #errors
2652     /body/@vlink;attribute not defined;m
2653     /body/@vlink;color:syntax error;m
2654    
2655     #data
2656     <body vlink="orange" xmlns="http://www.w3.org/1999/xhtml">x</body>
2657     #errors
2658     /body/@vlink;attribute not defined;m
2659     /body/@vlink;color:syntax error;m
2660    
2661     #data
2662     <body alink="000000" xmlns="http://www.w3.org/1999/xhtml">x</body>
2663     #errors
2664     /body/@alink;attribute not defined;m
2665     /body/@alink;color:syntax error;m
2666    
2667     #data
2668     <body bgcolor="" xmlns="http://www.w3.org/1999/xhtml">x</body>
2669     #errors
2670     /body/@bgcolor;attribute not defined;m
2671     /body/@bgcolor;color:syntax error;m
2672    
2673     #data
2674     <body bgcolor="#ffffff" xmlns="http://www.w3.org/1999/xhtml">x</body>
2675     #errors
2676     /body/@bgcolor;attribute not defined;m
2677    
2678     #data
2679     <blockquote cite="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
2680     #errors
2681     /blockquote;no significant content;s
2682    
2683     #data
2684     <blockquote cite="http://test/%" xmlns="http://www.w3.org/1999/xhtml"/>
2685     #errors
2686     /blockquote/@cite;syntax error:iriref3987;m
2687     /blockquote;no significant content;s
2688    
2689     #data
2690     <dialog compact="" xmlns="http://www.w3.org/1999/xhtml"/>
2691     #errors
2692     /dialog/@compact;attribute not defined;m
2693    
2694     #data
2695     <pre width="" xmlns="http://www.w3.org/1999/xhtml"/>
2696     #errors
2697     /pre/@width;attribute not defined;m
2698     /pre/@width;nninteger:syntax error;m
2699     /pre;no significant content;s
2700    
2701     #data
2702     <pre width="0" xmlns="http://www.w3.org/1999/xhtml"/>
2703     #errors
2704     /pre/@width;attribute not defined;m
2705     /pre;no significant content;s
2706    
2707     #data
2708     <pre width="4" xmlns="http://www.w3.org/1999/xhtml"/>
2709     #errors
2710     /pre/@width;attribute not defined;m
2711     /pre;no significant content;s
2712    
2713     #data
2714     <pre width="1224" xmlns="http://www.w3.org/1999/xhtml"/>
2715     #errors
2716     /pre/@width;attribute not defined;m
2717     /pre;no significant content;s
2718    
2719     #data
2720     <pre width="0000122" xmlns="http://www.w3.org/1999/xhtml"/>
2721     #errors
2722     /pre/@width;attribute not defined;m
2723     /pre;no significant content;s
2724    
2725     #data
2726     <pre width="-122" xmlns="http://www.w3.org/1999/xhtml"/>
2727     #errors
2728     /pre/@width;attribute not defined;m
2729     /pre/@width;nninteger:syntax error;m
2730     /pre;no significant content;s
2731    
2732     #data
2733     <pre width="12.0" xmlns="http://www.w3.org/1999/xhtml"/>
2734     #errors
2735     /pre/@width;attribute not defined;m
2736     /pre/@width;nninteger:syntax error;m
2737     /pre;no significant content;s
2738    
2739     #data
2740     <pre width=" 12" xmlns="http://www.w3.org/1999/xhtml"/>
2741     #errors
2742     /pre/@width;attribute not defined;m
2743     /pre/@width;nninteger:syntax error;m
2744     /pre;no significant content;s
2745    
2746     #data
2747     <pre width="aaa" xmlns="http://www.w3.org/1999/xhtml"/>
2748     #errors
2749     /pre/@width;attribute not defined;m
2750     /pre/@width;nninteger:syntax error;m
2751     /pre;no significant content;s
2752    
2753     #data
2754     <pre xml:space="preserve" xmlns="http://www.w3.org/1999/xhtml"/>
2755     #errors
2756     /pre;no significant content;s
2757    
2758     #data
2759     <pre xml:space="default" xmlns="http://www.w3.org/1999/xhtml"/>
2760     #errors
2761     /pre;no significant content;s
2762    
2763     #data
2764     <ol start="" xmlns="http://www.w3.org/1999/xhtml"/>
2765     #errors
2766     /ol/@start;integer:syntax error;m
2767    
2768     #data
2769     <ol start="0" xmlns="http://www.w3.org/1999/xhtml"/>
2770     #errors
2771    
2772     #data
2773     <ol start="1" xmlns="http://www.w3.org/1999/xhtml"/>
2774     #errors
2775    
2776     #data
2777     <ol start="2" xmlns="http://www.w3.org/1999/xhtml"/>
2778     #errors
2779    
2780     #data
2781     <ol start="10" xmlns="http://www.w3.org/1999/xhtml"/>
2782     #errors
2783    
2784     #data
2785     <ol start="-0" xmlns="http://www.w3.org/1999/xhtml"/>
2786     #errors
2787    
2788     #data
2789     <ol start="-1" xmlns="http://www.w3.org/1999/xhtml"/>
2790     #errors
2791    
2792     #data
2793     <ol start="-10" xmlns="http://www.w3.org/1999/xhtml"/>
2794     #errors
2795    
2796     #data
2797     <ol start="0000" xmlns="http://www.w3.org/1999/xhtml"/>
2798     #errors
2799    
2800     #data
2801     <ol start="0001" xmlns="http://www.w3.org/1999/xhtml"/>
2802     #errors
2803    
2804     #data
2805     <ol start="00001" xmlns="http://www.w3.org/1999/xhtml"/>
2806     #errors
2807    
2808     #data
2809     <ol start="1000000000000" xmlns="http://www.w3.org/1999/xhtml"/>
2810     #errors
2811    
2812     #data
2813     <ol start="-100000000000000" xmlns="http://www.w3.org/1999/xhtml"/>
2814     #errors
2815    
2816     #data
2817     <ol start="1.0" xmlns="http://www.w3.org/1999/xhtml"/>
2818     #errors
2819     /ol/@start;integer:syntax error;m
2820    
2821     #data
2822     <ol start="-1.0" xmlns="http://www.w3.org/1999/xhtml"/>
2823     #errors
2824     /ol/@start;integer:syntax error;m
2825    
2826     #data
2827     <ol start="+0" xmlns="http://www.w3.org/1999/xhtml"/>
2828     #errors
2829     /ol/@start;integer:syntax error;m
2830    
2831     #data
2832     <ol start="+1" xmlns="http://www.w3.org/1999/xhtml"/>
2833     #errors
2834     /ol/@start;integer:syntax error;m
2835    
2836     #data
2837     <ol start="-+1" xmlns="http://www.w3.org/1999/xhtml"/>
2838     #errors
2839     /ol/@start;integer:syntax error;m
2840    
2841     #data
2842     <ol start="1aaa" xmlns="http://www.w3.org/1999/xhtml"/>
2843     #errors
2844     /ol/@start;integer:syntax error;m
2845    
2846     #data
2847     <ol start="xxxxx" xmlns="http://www.w3.org/1999/xhtml"/>
2848     #errors
2849     /ol/@start;integer:syntax error;m
2850    
2851     #data
2852     <ol start=" 1" xmlns="http://www.w3.org/1999/xhtml"/>
2853     #errors
2854     /ol/@start;integer:syntax error;m
2855    
2856     #data
2857     <ol start="1 " xmlns="http://www.w3.org/1999/xhtml"/>
2858     #errors
2859     /ol/@start;integer:syntax error;m
2860    
2861     #data
2862     <ol start=" 1 " xmlns="http://www.w3.org/1999/xhtml"/>
2863     #errors
2864     /ol/@start;integer:syntax error;m
2865    
2866     #data
2867     <ol start="_1" xmlns="http://www.w3.org/1999/xhtml"/>
2868     #errors
2869     /ol/@start;integer:syntax error;m
2870    
2871     #data
2872     <ol start="&#x4E00;" xmlns="http://www.w3.org/1999/xhtml"/>
2873     #errors
2874     /ol/@start;integer:syntax error;m
2875    
2876     #data
2877     <ol start="" xmlns="http://www.w3.org/1999/xhtml"/>
2878     #errors
2879     /ol/@start;integer:syntax error;m
2880    
2881     #data
2882     <ol start="&#x2212;1" xmlns="http://www.w3.org/1999/xhtml"/>
2883     #errors
2884     /ol/@start;integer:syntax error;m
2885    
2886     #data
2887     <ol reversed="" xmlns="http://www.w3.org/1999/xhtml"/>
2888     #errors
2889    
2890     #data
2891     <ol reversed="reversed" xmlns="http://www.w3.org/1999/xhtml"/>
2892     #errors
2893    
2894     #data
2895     <ol reversed="REVERSED" xmlns="http://www.w3.org/1999/xhtml"/>
2896     #errors
2897    
2898     #data
2899     <ol reversed=" reversed " xmlns="http://www.w3.org/1999/xhtml"/>
2900     #errors
2901     /ol/@reversed;boolean:invalid;m
2902    
2903     #data
2904     <ol reversed="yes" xmlns="http://www.w3.org/1999/xhtml"/>
2905     #errors
2906     /ol/@reversed;boolean:invalid;m
2907    
2908     #data
2909     <ol reversed="on" xmlns="http://www.w3.org/1999/xhtml"/>
2910     #errors
2911     /ol/@reversed;boolean:invalid;m
2912    
2913     #data
2914     <ol reversed="true" xmlns="http://www.w3.org/1999/xhtml"/>
2915     #errors
2916     /ol/@reversed;boolean:invalid;m
2917    
2918     #data
2919     <ol reverse="" xmlns="http://www.w3.org/1999/xhtml"/>
2920     #errors
2921     /ol/@reverse;attribute not defined;m
2922    
2923     #data
2924     <ol reversed="reverse" xmlns="http://www.w3.org/1999/xhtml"/>
2925     #errors
2926     /ol/@reversed;boolean:invalid;m
2927    
2928     #data
2929     <ol xmlns="http://www.w3.org/1999/xhtml">
2930     <li value=""/>
2931     </ol>
2932     #errors
2933     /ol/li/@value;integer:syntax error;m
2934     /ol/li;no significant content;s
2935    
2936     #data
2937     <ol xmlns="http://www.w3.org/1999/xhtml">
2938     <li value="1"/>
2939     </ol>
2940     #errors
2941     /ol/li;no significant content;s
2942    
2943     #data
2944     <ol xmlns="http://www.w3.org/1999/xhtml">
2945     <li value="0"/>
2946     </ol>
2947     #errors
2948     /ol/li;no significant content;s
2949    
2950     #data
2951     <ol xmlns="http://www.w3.org/1999/xhtml">
2952     <li value="-1"/>
2953     </ol>
2954     #errors
2955     /ol/li;no significant content;s
2956    
2957     #data
2958     <ol xmlns="http://www.w3.org/1999/xhtml">
2959     <li value="+1"/>
2960     </ol>
2961     #errors
2962     /ol/li;no significant content;s
2963 wakaba 1.2 /ol/li/@value;integer:syntax error;m
2964 wakaba 1.1
2965     #data
2966     <ol xmlns="http://www.w3.org/1999/xhtml">
2967     <li value="xxx"/>
2968     </ol>
2969     #errors
2970     /ol/li/@value;integer:syntax error;m
2971     /ol/li;no significant content;s
2972    
2973     #data
2974     <ul xmlns="http://www.w3.org/1999/xhtml">
2975     <li value=""/>
2976     </ul>
2977     #errors
2978 wakaba 1.2 /ul/li/@value;non-ol li value;m
2979 wakaba 1.1 /ul/li/@value;integer:syntax error;m
2980     /ul/li;no significant content;s
2981    
2982     #data
2983     <ul xmlns="http://www.w3.org/1999/xhtml">
2984     <li value="1"/>
2985     </ul>
2986     #errors
2987 wakaba 1.2 /ul/li/@value;non-ol li value;m
2988 wakaba 1.1 /ul/li;no significant content;s
2989    
2990     #data
2991     <ul xmlns="http://www.w3.org/1999/xhtml">
2992     <li value="0"/>
2993     </ul>
2994     #errors
2995 wakaba 1.2 /ul/li/@value;non-ol li value;m
2996 wakaba 1.1 /ul/li;no significant content;s
2997    
2998     #data
2999     <ul xmlns="http://www.w3.org/1999/xhtml">
3000     <li value="-1"/>
3001     </ul>
3002     #errors
3003 wakaba 1.2 /ul/li/@value;non-ol li value;m
3004 wakaba 1.1 /ul/li;no significant content;s
3005    
3006     #data
3007     <ul xmlns="http://www.w3.org/1999/xhtml">
3008     <li value="+1"/>
3009     </ul>
3010     #errors
3011 wakaba 1.2 /ul/li/@value;integer:syntax error;m
3012     /ul/li/@value;non-ol li value;m
3013 wakaba 1.1 /ul/li;no significant content;s
3014    
3015     #data
3016     <ul xmlns="http://www.w3.org/1999/xhtml">
3017     <li value="xxx"/>
3018     </ul>
3019     #errors
3020     /ul/li/@value;integer:syntax error;m
3021 wakaba 1.2 /ul/li/@value;non-ol li value;m
3022 wakaba 1.1 /ul/li;no significant content;s
3023    
3024     #data
3025 wakaba 1.2 <menu xmlns="http://www.w3.org/1999/xhtml">
3026     <li value="1"/>
3027     </menu>
3028     #errors
3029     /menu/li/@value;non-ol li value;m
3030     /menu/li;no significant content;s
3031    
3032     #data
3033     <dir xmlns="http://www.w3.org/1999/xhtml">
3034     <li value="1"/>
3035     </dir>
3036     #errors
3037     /dir/li/@value;non-ol li value;m
3038     /dir/li;no significant content;s
3039     /dir;element not defined;m
3040    
3041     #data
3042 wakaba 1.1 <li value="" xmlns="http://www.w3.org/1999/xhtml"/>
3043     #errors
3044     /li/@value;integer:syntax error;m
3045 wakaba 1.2 /li/@value;non-ol li value;m
3046 wakaba 1.1 /li;no significant content;s
3047    
3048     #data
3049     <li value="1" xmlns="http://www.w3.org/1999/xhtml"/>
3050     #errors
3051 wakaba 1.2 /li/@value;non-ol li value;m
3052 wakaba 1.1 /li;no significant content;s
3053    
3054     #data
3055     <li value="0" xmlns="http://www.w3.org/1999/xhtml"/>
3056     #errors
3057 wakaba 1.2 /li/@value;non-ol li value;m
3058 wakaba 1.1 /li;no significant content;s
3059    
3060     #data
3061     <li value="-1" xmlns="http://www.w3.org/1999/xhtml"/>
3062     #errors
3063 wakaba 1.2 /li/@value;non-ol li value;m
3064 wakaba 1.1 /li;no significant content;s
3065    
3066     #data
3067     <li value="+1" xmlns="http://www.w3.org/1999/xhtml"/>
3068     #errors
3069 wakaba 1.2 /li/@value;non-ol li value;m
3070     /li/@value;integer:syntax error;m
3071 wakaba 1.1 /li;no significant content;s
3072    
3073     #data
3074     <li value="xxx" xmlns="http://www.w3.org/1999/xhtml"/>
3075     #errors
3076     /li/@value;integer:syntax error;m
3077 wakaba 1.2 /li/@value;non-ol li value;m
3078 wakaba 1.1 /li;no significant content;s
3079    
3080     #data
3081     <ol compact="" xmlns="http://www.w3.org/1999/xhtml"/>
3082     #errors
3083     /ol/@compact;attribute not defined;m
3084    
3085     #data
3086     <ol compact="compact" xmlns="http://www.w3.org/1999/xhtml"/>
3087     #errors
3088     /ol/@compact;attribute not defined;m
3089    
3090     #data
3091     <ol compact="Compact" xmlns="http://www.w3.org/1999/xhtml"/>
3092     #errors
3093     /ol/@compact;attribute not defined;m
3094    
3095     #data
3096     <ol compact="Compat" xmlns="http://www.w3.org/1999/xhtml"/>
3097     #errors
3098     /ol/@compact;attribute not defined;m
3099     /ol/@compact;boolean:invalid;m
3100    
3101     #data
3102     <ul compact="" xmlns="http://www.w3.org/1999/xhtml"/>
3103     #errors
3104     /ul/@compact;attribute not defined;m
3105    
3106     #data
3107     <ul compact="compact" xmlns="http://www.w3.org/1999/xhtml"/>
3108     #errors
3109     /ul/@compact;attribute not defined;m
3110    
3111     #data
3112     <ul compact="Compact" xmlns="http://www.w3.org/1999/xhtml"/>
3113     #errors
3114     /ul/@compact;attribute not defined;m
3115    
3116     #data
3117     <ul compact="compat" xmlns="http://www.w3.org/1999/xhtml"/>
3118     #errors
3119     /ul/@compact;attribute not defined;m
3120     /ul/@compact;boolean:invalid;m
3121    
3122     #data
3123     <dir compact="" xmlns="http://www.w3.org/1999/xhtml"/>
3124     #errors
3125     /dir/@compact;attribute not defined;m
3126     /dir;element not defined;m
3127    
3128     #data
3129     <dir compact="compact" xmlns="http://www.w3.org/1999/xhtml"/>
3130     #errors
3131     /dir/@compact;attribute not defined;m
3132     /dir;element not defined;m
3133    
3134     #data
3135     <dir compact="Compact" xmlns="http://www.w3.org/1999/xhtml"/>
3136     #errors
3137     /dir/@compact;attribute not defined;m
3138     /dir;element not defined;m
3139    
3140     #data
3141     <dir compact="combact" xmlns="http://www.w3.org/1999/xhtml"/>
3142     #errors
3143     /dir/@compact;attribute not defined;m
3144     /dir/@compact;boolean:invalid;m
3145     /dir;element not defined;m
3146    
3147     #data
3148     <menu compact="" xmlns="http://www.w3.org/1999/xhtml"/>
3149     #errors
3150     /menu/@compact;attribute not defined;m
3151     /menu;no significant content;s
3152    
3153     #data
3154     <menu compact="compact" xmlns="http://www.w3.org/1999/xhtml"/>
3155     #errors
3156     /menu/@compact;attribute not defined;m
3157     /menu;no significant content;s
3158    
3159     #data
3160     <menu compact="Compact" xmlns="http://www.w3.org/1999/xhtml"/>
3161     #errors
3162     /menu/@compact;attribute not defined;m
3163     /menu;no significant content;s
3164    
3165     #data
3166     <menu compact="conpact" xmlns="http://www.w3.org/1999/xhtml"/>
3167     #errors
3168     /menu/@compact;attribute not defined;m
3169     /menu/@compact;boolean:invalid;m
3170     /menu;no significant content;s
3171    
3172     #data
3173     <dl compact="" xmlns="http://www.w3.org/1999/xhtml"/>
3174     #errors
3175     /dl/@compact;attribute not defined;m
3176    
3177     #data
3178     <dl compact="compact" xmlns="http://www.w3.org/1999/xhtml"/>
3179     #errors
3180     /dl/@compact;attribute not defined;m
3181    
3182     #data
3183     <dl compact="Compact" xmlns="http://www.w3.org/1999/xhtml"/>
3184     #errors
3185     /dl/@compact;attribute not defined;m
3186    
3187     #data
3188     <dl compact="compacts" xmlns="http://www.w3.org/1999/xhtml"/>
3189     #errors
3190     /dl/@compact;attribute not defined;m
3191     /dl/@compact;boolean:invalid;m
3192 wakaba 1.3
3193     #data
3194     <h1 align="left" xmlns="http://www.w3.org/1999/xhtml"/>
3195     #errors
3196     /h1/@align;attribute not defined;m
3197     /h1;no significant content;s
3198    
3199     #data
3200     <h1 align="nonleft" xmlns="http://www.w3.org/1999/xhtml">x</h1>
3201     #errors
3202     /h1/@align;attribute not defined;m
3203     /h1/@align;enumerated:invalid;m
3204    
3205     #data
3206     <h2 align="justify" xmlns="http://www.w3.org/1999/xhtml">x</h2>
3207     #errors
3208     /h2/@align;attribute not defined;m
3209    
3210     #data
3211     <address align="left" xmlns="http://www.w3.org/1999/xhtml"/>
3212     #errors
3213     /address/@align;attribute not defined;m
3214     /address;no significant content;s
3215    
3216     #data
3217     <p xmlns="http://www.w3.org/1999/xhtml">
3218     <dfn></dfn>
3219     </p>
3220     #errors
3221     /p;no significant content;s
3222     /p/dfn;no significant content;s
3223    
3224     #data
3225     <p align="" xmlns="http://www.w3.org/1999/xhtml"/>
3226     #errors
3227     /p/@align;attribute not defined;m
3228     /p/@align;enumerated:invalid;m
3229     /p;no significant content;s
3230    
3231     #data
3232     <p align="left" xmlns="http://www.w3.org/1999/xhtml"/>
3233     #errors
3234     /p/@align;attribute not defined;m
3235     /p;no significant content;s
3236    
3237     #data
3238     <p align="justifY" xmlns="http://www.w3.org/1999/xhtml"/>
3239     #errors
3240     /p/@align;attribute not defined;m
3241     /p;no significant content;s
3242    
3243     #data
3244     <hr align="left" xmlns="http://www.w3.org/1999/xhtml"/>
3245     #errors
3246     /hr/@align;attribute not defined;m
3247    
3248     #data
3249     <div align="" xmlns="http://www.w3.org/1999/xhtml">x</div>
3250     #errors
3251     /div/@align;attribute not defined;m
3252     /div/@align;enumerated:invalid;m
3253    
3254     #data
3255     <div align="Left" xmlns="http://www.w3.org/1999/xhtml">x</div>
3256     #errors
3257     /div/@align;attribute not defined;m
3258    
3259     #data
3260     <div align="center" xmlns="http://www.w3.org/1999/xhtml"/>
3261     #errors
3262     /div/@align;attribute not defined;m
3263     /div;no significant content;s
3264    
3265     #data
3266     <div align="right" xmlns="http://www.w3.org/1999/xhtml">x</div>
3267     #errors
3268     /div/@align;attribute not defined;m
3269    
3270     #data
3271     <div align="justify" xmlns="http://www.w3.org/1999/xhtml">x</div>
3272     #errors
3273     /div/@align;attribute not defined;m
3274    
3275     #data
3276     <div align="xxx" xmlns="http://www.w3.org/1999/xhtml">x</div>
3277     #errors
3278     /div/@align;attribute not defined;m
3279     /div/@align;enumerated:invalid;m
3280    
3281     #data
3282     <div align=" left" xmlns="http://www.w3.org/1999/xhtml">x</div>
3283     #errors
3284     /div/@align;attribute not defined;m
3285     /div/@align;enumerated:invalid;m
3286    
3287     #data
3288     <ins cite="http://test/" xmlns="http://www.w3.org/1999/xhtml">x</ins>
3289     #errors
3290    
3291     #data
3292     <ins cite="http://test/100%/" xmlns="http://www.w3.org/1999/xhtml">x</ins>
3293     #errors
3294     /ins/@cite;syntax error:iriref3987;m
3295    
3296     #data
3297     <ins xmlns="http://www.w3.org/1999/xhtml"
3298     datetime="">x</ins>
3299     #errors
3300     /ins/@datetime;datetime:syntax error;m
3301    
3302     #data
3303     <ins xmlns="http://www.w3.org/1999/xhtml"
3304     datetime="2007-05">x</ins>
3305     #errors
3306     /ins/@datetime;datetime:syntax error;m
3307    
3308     #data
3309     <ins xmlns="http://www.w3.org/1999/xhtml"
3310     datetime="2007-06">x</ins>
3311     #errors
3312     /ins/@datetime;datetime:syntax error;m
3313    
3314     #data
3315     <ins xmlns="http://www.w3.org/1999/xhtml"
3316     datetime="2007-08-09">x</ins>
3317     #errors
3318     /ins/@datetime;datetime:syntax error;m
3319    
3320     #data
3321     <ins xmlns="http://www.w3.org/1999/xhtml"
3322     datetime="2007-09-10T00:12">x</ins>
3323     #errors
3324     /ins/@datetime;datetime:syntax error;m
3325    
3326     #data
3327     <ins xmlns="http://www.w3.org/1999/xhtml"
3328     datetime="2007-09-23T33:34:23">x</ins>
3329     #errors
3330     /ins/@datetime;datetime:syntax error;m
3331    
3332     #data
3333     <ins xmlns="http://www.w3.org/1999/xhtml"
3334     datetime="2007-04-31T33:11:00+09">x</ins>
3335     #errors
3336     /ins/@datetime;datetime:syntax error;m
3337    
3338     #data
3339     <ins xmlns="http://www.w3.org/1999/xhtml"
3340 wakaba 1.4 datetime="0037-12-13T00:00Z">x</ins>
3341     #errors
3342    
3343     #data
3344     <ins xmlns="http://www.w3.org/1999/xhtml"
3345 wakaba 1.3 datetime="0037-12-13 00:00 Z">x</ins>
3346     #errors
3347 wakaba 1.4 /ins/@datetime;datetime:syntax error;m
3348 wakaba 1.3
3349     #data
3350     <?xml version="1.1"?>
3351     <ins xmlns="http://www.w3.org/1999/xhtml"
3352     datetime="0037-12-13&#x000b;00:00 Z">x</ins>
3353     #errors
3354     /ins/@datetime;datetime:syntax error;m
3355    
3356     #data
3357     <?xml version="1.1"?>
3358     <ins xmlns="http://www.w3.org/1999/xhtml"
3359     datetime="0037-12-13T&#x000b;00:00 Z">x</ins>
3360     #errors
3361     /ins/@datetime;datetime:syntax error;m
3362    
3363     #data
3364     <?xml version="1.1"?>
3365     <ins xmlns="http://www.w3.org/1999/xhtml"
3366     datetime="0037-12-13&#x000b;T00:00 Z">x</ins>
3367     #errors
3368     /ins/@datetime;datetime:syntax error;m
3369    
3370     #data
3371     <?xml version="1.1"?>
3372     <ins xmlns="http://www.w3.org/1999/xhtml"
3373     datetime="0037-12-13 00:00&#x000b;Z">x</ins>
3374     #errors
3375     /ins/@datetime;datetime:syntax error;m
3376    
3377     #data
3378     <ins xmlns="http://www.w3.org/1999/xhtml"
3379     datetime="1979-10-14T12:00:00.001-04:00">x</ins>
3380     #errors
3381    
3382     #data
3383     <ins xmlns="http://www.w3.org/1999/xhtml"
3384     datetime="8592-01-01 T 02:09 +02:09">x</ins>
3385     #errors
3386 wakaba 1.4 /ins/@datetime;datetime:syntax error;m
3387    
3388     #data
3389     <ins xmlns="http://www.w3.org/1999/xhtml"
3390     datetime="8592-01-01T02:09+02:09">x</ins>
3391     #errors
3392 wakaba 1.3
3393     #data
3394     <ins xmlns="http://www.w3.org/1999/xhtml"
3395     datetime="2007-04-12T00:00Z">x</ins>
3396     #errors
3397    
3398     #data
3399     <ins xmlns="http://www.w3.org/1999/xhtml"
3400     datetime="10000-10-31T00:44Z">x</ins>
3401     #errors
3402 wakaba 1.4
3403     #data
3404     <ins xmlns="http://www.w3.org/1999/xhtml"
3405     datetime="0000-03-14T14:33Z">x</ins>
3406     #errors
3407     /ins/@datetime;datetime:bad year;m
3408 wakaba 1.3
3409     #data
3410     <ins xmlns="http://www.w3.org/1999/xhtml"
3411     datetime="-3333-03-14T14:33Z">x</ins>
3412     #errors
3413     /ins/@datetime;datetime:syntax error;m
3414    
3415     #data
3416     <ins xmlns="http://www.w3.org/1999/xhtml"
3417     datetime="1999-06-23 T04:44Z">x</ins>
3418     #errors
3419 wakaba 1.4 /ins/@datetime;datetime:syntax error;m
3420    
3421     #data
3422     <ins xmlns="http://www.w3.org/1999/xhtml"
3423     datetime="1999-06-23T04:44Z">x</ins>
3424     #errors
3425    
3426     #data
3427     <ins xmlns="http://www.w3.org/1999/xhtml"
3428     datetime="4444-06-22T11:22Z">x</ins>
3429     #errors
3430 wakaba 1.3
3431     #data
3432     <ins xmlns="http://www.w3.org/1999/xhtml"
3433     datetime="4444-06-22 T 11:22Z">x</ins>
3434     #errors
3435 wakaba 1.4 /ins/@datetime;datetime:syntax error;m
3436 wakaba 1.3
3437     #data
3438     <ins xmlns="http://www.w3.org/1999/xhtml"
3439     datetime="98-02-12T11:22Z">x</ins>
3440     #errors
3441     /ins/@datetime;datetime:syntax error;m
3442    
3443     #data
3444     <ins xmlns="http://www.w3.org/1999/xhtml"
3445     datetime="2007-02-29T00:00Z">x</ins>
3446     #errors
3447     /ins/@datetime;datetime:bad day;m
3448    
3449     #data
3450     <ins xmlns="http://www.w3.org/1999/xhtml"
3451     datetime="2008-02-29T00:00Z">x</ins>
3452     #errors
3453    
3454     #data
3455     <ins xmlns="http://www.w3.org/1999/xhtml"
3456     datetime="2000-02-29T00:00Z">x</ins>
3457     #errors
3458    
3459     #data
3460     <ins xmlns="http://www.w3.org/1999/xhtml"
3461     datetime="1900-02-29T00:00Z">x</ins>
3462     #errors
3463     /ins/@datetime;datetime:bad day;m
3464    
3465     #data
3466     <ins xmlns="http://www.w3.org/1999/xhtml"
3467     datetime="2007-02-30T00:00Z">x</ins>
3468     #errors
3469     /ins/@datetime;datetime:bad day;m
3470    
3471     #data
3472     <ins xmlns="http://www.w3.org/1999/xhtml"
3473     datetime="2000-02-30T00:00Z">x</ins>
3474     #errors
3475     /ins/@datetime;datetime:bad day;m
3476    
3477     #data
3478     <ins xmlns="http://www.w3.org/1999/xhtml"
3479     datetime="2007-01-32T00:00Z">xM</ins>
3480     #errors
3481     /ins/@datetime;datetime:bad day;m
3482    
3483     #data
3484     <ins xmlns="http://www.w3.org/1999/xhtml"
3485     datetime="2007-01-00T00:00Z">x</ins>
3486     #errors
3487     /ins/@datetime;datetime:bad day;m
3488    
3489     #data
3490     <ins xmlns="http://www.w3.org/1999/xhtml"
3491     datetime="2007-00-29T00:00Z">x</ins>
3492     #errors
3493     /ins/@datetime;datetime:bad month;m
3494    
3495     #data
3496     <ins xmlns="http://www.w3.org/1999/xhtml"
3497     datetime="2007-13-29T00:00Z">x</ins>
3498     #errors
3499     /ins/@datetime;datetime:bad month;m
3500    
3501     #data
3502     <ins xmlns="http://www.w3.org/1999/xhtml"
3503     datetime="2007-02-21T23:00Z">x</ins>
3504     #errors
3505    
3506     #data
3507     <ins xmlns="http://www.w3.org/1999/xhtml"
3508     datetime="2007-02-21T24:00Z">x</ins>
3509     #errors
3510     /ins/@datetime;datetime:bad hour;m
3511    
3512     #data
3513     <ins xmlns="http://www.w3.org/1999/xhtml"
3514     datetime="2007-02-21T23:59Z">x</ins>
3515     #errors
3516    
3517     #data
3518     <ins xmlns="http://www.w3.org/1999/xhtml"
3519     datetime="2007-02-21T23:60Z">x</ins>
3520     #errors
3521     /ins/@datetime;datetime:bad minute;m
3522    
3523     #data
3524     <ins xmlns="http://www.w3.org/1999/xhtml"
3525     datetime="2007-02-21T23:00:60Z">x</ins>
3526     #errors
3527     /ins/@datetime;datetime:bad second;m
3528    
3529     #data
3530     <ins xmlns="http://www.w3.org/1999/xhtml"
3531     datetime="2007-02-21T23:00:61Z">x</ins>
3532     #errors
3533     /ins/@datetime;datetime:bad second;m
3534    
3535     #data
3536     <ins xmlns="http://www.w3.org/1999/xhtml"
3537     datetime="2007-02-21T23:00:00.123Z">xM</ins>
3538     #errors
3539    
3540     #data
3541     <ins xmlns="http://www.w3.org/1999/xhtml"
3542 wakaba 1.4 datetime="2007-02-21T23:00:00.124444Z">x</ins>
3543     #errors
3544    
3545     #data
3546     <ins xmlns="http://www.w3.org/1999/xhtml"
3547 wakaba 1.3 datetime="2007-02-21T23:00.124444Z">x</ins>
3548     #errors
3549 wakaba 1.4 /ins/@datetime;datetime:syntax error;m
3550 wakaba 1.3
3551     #data
3552     <ins xmlns="http://www.w3.org/1999/xhtml"
3553     datetime="2007-02-21T23:00.Z">x</ins>
3554     #errors
3555     /ins/@datetime;datetime:syntax error;m
3556    
3557     #data
3558     <ins xmlns="http://www.w3.org/1999/xhtml"
3559     datetime="2007-02-21T23:00+09:00">x</ins>
3560     #errors
3561    
3562     #data
3563     <ins xmlns="http://www.w3.org/1999/xhtml"
3564     datetime="2007-02-21T23:00-09:00">x</ins>
3565     #errors
3566    
3567     #data
3568     <ins xmlns="http://www.w3.org/1999/xhtml"
3569     datetime="2007-02-21T23:00 +09:00">xm</ins>
3570     #errors
3571 wakaba 1.4 /ins/@datetime;datetime:syntax error;m
3572 wakaba 1.3
3573     #data
3574     <ins xmlns="http://www.w3.org/1999/xhtml"
3575     datetime="2007-02-21T23:00+0900">x</ins>
3576     #errors
3577     /ins/@datetime;datetime:syntax error;m
3578    
3579     #data
3580     <ins xmlns="http://www.w3.org/1999/xhtml"
3581     datetime="2007-02-21T23:00A">x</ins>
3582     #errors
3583     /ins/@datetime;datetime:syntax error;m
3584    
3585     #data
3586     <ins xmlns="http://www.w3.org/1999/xhtml"
3587     datetime="2007-02-21T23:00z">x</ins>
3588     #errors
3589     /ins/@datetime;datetime:syntax error;m
3590    
3591     #data
3592     <ins xmlns="http://www.w3.org/1999/xhtml"
3593     datetime="2007-02-21t23:00Z">x</ins>
3594     #errors
3595     /ins/@datetime;datetime:syntax error;m
3596    
3597     #data
3598     <ins xmlns="http://www.w3.org/1999/xhtml"
3599     datetime="2007-02-21T23:00+23:00">x</ins>
3600     #errors
3601    
3602     #data
3603     <ins xmlns="http://www.w3.org/1999/xhtml"
3604     datetime="2007-02-21T23:00+24:00">x</ins>
3605     #errors
3606     /ins/@datetime;datetime:bad timezone hour;m
3607    
3608     #data
3609     <ins xmlns="http://www.w3.org/1999/xhtml"
3610     datetime="2007-02-21T23:00-23:00">x</ins>
3611     #errors
3612    
3613     #data
3614     <ins xmlns="http://www.w3.org/1999/xhtml"
3615     datetime="2007-02-21T23:00-24:00">x</ins>
3616     #errors
3617     /ins/@datetime;datetime:bad timezone hour;m
3618    
3619     #data
3620     <ins xmlns="http://www.w3.org/1999/xhtml"
3621     datetime="2007-02-21T23:00-00:00">x</ins>
3622     #errors
3623    
3624     #data
3625     <ins xmlns="http://www.w3.org/1999/xhtml"
3626     datetime="2007-02-21T23:00+00:14.5">x</ins>
3627     #errors
3628     /ins/@datetime;datetime:syntax error;m
3629    
3630     #data
3631     <ins xmlns="http://www.w3.org/1999/xhtml"
3632     datetime="2007-02-21T23:00+00:59">xM</ins>
3633     #errors
3634    
3635     #data
3636     <ins xmlns="http://www.w3.org/1999/xhtml"
3637     datetime="2007-02-21T23:00+00:60">x</ins>
3638     #errors
3639     /ins/@datetime;datetime:bad timezone minute;m
3640    
3641     #data
3642     <ins xmlns="http://www.w3.org/1999/xhtml"
3643     datetime="2007-02-21T23:00-00:60">x</ins>
3644     #errors
3645     /ins/@datetime;datetime:bad timezone minute;m
3646    
3647     #data
3648     <ins xmlns="http://www.w3.org/1999/xhtml"
3649     datetime="2007-02-21T23:00 00:00">x</ins>
3650     #errors
3651     /ins/@datetime;datetime:syntax error;m
3652    
3653     #data
3654     <ins xmlns="http://www.w3.org/1999/xhtml"
3655     datetime="2007-02-21T23:00Z ">x</ins>
3656     #errors
3657     /ins/@datetime;datetime:syntax error;m
3658    
3659     #data
3660     <ins xmlns="http://www.w3.org/1999/xhtml"
3661     datetime=" 2007-02-21T23:00Z">s</ins>
3662     #errors
3663     /ins/@datetime;datetime:syntax error;m
3664    
3665     #data
3666     <del cite="http://test/" xmlns="http://www.w3.org/1999/xhtml">x</del>
3667     #errors
3668    
3669     #data
3670     <del cite='"about:"' xmlns="http://www.w3.org/1999/xhtml">x</del>
3671     #errors
3672     /del/@cite;syntax error:iriref3987;m
3673    
3674     #data
3675     <del xmlns="http://www.w3.org/1999/xhtml"
3676     datetime="2007-02-21T23:00Z">x</del>
3677     #errors
3678    
3679     #data
3680     <del xmlns="http://www.w3.org/1999/xhtml"
3681     datetime="2007-02-31T23:00Z">x</del>
3682     #errors
3683     /del/@datetime;datetime:bad day;m
3684 wakaba 1.4
3685 wakaba 1.3 #data
3686     <p xmlns="http://www.w3.org/1999/xhtml"></p>
3687     #errors
3688     /p;no significant content;s
3689    
3690     #data
3691     <p xmlns="http://www.w3.org/1999/xhtml"> </p>
3692     #errors
3693     /p;no significant content;s
3694    
3695     #data
3696     <p xmlns="http://www.w3.org/1999/xhtml">&#x09;</p>
3697     #errors
3698     /p;no significant content;s
3699    
3700     #data
3701     <p xmlns="http://www.w3.org/1999/xhtml"><![CDATA[]]></p>
3702     #errors
3703     /p;no significant content;s
3704    
3705     #data
3706     <p xmlns="http://www.w3.org/1999/xhtml"><![CDATA[ ]]></p>
3707     #errors
3708     /p;no significant content;s
3709    
3710     #data
3711     <p xmlns="http://www.w3.org/1999/xhtml"> a</p>
3712     #errors
3713    
3714     #data
3715     <p xmlns="http://www.w3.org/1999/xhtml">bb</p>
3716     #errors
3717    
3718     #data
3719     <p xmlns="http://www.w3.org/1999/xhtml"><!---->a</p>
3720     #errors
3721    
3722     #data
3723     <p xmlns="http://www.w3.org/1999/xhtml"><i>a</i></p>
3724     #errors
3725    
3726     #data
3727     <p xmlns="http://www.w3.org/1999/xhtml"><?a?>b</p>
3728     #errors
3729    
3730     #data
3731     <p xmlns="http://www.w3.org/1999/xhtml"><img src="" alt="a"/></p>
3732     #errors
3733    
3734     #data
3735     <p xmlns="http://www.w3.org/1999/xhtml"><del>a</del></p>
3736     #errors
3737     /p;no significant content;s
3738    
3739     #data
3740     <p xmlns="http://www.w3.org/1999/xhtml">b<del>a</del></p>
3741     #errors
3742    
3743     #data
3744     <p xmlns="http://www.w3.org/1999/xhtml"><del>a</del>a</p>
3745     #errors
3746    
3747     #data
3748     <p xmlns="http://www.w3.org/1999/xhtml"><ins>a</ins></p>
3749     #errors
3750    
3751     #data
3752     <del xmlns="http://www.w3.org/1999/xhtml"></del>
3753     #errors
3754     /del;no significant content;s
3755    
3756     #data
3757     <del xmlns="http://www.w3.org/1999/xhtml">a</del>
3758     #errors
3759    
3760     #data
3761     <title xmlns="http://www.w3.org/1999/xhtml"></title>
3762     #errors
3763    
3764     #data
3765     <title xmlns="http://www.w3.org/1999/xhtml">a</title>
3766     #errors
3767    
3768     #data
3769     <body xmlns="http://www.w3.org/1999/xhtml"></body>
3770     #errors
3771     /body;no significant content;s
3772    
3773     #data
3774     <body xmlns="http://www.w3.org/1999/xhtml">a</body>
3775     #errors
3776    
3777     #data
3778     <div xmlns="http://www.w3.org/1999/xhtml"><p>a</p></div>
3779     #errors
3780    
3781     #data
3782     <div xmlns="http://www.w3.org/1999/xhtml">a<p></p></div>
3783     #errors
3784     /div/p;no significant content;s
3785    
3786     #data
3787     <div xmlns="http://www.w3.org/1999/xhtml"><p></p>a</div>
3788     #errors
3789     /div/p;no significant content;s
3790    
3791     #data
3792     <li xmlns="http://www.w3.org/1999/xhtml"><p>a</p></li>
3793     #errors
3794    
3795     #data
3796     <li xmlns="http://www.w3.org/1999/xhtml">a<p></p></li>
3797     #errors
3798     /li/p;no significant content;s
3799    
3800     #data
3801     <li xmlns="http://www.w3.org/1999/xhtml"><p></p>a</li>
3802     #errors
3803     /li/p;no significant content;s
3804    

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24