/[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.1 - (hide annotations) (download)
Sun Oct 5 11:51:15 2008 UTC (17 years, 9 months ago) by wakaba
Branch: MAIN
++ whatpm/t/ChangeLog	5 Oct 2008 11:46:29 -0000
	* ContentChecker.t: New files added.

	* content-model-1.dat, content-model-2.dat: Numbers of test
	entries are moved to other files.

2008-10-05  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/t/dom-conformance/ChangeLog	5 Oct 2008 11:47:29 -0000
	* html-datatemplate.dat, html-flows-1.dat, html-form-input-1.dat,
	html-forms-1.dat, html-global-1.dat, html-metadata-1.dat,
	html-repetitions.dat, html-tables-1.dat, html-texts-1.dat: New
	files (test entries moved from ../content-model-1.dat and
	../content-model-2.dat).

2008-10-05  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     /rule/ruby/rp;rp:syntax error;m
572    
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     /rule/ruby/rp;rp:syntax error;m
577    
578     #data
579     <rule xmlns="http://www.w3.org/1999/xhtml"><ruby>x<rp>[</rp><rt><nest/></rt><rp>]</rp></ruby></rule>
580     #errors
581     /rule/ruby/rt;no significant content;s
582    
583     #data
584     <rule xmlns="http://www.w3.org/1999/xhtml"><ruby>x<rp>[</rp><rt>y</rt><rp>]<nest/></rp></ruby></rule>
585     #errors
586    
587     #data
588     <rule xmlns="http://www.w3.org/1999/xhtml"><ruby>x<rp>[</rp><rt>y</rt><rp>]<nest/></rp></ruby></rule>
589     #errors
590    
591     #data
592     <rule xmlns="http://www.w3.org/1999/xhtml"><ruby>x<rp>[</rp><nest/><rt>y</rt><rp>]</rp></ruby></rule>
593     #errors
594    
595     #data
596     <rule xmlns="http://www.w3.org/1999/xhtml"><ruby>x<rp>[</rp><rt>y</rt><nest/><rp>]</rp></ruby></rule>
597     #errors
598    
599     #data
600     <rule xmlns="http://www.w3.org/1999/xhtml"><ruby>x<rp>[</rp><rt>c</rt><rp>]</rp><nest/></ruby></rule>
601     #errors
602    
603     #data
604     <rule xmlns="http://www.w3.org/1999/xhtml"><ruby>x<rp>[</rp><rt>c</rt><nest/></ruby></rule>
605     #errors
606     /rule/ruby;element missing;rp;m
607    
608     #data
609     <rule xmlns="http://www.w3.org/1999/xhtml"><rt><nest/></rt></rule>
610     #errors
611     /rule/rt;no significant content;s
612    
613     #data
614     <rule xmlns="http://www.w3.org/1999/xhtml"><rt>x<nest/></rt></rule>
615     #errors
616    
617     #data
618     <rule xmlns="http://www.w3.org/1999/xhtml"><rp><nest/></rp></rule>
619     #errors
620     /rule/rp;rp:syntax error;m
621    
622     #data
623     <rule xmlns="http://www.w3.org/1999/xhtml"><rp>(<nest/></rp></rule>
624     #errors
625    
626     #data
627     <rule xmlns="http://www.w3.org/1999/xhtml"><rp><nest/>)</rp></rule>
628     #errors
629     /rule/rp;rp:syntax error;m
630    
631     #data
632     <rule xmlns="http://www.w3.org/1999/xhtml"><rb><nest/></rb></rule>
633     #errors
634     /rule/rb;element not defined;m
635    
636     #data
637     <rule xmlns="http://www.w3.org/1999/xhtml"><ins><nest/></ins></rule>
638     #errors
639    
640     #data
641     <rule xmlns="http://www.w3.org/1999/xhtml"><p><ins><nest/></ins></p></rule>
642     #errors
643     /rule/p;no significant content;s
644    
645     #data
646     <rule xmlns="http://www.w3.org/1999/xhtml"><html><nest/></html></rule>
647     #errors
648     /rule/html;child element missing;head;m
649     /rule/html;child element missing;body;m
650    
651     #data
652     <rule xmlns="http://www.w3.org/1999/xhtml"><html>
653     <head><title/></head><body/><nest/>
654     </html></rule>
655     #errors
656     /rule/html/body;no significant content;s
657    
658     #data
659     <rule xmlns="http://www.w3.org/1999/xhtml"><html>
660     <head><title/></head><nest/><body/>
661     </html></rule>
662     #errors
663     /rule/html/body;no significant content;s
664    
665     #data
666     <rule xmlns="http://www.w3.org/1999/xhtml"><html>
667     <nest/><head><title/></head><body/>
668     </html></rule>
669     #errors
670     /rule/html/body;no significant content;s
671    
672     #data
673     <rule xmlns="http://www.w3.org/1999/xhtml"><html>
674     <head><title/></head><body/><nest/><body/>
675     </html></rule>
676     #errors
677     /rule/html/body;element not allowed;m
678     /rule/html/body;no significant content;s
679     /rule/html/body;no significant content;s
680    
681     #data
682     <rule xmlns="http://www.w3.org/1999/xhtml"><html>
683     <head><title/></head><nest/>
684     </html></rule>
685     #errors
686     /rule/html;child element missing;body;m
687    
688     #data
689     <rule xmlns="http://www.w3.org/1999/xhtml"><html>
690     <nest/><body/>
691     </html></rule>
692     #errors
693     /rule/html/body;ps element missing;head;m
694     /rule/html/body;no significant content;s
695    
696     #data
697     <rule xmlns="http://www.w3.org/1999/xhtml"><html>
698     <head><title/></head><body/><nest/>
699     </html></rule>
700     #errors
701     /rule/html/body;no significant content;s
702    
703     #data
704     <rule xmlns="http://www.w3.org/1999/xhtml">
705     <head><nest/></head>
706     </rule>
707     #errors
708     /rule/head;child element missing;title;m
709    
710     #data
711     <rule xmlns="http://www.w3.org/1999/xhtml">
712     <head><title/><nest/></head>
713     </rule>
714     #errors
715    
716     #data
717     <rule xmlns="http://www.w3.org/1999/xhtml">
718     <head><nest/><title/></head>
719     </rule>
720     #errors
721    
722     #data
723     <rule xmlns="http://www.w3.org/1999/xhtml">
724     <head><nest/><base href="http://www.example.com/"/><title/></head>
725     </rule>
726     #errors
727    
728     #data
729     <rule xmlns="http://www.w3.org/1999/xhtml">
730     <head><base href="http://www.example.com/"/><nest/><title/></head>
731     </rule>
732     #errors
733    
734     #data
735     <rule xmlns="http://www.w3.org/1999/xhtml">
736     <head><meta charset="us-ascii"/><nest/><title/></head>
737     </rule>
738     #errors
739     /rule/head/meta;element not allowed:meta charset;m
740     /rule/head/meta;in XML:charset;m
741     /rule/head/meta/@charset;mismatched charset name not checked;u
742    
743     #data
744     <rule xmlns="http://www.w3.org/1999/xhtml">
745     <head><nest/><meta charset="us-ascii"/><title/></head>
746     </rule>
747     #errors
748     /rule/head/meta;element not allowed:meta charset;m
749     /rule/head/meta;in XML:charset;m
750     /rule/head/meta/@charset;mismatched charset name not checked;u
751    
752     #data
753     <rule xmlns="http://www.w3.org/1999/xhtml"><style><nest/></style></rule>
754     #errors
755     /rule/style;SUBDOC
756    
757     #data
758     <rule xmlns="http://www.w3.org/1999/xhtml"><script><nest/></script></rule>
759     #errors
760     /rule/script;SUBDOC
761    
762     #data
763     <rule xmlns="http://www.w3.org/1999/xhtml"><footer><nest/></footer></rule>
764     #errors
765     /rule/footer;no significant content;s
766    
767     #data
768     <rule xmlns="http://www.w3.org/1999/xhtml"><footer><nest/>a</footer></rule>
769     #errors
770    
771     #data
772     <rule xmlns="http://www.w3.org/1999/xhtml"><footer><nest/><i/></footer></rule>
773     #errors
774     /rule/footer;no significant content;s
775     /rule/footer/i;no significant content;s
776    
777     #data
778     <rule xmlns="http://www.w3.org/1999/xhtml"><footer><nest/><ul/></footer></rule>
779     #errors
780     /rule/footer;no significant content;s
781    
782     #data
783     <rule xmlns="http://www.w3.org/1999/xhtml"><footer><nest/><p/></footer></rule>
784     #errors
785     /rule/footer;no significant content;s
786     /rule/footer/p;no significant content;s
787    
788     #data
789     <rule xmlns="http://www.w3.org/1999/xhtml"><footer>a<nest/></footer></rule>
790     #errors
791    
792     #data
793     <rule xmlns="http://www.w3.org/1999/xhtml"><footer><i/><nest/></footer></rule>
794     #errors
795     /rule/footer;no significant content;s
796     /rule/footer/i;no significant content;s
797    
798     #data
799     <rule xmlns="http://www.w3.org/1999/xhtml"><footer><ol/><nest/></footer></rule>
800     #errors
801     /rule/footer;no significant content;s
802    
803     #data
804     <rule xmlns="http://www.w3.org/1999/xhtml"><footer><p/><nest/></footer></rule>
805     #errors
806     /rule/footer;no significant content;s
807     /rule/footer/p;no significant content;s
808    
809     #data
810     <rule xmlns="http://www.w3.org/1999/xhtml"><footer>a<nest/><p/></footer></rule>
811     #errors
812     /rule/footer/p;no significant content;s
813    
814     #data
815     <rule xmlns="http://www.w3.org/1999/xhtml"><footer><p/><nest/>a</footer></rule>
816     #errors
817     /rule/footer/p;no significant content;s
818    
819     #data
820     <rule xmlns="http://www.w3.org/1999/xhtml"><footer><nest/><h1/></footer></rule>
821     #errors
822     /rule/footer/h1;element not allowed:minus;m
823     /rule/footer;no significant content;s
824     /rule/footer/h1;no significant content;s
825    
826     #data
827     <rule xmlns="http://www.w3.org/1999/xhtml"><dialog><nest/></dialog></rule>
828     #errors
829    
830     #data
831     <rule xmlns="http://www.w3.org/1999/xhtml">
832     <dialog><dt/><nest/></dialog>
833     </rule>
834     #errors
835     /rule/dialog;child element missing;dd;m
836     /rule/dialog/dt;no significant content;s
837    
838     #data
839     <rule xmlns="http://www.w3.org/1999/xhtml">
840     <dialog><dt/><dd/><nest/></dialog>
841     </rule>
842     #errors
843     /rule/dialog/dt;no significant content;s
844     /rule/dialog/dd;no significant content;s
845    
846     #data
847     <rule xmlns="http://www.w3.org/1999/xhtml">
848     <dialog><dt/><dd/><dt/><nest/></dialog>
849     </rule>
850     #errors
851     /rule/dialog;child element missing;dd;m
852     /rule/dialog/dt;no significant content;s
853     /rule/dialog/dd;no significant content;s
854     /rule/dialog/dt;no significant content;s
855    
856     #data
857     <rule xmlns="http://www.w3.org/1999/xhtml">
858     <dialog><dt/><dd/><dt/><dd/><nest/></dialog>
859     </rule>
860     #errors
861     /rule/dialog/dt;no significant content;s
862     /rule/dialog/dd;no significant content;s
863     /rule/dialog/dt;no significant content;s
864     /rule/dialog/dd;no significant content;s
865    
866     #data
867     <rule xmlns="http://www.w3.org/1999/xhtml">
868     <dialog><dt/><nest/><dd/></dialog>
869     </rule>
870     #errors
871     /rule/dialog/dt;no significant content;s
872     /rule/dialog/dd;no significant content;s
873    
874     #data
875     <rule xmlns="http://www.w3.org/1999/xhtml">
876     <dialog><dt/><nest/><dt/><dd/></dialog>
877     </rule>
878     #errors
879     /rule/dialog/dt;ps element missing;dd;m
880     /rule/dialog/dt;no significant content;s
881     /rule/dialog/dt;no significant content;s
882     /rule/dialog/dd;no significant content;s
883    
884     #data
885     <rule xmlns="http://www.w3.org/1999/xhtml">
886     <dialog><nest/><dt/></dialog>
887     </rule>
888     #errors
889     /rule/dialog;child element missing;dd;m
890     /rule/dialog/dt;no significant content;s
891    
892     #data
893     <rule xmlns="http://www.w3.org/1999/xhtml">
894     <dialog><nest/><dt/><dd/></dialog>
895     </rule>
896     #errors
897     /rule/dialog/dt;no significant content;s
898     /rule/dialog/dd;no significant content;s
899    
900     #data
901     <rule xmlns="http://www.w3.org/1999/xhtml"><ul><nest/></ul></rule>
902     #errors
903    
904     #data
905     <rule xmlns="http://www.w3.org/1999/xhtml"><ul><li/><nest/></ul></rule>
906     #errors
907     /rule/ul/li;no significant content;s
908    
909     #data
910     <rule xmlns="http://www.w3.org/1999/xhtml"><ul><nest/><li/></ul></rule>
911     #errors
912     /rule/ul/li;no significant content;s
913    
914     #data
915     <rule xmlns="http://www.w3.org/1999/xhtml"><ol><nest/></ol></rule>
916     #errors
917    
918     #data
919     <rule xmlns="http://www.w3.org/1999/xhtml"><dl><nest/></dl></rule>
920     #errors
921    
922     #data
923     <rule xmlns="http://www.w3.org/1999/xhtml"><dl><nest/><dt/></dl></rule>
924     #errors
925     /rule/dl;child element missing;dd;m
926     /rule/dl/dt;no significant content;s
927    
928     #data
929     <rule xmlns="http://www.w3.org/1999/xhtml"><dl><dt/><nest/></dl></rule>
930     #errors
931     /rule/dl;child element missing;dd;m
932     /rule/dl/dt;no significant content;s
933    
934     #data
935     <rule xmlns="http://www.w3.org/1999/xhtml"><dl><dt/><nest/><dd/></dl></rule>
936     #errors
937     /rule/dl/dt;no significant content;s
938     /rule/dl/dd;no significant content;s
939    
940     #data
941     <rule xmlns="http://www.w3.org/1999/xhtml"><dl><dt/><dd/><nest/></dl></rule>
942     #errors
943     /rule/dl/dt;no significant content;s
944     /rule/dl/dd;no significant content;s
945    
946     #data
947     <rule xmlns="http://www.w3.org/1999/xhtml"><dl><nest/><dt/><dd/></dl></rule>
948     #errors
949     /rule/dl/dt;no significant content;s
950     /rule/dl/dd;no significant content;s
951    
952     #data
953     <rule xmlns="http://www.w3.org/1999/xhtml">
954     <dl><dt/><dd/><nest/><dt/><dd/></dl>
955     </rule>
956     #errors
957     /rule/dl/dt;no significant content;s
958     /rule/dl/dd;no significant content;s
959     /rule/dl/dt;no significant content;s
960     /rule/dl/dd;no significant content;s
961    
962     #data
963     <rule xmlns="http://www.w3.org/1999/xhtml">
964     <dl><dt/><nest/><dt/><dd/></dl>
965     </rule>
966     #errors
967     /rule/dl/dt;no significant content;s
968     /rule/dl/dt;no significant content;s
969     /rule/dl/dd;no significant content;s
970    
971     #data
972     <rule xmlns="http://www.w3.org/1999/xhtml">
973     <dl><dt/><dd/><nest/><dd/></dl>
974     </rule>
975     #errors
976     /rule/dl/dt;no significant content;s
977     /rule/dl/dd;no significant content;s
978     /rule/dl/dd;no significant content;s
979    
980     #data
981     <rule xmlns="http://www.w3.org/1999/xhtml"><del><nest/></del></rule>
982     #errors
983    
984     #data
985     <rule xmlns="http://www.w3.org/1999/xhtml"><del><nest/>aa</del></rule>
986     #errors
987    
988     #data
989     <rule xmlns="http://www.w3.org/1999/xhtml"><del><nest/><p/></del></rule>
990     #errors
991     /rule/del/p;no significant content;s
992    
993     #data
994     <rule xmlns="http://www.w3.org/1999/xhtml">
995     <video src="/"><nest/></video>
996     </rule>
997     #errors
998    
999     #data
1000     <rule xmlns="http://www.w3.org/1999/xhtml">
1001     <video><nest/><source src="/"/></video>
1002     </rule>
1003     #errors
1004    
1005     #data
1006     <rule xmlns="http://www.w3.org/1999/xhtml">
1007     <video><source src="/"/><nest/><source src="/"/></video>
1008     </rule>
1009     #errors
1010    
1011     #data
1012     <rule xmlns="http://www.w3.org/1999/xhtml">
1013     <video><source src="/"/><nest/></video>
1014     </rule>
1015     #errors
1016    
1017     #data
1018     <rule xmlns="http://www.w3.org/1999/xhtml">
1019     <table><nest/></table>
1020     </rule>
1021     #errors
1022    
1023     #data
1024     <rule xmlns="http://www.w3.org/1999/xhtml">
1025     <table><nest/><tr><td/></tr></table>
1026     </rule>
1027     #errors
1028     /rule/table/tr/td;no significant content;s
1029    
1030     #data
1031     <rule xmlns="http://www.w3.org/1999/xhtml">
1032     <table><nest/><tbody><tr><td/></tr></tbody></table>
1033     </rule>
1034     #errors
1035     /rule/table/tbody/tr/td;no significant content;s
1036    
1037     #data
1038     <rule xmlns="http://www.w3.org/1999/xhtml">
1039     <table><tbody><tr><td/></tr></tbody><nest/></table>
1040     </rule>
1041     #errors
1042     /rule/table/tbody/tr/td;no significant content;s
1043    
1044     #data
1045     <rule xmlns="http://www.w3.org/1999/xhtml">
1046     <table><caption/><nest/><caption/><tr><td/></tr></table>
1047     </rule>
1048     #errors
1049     /rule/table/caption;element not allowed;m
1050     /rule/table/caption;no significant content;s
1051     /rule/table/caption;no significant content;s
1052     /rule/table/tr/td;no significant content;s
1053    
1054     #data
1055     <rule xmlns="http://www.w3.org/1999/xhtml">
1056     <colgroup><nest/></colgroup>
1057     </rule>
1058     #errors
1059    
1060     #data
1061     <rule xmlns="http://www.w3.org/1999/xhtml">
1062     <colgroup><col/><nest/></colgroup>
1063     </rule>
1064     #errors
1065    
1066     #data
1067     <rule xmlns="http://www.w3.org/1999/xhtml">
1068     <colgroup><nest/><col/></colgroup>
1069     </rule>
1070     #errors
1071    
1072     #data
1073     <rule xmlns="http://www.w3.org/1999/xhtml">
1074     <colgroup><col/><nest/><col/></colgroup>
1075     </rule>
1076     #errors
1077    
1078     #data
1079     <rule xmlns="http://www.w3.org/1999/xhtml">
1080     <tbody><nest/></tbody>
1081     </rule>
1082     #errors
1083    
1084     #data
1085     <rule xmlns="http://www.w3.org/1999/xhtml">
1086     <tbody><nest/><tr><td/></tr></tbody>
1087     </rule>
1088     #errors
1089     /rule/tbody/tr/td;no significant content;s
1090    
1091     #data
1092     <rule xmlns="http://www.w3.org/1999/xhtml">
1093     <tbody><tr><td/></tr><nest/></tbody>
1094     </rule>
1095     #errors
1096     /rule/tbody/tr/td;no significant content;s
1097    
1098     #data
1099     <rule xmlns="http://www.w3.org/1999/xhtml">
1100     <tr><nest/></tr>
1101     </rule>
1102     #errors
1103    
1104     #data
1105     <rule xmlns="http://www.w3.org/1999/xhtml">
1106     <tr><td/><nest/></tr>
1107     </rule>
1108     #errors
1109     /rule/tr/td;no significant content;s
1110    
1111     #data
1112     <rule xmlns="http://www.w3.org/1999/xhtml">
1113     <tr><nest/><td/></tr>
1114     </rule>
1115     #errors
1116     /rule/tr/td;no significant content;s
1117    
1118     #data
1119     <rule xmlns="http://www.w3.org/1999/xhtml">
1120     <tr><th/><nest/></tr>
1121     </rule>
1122     #errors
1123     /rule/tr/th;no significant content;s
1124    
1125     #data
1126     <rule xmlns="http://www.w3.org/1999/xhtml">
1127     <tr><th/><nest/><td/></tr>
1128     </rule>
1129     #errors
1130     /rule/tr/th;no significant content;s
1131     /rule/tr/td;no significant content;s
1132    
1133     #data
1134     <rule xmlns="http://www.w3.org/1999/xhtml"><form/></rule>
1135     #errors
1136     /rule/form;no significant content;s
1137    
1138     #data
1139     <rule xmlns="http://www.w3.org/1999/xhtml"><form><nest/></form></rule>
1140     #errors
1141     /rule/form;no significant content;s
1142    
1143     #data
1144     <rule xmlns="http://www.w3.org/1999/xhtml"><form><style scoped=""></style><nest/></form></rule>
1145     #errors
1146     /rule/form;no significant content;s
1147     /rule/form/style;SUBDOC
1148    
1149     #data
1150     <rule xmlns="http://www.w3.org/1999/xhtml"><input/></rule>
1151     #errors
1152    
1153     #data
1154     <rule xmlns="http://www.w3.org/1999/xhtml"><input><nest/></input></rule>
1155     #errors
1156    
1157     #data
1158     <rule xmlns="http://www.w3.org/1999/xhtml"><input>
1159     <nest/>
1160     </input></rule>
1161     #errors
1162    
1163     #data
1164     <rule xmlns="http://www.w3.org/1999/xhtml">
1165     <head><title/><noscript><nest/></noscript></head>
1166     </rule>
1167     #errors
1168     /rule/head/noscript;in XML:noscript;m
1169    
1170     #data
1171     <rule xmlns="http://www.w3.org/1999/xhtml"><button>x</button></rule>
1172     #errors
1173    
1174     #data
1175     <rule xmlns="http://www.w3.org/1999/xhtml"><button><nest/></button></rule>
1176     #errors
1177     /rule/button;no significant content;s
1178    
1179     #data
1180     <rule xmlns="http://www.w3.org/1999/xhtml"><button>x<nest/></button></rule>
1181     #errors
1182    
1183     #data
1184     <rule xmlns="http://www.w3.org/1999/xhtml"><label>x</label></rule>
1185     #errors
1186    
1187     #data
1188     <rule xmlns="http://www.w3.org/1999/xhtml"><label><nest/></label></rule>
1189     #errors
1190     /rule/label;no significant content;s
1191    
1192     #data
1193     <rule xmlns="http://www.w3.org/1999/xhtml"><label>x<nest/></label></rule>
1194     #errors
1195    
1196     #data
1197     <rule xmlns="http://www.w3.org/1999/xhtml"><select/></rule>
1198     #errors
1199    
1200     #data
1201     <rule xmlns="http://www.w3.org/1999/xhtml"><select><nest/></select></rule>
1202     #errors
1203    
1204     #data
1205     <rule xmlns="http://www.w3.org/1999/xhtml"><select><option><nest/></option></select></rule>
1206     #errors
1207    
1208     #data
1209     <rule xmlns="http://www.w3.org/1999/xhtml"><select><option>x</option><nest/><option>u</option></select></rule>
1210     #errors
1211    
1212     #data
1213     <rule xmlns="http://www.w3.org/1999/xhtml"><datalist/></rule>
1214     #errors
1215    
1216     #data
1217     <rule xmlns="http://www.w3.org/1999/xhtml"><datalist><nest/></datalist></rule>
1218     #errors
1219    
1220     #data
1221     <rule xmlns="http://www.w3.org/1999/xhtml"><datalist><nest/><option/></datalist></rule>
1222     #errors
1223    
1224     #data
1225     <rule xmlns="http://www.w3.org/1999/xhtml"><datalist><nest/><option/>x</datalist></rule>
1226     #errors
1227     /rule/datalist/"x";character not allowed;m
1228    
1229     #data
1230     <rule xmlns="http://www.w3.org/1999/xhtml"><datalist><nest/>x<option/></datalist></rule>
1231     #errors
1232     /rule/datalist/option;element not allowed:phrasing;m
1233    
1234     #data
1235     <rule xmlns="http://www.w3.org/1999/xhtml"><datalist>x<nest/><option/></datalist></rule>
1236     #errors
1237     /rule/datalist/option;element not allowed:phrasing;m
1238    
1239     #data
1240     <rule xmlns="http://www.w3.org/1999/xhtml"><datalist><option/><nest/><option/></datalist></rule>
1241     #errors
1242    
1243     #data
1244     <rule xmlns="http://www.w3.org/1999/xhtml"><optgroup/></rule>
1245     #errors
1246    
1247     #data
1248     <rule xmlns="http://www.w3.org/1999/xhtml"><optgroup><nest/></optgroup></rule>
1249     #errors
1250    
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    
1296     #data
1297     <rule xmlns="http://www.w3.org/1999/xhtml">
1298     <datagrid><nest/><table/></datagrid>
1299     </rule>
1300     #errors
1301    
1302     #data
1303     <rule xmlns="http://www.w3.org/1999/xhtml">
1304     <datagrid><nest/><table/><p/></datagrid>
1305     </rule>
1306     #errors
1307     /rule/datagrid/p;element not allowed;m
1308     /rule/datagrid/p;no significant content;s
1309    
1310     #data
1311     <rule xmlns="http://www.w3.org/1999/xhtml">
1312     <datagrid><p/><nest/><table/></datagrid>
1313     </rule>
1314     #errors
1315     /rule/datagrid;no significant content;s
1316     /rule/datagrid/p;no significant content;s
1317    
1318     #data
1319     <rule xmlns="http://www.w3.org/1999/xhtml">
1320     <datagrid><table/><nest/><p/></datagrid>
1321     </rule>
1322     #errors
1323     /rule/datagrid/p;element not allowed;m
1324     /rule/datagrid/p;no significant content;s
1325    
1326     #data
1327     <rule xmlns="http://www.w3.org/1999/xhtml"><bb>x</bb></rule>
1328     #errors
1329    
1330     #data
1331     <rule xmlns="http://www.w3.org/1999/xhtml"><bb>x<nest/></bb></rule>
1332     #errors
1333    
1334     #data
1335     <rule xmlns="http://www.w3.org/1999/xhtml"><ins><bb>x</bb></ins></rule>
1336     #errors
1337    
1338     #data
1339     <rule xmlns="http://www.w3.org/1999/xhtml">
1340     <menu><nest/></menu>
1341     </rule>
1342     #errors
1343     /rule/menu;no significant content;s
1344    
1345     #data
1346     <rule xmlns="http://www.w3.org/1999/xhtml">
1347     <menu><li/><nest/></menu>
1348     </rule>
1349     #errors
1350     /rule/menu/li;no significant content;s
1351    
1352     #data
1353     <rule xmlns="http://www.w3.org/1999/xhtml">
1354     <menu><nest/><li/></menu>
1355     </rule>
1356     #errors
1357     /rule/menu/li;no significant content;s
1358    
1359     #data
1360     <rule xmlns="http://www.w3.org/1999/xhtml">
1361     <menu><li/><nest/><li/></menu>
1362     </rule>
1363     #errors
1364     /rule/menu/li;no significant content;s
1365     /rule/menu/li;no significant content;s
1366    
1367     #data
1368     <rule xmlns="http://www.w3.org/1999/xhtml">
1369     <menu>aa<nest/></menu>
1370     </rule>
1371     #errors
1372    
1373     #data
1374     <rule xmlns="http://www.w3.org/1999/xhtml">
1375     <menu><nest/>aa</menu>
1376     </rule>
1377     #errors
1378    
1379     #data
1380     <rule xmlns="http://www.w3.org/1999/xhtml">
1381     <menu>aa<nest/>bb</menu>
1382     </rule>
1383     #errors
1384    
1385     #data
1386     <rule xmlns="http://www.w3.org/1999/xhtml">
1387     <menu>aa<nest/><li/></menu>
1388     </rule>
1389     #errors
1390     /rule/menu/li;element not allowed;m
1391     /rule/menu/li;no significant content;s
1392    
1393     #data
1394     <rule xmlns="http://www.w3.org/1999/xhtml">
1395     <menu><li/><nest/>aa</menu>
1396     </rule>
1397     #errors
1398     /rule/menu/"aa";character not allowed;m
1399     /rule/menu/li;no significant content;s
1400    
1401     #data
1402     <rule xmlns="http://www.w3.org/1999/xhtml">
1403     <datatemplate><nest/></datatemplate>
1404     </rule>
1405     #errors
1406    
1407     #data
1408     <rule xmlns="http://www.w3.org/1999/xhtml">
1409     <datatemplate><nest/><rule/></datatemplate>
1410     </rule>
1411     #errors
1412    
1413     #data
1414     <rule xmlns="http://www.w3.org/1999/xhtml">
1415     <datatemplate><rule/><nest/></datatemplate>
1416     </rule>
1417     #errors
1418    
1419     #data
1420     <rule xmlns="http://www.w3.org/1999/xhtml">
1421     <rule><nest/></rule>
1422     </rule>
1423     #errors
1424    
1425     #data
1426     <rule xmlns="http://www.w3.org/1999/xhtml">
1427     <a:author xmlns:a="http://www.w3.org/2005/Atom"><a:name><nest/></a:name></a:author>
1428     </rule>
1429     #errors
1430    
1431     #data
1432     <rule xmlns="http://www.w3.org/1999/xhtml">
1433     <a:author xmlns:a="http://www.w3.org/2005/Atom"><a:name><nest/>aa</a:name></a:author>
1434     </rule>
1435     #errors
1436    
1437     #data
1438     <rule xmlns="http://www.w3.org/1999/xhtml">
1439     <a:author xmlns:a="http://www.w3.org/2005/Atom"><a:name>aa<nest/></a:name></a:author>
1440     </rule>
1441     #errors
1442    
1443     #data
1444     <rule xmlns="http://www.w3.org/1999/xhtml">
1445     <a:author xmlns:a="http://www.w3.org/2005/Atom"><a:uri><nest/>http://www.example.org/</a:uri><a:name/></a:author>
1446     </rule>
1447     #errors
1448    
1449     #data
1450     <rule xmlns="http://www.w3.org/1999/xhtml">
1451     <a:author xmlns:a="http://www.w3.org/2005/Atom"><a:email><nest/>[email protected]</a:email><a:name/></a:author>
1452     </rule>
1453     #errors
1454     /rule/author/email;addr-spec not supported;u
1455    
1456     #data
1457     <rule xmlns="http://www.w3.org/1999/xhtml">
1458     <a:published xmlns:a="http://www.w3.org/2005/Atom">2006-12-31T00:00:00Z<nest/></a:published>
1459     </rule>
1460     #errors
1461    
1462     #data
1463     <rule xmlns="http://www.w3.org/1999/xhtml">
1464     <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>
1465     </rule>
1466     #errors
1467    
1468     #data
1469     <rule xmlns="http://www.w3.org/1999/xhtml">
1470     <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>
1471     </rule>
1472     #errors
1473    
1474     #data
1475     <rule xmlns="http://www.w3.org/1999/xhtml">
1476     <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>
1477     </rule>
1478     #errors
1479    
1480     #data
1481     <rule xmlns="http://www.w3.org/1999/xhtml">
1482     <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>
1483     </rule>
1484     #errors
1485    
1486     #data
1487     <rule xmlns="http://www.w3.org/1999/xhtml">
1488     <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>
1489     </rule>
1490     #errors
1491     /rule/feed/entry;child element missing:atom;author;m
1492    
1493     #data
1494     <rule xmlns="http://www.w3.org/1999/xhtml">
1495     <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>
1496     </rule>
1497     #errors
1498     /rule/feed/entry;child element missing:atom;author;m
1499     /rule/feed/entry;child element missing:atom;author;m
1500    
1501     #data
1502     <div xmlns="http://www.w3.org/1999/xhtml">
1503     <datatemplate><rule></rule><nest></nest></datatemplate>
1504     <nest></nest>
1505     </div>
1506     #errors
1507     /div/datatemplate/nest;element not allowed:datatemplate;m
1508     /div/nest;element not allowed:flow;m
1509     /div;no significant content;s
1510    
1511     #data
1512     <div xmlns="http://www.w3.org/1999/xhtml">
1513     <datatemplate><rule></rule><nest></nest></datatemplate>
1514     </div>
1515     #errors
1516     /div/datatemplate/nest;element not allowed:datatemplate;m
1517     /div;no significant content;s
1518    
1519     #data
1520     <rule xmlns="http://www.w3.org/1999/xhtml" mode=""/>
1521     #errors
1522    
1523     #data
1524     <rule xmlns="http://www.w3.org/1999/xhtml" mode=" "/>
1525     #errors
1526    
1527     #data
1528     <rule xmlns="http://www.w3.org/1999/xhtml" mode="a"/>
1529     #errors
1530    
1531     #data
1532     <rule xmlns="http://www.w3.org/1999/xhtml" mode="a b"/>
1533     #errors
1534    
1535     #data
1536     <rule xmlns="http://www.w3.org/1999/xhtml" mode="a b"/>
1537     #errors
1538    
1539     #data
1540     <rule xmlns="http://www.w3.org/1999/xhtml" mode="a A"/>
1541     #errors
1542    
1543     #data
1544     <rule xmlns="http://www.w3.org/1999/xhtml" mode="a a"/>
1545     #errors
1546     /rule/@mode;duplicate token;m
1547    
1548     #data
1549     <rule xmlns="http://www.w3.org/1999/xhtml" mode="a&#x9;a&#xA;"/>
1550     #errors
1551     /rule/@mode;duplicate token;m
1552    
1553     #data
1554     <?xml version="1.1"?>
1555     <rule xmlns="http://www.w3.org/1999/xhtml" mode="a&#x0b;a"/>
1556     #errors
1557    
1558     #data
1559     <?xml version="1.1"?>
1560     <rule xmlns="http://www.w3.org/1999/xhtml" mode="a a&#x0b;"/>
1561     #errors
1562    
1563     #data
1564     <?xml version="1.1"?>
1565     <rule xmlns="http://www.w3.org/1999/xhtml" mode="&#x0b;a a"/>
1566     #errors
1567    
1568     #data
1569     <rule xmlns="http://www.w3.org/1999/xhtml" condition=""/>
1570     #errors
1571     /rule/@condition;no sss;m
1572    
1573     #data
1574     <rule xmlns="http://www.w3.org/1999/xhtml" condition=" "/>
1575     #errors
1576     /rule/@condition;no sss;m
1577    
1578     #data
1579     <rule xmlns="http://www.w3.org/1999/xhtml" condition="a"/>
1580     #errors
1581    
1582     #data
1583     <rule xmlns="http://www.w3.org/1999/xhtml" condition="a b "/>
1584     #errors
1585    
1586     #data
1587     <rule xmlns="http://www.w3.org/1999/xhtml" condition="a, b"/>
1588     #errors
1589    
1590     #data
1591     <rule xmlns="http://www.w3.org/1999/xhtml" condition="a|b"/>
1592     #errors
1593     /rule/@condition;namespace prefix:not declared;m
1594    
1595     #data
1596     <rule xmlns="http://www.w3.org/1999/xhtml" condition="a["/>
1597     #errors
1598     /rule/@condition;no attr name;m
1599    
1600     #data
1601     <rule xmlns="http://www.w3.org/1999/xhtml" condition="*/**/*"/>
1602     #errors
1603     /rule/@condition;no combinator;m
1604    
1605     #data
1606     <rule xmlns="http://www.w3.org/1999/xhtml" filter=""/>
1607     #errors
1608     /rule/@filter;attribute not defined;m
1609    
1610     #data
1611     <nest xmlns="http://www.w3.org/1999/xhtml" mode=""/>
1612     #errors
1613     /nest/@mode;mode:syntax error;m
1614    
1615     #data
1616     <nest xmlns="http://www.w3.org/1999/xhtml" mode=" "/>
1617     #errors
1618     /nest/@mode;mode:syntax error;m
1619    
1620     #data
1621     <nest xmlns="http://www.w3.org/1999/xhtml" mode="a"/>
1622     #errors
1623    
1624     #data
1625     <nest xmlns="http://www.w3.org/1999/xhtml" mode="a "/>
1626     #errors
1627     /nest/@mode;mode:syntax error;m
1628    
1629     #data
1630     <nest xmlns="http://www.w3.org/1999/xhtml" mode="a b"/>
1631     #errors
1632     /nest/@mode;mode:syntax error;m
1633    
1634     #data
1635     <nest xmlns="http://www.w3.org/1999/xhtml" mode="a&#x9;a&#xA;"/>
1636     #errors
1637     /nest/@mode;mode:syntax error;m
1638    
1639     #data
1640     <nest xmlns="http://www.w3.org/1999/xhtml" mode="&#x3000;"/>
1641     #errors
1642    
1643     #data
1644     <?xml version="1.1"?>
1645     <nest xmlns="http://www.w3.org/1999/xhtml" mode="a&#x0b;"/>
1646     #errors
1647    
1648     #data
1649     <?xml version="1.1"?>
1650     <nest xmlns="http://www.w3.org/1999/xhtml" mode="&#x0b;a"/>
1651     #errors
1652    
1653     #data
1654     <?xml version="1.1"?>
1655     <nest xmlns="http://www.w3.org/1999/xhtml" mode="a&#x0b;a"/>
1656     #errors
1657    
1658     #data
1659     <nest xmlns="http://www.w3.org/1999/xhtml" filter=""/>
1660     #errors
1661     /nest/@filter;no sss;m
1662    
1663     #data
1664     <nest xmlns="http://www.w3.org/1999/xhtml" filter=" "/>
1665     #errors
1666     /nest/@filter;no sss;m
1667    
1668     #data
1669     <nest xmlns="http://www.w3.org/1999/xhtml" filter="a b"/>
1670     #errors
1671    
1672     #data
1673     <nest xmlns="http://www.w3.org/1999/xhtml" filter="a + b"/>
1674     #errors
1675    
1676     #data
1677     <nest xmlns="http://www.w3.org/1999/xhtml" filter="a.b#c[d]"/>
1678     #errors
1679    
1680     #data
1681     <nest xmlns="http://www.w3.org/1999/xhtml" filter="a|b"/>
1682     #errors
1683     /nest/@filter;namespace prefix:not declared;m
1684    
1685     #data
1686     <nest xmlns="http://www.w3.org/1999/xhtml" condition="a|b"/>
1687     #errors
1688     /nest/@condition;attribute not defined;m
1689    
1690     #data
1691     <div xmlns="http://www.w3.org/1999/xhtml"
1692     template="#a">x
1693     <datatemplate id="a">
1694     </datatemplate>
1695     </div>
1696     #errors
1697    
1698     #data
1699     <div xmlns="http://www.w3.org/1999/xhtml">
1700     <datatemplate id="a"></datatemplate>
1701     <p template="#a">x</p>
1702     </div>
1703     #errors
1704    
1705     #data
1706     <div xmlns="http://www.w3.org/1999/xhtml">
1707     <p template="#a">x</p>
1708     <datatemplate id="a"/>
1709     </div>
1710     #errors
1711    
1712     #data
1713     <div xmlns="http://www.w3.org/1999/xhtml">
1714     <div template="#a">x<datatemplate id="a"></datatemplate></div>
1715     </div>
1716     #errors
1717    
1718     #data
1719     <div xmlns="http://www.w3.org/1999/xhtml">
1720     <p template="#a">x</p>
1721     <p id="a">y</p>
1722     </div>
1723     #errors
1724     /div/p/@template;template:not template;m
1725    
1726     #data
1727     <div xmlns="http://www.w3.org/1999/xhtml">
1728     <p template="#">x</p>
1729     </div>
1730     #errors
1731     /div/p/@template;template:not template;m
1732    
1733     #data
1734     <div xmlns="http://www.w3.org/1999/xhtml">
1735     <p template="">x</p>
1736     </div>
1737     #errors
1738     /div/p/@template;template:not template;m
1739    
1740     #data
1741     <div xmlns="http://www.w3.org/1999/xhtml">
1742     <p template="#no-such-template">x</p>
1743     </div>
1744     #errors
1745     /div/p/@template;template:not template;m
1746    
1747     #data
1748     <div xmlns="http://www.w3.org/1999/xhtml">
1749     <p template="#">x</p>
1750     <datatemplate id=""/>
1751     </div>
1752     #errors
1753     /div/p/@template;template:not template;m
1754     /div/datatemplate/@id;empty attribute value;m
1755    
1756     #data
1757     <div xmlns="http://www.w3.org/1999/xhtml"
1758     template="external-template">x</div>
1759     #errors
1760    
1761     #data
1762     <div xmlns="http://www.w3.org/1999/xhtml"
1763     template="external-inline-template#temlate">x</div>
1764     #errors
1765    
1766     #data
1767     <div xmlns="http://www.w3.org/1999/xhtml">
1768     <p id="itself" template="#itself">x</p>
1769     </div>
1770     #errors
1771     /div/p/@template;template:not template;m
1772    
1773     #data
1774     <div xmlns="http://www.w3.org/1999/xhtml">
1775     <datatemplate id="itself" template="#itself"/>x
1776     </div>
1777     #errors
1778     /div/datatemplate/@template;fragment points itself;m
1779    
1780     #data
1781     <div xmlns="http://www.w3.org/1999/xhtml">
1782     <div id="a">x</div>
1783     <div template="#t" ref="#a">y</div>
1784     <datatemplate id="t"/>
1785     </div>
1786     #errors
1787    
1788     #data
1789     <div xmlns="http://www.w3.org/1999/xhtml">
1790     <div template="#t" ref="#a">y</div>
1791     <div id="a">x</div>
1792     <datatemplate id="t"/>
1793     </div>
1794     #errors
1795    
1796     #data
1797     <div xmlns="http://www.w3.org/1999/xhtml">
1798     <div template="#t" ref="#">y</div>
1799     <div id="">x</div>
1800     <datatemplate id="t"/>
1801     </div>
1802     #errors
1803     /div/div/@id;empty attribute value;m
1804    
1805     #data
1806     <div xmlns="http://www.w3.org/1999/xhtml">
1807     <div template="#t" ref="#">y</div>
1808     <datatemplate id="t"/>
1809     </div>
1810     #errors
1811    
1812     #data
1813     <div xmlns="http://www.w3.org/1999/xhtml">
1814     <div template="#t" ref="#no-such-element">y</div>
1815     <datatemplate id="t"/>
1816     </div>
1817     #errors
1818     /div/div/@ref;fragment points nothing;m
1819    
1820     #data
1821     <div xmlns="http://www.w3.org/1999/xhtml">
1822     <div template="#t" ref="external-html">y</div>
1823     <datatemplate id="t"/>
1824     </div>
1825     #errors
1826    
1827     #data
1828     <div xmlns="http://www.w3.org/1999/xhtml">
1829     <div template="#t" ref="external-html#element">y</div>
1830     <datatemplate id="t"/>
1831     </div>
1832     #errors
1833    
1834     #data
1835     <div xmlns="http://www.w3.org/1999/xhtml">
1836     <div template="#t" ref="">y</div>
1837     <datatemplate id="t"/>
1838     </div>
1839     #errors
1840    
1841     #data
1842     <div xmlns="http://www.w3.org/1999/xhtml">
1843     <div template="#t" id="itself" ref="#itself">y</div>
1844     <datatemplate id="t"/>
1845     </div>
1846     #errors
1847     /div/div/@ref;fragment points itself;m
1848    
1849     #data
1850     <div xmlns="http://www.w3.org/1999/xhtml" ref="x">x</div>
1851     #errors
1852     /div/@ref;attribute not allowed;m
1853    
1854     #data
1855     <div xmlns="http://www.w3.org/1999/xhtml"
1856     registrationmark="">x</div>
1857     #errors
1858     /div/@registrationmark;attribute not allowed;m
1859    
1860     #data
1861     <rule xmlns="http://www.w3.org/1999/xhtml"
1862     registrationmark="">x</rule>
1863     #errors
1864     /rule/@registrationmark;attribute not allowed;m
1865    
1866     #data
1867     <rule xmlns="http://www.w3.org/1999/xhtml">
1868     <div registrationmark="">x</div>
1869     </rule>
1870     #errors
1871    
1872     #data
1873     <rule xmlns="http://www.w3.org/1999/xhtml">
1874     <div registrationmark="xxxx">x</div>
1875     </rule>
1876     #errors
1877    
1878     #data
1879     <rule xmlns="http://www.w3.org/1999/xhtml">
1880     <div registrationmark="a b c">x</div>
1881     </rule>
1882     #errors
1883    
1884     #data
1885     <rule xmlns="http://www.w3.org/1999/xhtml">
1886     <div registrationmark="a">x</div>
1887     <div registrationmark="a">x</div>
1888     </rule>
1889     #errors
1890    
1891     #data
1892     <rule xmlns="http://www.w3.org/1999/xhtml">
1893     <rule>
1894     <div registrationmark="a">x</div>
1895     </rule>
1896     </rule>
1897     #errors
1898    
1899     #data
1900     <rule xmlns="http://www.w3.org/1999/xhtml">
1901     <rule>
1902     </rule>
1903     <div registrationmark="a">x</div>
1904     </rule>
1905     #errors
1906    
1907     #data
1908     <datatemplate xmlns="http://www.w3.org/1999/xhtml">
1909     <rule>
1910     </rule>
1911     <div registrationmark="a">x</div>
1912     </datatemplate>
1913     #errors
1914     /datatemplate/div;element not allowed:datatemplate;m
1915     /datatemplate/div/@registrationmark;attribute not allowed;m
1916    
1917     #data
1918     <rule xmlns="http://www.w3.org/1999/xhtml">
1919     <div>
1920     <div registrationmark="a">x</div>
1921     </div>
1922     </rule>
1923     #errors
1924    
1925     #data
1926     <rule xmlns="http://www.w3.org/1999/xhtml">
1927     <div>x
1928     <nest registrationmark="a"/>
1929     </div>
1930     </rule>
1931     #errors
1932     /rule/div/nest/@registrationmark;attribute not allowed;m
1933    
1934     #data
1935     <rule xmlns="http://www.w3.org/1999/xhtml">
1936     <div>
1937     <rule registrationmark="">
1938     x
1939     </rule>
1940     </div>
1941     </rule>
1942     #errors
1943     /rule/div/rule;element not allowed:flow;m
1944    
1945     #data
1946     <rule xmlns="http://www.w3.org/1999/xhtml">
1947     <div registartionmark="a">x</div>
1948     </rule>
1949     #errors
1950     /rule/div/@registartionmark;attribute not defined;m

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24