/[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.2 - (hide annotations) (download)
Fri Dec 12 11:50:47 2008 UTC (17 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.1: +2 -0 lines
++ whatpm/t/dom-conformance/ChangeLog	12 Dec 2008 11:50:40 -0000
	* html-datatemplate.dat, html-form-datalist.dat: Updated test
	results related to |optgroup| elements.

	* html-form-textarea.dat: Added new test data.

	* html-forms-1.dat: Moved some test data to
	|html-form-textarea.dat|.  Updated test results related to
	|optgroup| elements.

2008-12-12  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ChangeLog	12 Dec 2008 11:48:16 -0000
	* ContentChecker.pm: Introduced |check_attrs2| method for the ease
	of defining codes for checking required attribute and as such.

2008-12-12  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ContentChecker/ChangeLog	12 Dec 2008 11:48:45 -0000
	* HTML.pm: Updated definitions for |datalist|, |optgroup|,
	|option|, and |textarea| elements.

2008-12-12  Wakaba  <wakaba@suika.fam.cx>

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24