/[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.5 - (hide annotations) (download)
Sun Aug 16 07:22:36 2009 UTC (16 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.4: +3 -0 lines
++ whatpm/t/ChangeLog	16 Aug 2009 07:20:16 -0000
	* content-model-7.dat: The |bb| element has been removed from the
	spec so that relevant test results are changed (HTML5 revision
	3621).

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

++ whatpm/t/dom-conformance/ChangeLog	16 Aug 2009 07:20:00 -0000
	* html-interactive-1.dat, html-datatemplate.dat: The |bb| element
	has been removed from the spec so that relevant test results are
	changed (HTML5 revision 3621).

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	16 Aug 2009 07:20:36 -0000
	* HTML.pm: The |bb| element has been dropped from the spec (HTML5
	revision 3621).

2009-08-16  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.1
1297     #data
1298     <rule xmlns="http://www.w3.org/1999/xhtml">
1299     <datagrid><nest/><table/></datagrid>
1300     </rule>
1301     #errors
1302 wakaba 1.4 /rule/datagrid;no significant content;s
1303 wakaba 1.1
1304     #data
1305     <rule xmlns="http://www.w3.org/1999/xhtml">
1306     <datagrid><nest/><table/><p/></datagrid>
1307     </rule>
1308     #errors
1309 wakaba 1.4 /rule/datagrid;no significant content;s
1310 wakaba 1.1 /rule/datagrid/p;no significant content;s
1311    
1312     #data
1313     <rule xmlns="http://www.w3.org/1999/xhtml">
1314     <datagrid><p/><nest/><table/></datagrid>
1315     </rule>
1316     #errors
1317     /rule/datagrid;no significant content;s
1318     /rule/datagrid/p;no significant content;s
1319    
1320     #data
1321     <rule xmlns="http://www.w3.org/1999/xhtml">
1322     <datagrid><table/><nest/><p/></datagrid>
1323     </rule>
1324     #errors
1325 wakaba 1.4 /rule/datagrid;no significant content;s
1326 wakaba 1.1 /rule/datagrid/p;no significant content;s
1327    
1328     #data
1329     <rule xmlns="http://www.w3.org/1999/xhtml"><bb>x</bb></rule>
1330     #errors
1331 wakaba 1.5 /rule/bb;element not defined;m
1332 wakaba 1.1
1333     #data
1334     <rule xmlns="http://www.w3.org/1999/xhtml"><bb>x<nest/></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"><ins><bb>x</bb></ins></rule>
1340     #errors
1341 wakaba 1.5 /rule/ins/bb;element not defined;m
1342 wakaba 1.1
1343     #data
1344     <rule xmlns="http://www.w3.org/1999/xhtml">
1345     <menu><nest/></menu>
1346     </rule>
1347     #errors
1348     /rule/menu;no significant content;s
1349    
1350     #data
1351     <rule xmlns="http://www.w3.org/1999/xhtml">
1352     <menu><li/><nest/></menu>
1353     </rule>
1354     #errors
1355     /rule/menu/li;no significant content;s
1356    
1357     #data
1358     <rule xmlns="http://www.w3.org/1999/xhtml">
1359     <menu><nest/><li/></menu>
1360     </rule>
1361     #errors
1362     /rule/menu/li;no significant content;s
1363    
1364     #data
1365     <rule xmlns="http://www.w3.org/1999/xhtml">
1366     <menu><li/><nest/><li/></menu>
1367     </rule>
1368     #errors
1369     /rule/menu/li;no significant content;s
1370     /rule/menu/li;no significant content;s
1371    
1372     #data
1373     <rule xmlns="http://www.w3.org/1999/xhtml">
1374     <menu>aa<nest/></menu>
1375     </rule>
1376     #errors
1377    
1378     #data
1379     <rule xmlns="http://www.w3.org/1999/xhtml">
1380     <menu><nest/>aa</menu>
1381     </rule>
1382     #errors
1383    
1384     #data
1385     <rule xmlns="http://www.w3.org/1999/xhtml">
1386     <menu>aa<nest/>bb</menu>
1387     </rule>
1388     #errors
1389    
1390     #data
1391     <rule xmlns="http://www.w3.org/1999/xhtml">
1392     <menu>aa<nest/><li/></menu>
1393     </rule>
1394     #errors
1395     /rule/menu/li;element not allowed;m
1396     /rule/menu/li;no significant content;s
1397    
1398     #data
1399     <rule xmlns="http://www.w3.org/1999/xhtml">
1400     <menu><li/><nest/>aa</menu>
1401     </rule>
1402     #errors
1403     /rule/menu/"aa";character not allowed;m
1404     /rule/menu/li;no significant content;s
1405    
1406     #data
1407     <rule xmlns="http://www.w3.org/1999/xhtml">
1408     <datatemplate><nest/></datatemplate>
1409     </rule>
1410     #errors
1411    
1412     #data
1413     <rule xmlns="http://www.w3.org/1999/xhtml">
1414     <datatemplate><nest/><rule/></datatemplate>
1415     </rule>
1416     #errors
1417    
1418     #data
1419     <rule xmlns="http://www.w3.org/1999/xhtml">
1420     <datatemplate><rule/><nest/></datatemplate>
1421     </rule>
1422     #errors
1423    
1424     #data
1425     <rule xmlns="http://www.w3.org/1999/xhtml">
1426     <rule><nest/></rule>
1427     </rule>
1428     #errors
1429    
1430     #data
1431     <rule xmlns="http://www.w3.org/1999/xhtml">
1432     <a:author xmlns:a="http://www.w3.org/2005/Atom"><a:name><nest/></a:name></a:author>
1433     </rule>
1434     #errors
1435    
1436     #data
1437     <rule xmlns="http://www.w3.org/1999/xhtml">
1438     <a:author xmlns:a="http://www.w3.org/2005/Atom"><a:name><nest/>aa</a:name></a:author>
1439     </rule>
1440     #errors
1441    
1442     #data
1443     <rule xmlns="http://www.w3.org/1999/xhtml">
1444     <a:author xmlns:a="http://www.w3.org/2005/Atom"><a:name>aa<nest/></a:name></a:author>
1445     </rule>
1446     #errors
1447    
1448     #data
1449     <rule xmlns="http://www.w3.org/1999/xhtml">
1450     <a:author xmlns:a="http://www.w3.org/2005/Atom"><a:uri><nest/>http://www.example.org/</a:uri><a:name/></a:author>
1451     </rule>
1452     #errors
1453    
1454     #data
1455     <rule xmlns="http://www.w3.org/1999/xhtml">
1456     <a:author xmlns:a="http://www.w3.org/2005/Atom"><a:email><nest/>[email protected]</a:email><a:name/></a:author>
1457     </rule>
1458     #errors
1459     /rule/author/email;addr-spec not supported;u
1460    
1461     #data
1462     <rule xmlns="http://www.w3.org/1999/xhtml">
1463     <a:published xmlns:a="http://www.w3.org/2005/Atom">2006-12-31T00:00:00Z<nest/></a:published>
1464     </rule>
1465     #errors
1466    
1467     #data
1468     <rule xmlns="http://www.w3.org/1999/xhtml">
1469     <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>
1470     </rule>
1471     #errors
1472    
1473     #data
1474     <rule xmlns="http://www.w3.org/1999/xhtml">
1475     <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>
1476     </rule>
1477     #errors
1478    
1479     #data
1480     <rule xmlns="http://www.w3.org/1999/xhtml">
1481     <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>
1482     </rule>
1483     #errors
1484    
1485     #data
1486     <rule xmlns="http://www.w3.org/1999/xhtml">
1487     <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>
1488     </rule>
1489     #errors
1490    
1491     #data
1492     <rule xmlns="http://www.w3.org/1999/xhtml">
1493     <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>
1494     </rule>
1495     #errors
1496     /rule/feed/entry;child element missing:atom;author;m
1497    
1498     #data
1499     <rule xmlns="http://www.w3.org/1999/xhtml">
1500     <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>
1501     </rule>
1502     #errors
1503     /rule/feed/entry;child element missing:atom;author;m
1504     /rule/feed/entry;child element missing:atom;author;m
1505    
1506     #data
1507     <div xmlns="http://www.w3.org/1999/xhtml">
1508     <datatemplate><rule></rule><nest></nest></datatemplate>
1509     <nest></nest>
1510     </div>
1511     #errors
1512     /div/datatemplate/nest;element not allowed:datatemplate;m
1513     /div/nest;element not allowed:flow;m
1514     /div;no significant content;s
1515    
1516     #data
1517     <div xmlns="http://www.w3.org/1999/xhtml">
1518     <datatemplate><rule></rule><nest></nest></datatemplate>
1519     </div>
1520     #errors
1521     /div/datatemplate/nest;element not allowed:datatemplate;m
1522     /div;no significant content;s
1523    
1524     #data
1525     <rule xmlns="http://www.w3.org/1999/xhtml" mode=""/>
1526     #errors
1527    
1528     #data
1529     <rule xmlns="http://www.w3.org/1999/xhtml" mode=" "/>
1530     #errors
1531    
1532     #data
1533     <rule xmlns="http://www.w3.org/1999/xhtml" mode="a"/>
1534     #errors
1535    
1536     #data
1537     <rule xmlns="http://www.w3.org/1999/xhtml" mode="a b"/>
1538     #errors
1539    
1540     #data
1541     <rule xmlns="http://www.w3.org/1999/xhtml" mode="a b"/>
1542     #errors
1543    
1544     #data
1545     <rule xmlns="http://www.w3.org/1999/xhtml" mode="a A"/>
1546     #errors
1547    
1548     #data
1549     <rule xmlns="http://www.w3.org/1999/xhtml" mode="a a"/>
1550     #errors
1551     /rule/@mode;duplicate token;m
1552    
1553     #data
1554     <rule xmlns="http://www.w3.org/1999/xhtml" mode="a&#x9;a&#xA;"/>
1555     #errors
1556     /rule/@mode;duplicate token;m
1557    
1558     #data
1559     <?xml version="1.1"?>
1560     <rule xmlns="http://www.w3.org/1999/xhtml" mode="a&#x0b;a"/>
1561     #errors
1562    
1563     #data
1564     <?xml version="1.1"?>
1565     <rule xmlns="http://www.w3.org/1999/xhtml" mode="a a&#x0b;"/>
1566     #errors
1567    
1568     #data
1569     <?xml version="1.1"?>
1570     <rule xmlns="http://www.w3.org/1999/xhtml" mode="&#x0b;a a"/>
1571     #errors
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=" "/>
1580     #errors
1581     /rule/@condition;no sss;m
1582    
1583     #data
1584     <rule xmlns="http://www.w3.org/1999/xhtml" condition="a"/>
1585     #errors
1586    
1587     #data
1588     <rule xmlns="http://www.w3.org/1999/xhtml" condition="a b "/>
1589     #errors
1590    
1591     #data
1592     <rule xmlns="http://www.w3.org/1999/xhtml" condition="a, b"/>
1593     #errors
1594    
1595     #data
1596     <rule xmlns="http://www.w3.org/1999/xhtml" condition="a|b"/>
1597     #errors
1598     /rule/@condition;namespace prefix:not declared;m
1599    
1600     #data
1601     <rule xmlns="http://www.w3.org/1999/xhtml" condition="a["/>
1602     #errors
1603     /rule/@condition;no attr name;m
1604    
1605     #data
1606     <rule xmlns="http://www.w3.org/1999/xhtml" condition="*/**/*"/>
1607     #errors
1608     /rule/@condition;no combinator;m
1609    
1610     #data
1611     <rule xmlns="http://www.w3.org/1999/xhtml" filter=""/>
1612     #errors
1613     /rule/@filter;attribute not defined;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=" "/>
1622     #errors
1623     /nest/@mode;mode:syntax error;m
1624    
1625     #data
1626     <nest xmlns="http://www.w3.org/1999/xhtml" mode="a"/>
1627     #errors
1628    
1629     #data
1630     <nest xmlns="http://www.w3.org/1999/xhtml" mode="a "/>
1631     #errors
1632     /nest/@mode;mode:syntax error;m
1633    
1634     #data
1635     <nest xmlns="http://www.w3.org/1999/xhtml" mode="a b"/>
1636     #errors
1637     /nest/@mode;mode:syntax error;m
1638    
1639     #data
1640     <nest xmlns="http://www.w3.org/1999/xhtml" mode="a&#x9;a&#xA;"/>
1641     #errors
1642     /nest/@mode;mode:syntax error;m
1643    
1644     #data
1645     <nest xmlns="http://www.w3.org/1999/xhtml" mode="&#x3000;"/>
1646     #errors
1647    
1648     #data
1649     <?xml version="1.1"?>
1650     <nest xmlns="http://www.w3.org/1999/xhtml" mode="a&#x0b;"/>
1651     #errors
1652    
1653     #data
1654     <?xml version="1.1"?>
1655     <nest xmlns="http://www.w3.org/1999/xhtml" mode="&#x0b;a"/>
1656     #errors
1657    
1658     #data
1659     <?xml version="1.1"?>
1660     <nest xmlns="http://www.w3.org/1999/xhtml" mode="a&#x0b;a"/>
1661     #errors
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=" "/>
1670     #errors
1671     /nest/@filter;no sss;m
1672    
1673     #data
1674     <nest xmlns="http://www.w3.org/1999/xhtml" filter="a b"/>
1675     #errors
1676    
1677     #data
1678     <nest xmlns="http://www.w3.org/1999/xhtml" filter="a + b"/>
1679     #errors
1680    
1681     #data
1682     <nest xmlns="http://www.w3.org/1999/xhtml" filter="a.b#c[d]"/>
1683     #errors
1684    
1685     #data
1686     <nest xmlns="http://www.w3.org/1999/xhtml" filter="a|b"/>
1687     #errors
1688     /nest/@filter;namespace prefix:not declared;m
1689    
1690     #data
1691     <nest xmlns="http://www.w3.org/1999/xhtml" condition="a|b"/>
1692     #errors
1693     /nest/@condition;attribute not defined;m
1694    
1695     #data
1696     <div xmlns="http://www.w3.org/1999/xhtml"
1697     template="#a">x
1698     <datatemplate id="a">
1699     </datatemplate>
1700     </div>
1701     #errors
1702    
1703     #data
1704     <div xmlns="http://www.w3.org/1999/xhtml">
1705     <datatemplate id="a"></datatemplate>
1706     <p template="#a">x</p>
1707     </div>
1708     #errors
1709    
1710     #data
1711     <div xmlns="http://www.w3.org/1999/xhtml">
1712     <p template="#a">x</p>
1713     <datatemplate id="a"/>
1714     </div>
1715     #errors
1716    
1717     #data
1718     <div xmlns="http://www.w3.org/1999/xhtml">
1719     <div template="#a">x<datatemplate id="a"></datatemplate></div>
1720     </div>
1721     #errors
1722    
1723     #data
1724     <div xmlns="http://www.w3.org/1999/xhtml">
1725     <p template="#a">x</p>
1726     <p id="a">y</p>
1727     </div>
1728     #errors
1729     /div/p/@template;template:not template;m
1730    
1731     #data
1732     <div xmlns="http://www.w3.org/1999/xhtml">
1733     <p template="#">x</p>
1734     </div>
1735     #errors
1736     /div/p/@template;template:not template;m
1737    
1738     #data
1739     <div xmlns="http://www.w3.org/1999/xhtml">
1740     <p template="">x</p>
1741     </div>
1742     #errors
1743     /div/p/@template;template:not template;m
1744    
1745     #data
1746     <div xmlns="http://www.w3.org/1999/xhtml">
1747     <p template="#no-such-template">x</p>
1748     </div>
1749     #errors
1750     /div/p/@template;template:not template;m
1751    
1752     #data
1753     <div xmlns="http://www.w3.org/1999/xhtml">
1754     <p template="#">x</p>
1755     <datatemplate id=""/>
1756     </div>
1757     #errors
1758     /div/p/@template;template:not template;m
1759     /div/datatemplate/@id;empty attribute value;m
1760    
1761     #data
1762     <div xmlns="http://www.w3.org/1999/xhtml"
1763     template="external-template">x</div>
1764     #errors
1765    
1766     #data
1767     <div xmlns="http://www.w3.org/1999/xhtml"
1768     template="external-inline-template#temlate">x</div>
1769     #errors
1770    
1771     #data
1772     <div xmlns="http://www.w3.org/1999/xhtml">
1773     <p id="itself" template="#itself">x</p>
1774     </div>
1775     #errors
1776     /div/p/@template;template:not template;m
1777    
1778     #data
1779     <div xmlns="http://www.w3.org/1999/xhtml">
1780     <datatemplate id="itself" template="#itself"/>x
1781     </div>
1782     #errors
1783     /div/datatemplate/@template;fragment points itself;m
1784    
1785     #data
1786     <div xmlns="http://www.w3.org/1999/xhtml">
1787     <div id="a">x</div>
1788     <div template="#t" ref="#a">y</div>
1789     <datatemplate id="t"/>
1790     </div>
1791     #errors
1792    
1793     #data
1794     <div xmlns="http://www.w3.org/1999/xhtml">
1795     <div template="#t" ref="#a">y</div>
1796     <div id="a">x</div>
1797     <datatemplate id="t"/>
1798     </div>
1799     #errors
1800    
1801     #data
1802     <div xmlns="http://www.w3.org/1999/xhtml">
1803     <div template="#t" ref="#">y</div>
1804     <div id="">x</div>
1805     <datatemplate id="t"/>
1806     </div>
1807     #errors
1808     /div/div/@id;empty attribute value;m
1809    
1810     #data
1811     <div xmlns="http://www.w3.org/1999/xhtml">
1812     <div template="#t" ref="#">y</div>
1813     <datatemplate id="t"/>
1814     </div>
1815     #errors
1816    
1817     #data
1818     <div xmlns="http://www.w3.org/1999/xhtml">
1819     <div template="#t" ref="#no-such-element">y</div>
1820     <datatemplate id="t"/>
1821     </div>
1822     #errors
1823     /div/div/@ref;fragment points nothing;m
1824    
1825     #data
1826     <div xmlns="http://www.w3.org/1999/xhtml">
1827     <div template="#t" ref="external-html">y</div>
1828     <datatemplate id="t"/>
1829     </div>
1830     #errors
1831    
1832     #data
1833     <div xmlns="http://www.w3.org/1999/xhtml">
1834     <div template="#t" ref="external-html#element">y</div>
1835     <datatemplate id="t"/>
1836     </div>
1837     #errors
1838    
1839     #data
1840     <div xmlns="http://www.w3.org/1999/xhtml">
1841     <div template="#t" ref="">y</div>
1842     <datatemplate id="t"/>
1843     </div>
1844     #errors
1845    
1846     #data
1847     <div xmlns="http://www.w3.org/1999/xhtml">
1848     <div template="#t" id="itself" ref="#itself">y</div>
1849     <datatemplate id="t"/>
1850     </div>
1851     #errors
1852     /div/div/@ref;fragment points itself;m
1853    
1854     #data
1855     <div xmlns="http://www.w3.org/1999/xhtml" ref="x">x</div>
1856     #errors
1857     /div/@ref;attribute not allowed;m
1858    
1859     #data
1860     <div xmlns="http://www.w3.org/1999/xhtml"
1861     registrationmark="">x</div>
1862     #errors
1863     /div/@registrationmark;attribute not allowed;m
1864    
1865     #data
1866     <rule xmlns="http://www.w3.org/1999/xhtml"
1867     registrationmark="">x</rule>
1868     #errors
1869     /rule/@registrationmark;attribute not allowed;m
1870    
1871     #data
1872     <rule xmlns="http://www.w3.org/1999/xhtml">
1873     <div registrationmark="">x</div>
1874     </rule>
1875     #errors
1876    
1877     #data
1878     <rule xmlns="http://www.w3.org/1999/xhtml">
1879     <div registrationmark="xxxx">x</div>
1880     </rule>
1881     #errors
1882    
1883     #data
1884     <rule xmlns="http://www.w3.org/1999/xhtml">
1885     <div registrationmark="a b c">x</div>
1886     </rule>
1887     #errors
1888    
1889     #data
1890     <rule xmlns="http://www.w3.org/1999/xhtml">
1891     <div registrationmark="a">x</div>
1892     <div registrationmark="a">x</div>
1893     </rule>
1894     #errors
1895    
1896     #data
1897     <rule xmlns="http://www.w3.org/1999/xhtml">
1898     <rule>
1899     <div registrationmark="a">x</div>
1900     </rule>
1901     </rule>
1902     #errors
1903    
1904     #data
1905     <rule xmlns="http://www.w3.org/1999/xhtml">
1906     <rule>
1907     </rule>
1908     <div registrationmark="a">x</div>
1909     </rule>
1910     #errors
1911    
1912     #data
1913     <datatemplate xmlns="http://www.w3.org/1999/xhtml">
1914     <rule>
1915     </rule>
1916     <div registrationmark="a">x</div>
1917     </datatemplate>
1918     #errors
1919     /datatemplate/div;element not allowed:datatemplate;m
1920     /datatemplate/div/@registrationmark;attribute not allowed;m
1921    
1922     #data
1923     <rule xmlns="http://www.w3.org/1999/xhtml">
1924     <div>
1925     <div registrationmark="a">x</div>
1926     </div>
1927     </rule>
1928     #errors
1929    
1930     #data
1931     <rule xmlns="http://www.w3.org/1999/xhtml">
1932     <div>x
1933     <nest registrationmark="a"/>
1934     </div>
1935     </rule>
1936     #errors
1937     /rule/div/nest/@registrationmark;attribute not allowed;m
1938    
1939     #data
1940     <rule xmlns="http://www.w3.org/1999/xhtml">
1941     <div>
1942     <rule registrationmark="">
1943     x
1944     </rule>
1945     </div>
1946     </rule>
1947     #errors
1948     /rule/div/rule;element not allowed:flow;m
1949    
1950     #data
1951     <rule xmlns="http://www.w3.org/1999/xhtml">
1952     <div registartionmark="a">x</div>
1953     </rule>
1954     #errors
1955     /rule/div/@registartionmark;attribute not defined;m

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24