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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.12 - (hide annotations) (download)
Sat Aug 22 06:05:55 2009 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.11: +13 -0 lines
++ whatpm/t/ChangeLog	22 Aug 2009 06:03:14 -0000
2009-08-22  Wakaba  <wakaba@suika.fam.cx>

	* ContentChecker.t: Added a new test data file.

++ whatpm/t/dom-conformance/ChangeLog	22 Aug 2009 06:04:05 -0000
	* html-forms-1.dat, html-form-label.dat: Added test data on
	|keygen| element (HTML5 revision 2960).

	* html-form-keygen.dat: New file (HTML5 revision 2960).

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	22 Aug 2009 06:04:27 -0000
	* HTML.pm: Implemented the |keygen| element (HTML5 revision 2960).

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

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24