/[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.4 - (hide annotations) (download)
Mon Dec 15 06:41:21 2008 UTC (17 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.3: +38 -1 lines
++ whatpm/t/dom-conformance/ChangeLog	15 Dec 2008 06:41:13 -0000
2008-12-15  Wakaba  <wakaba@suika.fam.cx>

	* html-flows-1.dat: Updated test results and added some new tests.

	* html-form-input-1.dat: Added some new tests.

++ whatpm/Whatpm/ContentChecker/ChangeLog	15 Dec 2008 06:40:20 -0000
2008-12-15  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm ($HTMLDatetimeAttrChecker): Removed.
	($GetDateTimeAttrChecker): Added.
	($GetHTMLFloatingPointNumberAttrChecker): Set |number_value| for
	later use.
	(ins/@datetime, del/@datetime): Changed to use newer definitin of
	"global date and time string".
	(input's date- and time-related, and type=number and type=range
	control types): Implemented value="", min="", and max="".

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24