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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.6 - (hide annotations) (download)
Sat Aug 22 10:13:40 2009 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.5: +5 -0 lines
++ whatpm/t/dom-conformance/ChangeLog	22 Aug 2009 10:12:51 -0000
	* html-interactive-1.dat, html-datatemplate.dat,
	html-form-label.dat, html-links-1.dat: Revised test data on
	|datagrid| (HTML5 revision 2962, HTML5 revision 3555).

2009-08-22  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ContentChecker/ChangeLog	22 Aug 2009 10:13:28 -0000
	* HTML.pm: The |datagrid| element has been commented out in the
	spec (HTML5 revision 2962, HTML5 revision 3555).

2009-08-22  Wakaba  <wakaba@suika.fam.cx>

1 wakaba 1.1
2     #data
3     <datatemplate xmlns="http://www.w3.org/1999/xhtml"/>
4     #errors
5    
6     #data
7     <datatemplate xmlns="http://www.w3.org/1999/xhtml"><rule/></datatemplate>
8     #errors
9    
10     #data
11     <datatemplate xmlns="http://www.w3.org/1999/xhtml">
12     <rule/>
13     </datatemplate>
14     #errors
15    
16     #data
17     <datatemplate xmlns="http://www.w3.org/1999/xhtml">
18     <rule/><!-- -->
19     </datatemplate>
20     #errors
21    
22     #data
23     <datatemplate xmlns="http://www.w3.org/1999/xhtml"><rule/>aa</datatemplate>
24     #errors
25     /datatemplate/"aa";character not allowed;m
26    
27     #data
28     <datatemplate xmlns="http://www.w3.org/1999/xhtml">aa<rule/></datatemplate>
29     #errors
30     /datatemplate/"aa";character not allowed;m
31    
32     #data
33     <datatemplate xmlns="http://www.w3.org/1999/xhtml"><p/></datatemplate>
34     #errors
35     /datatemplate/p;element not allowed:datatemplate;m
36     /datatemplate/p;no significant content;s
37    
38     #data
39     <head xmlns="http://www.w3.org/1999/xhtml">
40     <title/>
41     <datatemplate/>
42     </head>
43     #errors
44    
45     #data
46     <body xmlns="http://www.w3.org/1999/xhtml">
47     <datatemplate/>
48     </body>
49     #errors
50     /body;no significant content;s
51    
52     #data
53     <section xmlns="http://www.w3.org/1999/xhtml">
54     <datatemplate/>
55     </section>
56     #errors
57     /section;no significant content;s
58    
59     #data
60     <p xmlns="http://www.w3.org/1999/xhtml">
61     <datatemplate/>
62     </p>
63     #errors
64     /p/datatemplate;element not allowed:phrasing;m
65     /p;no significant content;s
66    
67     #data
68     <datetemplate xmlns="http://www.w3.org/1999/xhtml"/>
69     #errors
70     /datetemplate;element not defined;m
71    
72     #data
73     <rule xmlns="http://www.w3.org/1999/xhtml"/>
74     #errors
75    
76     #data
77     <rule xmlns="http://www.w3.org/1999/xhtml"><p/></rule>
78     #errors
79     /rule/p;no significant content;s
80    
81     #data
82     <rule xmlns="http://www.w3.org/1999/xhtml">aa</rule>
83     #errors
84    
85     #data
86     <rule xmlns="http://www.w3.org/1999/xhtml"><!----><?a?></rule>
87     #errors
88    
89     #data
90     <rule xmlns="http://www.w3.org/1999/xhtml"><unknownelement/></rule>
91     #errors
92     /rule/unknownelement;element not defined;m
93    
94     #data
95     <rule xmlns="http://www.w3.org/1999/xhtml"><unknown xmlns=""/></rule>
96     #errors
97     /rule/unknown;unknown element;u
98    
99     #data
100     <rule xmlns="http://www.w3.org/1999/xhtml">
101     <unknown xmlns="http://www.example.org/"/>
102     </rule>
103     #errors
104     /rule/unknown;unknown element;u
105    
106     #data
107     <p xmlns="http://www.w3.org/1999/xhtml"><rule/></p>
108     #errors
109     /p/rule;element not allowed:phrasing;m
110     /p;no significant content;s
111    
112     #data
113     <body xmlns="http://www.w3.org/1999/xhtml"><rule/></body>
114     #errors
115     /body/rule;element not allowed:flow;m
116     /body;no significant content;s
117    
118     #data
119     <head xmlns="http://www.w3.org/1999/xhtml"><title/><rule/></head>
120     #errors
121     /head/rule;element not allowed:metadata;m
122    
123     #data
124     <nest xmlns="http://www.w3.org/1999/xhtml"/>
125     #errors
126    
127     #data
128     <nest xmlns="http://www.w3.org/1999/xhtml"> </nest>
129     #errors
130    
131     #data
132     <nest xmlns="http://www.w3.org/1999/xhtml">aa</nest>
133     #errors
134     /nest/"aa";character not allowed:empty;m
135    
136     #data
137     <nest xmlns="http://www.w3.org/1999/xhtml"><p/></nest>
138     #errors
139     /nest/p;element not allowed:empty;m
140     /nest/p;no significant content;s
141    
142     #data
143     <nest xmlns="http://www.w3.org/1999/xhtml"><!----></nest>
144     #errors
145    
146     #data
147     <nest xmlns="http://www.w3.org/1999/xhtml"><nest/></nest>
148     #errors
149     /nest/nest;element not allowed:empty;m
150    
151     #data
152     <p xmlns="http://www.w3.org/1999/xhtml"><nest/></p>
153     #errors
154     /p/nest;element not allowed:phrasing;m
155     /p;no significant content;s
156    
157     #data
158     <head xmlns="http://www.w3.org/1999/xhtml"><title/><nest/></head>
159     #errors
160     /head/nest;element not allowed:metadata;m
161    
162     #data
163     <div xmlns="http://www.w3.org/1999/xhtml"><nest/></div>
164     #errors
165     /div/nest;element not allowed:flow;m
166     /div;no significant content;s
167    
168     #data
169     <datatemplate xmlns="http://www.w3.org/1999/xhtml"><nest/></datatemplate>
170     #errors
171     /datatemplate/nest;element not allowed:datatemplate;m
172    
173     #data
174     <rule xmlns="http://www.w3.org/1999/xhtml"><nest/></rule>
175     #errors
176    
177     #data
178     <rule xmlns="http://www.w3.org/1999/xhtml"><br><nest/></br></rule>
179     #errors
180    
181     #data
182     <rule xmlns="http://www.w3.org/1999/xhtml"><br><nest/>a</br></rule>
183     #errors
184     /rule/br/"a";character not allowed:empty;m
185    
186     #data
187     <rule xmlns="http://www.w3.org/1999/xhtml"><title><nest/></title></rule>
188     #errors
189    
190     #data
191     <rule xmlns="http://www.w3.org/1999/xhtml"><title><nest/>aa</title></rule>
192     #errors
193    
194     #data
195     <rule xmlns="http://www.w3.org/1999/xhtml">
196     <plaintext><nest/></plaintext>
197     </rule>
198     #errors
199     /rule/plaintext;element not defined;m
200    
201     #data
202     <rule xmlns="http://www.w3.org/1999/xhtml"><section><nest/></section></rule>
203     #errors
204     /rule/section;no significant content;s
205    
206     #data
207     <rule xmlns="http://www.w3.org/1999/xhtml">
208     <section><style scoped=""/><nest/></section>
209     </rule>
210     #errors
211     /rule/section/style;SUBDOC
212     /rule/section;no significant content;s
213    
214     #data
215     <rule xmlns="http://www.w3.org/1999/xhtml">
216     <section><nest/><style scoped=""/></section>
217     </rule>
218     #errors
219     /rule/section/style;SUBDOC
220     /rule/section;no significant content;s
221    
222     #data
223     <rule xmlns="http://www.w3.org/1999/xhtml">
224     <section><nest/><style scoped=""/><p/></section>
225     </rule>
226     #errors
227     /rule/section/style;SUBDOC
228     /rule/section;no significant content;s
229     /rule/section/p;no significant content;s
230    
231     #data
232     <rule xmlns="http://www.w3.org/1999/xhtml">
233     <section><p/><style scoped=""/><nest/></section>
234     </rule>
235     #errors
236     /rule/section/style;element not allowed:flow style;m
237     /rule/section/style;SUBDOC
238     /rule/section;no significant content;s
239     /rule/section/p;no significant content;s
240    
241     #data
242     <rule xmlns="http://www.w3.org/1999/xhtml"><p><nest/></p></rule>
243     #errors
244     /rule/p;no significant content;s
245    
246     #data
247     <rule xmlns="http://www.w3.org/1999/xhtml"><p><nest/>aaa</p></rule>
248     #errors
249    
250     #data
251     <rule xmlns="http://www.w3.org/1999/xhtml"><p><!----><nest/></p></rule>
252     #errors
253     /rule/p;no significant content;s
254    
255     #data
256     <rule xmlns="http://www.w3.org/1999/xhtml"><body><nest/></body></rule>
257     #errors
258     /rule/body;no significant content;s
259    
260     #data
261     <rule xmlns="http://www.w3.org/1999/xhtml"><em><nest/></em></rule>
262     #errors
263     /rule/em;no significant content;s
264    
265     #data
266     <rule xmlns="http://www.w3.org/1999/xhtml"><em>aa<nest/></em></rule>
267     #errors
268    
269     #data
270     <rule xmlns="http://www.w3.org/1999/xhtml"><em><nest/><i/></em></rule>
271     #errors
272     /rule/em;no significant content;s
273     /rule/em/i;no significant content;s
274    
275     #data
276     <rule xmlns="http://www.w3.org/1999/xhtml"><sub><nest/></sub></rule>
277     #errors
278     /rule/sub;no significant content;s
279    
280     #data
281     <rule xmlns="http://www.w3.org/1999/xhtml"><sup><nest/><sub/></sup></rule>
282     #errors
283     /rule/sup;no significant content;s
284     /rule/sup/sub;no significant content;s
285    
286     #data
287     <rule xmlns="http://www.w3.org/1999/xhtml"><sub><em><nest/></em></sub></rule>
288     #errors
289     /rule/sub;no significant content;s
290     /rule/sub/em;no significant content;s
291    
292     #data
293     <rule xmlns="http://www.w3.org/1999/xhtml"><div><nest/></div></rule>
294     #errors
295     /rule/div;no significant content;s
296    
297     #data
298     <rule xmlns="http://www.w3.org/1999/xhtml"><div><nest/><p/></div></rule>
299     #errors
300     /rule/div;no significant content;s
301     /rule/div/p;no significant content;s
302    
303     #data
304     <rule xmlns="http://www.w3.org/1999/xhtml"><div><nest/><i/></div></rule>
305     #errors
306     /rule/div;no significant content;s
307     /rule/div/i;no significant content;s
308    
309     #data
310     <rule xmlns="http://www.w3.org/1999/xhtml"><div><nest/>aa</div></rule>
311     #errors
312    
313     #data
314     <rule xmlns="http://www.w3.org/1999/xhtml"><div><nest/><p/><i/></div></rule>
315     #errors
316     /rule/div;no significant content;s
317     /rule/div/p;no significant content;s
318     /rule/div/i;no significant content;s
319    
320     #data
321     <rule xmlns="http://www.w3.org/1999/xhtml"><div><p/><nest/></div></rule>
322     #errors
323     /rule/div;no significant content;s
324     /rule/div/p;no significant content;s
325    
326     #data
327     <rule xmlns="http://www.w3.org/1999/xhtml"><div><i/><nest/></div></rule>
328     #errors
329     /rule/div;no significant content;s
330     /rule/div/i;no significant content;s
331    
332     #data
333     <rule xmlns="http://www.w3.org/1999/xhtml"><div>aa<nest/></div></rule>
334     #errors
335    
336     #data
337     <rule xmlns="http://www.w3.org/1999/xhtml"><div>aa<nest/><p/></div></rule>
338     #errors
339     /rule/div/p;no significant content;s
340    
341     #data
342     <rule xmlns="http://www.w3.org/1999/xhtml"><aside><nest/></aside></rule>
343     #errors
344     /rule/aside;no significant content;s
345    
346     #data
347     <rule xmlns="http://www.w3.org/1999/xhtml"><aside><nest/>aa</aside></rule>
348     #errors
349    
350     #data
351     <rule xmlns="http://www.w3.org/1999/xhtml"><aside><nest/><i/></aside></rule>
352     #errors
353     /rule/aside;no significant content;s
354     /rule/aside/i;no significant content;s
355    
356     #data
357     <rule xmlns="http://www.w3.org/1999/xhtml"><aside><nest/><p/></aside></rule>
358     #errors
359     /rule/aside;no significant content;s
360     /rule/aside/p;no significant content;s
361    
362     #data
363     <rule xmlns="http://www.w3.org/1999/xhtml"><aside>aa<nest/></aside></rule>
364     #errors
365    
366     #data
367     <rule xmlns="http://www.w3.org/1999/xhtml"><aside><i/><nest/></aside></rule>
368     #errors
369     /rule/aside;no significant content;s
370     /rule/aside/i;no significant content;s
371    
372     #data
373     <rule xmlns="http://www.w3.org/1999/xhtml"><aside><p/><nest/></aside></rule>
374     #errors
375     /rule/aside;no significant content;s
376     /rule/aside/p;no significant content;s
377    
378     #data
379     <rule xmlns="http://www.w3.org/1999/xhtml">
380     <aside><nest/><style scoped=""/></aside>
381     </rule>
382     #errors
383     /rule/aside/style;SUBDOC
384     /rule/aside;no significant content;s
385    
386     #data
387     <rule xmlns="http://www.w3.org/1999/xhtml">
388     <aside><nest/><style scoped=""/>aa</aside>
389     </rule>
390     #errors
391     /rule/aside/style;SUBDOC
392    
393     #data
394     <rule xmlns="http://www.w3.org/1999/xhtml">
395     <aside><nest/><style scoped=""/><i/></aside>
396     </rule>
397     #errors
398     /rule/aside/style;SUBDOC
399     /rule/aside;no significant content;s
400     /rule/aside/i;no significant content;s
401    
402     #data
403     <rule xmlns="http://www.w3.org/1999/xhtml">
404     <aside><nest/><style scoped=""/><blockquote/></aside>
405     </rule>
406     #errors
407     /rule/aside/style;SUBDOC
408     /rule/aside;no significant content;s
409     /rule/aside/blockquote;no significant content;s
410    
411     #data
412     <rule xmlns="http://www.w3.org/1999/xhtml">
413     <aside><nest/><style scoped=""/><blockquote/><p/></aside>
414     </rule>
415     #errors
416     /rule/aside/style;SUBDOC
417     /rule/aside;no significant content;s
418     /rule/aside/blockquote;no significant content;s
419     /rule/aside/p;no significant content;s
420    
421     #data
422     <rule xmlns="http://www.w3.org/1999/xhtml">
423     <aside><nest/><style scoped=""/><blockquote/><i/></aside>
424     </rule>
425     #errors
426     /rule/aside/style;SUBDOC
427     /rule/aside;no significant content;s
428     /rule/aside/blockquote;no significant content;s
429     /rule/aside/i;no significant content;s
430    
431     #data
432     <rule xmlns="http://www.w3.org/1999/xhtml">
433     <aside><nest/><style scoped=""/><p/></aside>
434     </rule>
435     #errors
436     /rule/aside/style;SUBDOC
437     /rule/aside;no significant content;s
438     /rule/aside/p;no significant content;s
439    
440     #data
441     <rule xmlns="http://www.w3.org/1999/xhtml">
442     <aside><nest/>aa<style scoped=""/></aside>
443     </rule>
444     #errors
445     /rule/aside/style;element not allowed:flow style;m
446     /rule/aside/style;SUBDOC
447    
448     #data
449     <rule xmlns="http://www.w3.org/1999/xhtml">
450     <aside><nest/><i/><style scoped=""/></aside>
451     </rule>
452     #errors
453     /rule/aside/style;element not allowed:flow style;m
454     /rule/aside/style;SUBDOC
455     /rule/aside;no significant content;s
456     /rule/aside/i;no significant content;s
457    
458     #data
459     <rule xmlns="http://www.w3.org/1999/xhtml">
460     <aside><nest/><p/><style scoped=""/></aside>
461     </rule>
462     #errors
463     /rule/aside/style;element not allowed:flow style;m
464     /rule/aside/style;SUBDOC
465     /rule/aside;no significant content;s
466     /rule/aside/p;no significant content;s
467    
468     #data
469     <rule xmlns="http://www.w3.org/1999/xhtml">
470     <aside>aa<nest/></aside>
471     </rule>
472     #errors
473    
474     #data
475     <rule xmlns="http://www.w3.org/1999/xhtml">
476     <aside><i/><nest/></aside>
477     </rule>
478     #errors
479     /rule/aside;no significant content;s
480     /rule/aside/i;no significant content;s
481    
482     #data
483     <rule xmlns="http://www.w3.org/1999/xhtml">
484     <aside><blockquote/><nest/></aside>
485     </rule>
486     #errors
487     /rule/aside;no significant content;s
488     /rule/aside/blockquote;no significant content;s
489    
490     #data
491     <rule xmlns="http://www.w3.org/1999/xhtml">
492     <aside><p/><nest/></aside>
493     </rule>
494     #errors
495     /rule/aside;no significant content;s
496     /rule/aside/p;no significant content;s
497    
498     #data
499     <rule xmlns="http://www.w3.org/1999/xhtml">
500     <aside>aa<nest/><style scoped=""/></aside>
501     </rule>
502     #errors
503     /rule/aside/style;element not allowed:flow style;m
504     /rule/aside/style;SUBDOC
505    
506     #data
507     <rule xmlns="http://www.w3.org/1999/xhtml">
508     <aside><i/><nest/><style scoped=""/></aside>
509     </rule>
510     #errors
511     /rule/aside/style;element not allowed:flow style;m
512     /rule/aside/style;SUBDOC
513     /rule/aside;no significant content;s
514     /rule/aside/i;no significant content;s
515    
516     #data
517     <rule xmlns="http://www.w3.org/1999/xhtml">
518     <aside><blockquote/><nest/><style scoped=""/></aside>
519     </rule>
520     #errors
521     /rule/aside/style;element not allowed:flow style;m
522     /rule/aside/style;SUBDOC
523     /rule/aside/blockquote;no significant content;s
524     /rule/aside;no significant content;s
525    
526     #data
527     <rule xmlns="http://www.w3.org/1999/xhtml">
528     <aside><p/><nest/><style scoped=""/></aside>
529     </rule>
530     #errors
531     /rule/aside/style;element not allowed:flow style;m
532     /rule/aside/style;SUBDOC
533     /rule/aside;no significant content;s
534     /rule/aside/p;no significant content;s
535    
536     #data
537     <rule xmlns="http://www.w3.org/1999/xhtml"><ruby><nest/></ruby></rule>
538     #errors
539     /rule/ruby;no significant content;s
540     /rule/ruby;element missing;rt;m
541    
542     #data
543     <rule xmlns="http://www.w3.org/1999/xhtml"><ruby><nest/><rt>x</rt></ruby></rule>
544     #errors
545     /rule/ruby/rt;no significant content before;s
546    
547     #data
548     <rule xmlns="http://www.w3.org/1999/xhtml"><ruby><nest/>x<rt>y</rt></ruby></rule>
549     #errors
550    
551     #data
552     <rule xmlns="http://www.w3.org/1999/xhtml"><ruby>x<nest/><rt>y</rt></ruby></rule>
553     #errors
554    
555     #data
556     <rule xmlns="http://www.w3.org/1999/xhtml"><ruby>x<rt>y</rt><nest/></ruby></rule>
557     #errors
558    
559     #data
560     <rule xmlns="http://www.w3.org/1999/xhtml"><ruby>x<rt><nest/></rt></ruby></rule>
561     #errors
562     /rule/ruby/rt;no significant content;s
563    
564     #data
565     <rule xmlns="http://www.w3.org/1999/xhtml"><ruby>x<rp><nest/>(</rp><rt>y</rt><rp>)</rp></ruby></rule>
566     #errors
567    
568     #data
569     <rule xmlns="http://www.w3.org/1999/xhtml"><ruby>x<rp><nest/></rp><rt>y</rt><rp>)</rp></ruby></rule>
570     #errors
571 wakaba 1.3 /rule/ruby/rp;no significant content;s
572 wakaba 1.1
573     #data
574     <rule xmlns="http://www.w3.org/1999/xhtml"><ruby>x<rp>(<nest/>(</rp><rt>y</rt><rp>]</rp></ruby></rule>
575     #errors
576    
577     #data
578     <rule xmlns="http://www.w3.org/1999/xhtml"><ruby>x<rp>[</rp><rt><nest/></rt><rp>]</rp></ruby></rule>
579     #errors
580     /rule/ruby/rt;no significant content;s
581    
582     #data
583     <rule xmlns="http://www.w3.org/1999/xhtml"><ruby>x<rp>[</rp><rt>y</rt><rp>]<nest/></rp></ruby></rule>
584     #errors
585    
586     #data
587     <rule xmlns="http://www.w3.org/1999/xhtml"><ruby>x<rp>[</rp><rt>y</rt><rp>]<nest/></rp></ruby></rule>
588     #errors
589    
590     #data
591     <rule xmlns="http://www.w3.org/1999/xhtml"><ruby>x<rp>[</rp><nest/><rt>y</rt><rp>]</rp></ruby></rule>
592     #errors
593    
594     #data
595     <rule xmlns="http://www.w3.org/1999/xhtml"><ruby>x<rp>[</rp><rt>y</rt><nest/><rp>]</rp></ruby></rule>
596     #errors
597    
598     #data
599     <rule xmlns="http://www.w3.org/1999/xhtml"><ruby>x<rp>[</rp><rt>c</rt><rp>]</rp><nest/></ruby></rule>
600     #errors
601    
602     #data
603     <rule xmlns="http://www.w3.org/1999/xhtml"><ruby>x<rp>[</rp><rt>c</rt><nest/></ruby></rule>
604     #errors
605     /rule/ruby;element missing;rp;m
606    
607     #data
608     <rule xmlns="http://www.w3.org/1999/xhtml"><rt><nest/></rt></rule>
609     #errors
610     /rule/rt;no significant content;s
611    
612     #data
613     <rule xmlns="http://www.w3.org/1999/xhtml"><rt>x<nest/></rt></rule>
614     #errors
615    
616     #data
617     <rule xmlns="http://www.w3.org/1999/xhtml"><rp><nest/></rp></rule>
618     #errors
619 wakaba 1.3 /rule/rp;no significant content;s
620 wakaba 1.1
621     #data
622     <rule xmlns="http://www.w3.org/1999/xhtml"><rp>(<nest/></rp></rule>
623     #errors
624    
625     #data
626     <rule xmlns="http://www.w3.org/1999/xhtml"><rp><nest/>)</rp></rule>
627     #errors
628    
629     #data
630     <rule xmlns="http://www.w3.org/1999/xhtml"><rb><nest/></rb></rule>
631     #errors
632     /rule/rb;element not defined;m
633    
634     #data
635     <rule xmlns="http://www.w3.org/1999/xhtml"><ins><nest/></ins></rule>
636     #errors
637    
638     #data
639     <rule xmlns="http://www.w3.org/1999/xhtml"><p><ins><nest/></ins></p></rule>
640     #errors
641     /rule/p;no significant content;s
642    
643     #data
644     <rule xmlns="http://www.w3.org/1999/xhtml"><html><nest/></html></rule>
645     #errors
646     /rule/html;child element missing;head;m
647     /rule/html;child element missing;body;m
648    
649     #data
650     <rule xmlns="http://www.w3.org/1999/xhtml"><html>
651     <head><title/></head><body/><nest/>
652     </html></rule>
653     #errors
654     /rule/html/body;no significant content;s
655    
656     #data
657     <rule xmlns="http://www.w3.org/1999/xhtml"><html>
658     <head><title/></head><nest/><body/>
659     </html></rule>
660     #errors
661     /rule/html/body;no significant content;s
662    
663     #data
664     <rule xmlns="http://www.w3.org/1999/xhtml"><html>
665     <nest/><head><title/></head><body/>
666     </html></rule>
667     #errors
668     /rule/html/body;no significant content;s
669    
670     #data
671     <rule xmlns="http://www.w3.org/1999/xhtml"><html>
672     <head><title/></head><body/><nest/><body/>
673     </html></rule>
674     #errors
675     /rule/html/body;element not allowed;m
676     /rule/html/body;no significant content;s
677     /rule/html/body;no significant content;s
678    
679     #data
680     <rule xmlns="http://www.w3.org/1999/xhtml"><html>
681     <head><title/></head><nest/>
682     </html></rule>
683     #errors
684     /rule/html;child element missing;body;m
685    
686     #data
687     <rule xmlns="http://www.w3.org/1999/xhtml"><html>
688     <nest/><body/>
689     </html></rule>
690     #errors
691     /rule/html/body;ps element missing;head;m
692     /rule/html/body;no significant content;s
693    
694     #data
695     <rule xmlns="http://www.w3.org/1999/xhtml"><html>
696     <head><title/></head><body/><nest/>
697     </html></rule>
698     #errors
699     /rule/html/body;no significant content;s
700    
701     #data
702     <rule xmlns="http://www.w3.org/1999/xhtml">
703     <head><nest/></head>
704     </rule>
705     #errors
706     /rule/head;child element missing;title;m
707    
708     #data
709     <rule xmlns="http://www.w3.org/1999/xhtml">
710     <head><title/><nest/></head>
711     </rule>
712     #errors
713    
714     #data
715     <rule xmlns="http://www.w3.org/1999/xhtml">
716     <head><nest/><title/></head>
717     </rule>
718     #errors
719    
720     #data
721     <rule xmlns="http://www.w3.org/1999/xhtml">
722     <head><nest/><base href="http://www.example.com/"/><title/></head>
723     </rule>
724     #errors
725    
726     #data
727     <rule xmlns="http://www.w3.org/1999/xhtml">
728     <head><base href="http://www.example.com/"/><nest/><title/></head>
729     </rule>
730     #errors
731    
732     #data
733     <rule xmlns="http://www.w3.org/1999/xhtml">
734     <head><meta charset="us-ascii"/><nest/><title/></head>
735     </rule>
736     #errors
737     /rule/head/meta;element not allowed:meta charset;m
738     /rule/head/meta;in XML:charset;m
739     /rule/head/meta/@charset;mismatched charset name not checked;u
740    
741     #data
742     <rule xmlns="http://www.w3.org/1999/xhtml">
743     <head><nest/><meta charset="us-ascii"/><title/></head>
744     </rule>
745     #errors
746     /rule/head/meta;element not allowed:meta charset;m
747     /rule/head/meta;in XML:charset;m
748     /rule/head/meta/@charset;mismatched charset name not checked;u
749    
750     #data
751     <rule xmlns="http://www.w3.org/1999/xhtml"><style><nest/></style></rule>
752     #errors
753     /rule/style;SUBDOC
754    
755     #data
756     <rule xmlns="http://www.w3.org/1999/xhtml"><script><nest/></script></rule>
757     #errors
758     /rule/script;SUBDOC
759    
760     #data
761     <rule xmlns="http://www.w3.org/1999/xhtml"><footer><nest/></footer></rule>
762     #errors
763     /rule/footer;no significant content;s
764    
765     #data
766     <rule xmlns="http://www.w3.org/1999/xhtml"><footer><nest/>a</footer></rule>
767     #errors
768    
769     #data
770     <rule xmlns="http://www.w3.org/1999/xhtml"><footer><nest/><i/></footer></rule>
771     #errors
772     /rule/footer;no significant content;s
773     /rule/footer/i;no significant content;s
774    
775     #data
776     <rule xmlns="http://www.w3.org/1999/xhtml"><footer><nest/><ul/></footer></rule>
777     #errors
778     /rule/footer;no significant content;s
779    
780     #data
781     <rule xmlns="http://www.w3.org/1999/xhtml"><footer><nest/><p/></footer></rule>
782     #errors
783     /rule/footer;no significant content;s
784     /rule/footer/p;no significant content;s
785    
786     #data
787     <rule xmlns="http://www.w3.org/1999/xhtml"><footer>a<nest/></footer></rule>
788     #errors
789    
790     #data
791     <rule xmlns="http://www.w3.org/1999/xhtml"><footer><i/><nest/></footer></rule>
792     #errors
793     /rule/footer;no significant content;s
794     /rule/footer/i;no significant content;s
795    
796     #data
797     <rule xmlns="http://www.w3.org/1999/xhtml"><footer><ol/><nest/></footer></rule>
798     #errors
799     /rule/footer;no significant content;s
800    
801     #data
802     <rule xmlns="http://www.w3.org/1999/xhtml"><footer><p/><nest/></footer></rule>
803     #errors
804     /rule/footer;no significant content;s
805     /rule/footer/p;no significant content;s
806    
807     #data
808     <rule xmlns="http://www.w3.org/1999/xhtml"><footer>a<nest/><p/></footer></rule>
809     #errors
810     /rule/footer/p;no significant content;s
811    
812     #data
813     <rule xmlns="http://www.w3.org/1999/xhtml"><footer><p/><nest/>a</footer></rule>
814     #errors
815     /rule/footer/p;no significant content;s
816    
817     #data
818     <rule xmlns="http://www.w3.org/1999/xhtml"><footer><nest/><h1/></footer></rule>
819     #errors
820     /rule/footer/h1;element not allowed:minus;m
821     /rule/footer;no significant content;s
822     /rule/footer/h1;no significant content;s
823    
824     #data
825     <rule xmlns="http://www.w3.org/1999/xhtml"><dialog><nest/></dialog></rule>
826     #errors
827    
828     #data
829     <rule xmlns="http://www.w3.org/1999/xhtml">
830     <dialog><dt/><nest/></dialog>
831     </rule>
832     #errors
833     /rule/dialog;child element missing;dd;m
834     /rule/dialog/dt;no significant content;s
835    
836     #data
837     <rule xmlns="http://www.w3.org/1999/xhtml">
838     <dialog><dt/><dd/><nest/></dialog>
839     </rule>
840     #errors
841     /rule/dialog/dt;no significant content;s
842     /rule/dialog/dd;no significant content;s
843    
844     #data
845     <rule xmlns="http://www.w3.org/1999/xhtml">
846     <dialog><dt/><dd/><dt/><nest/></dialog>
847     </rule>
848     #errors
849     /rule/dialog;child element missing;dd;m
850     /rule/dialog/dt;no significant content;s
851     /rule/dialog/dd;no significant content;s
852     /rule/dialog/dt;no significant content;s
853    
854     #data
855     <rule xmlns="http://www.w3.org/1999/xhtml">
856     <dialog><dt/><dd/><dt/><dd/><nest/></dialog>
857     </rule>
858     #errors
859     /rule/dialog/dt;no significant content;s
860     /rule/dialog/dd;no significant content;s
861     /rule/dialog/dt;no significant content;s
862     /rule/dialog/dd;no significant content;s
863    
864     #data
865     <rule xmlns="http://www.w3.org/1999/xhtml">
866     <dialog><dt/><nest/><dd/></dialog>
867     </rule>
868     #errors
869     /rule/dialog/dt;no significant content;s
870     /rule/dialog/dd;no significant content;s
871    
872     #data
873     <rule xmlns="http://www.w3.org/1999/xhtml">
874     <dialog><dt/><nest/><dt/><dd/></dialog>
875     </rule>
876     #errors
877     /rule/dialog/dt;ps element missing;dd;m
878     /rule/dialog/dt;no significant content;s
879     /rule/dialog/dt;no significant content;s
880     /rule/dialog/dd;no significant content;s
881    
882     #data
883     <rule xmlns="http://www.w3.org/1999/xhtml">
884     <dialog><nest/><dt/></dialog>
885     </rule>
886     #errors
887     /rule/dialog;child element missing;dd;m
888     /rule/dialog/dt;no significant content;s
889    
890     #data
891     <rule xmlns="http://www.w3.org/1999/xhtml">
892     <dialog><nest/><dt/><dd/></dialog>
893     </rule>
894     #errors
895     /rule/dialog/dt;no significant content;s
896     /rule/dialog/dd;no significant content;s
897    
898     #data
899     <rule xmlns="http://www.w3.org/1999/xhtml"><ul><nest/></ul></rule>
900     #errors
901    
902     #data
903     <rule xmlns="http://www.w3.org/1999/xhtml"><ul><li/><nest/></ul></rule>
904     #errors
905     /rule/ul/li;no significant content;s
906    
907     #data
908     <rule xmlns="http://www.w3.org/1999/xhtml"><ul><nest/><li/></ul></rule>
909     #errors
910     /rule/ul/li;no significant content;s
911    
912     #data
913     <rule xmlns="http://www.w3.org/1999/xhtml"><ol><nest/></ol></rule>
914     #errors
915    
916     #data
917     <rule xmlns="http://www.w3.org/1999/xhtml"><dl><nest/></dl></rule>
918     #errors
919    
920     #data
921     <rule xmlns="http://www.w3.org/1999/xhtml"><dl><nest/><dt/></dl></rule>
922     #errors
923     /rule/dl;child element missing;dd;m
924     /rule/dl/dt;no significant content;s
925    
926     #data
927     <rule xmlns="http://www.w3.org/1999/xhtml"><dl><dt/><nest/></dl></rule>
928     #errors
929     /rule/dl;child element missing;dd;m
930     /rule/dl/dt;no significant content;s
931    
932     #data
933     <rule xmlns="http://www.w3.org/1999/xhtml"><dl><dt/><nest/><dd/></dl></rule>
934     #errors
935     /rule/dl/dt;no significant content;s
936     /rule/dl/dd;no significant content;s
937    
938     #data
939     <rule xmlns="http://www.w3.org/1999/xhtml"><dl><dt/><dd/><nest/></dl></rule>
940     #errors
941     /rule/dl/dt;no significant content;s
942     /rule/dl/dd;no significant content;s
943    
944     #data
945     <rule xmlns="http://www.w3.org/1999/xhtml"><dl><nest/><dt/><dd/></dl></rule>
946     #errors
947     /rule/dl/dt;no significant content;s
948     /rule/dl/dd;no significant content;s
949    
950     #data
951     <rule xmlns="http://www.w3.org/1999/xhtml">
952     <dl><dt/><dd/><nest/><dt/><dd/></dl>
953     </rule>
954     #errors
955     /rule/dl/dt;no significant content;s
956     /rule/dl/dd;no significant content;s
957     /rule/dl/dt;no significant content;s
958     /rule/dl/dd;no significant content;s
959    
960     #data
961     <rule xmlns="http://www.w3.org/1999/xhtml">
962     <dl><dt/><nest/><dt/><dd/></dl>
963     </rule>
964     #errors
965     /rule/dl/dt;no significant content;s
966     /rule/dl/dt;no significant content;s
967     /rule/dl/dd;no significant content;s
968    
969     #data
970     <rule xmlns="http://www.w3.org/1999/xhtml">
971     <dl><dt/><dd/><nest/><dd/></dl>
972     </rule>
973     #errors
974     /rule/dl/dt;no significant content;s
975     /rule/dl/dd;no significant content;s
976     /rule/dl/dd;no significant content;s
977    
978     #data
979     <rule xmlns="http://www.w3.org/1999/xhtml"><del><nest/></del></rule>
980     #errors
981    
982     #data
983     <rule xmlns="http://www.w3.org/1999/xhtml"><del><nest/>aa</del></rule>
984     #errors
985    
986     #data
987     <rule xmlns="http://www.w3.org/1999/xhtml"><del><nest/><p/></del></rule>
988     #errors
989     /rule/del/p;no significant content;s
990    
991     #data
992     <rule xmlns="http://www.w3.org/1999/xhtml">
993     <video src="/"><nest/></video>
994     </rule>
995     #errors
996    
997     #data
998     <rule xmlns="http://www.w3.org/1999/xhtml">
999     <video><nest/><source src="/"/></video>
1000     </rule>
1001     #errors
1002    
1003     #data
1004     <rule xmlns="http://www.w3.org/1999/xhtml">
1005     <video><source src="/"/><nest/><source src="/"/></video>
1006     </rule>
1007     #errors
1008    
1009     #data
1010     <rule xmlns="http://www.w3.org/1999/xhtml">
1011     <video><source src="/"/><nest/></video>
1012     </rule>
1013     #errors
1014    
1015     #data
1016     <rule xmlns="http://www.w3.org/1999/xhtml">
1017     <table><nest/></table>
1018     </rule>
1019     #errors
1020    
1021     #data
1022     <rule xmlns="http://www.w3.org/1999/xhtml">
1023     <table><nest/><tr><td/></tr></table>
1024     </rule>
1025     #errors
1026     /rule/table/tr/td;no significant content;s
1027    
1028     #data
1029     <rule xmlns="http://www.w3.org/1999/xhtml">
1030     <table><nest/><tbody><tr><td/></tr></tbody></table>
1031     </rule>
1032     #errors
1033     /rule/table/tbody/tr/td;no significant content;s
1034    
1035     #data
1036     <rule xmlns="http://www.w3.org/1999/xhtml">
1037     <table><tbody><tr><td/></tr></tbody><nest/></table>
1038     </rule>
1039     #errors
1040     /rule/table/tbody/tr/td;no significant content;s
1041    
1042     #data
1043     <rule xmlns="http://www.w3.org/1999/xhtml">
1044     <table><caption/><nest/><caption/><tr><td/></tr></table>
1045     </rule>
1046     #errors
1047     /rule/table/caption;element not allowed;m
1048     /rule/table/caption;no significant content;s
1049     /rule/table/caption;no significant content;s
1050     /rule/table/tr/td;no significant content;s
1051    
1052     #data
1053     <rule xmlns="http://www.w3.org/1999/xhtml">
1054     <colgroup><nest/></colgroup>
1055     </rule>
1056     #errors
1057    
1058     #data
1059     <rule xmlns="http://www.w3.org/1999/xhtml">
1060     <colgroup><col/><nest/></colgroup>
1061     </rule>
1062     #errors
1063    
1064     #data
1065     <rule xmlns="http://www.w3.org/1999/xhtml">
1066     <colgroup><nest/><col/></colgroup>
1067     </rule>
1068     #errors
1069    
1070     #data
1071     <rule xmlns="http://www.w3.org/1999/xhtml">
1072     <colgroup><col/><nest/><col/></colgroup>
1073     </rule>
1074     #errors
1075    
1076     #data
1077     <rule xmlns="http://www.w3.org/1999/xhtml">
1078     <tbody><nest/></tbody>
1079     </rule>
1080     #errors
1081    
1082     #data
1083     <rule xmlns="http://www.w3.org/1999/xhtml">
1084     <tbody><nest/><tr><td/></tr></tbody>
1085     </rule>
1086     #errors
1087     /rule/tbody/tr/td;no significant content;s
1088    
1089     #data
1090     <rule xmlns="http://www.w3.org/1999/xhtml">
1091     <tbody><tr><td/></tr><nest/></tbody>
1092     </rule>
1093     #errors
1094     /rule/tbody/tr/td;no significant content;s
1095    
1096     #data
1097     <rule xmlns="http://www.w3.org/1999/xhtml">
1098     <tr><nest/></tr>
1099     </rule>
1100     #errors
1101    
1102     #data
1103     <rule xmlns="http://www.w3.org/1999/xhtml">
1104     <tr><td/><nest/></tr>
1105     </rule>
1106     #errors
1107     /rule/tr/td;no significant content;s
1108    
1109     #data
1110     <rule xmlns="http://www.w3.org/1999/xhtml">
1111     <tr><nest/><td/></tr>
1112     </rule>
1113     #errors
1114     /rule/tr/td;no significant content;s
1115    
1116     #data
1117     <rule xmlns="http://www.w3.org/1999/xhtml">
1118     <tr><th/><nest/></tr>
1119     </rule>
1120     #errors
1121     /rule/tr/th;no significant content;s
1122    
1123     #data
1124     <rule xmlns="http://www.w3.org/1999/xhtml">
1125     <tr><th/><nest/><td/></tr>
1126     </rule>
1127     #errors
1128     /rule/tr/th;no significant content;s
1129     /rule/tr/td;no significant content;s
1130    
1131     #data
1132     <rule xmlns="http://www.w3.org/1999/xhtml"><form/></rule>
1133     #errors
1134     /rule/form;no significant content;s
1135    
1136     #data
1137     <rule xmlns="http://www.w3.org/1999/xhtml"><form><nest/></form></rule>
1138     #errors
1139     /rule/form;no significant content;s
1140    
1141     #data
1142     <rule xmlns="http://www.w3.org/1999/xhtml"><form><style scoped=""></style><nest/></form></rule>
1143     #errors
1144     /rule/form;no significant content;s
1145     /rule/form/style;SUBDOC
1146    
1147     #data
1148     <rule xmlns="http://www.w3.org/1999/xhtml"><input/></rule>
1149     #errors
1150    
1151     #data
1152     <rule xmlns="http://www.w3.org/1999/xhtml"><input><nest/></input></rule>
1153     #errors
1154    
1155     #data
1156     <rule xmlns="http://www.w3.org/1999/xhtml"><input>
1157     <nest/>
1158     </input></rule>
1159     #errors
1160    
1161     #data
1162     <rule xmlns="http://www.w3.org/1999/xhtml">
1163     <head><title/><noscript><nest/></noscript></head>
1164     </rule>
1165     #errors
1166     /rule/head/noscript;in XML:noscript;m
1167    
1168     #data
1169     <rule xmlns="http://www.w3.org/1999/xhtml"><button>x</button></rule>
1170     #errors
1171    
1172     #data
1173     <rule xmlns="http://www.w3.org/1999/xhtml"><button><nest/></button></rule>
1174     #errors
1175     /rule/button;no significant content;s
1176    
1177     #data
1178     <rule xmlns="http://www.w3.org/1999/xhtml"><button>x<nest/></button></rule>
1179     #errors
1180    
1181     #data
1182     <rule xmlns="http://www.w3.org/1999/xhtml"><label>x</label></rule>
1183     #errors
1184    
1185     #data
1186     <rule xmlns="http://www.w3.org/1999/xhtml"><label><nest/></label></rule>
1187     #errors
1188     /rule/label;no significant content;s
1189    
1190     #data
1191     <rule xmlns="http://www.w3.org/1999/xhtml"><label>x<nest/></label></rule>
1192     #errors
1193    
1194     #data
1195     <rule xmlns="http://www.w3.org/1999/xhtml"><select/></rule>
1196     #errors
1197    
1198     #data
1199     <rule xmlns="http://www.w3.org/1999/xhtml"><select><nest/></select></rule>
1200     #errors
1201    
1202     #data
1203     <rule xmlns="http://www.w3.org/1999/xhtml"><select><option><nest/></option></select></rule>
1204     #errors
1205    
1206     #data
1207     <rule xmlns="http://www.w3.org/1999/xhtml"><select><option>x</option><nest/><option>u</option></select></rule>
1208     #errors
1209    
1210     #data
1211     <rule xmlns="http://www.w3.org/1999/xhtml"><datalist/></rule>
1212     #errors
1213    
1214     #data
1215     <rule xmlns="http://www.w3.org/1999/xhtml"><datalist><nest/></datalist></rule>
1216     #errors
1217    
1218     #data
1219     <rule xmlns="http://www.w3.org/1999/xhtml"><datalist><nest/><option/></datalist></rule>
1220     #errors
1221    
1222     #data
1223     <rule xmlns="http://www.w3.org/1999/xhtml"><datalist><nest/><option/>x</datalist></rule>
1224     #errors
1225     /rule/datalist/"x";character not allowed;m
1226    
1227     #data
1228     <rule xmlns="http://www.w3.org/1999/xhtml"><datalist><nest/>x<option/></datalist></rule>
1229     #errors
1230     /rule/datalist/option;element not allowed:phrasing;m
1231    
1232     #data
1233     <rule xmlns="http://www.w3.org/1999/xhtml"><datalist>x<nest/><option/></datalist></rule>
1234     #errors
1235     /rule/datalist/option;element not allowed:phrasing;m
1236    
1237     #data
1238     <rule xmlns="http://www.w3.org/1999/xhtml"><datalist><option/><nest/><option/></datalist></rule>
1239     #errors
1240    
1241     #data
1242     <rule xmlns="http://www.w3.org/1999/xhtml"><optgroup/></rule>
1243     #errors
1244 wakaba 1.2 /rule/optgroup;attribute missing;label;m
1245 wakaba 1.1
1246     #data
1247     <rule xmlns="http://www.w3.org/1999/xhtml"><optgroup><nest/></optgroup></rule>
1248     #errors
1249 wakaba 1.2 /rule/optgroup;attribute missing;label;m
1250 wakaba 1.1
1251     #data
1252     <rule xmlns="http://www.w3.org/1999/xhtml"><option/></rule>
1253     #errors
1254    
1255     #data
1256     <rule xmlns="http://www.w3.org/1999/xhtml"><option><nest/></option></rule>
1257     #errors
1258    
1259     #data
1260     <rule xmlns="http://www.w3.org/1999/xhtml"><textarea/></rule>
1261     #errors
1262    
1263     #data
1264     <rule xmlns="http://www.w3.org/1999/xhtml"><textarea>xx</textarea></rule>
1265     #errors
1266    
1267     #data
1268     <rule xmlns="http://www.w3.org/1999/xhtml"><textarea><nest/></textarea></rule>
1269     #errors
1270    
1271     #data
1272     <rule xmlns="http://www.w3.org/1999/xhtml"><textarea>aa<nest/>bb</textarea></rule>
1273     #errors
1274    
1275     #data
1276     <rule xmlns="http://www.w3.org/1999/xhtml"><output>x</output></rule>
1277     #errors
1278    
1279     #data
1280     <rule xmlns="http://www.w3.org/1999/xhtml"><output>x<nest/></output></rule>
1281     #errors
1282    
1283     #data
1284     <rule xmlns="http://www.w3.org/1999/xhtml"><head><title/>
1285     <noscript><link rel="alternate" href=""/><nest/></noscript>
1286     </head></rule>
1287     #errors
1288     /rule/head/noscript;in XML:noscript;m
1289    
1290     #data
1291     <rule xmlns="http://www.w3.org/1999/xhtml">
1292     <datagrid><nest/></datagrid>
1293     </rule>
1294     #errors
1295 wakaba 1.4 /rule/datagrid;no significant content;s
1296 wakaba 1.6 /rule/datagrid;element not defined;m
1297 wakaba 1.1
1298     #data
1299     <rule xmlns="http://www.w3.org/1999/xhtml">
1300     <datagrid><nest/><table/></datagrid>
1301     </rule>
1302     #errors
1303 wakaba 1.4 /rule/datagrid;no significant content;s
1304 wakaba 1.6 /rule/datagrid;element not defined;m
1305 wakaba 1.1
1306     #data
1307     <rule xmlns="http://www.w3.org/1999/xhtml">
1308     <datagrid><nest/><table/><p/></datagrid>
1309     </rule>
1310     #errors
1311 wakaba 1.4 /rule/datagrid;no significant content;s
1312 wakaba 1.1 /rule/datagrid/p;no significant content;s
1313 wakaba 1.6 /rule/datagrid;element not defined;m
1314 wakaba 1.1
1315     #data
1316     <rule xmlns="http://www.w3.org/1999/xhtml">
1317     <datagrid><p/><nest/><table/></datagrid>
1318     </rule>
1319     #errors
1320     /rule/datagrid;no significant content;s
1321     /rule/datagrid/p;no significant content;s
1322 wakaba 1.6 /rule/datagrid;element not defined;m
1323 wakaba 1.1
1324     #data
1325     <rule xmlns="http://www.w3.org/1999/xhtml">
1326     <datagrid><table/><nest/><p/></datagrid>
1327     </rule>
1328     #errors
1329 wakaba 1.4 /rule/datagrid;no significant content;s
1330 wakaba 1.1 /rule/datagrid/p;no significant content;s
1331 wakaba 1.6 /rule/datagrid;element not defined;m
1332 wakaba 1.1
1333     #data
1334     <rule xmlns="http://www.w3.org/1999/xhtml"><bb>x</bb></rule>
1335     #errors
1336 wakaba 1.5 /rule/bb;element not defined;m
1337 wakaba 1.1
1338     #data
1339     <rule xmlns="http://www.w3.org/1999/xhtml"><bb>x<nest/></bb></rule>
1340     #errors
1341 wakaba 1.5 /rule/bb;element not defined;m
1342 wakaba 1.1
1343     #data
1344     <rule xmlns="http://www.w3.org/1999/xhtml"><ins><bb>x</bb></ins></rule>
1345     #errors
1346 wakaba 1.5 /rule/ins/bb;element not defined;m
1347 wakaba 1.1
1348     #data
1349     <rule xmlns="http://www.w3.org/1999/xhtml">
1350     <menu><nest/></menu>
1351     </rule>
1352     #errors
1353     /rule/menu;no significant content;s
1354    
1355     #data
1356     <rule xmlns="http://www.w3.org/1999/xhtml">
1357     <menu><li/><nest/></menu>
1358     </rule>
1359     #errors
1360     /rule/menu/li;no significant content;s
1361    
1362     #data
1363     <rule xmlns="http://www.w3.org/1999/xhtml">
1364     <menu><nest/><li/></menu>
1365     </rule>
1366     #errors
1367     /rule/menu/li;no significant content;s
1368    
1369     #data
1370     <rule xmlns="http://www.w3.org/1999/xhtml">
1371     <menu><li/><nest/><li/></menu>
1372     </rule>
1373     #errors
1374     /rule/menu/li;no significant content;s
1375     /rule/menu/li;no significant content;s
1376    
1377     #data
1378     <rule xmlns="http://www.w3.org/1999/xhtml">
1379     <menu>aa<nest/></menu>
1380     </rule>
1381     #errors
1382    
1383     #data
1384     <rule xmlns="http://www.w3.org/1999/xhtml">
1385     <menu><nest/>aa</menu>
1386     </rule>
1387     #errors
1388    
1389     #data
1390     <rule xmlns="http://www.w3.org/1999/xhtml">
1391     <menu>aa<nest/>bb</menu>
1392     </rule>
1393     #errors
1394    
1395     #data
1396     <rule xmlns="http://www.w3.org/1999/xhtml">
1397     <menu>aa<nest/><li/></menu>
1398     </rule>
1399     #errors
1400     /rule/menu/li;element not allowed;m
1401     /rule/menu/li;no significant content;s
1402    
1403     #data
1404     <rule xmlns="http://www.w3.org/1999/xhtml">
1405     <menu><li/><nest/>aa</menu>
1406     </rule>
1407     #errors
1408     /rule/menu/"aa";character not allowed;m
1409     /rule/menu/li;no significant content;s
1410    
1411     #data
1412     <rule xmlns="http://www.w3.org/1999/xhtml">
1413     <datatemplate><nest/></datatemplate>
1414     </rule>
1415     #errors
1416    
1417     #data
1418     <rule xmlns="http://www.w3.org/1999/xhtml">
1419     <datatemplate><nest/><rule/></datatemplate>
1420     </rule>
1421     #errors
1422    
1423     #data
1424     <rule xmlns="http://www.w3.org/1999/xhtml">
1425     <datatemplate><rule/><nest/></datatemplate>
1426     </rule>
1427     #errors
1428    
1429     #data
1430     <rule xmlns="http://www.w3.org/1999/xhtml">
1431     <rule><nest/></rule>
1432     </rule>
1433     #errors
1434    
1435     #data
1436     <rule xmlns="http://www.w3.org/1999/xhtml">
1437     <a:author xmlns:a="http://www.w3.org/2005/Atom"><a:name><nest/></a:name></a:author>
1438     </rule>
1439     #errors
1440    
1441     #data
1442     <rule xmlns="http://www.w3.org/1999/xhtml">
1443     <a:author xmlns:a="http://www.w3.org/2005/Atom"><a:name><nest/>aa</a:name></a:author>
1444     </rule>
1445     #errors
1446    
1447     #data
1448     <rule xmlns="http://www.w3.org/1999/xhtml">
1449     <a:author xmlns:a="http://www.w3.org/2005/Atom"><a:name>aa<nest/></a:name></a:author>
1450     </rule>
1451     #errors
1452    
1453     #data
1454     <rule xmlns="http://www.w3.org/1999/xhtml">
1455     <a:author xmlns:a="http://www.w3.org/2005/Atom"><a:uri><nest/>http://www.example.org/</a:uri><a:name/></a:author>
1456     </rule>
1457     #errors
1458    
1459     #data
1460     <rule xmlns="http://www.w3.org/1999/xhtml">
1461     <a:author xmlns:a="http://www.w3.org/2005/Atom"><a:email><nest/>[email protected]</a:email><a:name/></a:author>
1462     </rule>
1463     #errors
1464     /rule/author/email;addr-spec not supported;u
1465    
1466     #data
1467     <rule xmlns="http://www.w3.org/1999/xhtml">
1468     <a:published xmlns:a="http://www.w3.org/2005/Atom">2006-12-31T00:00:00Z<nest/></a:published>
1469     </rule>
1470     #errors
1471    
1472     #data
1473     <rule xmlns="http://www.w3.org/1999/xhtml">
1474     <a:entry xmlns:a="http://www.w3.org/2005/Atom"><a:id>http://www.example.org/</a:id><a:title/><a:content/><a:author><a:name/></a:author><a:updated>2006-12-31T00:00:00Z</a:updated><nest/></a:entry>
1475     </rule>
1476     #errors
1477    
1478     #data
1479     <rule xmlns="http://www.w3.org/1999/xhtml">
1480     <a:entry xmlns:a="http://www.w3.org/2005/Atom"><nest/><a:id>http://www.example.org/</a:id><a:title/><a:content/><a:author><a:name/></a:author><a:updated>2006-12-31T00:00:00Z</a:updated></a:entry>
1481     </rule>
1482     #errors
1483    
1484     #data
1485     <rule xmlns="http://www.w3.org/1999/xhtml">
1486     <a:feed xmlns:a="http://www.w3.org/2005/Atom"><nest/><a:id>http://www.example.org/</a:id><a:title/><a:link rel="self" href="/"/><a:author><a:name/></a:author><a:updated>2006-12-31T00:00:00Z</a:updated></a:feed>
1487     </rule>
1488     #errors
1489    
1490     #data
1491     <rule xmlns="http://www.w3.org/1999/xhtml">
1492     <a:feed xmlns:a="http://www.w3.org/2005/Atom"><a:id>http://www.example.org/</a:id><a:title/><a:link rel="self" href="/"/><a:author><a:name/></a:author><a:updated>2006-12-31T00:00:00Z</a:updated><nest/></a:feed>
1493     </rule>
1494     #errors
1495    
1496     #data
1497     <rule xmlns="http://www.w3.org/1999/xhtml">
1498     <a:feed xmlns:a="http://www.w3.org/2005/Atom"><a:id>http://www.example.org/</a:id><a:title/><a:link rel="self" href="/"/><a:author><a:name/></a:author><a:updated>2006-12-31T00:00:00Z</a:updated><nest/><a:entry><a:id>http://www.example.org/1/</a:id><a:title/><a:content/><a:updated>2007-01-01T00:00:00Z</a:updated></a:entry></a:feed>
1499     </rule>
1500     #errors
1501     /rule/feed/entry;child element missing:atom;author;m
1502    
1503     #data
1504     <rule xmlns="http://www.w3.org/1999/xhtml">
1505     <a:feed xmlns:a="http://www.w3.org/2005/Atom"><a:id>http://www.example.org/</a:id><a:title/><a:link rel="self" href="/"/><a:author><a:name/></a:author><a:updated>2006-12-31T00:00:00Z</a:updated><a:entry><a:id>http://www.example.org/1/</a:id><a:title/><a:content/><a:updated>2007-01-01T00:00:00Z</a:updated></a:entry><nest/><a:entry><a:id>http://www.example.org/2/</a:id><a:title/><a:content/><a:updated>2007-01-01T00:00:00Z</a:updated></a:entry></a:feed>
1506     </rule>
1507     #errors
1508     /rule/feed/entry;child element missing:atom;author;m
1509     /rule/feed/entry;child element missing:atom;author;m
1510    
1511     #data
1512     <div xmlns="http://www.w3.org/1999/xhtml">
1513     <datatemplate><rule></rule><nest></nest></datatemplate>
1514     <nest></nest>
1515     </div>
1516     #errors
1517     /div/datatemplate/nest;element not allowed:datatemplate;m
1518     /div/nest;element not allowed:flow;m
1519     /div;no significant content;s
1520    
1521     #data
1522     <div xmlns="http://www.w3.org/1999/xhtml">
1523     <datatemplate><rule></rule><nest></nest></datatemplate>
1524     </div>
1525     #errors
1526     /div/datatemplate/nest;element not allowed:datatemplate;m
1527     /div;no significant content;s
1528    
1529     #data
1530     <rule xmlns="http://www.w3.org/1999/xhtml" mode=""/>
1531     #errors
1532    
1533     #data
1534     <rule xmlns="http://www.w3.org/1999/xhtml" mode=" "/>
1535     #errors
1536    
1537     #data
1538     <rule xmlns="http://www.w3.org/1999/xhtml" mode="a"/>
1539     #errors
1540    
1541     #data
1542     <rule xmlns="http://www.w3.org/1999/xhtml" mode="a b"/>
1543     #errors
1544    
1545     #data
1546     <rule xmlns="http://www.w3.org/1999/xhtml" mode="a b"/>
1547     #errors
1548    
1549     #data
1550     <rule xmlns="http://www.w3.org/1999/xhtml" mode="a A"/>
1551     #errors
1552    
1553     #data
1554     <rule xmlns="http://www.w3.org/1999/xhtml" mode="a a"/>
1555     #errors
1556     /rule/@mode;duplicate token;m
1557    
1558     #data
1559     <rule xmlns="http://www.w3.org/1999/xhtml" mode="a&#x9;a&#xA;"/>
1560     #errors
1561     /rule/@mode;duplicate token;m
1562    
1563     #data
1564     <?xml version="1.1"?>
1565     <rule xmlns="http://www.w3.org/1999/xhtml" mode="a&#x0b;a"/>
1566     #errors
1567    
1568     #data
1569     <?xml version="1.1"?>
1570     <rule xmlns="http://www.w3.org/1999/xhtml" mode="a a&#x0b;"/>
1571     #errors
1572    
1573     #data
1574     <?xml version="1.1"?>
1575     <rule xmlns="http://www.w3.org/1999/xhtml" mode="&#x0b;a a"/>
1576     #errors
1577    
1578     #data
1579     <rule xmlns="http://www.w3.org/1999/xhtml" condition=""/>
1580     #errors
1581     /rule/@condition;no sss;m
1582    
1583     #data
1584     <rule xmlns="http://www.w3.org/1999/xhtml" condition=" "/>
1585     #errors
1586     /rule/@condition;no sss;m
1587    
1588     #data
1589     <rule xmlns="http://www.w3.org/1999/xhtml" condition="a"/>
1590     #errors
1591    
1592     #data
1593     <rule xmlns="http://www.w3.org/1999/xhtml" condition="a b "/>
1594     #errors
1595    
1596     #data
1597     <rule xmlns="http://www.w3.org/1999/xhtml" condition="a, b"/>
1598     #errors
1599    
1600     #data
1601     <rule xmlns="http://www.w3.org/1999/xhtml" condition="a|b"/>
1602     #errors
1603     /rule/@condition;namespace prefix:not declared;m
1604    
1605     #data
1606     <rule xmlns="http://www.w3.org/1999/xhtml" condition="a["/>
1607     #errors
1608     /rule/@condition;no attr name;m
1609    
1610     #data
1611     <rule xmlns="http://www.w3.org/1999/xhtml" condition="*/**/*"/>
1612     #errors
1613     /rule/@condition;no combinator;m
1614    
1615     #data
1616     <rule xmlns="http://www.w3.org/1999/xhtml" filter=""/>
1617     #errors
1618     /rule/@filter;attribute not defined;m
1619    
1620     #data
1621     <nest xmlns="http://www.w3.org/1999/xhtml" mode=""/>
1622     #errors
1623     /nest/@mode;mode:syntax error;m
1624    
1625     #data
1626     <nest xmlns="http://www.w3.org/1999/xhtml" mode=" "/>
1627     #errors
1628     /nest/@mode;mode:syntax error;m
1629    
1630     #data
1631     <nest xmlns="http://www.w3.org/1999/xhtml" mode="a"/>
1632     #errors
1633    
1634     #data
1635     <nest xmlns="http://www.w3.org/1999/xhtml" mode="a "/>
1636     #errors
1637     /nest/@mode;mode:syntax error;m
1638    
1639     #data
1640     <nest xmlns="http://www.w3.org/1999/xhtml" mode="a b"/>
1641     #errors
1642     /nest/@mode;mode:syntax error;m
1643    
1644     #data
1645     <nest xmlns="http://www.w3.org/1999/xhtml" mode="a&#x9;a&#xA;"/>
1646     #errors
1647     /nest/@mode;mode:syntax error;m
1648    
1649     #data
1650     <nest xmlns="http://www.w3.org/1999/xhtml" mode="&#x3000;"/>
1651     #errors
1652    
1653     #data
1654     <?xml version="1.1"?>
1655     <nest xmlns="http://www.w3.org/1999/xhtml" mode="a&#x0b;"/>
1656     #errors
1657    
1658     #data
1659     <?xml version="1.1"?>
1660     <nest xmlns="http://www.w3.org/1999/xhtml" mode="&#x0b;a"/>
1661     #errors
1662    
1663     #data
1664     <?xml version="1.1"?>
1665     <nest xmlns="http://www.w3.org/1999/xhtml" mode="a&#x0b;a"/>
1666     #errors
1667    
1668     #data
1669     <nest xmlns="http://www.w3.org/1999/xhtml" filter=""/>
1670     #errors
1671     /nest/@filter;no sss;m
1672    
1673     #data
1674     <nest xmlns="http://www.w3.org/1999/xhtml" filter=" "/>
1675     #errors
1676     /nest/@filter;no sss;m
1677    
1678     #data
1679     <nest xmlns="http://www.w3.org/1999/xhtml" filter="a b"/>
1680     #errors
1681    
1682     #data
1683     <nest xmlns="http://www.w3.org/1999/xhtml" filter="a + b"/>
1684     #errors
1685    
1686     #data
1687     <nest xmlns="http://www.w3.org/1999/xhtml" filter="a.b#c[d]"/>
1688     #errors
1689    
1690     #data
1691     <nest xmlns="http://www.w3.org/1999/xhtml" filter="a|b"/>
1692     #errors
1693     /nest/@filter;namespace prefix:not declared;m
1694    
1695     #data
1696     <nest xmlns="http://www.w3.org/1999/xhtml" condition="a|b"/>
1697     #errors
1698     /nest/@condition;attribute not defined;m
1699    
1700     #data
1701     <div xmlns="http://www.w3.org/1999/xhtml"
1702     template="#a">x
1703     <datatemplate id="a">
1704     </datatemplate>
1705     </div>
1706     #errors
1707    
1708     #data
1709     <div xmlns="http://www.w3.org/1999/xhtml">
1710     <datatemplate id="a"></datatemplate>
1711     <p template="#a">x</p>
1712     </div>
1713     #errors
1714    
1715     #data
1716     <div xmlns="http://www.w3.org/1999/xhtml">
1717     <p template="#a">x</p>
1718     <datatemplate id="a"/>
1719     </div>
1720     #errors
1721    
1722     #data
1723     <div xmlns="http://www.w3.org/1999/xhtml">
1724     <div template="#a">x<datatemplate id="a"></datatemplate></div>
1725     </div>
1726     #errors
1727    
1728     #data
1729     <div xmlns="http://www.w3.org/1999/xhtml">
1730     <p template="#a">x</p>
1731     <p id="a">y</p>
1732     </div>
1733     #errors
1734     /div/p/@template;template:not template;m
1735    
1736     #data
1737     <div xmlns="http://www.w3.org/1999/xhtml">
1738     <p template="#">x</p>
1739     </div>
1740     #errors
1741     /div/p/@template;template:not template;m
1742    
1743     #data
1744     <div xmlns="http://www.w3.org/1999/xhtml">
1745     <p template="">x</p>
1746     </div>
1747     #errors
1748     /div/p/@template;template:not template;m
1749    
1750     #data
1751     <div xmlns="http://www.w3.org/1999/xhtml">
1752     <p template="#no-such-template">x</p>
1753     </div>
1754     #errors
1755     /div/p/@template;template:not template;m
1756    
1757     #data
1758     <div xmlns="http://www.w3.org/1999/xhtml">
1759     <p template="#">x</p>
1760     <datatemplate id=""/>
1761     </div>
1762     #errors
1763     /div/p/@template;template:not template;m
1764     /div/datatemplate/@id;empty attribute value;m
1765    
1766     #data
1767     <div xmlns="http://www.w3.org/1999/xhtml"
1768     template="external-template">x</div>
1769     #errors
1770    
1771     #data
1772     <div xmlns="http://www.w3.org/1999/xhtml"
1773     template="external-inline-template#temlate">x</div>
1774     #errors
1775    
1776     #data
1777     <div xmlns="http://www.w3.org/1999/xhtml">
1778     <p id="itself" template="#itself">x</p>
1779     </div>
1780     #errors
1781     /div/p/@template;template:not template;m
1782    
1783     #data
1784     <div xmlns="http://www.w3.org/1999/xhtml">
1785     <datatemplate id="itself" template="#itself"/>x
1786     </div>
1787     #errors
1788     /div/datatemplate/@template;fragment points itself;m
1789    
1790     #data
1791     <div xmlns="http://www.w3.org/1999/xhtml">
1792     <div id="a">x</div>
1793     <div template="#t" ref="#a">y</div>
1794     <datatemplate id="t"/>
1795     </div>
1796     #errors
1797    
1798     #data
1799     <div xmlns="http://www.w3.org/1999/xhtml">
1800     <div template="#t" ref="#a">y</div>
1801     <div id="a">x</div>
1802     <datatemplate id="t"/>
1803     </div>
1804     #errors
1805    
1806     #data
1807     <div xmlns="http://www.w3.org/1999/xhtml">
1808     <div template="#t" ref="#">y</div>
1809     <div id="">x</div>
1810     <datatemplate id="t"/>
1811     </div>
1812     #errors
1813     /div/div/@id;empty attribute value;m
1814    
1815     #data
1816     <div xmlns="http://www.w3.org/1999/xhtml">
1817     <div template="#t" ref="#">y</div>
1818     <datatemplate id="t"/>
1819     </div>
1820     #errors
1821    
1822     #data
1823     <div xmlns="http://www.w3.org/1999/xhtml">
1824     <div template="#t" ref="#no-such-element">y</div>
1825     <datatemplate id="t"/>
1826     </div>
1827     #errors
1828     /div/div/@ref;fragment points nothing;m
1829    
1830     #data
1831     <div xmlns="http://www.w3.org/1999/xhtml">
1832     <div template="#t" ref="external-html">y</div>
1833     <datatemplate id="t"/>
1834     </div>
1835     #errors
1836    
1837     #data
1838     <div xmlns="http://www.w3.org/1999/xhtml">
1839     <div template="#t" ref="external-html#element">y</div>
1840     <datatemplate id="t"/>
1841     </div>
1842     #errors
1843    
1844     #data
1845     <div xmlns="http://www.w3.org/1999/xhtml">
1846     <div template="#t" ref="">y</div>
1847     <datatemplate id="t"/>
1848     </div>
1849     #errors
1850    
1851     #data
1852     <div xmlns="http://www.w3.org/1999/xhtml">
1853     <div template="#t" id="itself" ref="#itself">y</div>
1854     <datatemplate id="t"/>
1855     </div>
1856     #errors
1857     /div/div/@ref;fragment points itself;m
1858    
1859     #data
1860     <div xmlns="http://www.w3.org/1999/xhtml" ref="x">x</div>
1861     #errors
1862     /div/@ref;attribute not allowed;m
1863    
1864     #data
1865     <div xmlns="http://www.w3.org/1999/xhtml"
1866     registrationmark="">x</div>
1867     #errors
1868     /div/@registrationmark;attribute not allowed;m
1869    
1870     #data
1871     <rule xmlns="http://www.w3.org/1999/xhtml"
1872     registrationmark="">x</rule>
1873     #errors
1874     /rule/@registrationmark;attribute not allowed;m
1875    
1876     #data
1877     <rule xmlns="http://www.w3.org/1999/xhtml">
1878     <div registrationmark="">x</div>
1879     </rule>
1880     #errors
1881    
1882     #data
1883     <rule xmlns="http://www.w3.org/1999/xhtml">
1884     <div registrationmark="xxxx">x</div>
1885     </rule>
1886     #errors
1887    
1888     #data
1889     <rule xmlns="http://www.w3.org/1999/xhtml">
1890     <div registrationmark="a b c">x</div>
1891     </rule>
1892     #errors
1893    
1894     #data
1895     <rule xmlns="http://www.w3.org/1999/xhtml">
1896     <div registrationmark="a">x</div>
1897     <div registrationmark="a">x</div>
1898     </rule>
1899     #errors
1900    
1901     #data
1902     <rule xmlns="http://www.w3.org/1999/xhtml">
1903     <rule>
1904     <div registrationmark="a">x</div>
1905     </rule>
1906     </rule>
1907     #errors
1908    
1909     #data
1910     <rule xmlns="http://www.w3.org/1999/xhtml">
1911     <rule>
1912     </rule>
1913     <div registrationmark="a">x</div>
1914     </rule>
1915     #errors
1916    
1917     #data
1918     <datatemplate xmlns="http://www.w3.org/1999/xhtml">
1919     <rule>
1920     </rule>
1921     <div registrationmark="a">x</div>
1922     </datatemplate>
1923     #errors
1924     /datatemplate/div;element not allowed:datatemplate;m
1925     /datatemplate/div/@registrationmark;attribute not allowed;m
1926    
1927     #data
1928     <rule xmlns="http://www.w3.org/1999/xhtml">
1929     <div>
1930     <div registrationmark="a">x</div>
1931     </div>
1932     </rule>
1933     #errors
1934    
1935     #data
1936     <rule xmlns="http://www.w3.org/1999/xhtml">
1937     <div>x
1938     <nest registrationmark="a"/>
1939     </div>
1940     </rule>
1941     #errors
1942     /rule/div/nest/@registrationmark;attribute not allowed;m
1943    
1944     #data
1945     <rule xmlns="http://www.w3.org/1999/xhtml">
1946     <div>
1947     <rule registrationmark="">
1948     x
1949     </rule>
1950     </div>
1951     </rule>
1952     #errors
1953     /rule/div/rule;element not allowed:flow;m
1954    
1955     #data
1956     <rule xmlns="http://www.w3.org/1999/xhtml">
1957     <div registartionmark="a">x</div>
1958     </rule>
1959     #errors
1960     /rule/div/@registartionmark;attribute not defined;m

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24