/[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.3 - (hide annotations) (download)
Sun Jun 28 11:27:47 2009 UTC (17 years ago) by wakaba
Branch: MAIN
Changes since 1.2: +2 -4 lines
++ whatpm/t/dom-conformance/ChangeLog	28 Jun 2009 11:26:40 -0000
	* html-texts-1.dat, html-datatemplate.dat: Updated |rp| test
	results (c.f. HTML5 revision 3217).

2009-06-28  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ContentChecker/ChangeLog	28 Jun 2009 11:27:37 -0000
	* HTML.pm: |rp| now takes normali phrasing content (HTML5 revision
	3217).

2009-06-28  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    
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