/[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.11 - (hide annotations) (download)
Sun Jul 26 09:56:11 2009 UTC (16 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.10: +86 -0 lines
++ whatpm/t/dom-conformance/ChangeLog	26 Jul 2009 09:54:48 -0000
	* html-forms-1.dat: Added test cases for autocomplete="" on the
	|form| elements (cf. HTML5 revision 2798).

2009-07-26  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ContentChecker/ChangeLog	26 Jul 2009 09:55:42 -0000
	* HTML.pm: Added autocomplete="" attribute to form element (HTML5
	revision 2798).

2009-07-26  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     <form xmlns="http://www.w3.org/1999/xhtml"
927     action=""
928     accept="">x</form>
929     #errors
930     /form/@accept;IMTnp:syntax error;m
931     /form/@accept;attribute not defined;m
932    
933     #data
934     <form xmlns="http://www.w3.org/1999/xhtml"
935     action=""
936     accept=",">x</form>
937     #errors
938     /form/@accept;IMTnp:syntax error;m
939     /form/@accept;duplicate token;m
940     /form/@accept;attribute not defined;m
941    
942     #data
943     <form xmlns="http://www.w3.org/1999/xhtml"
944     action=""
945     accept="text/plain">x</form>
946     #errors
947     /form/@accept;attribute not defined;m
948    
949     #data
950     <form xmlns="http://www.w3.org/1999/xhtml"
951     action=""
952     accept="text/plain,text/html">x</form>
953     #errors
954     /form/@accept;attribute not defined;m
955    
956     #data
957     <form xmlns="http://www.w3.org/1999/xhtml"
958     action=""
959     accept="text/plain, text/html">x</form>
960     #errors
961     /form/@accept;IMTnp:syntax error;m
962     /form/@accept;attribute not defined;m
963    
964     #data
965     <form xmlns="http://www.w3.org/1999/xhtml"
966     action=""
967     accept="text/plain,">x</form>
968     #errors
969     /form/@accept;IMTnp:syntax error;m
970     /form/@accept;attribute not defined;m
971    
972     #data
973     <form xmlns="http://www.w3.org/1999/xhtml"
974     action=""
975     accept="image/png">x</form>
976     #errors
977     /form/@accept;attribute not defined;m
978    
979     #data
980     <form xmlns="http://www.w3.org/1999/xhtml"
981     action=""
982     accept=",image/png">x</form>
983     #errors
984     /form/@accept;IMTnp:syntax error;m
985     /form/@accept;attribute not defined;m
986    
987     #data
988     <form xmlns="http://www.w3.org/1999/xhtml"
989     action=""
990     accept="image/png,,image/jpeg">x</form>
991     #errors
992     /form/@accept;IMTnp:syntax error;m
993     /form/@accept;attribute not defined;m
994    
995     #data
996     <form xmlns="http://www.w3.org/1999/xhtml"
997     action=""
998     accept=" image/png ">x</form>
999     #errors
1000     /form/@accept;IMTnp:syntax error;m
1001     /form/@accept;attribute not defined;m
1002    
1003     #data
1004     <form xmlns="http://www.w3.org/1999/xhtml"
1005     action=""
1006     accept="image/*">x</form>
1007     #errors
1008     /form/@accept;attribute not defined;m
1009    
1010     #data
1011     <form xmlns="http://www.w3.org/1999/xhtml"
1012     action=""
1013     accept="audio/*">x</form>
1014     #errors
1015     /form/@accept;attribute not defined;m
1016    
1017     #data
1018     <form xmlns="http://www.w3.org/1999/xhtml"
1019     action=""
1020     accept="video/*">x</form>
1021     #errors
1022     /form/@accept;attribute not defined;m
1023    
1024     #data
1025     <form xmlns="http://www.w3.org/1999/xhtml"
1026     action=""
1027     accept="text/*">x</form>
1028     #errors
1029     /form/@accept;IMTnp:syntax error;m
1030     /form/@accept;attribute not defined;m
1031    
1032     #data
1033     <form xmlns="http://www.w3.org/1999/xhtml"
1034     action=""
1035     accept="multipart/*">x</form>
1036     #errors
1037     /form/@accept;attribute not defined;m
1038     /form/@accept;IMTnp:syntax error;m
1039    
1040     #data
1041     <form xmlns="http://www.w3.org/1999/xhtml"
1042     action=""
1043     accept="model/*">x</form>
1044     #errors
1045     /form/@accept;IMTnp:syntax error;m
1046     /form/@accept;attribute not defined;m
1047    
1048     #data
1049     <form xmlns="http://www.w3.org/1999/xhtml"
1050     action=""
1051     accept="application/*">x</form>
1052     #errors
1053     /form/@accept;IMTnp:syntax error;m
1054     /form/@accept;attribute not defined;m
1055    
1056     #data
1057     <form xmlns="http://www.w3.org/1999/xhtml"
1058     action=""
1059     accept="message/*">x</form>
1060     #errors
1061     /form/@accept;IMTnp:syntax error;m
1062     /form/@accept;attribute not defined;m
1063    
1064     #data
1065     <form xmlns="http://www.w3.org/1999/xhtml"
1066     action=""
1067     accept="font/*">x</form>
1068     #errors
1069     /form/@accept;IMTnp:syntax error;m
1070     /form/@accept;attribute not defined;m
1071    
1072     #data
1073     <form xmlns="http://www.w3.org/1999/xhtml"
1074     action=""
1075     accept="*/*">x</form>
1076     #errors
1077     /form/@accept;IMTnp:syntax error;m
1078     /form/@accept;attribute not defined;m
1079    
1080     #data
1081     <form xmlns="http://www.w3.org/1999/xhtml"
1082     action=""
1083     accept="*/*+xml">x</form>
1084     #errors
1085     /form/@accept;IMTnp:syntax error;m
1086     /form/@accept;attribute not defined;m
1087    
1088     #data
1089     <form xmlns="http://www.w3.org/1999/xhtml"
1090     action=""
1091     accept="*/xml">x</form>
1092     #errors
1093     /form/@accept;IMTnp:syntax error;m
1094     /form/@accept;attribute not defined;m
1095    
1096     #data
1097     <form xmlns="http://www.w3.org/1999/xhtml"
1098     action=""
1099     accept="image/png,video/*">x</form>
1100     #errors
1101     /form/@accept;attribute not defined;m
1102    
1103     #data
1104     <form xmlns="http://www.w3.org/1999/xhtml"
1105     action=""
1106     accept="audio/*,audio/mpeg">x</form>
1107     #errors
1108     /form/@accept;attribute not defined;m
1109    
1110     #data
1111     <form xmlns="http://www.w3.org/1999/xhtml"
1112     action=""
1113     accept="audio/*,video/*">x</form>
1114     #errors
1115     /form/@accept;attribute not defined;m
1116    
1117     #data
1118     <form xmlns="http://www.w3.org/1999/xhtml"
1119     action=""
1120     accept="AUDIO/*">x</form>
1121     #errors
1122     /form/@accept;attribute not defined;m
1123    
1124     #data
1125     <form xmlns="http://www.w3.org/1999/xhtml"
1126     action=""
1127     accept="imagE/*">x</form>
1128     #errors
1129     /form/@accept;attribute not defined;m
1130    
1131     #data
1132     <form xmlns="http://www.w3.org/1999/xhtml"
1133     action=""
1134     accept="Image/*,TEXT/plain">x</form>
1135     #errors
1136     /form/@accept;attribute not defined;m
1137    
1138     #data
1139     <form xmlns="http://www.w3.org/1999/xhtml"
1140     action=""
1141     accept="application/XML">x</form>
1142     #errors
1143     /form/@accept;attribute not defined;m
1144    
1145     #data
1146     <form xmlns="http://www.w3.org/1999/xhtml"
1147     action=""
1148     accept="text/plain,text/plain">x</form>
1149     #errors
1150     /form/@accept;duplicate token;m
1151     /form/@accept;attribute not defined;m
1152    
1153     #data
1154     <form xmlns="http://www.w3.org/1999/xhtml"
1155     action=""
1156     accept="image/*,image/*">x</form>
1157     #errors
1158     /form/@accept;attribute not defined;m
1159     /form/@accept;duplicate token;m
1160    
1161     #data
1162     <form xmlns="http://www.w3.org/1999/xhtml"
1163     action=""
1164     accept="image/png,image/PNG">x</form>
1165     #errors
1166     /form/@accept;attribute not defined;m
1167     /form/@accept;duplicate token;m
1168    
1169     #data
1170     <form xmlns="http://www.w3.org/1999/xhtml"
1171     action=""
1172     accept="Audio/*,audio/*">x</form>
1173     #errors
1174     /form/@accept;duplicate token;m
1175     /form/@accept;attribute not defined;m
1176    
1177     #data
1178     <form xmlns="http://www.w3.org/1999/xhtml"
1179     action=""
1180     accept="text/javascript; version=1.1">x</form>
1181     #errors
1182     /form/@accept;IMTnp:syntax error;m
1183     /form/@accept;attribute not defined;m
1184    
1185     #data
1186     <form xmlns="http://www.w3.org/1999/xhtml"
1187     action=""
1188     accept='text/plain;x-param="image/png,image/jpeg,image/svg+xml"'>x</form>
1189     #errors
1190     /form/@accept;IMTnp:syntax error;m
1191     /form/@accept;attribute not defined;m
1192     /form/@accept;IMTnp:syntax error;m
1193    
1194     #data
1195     <form xmlns="http://www.w3.org/1999/xhtml"
1196     action=""
1197     accept='text/plain;x-param="image/png,image/JPEG,image/svg+xml",image/jpeg'>x</form>
1198     #errors
1199     /form/@accept;attribute not defined;m
1200     /form/@accept;IMTnp:syntax error;m
1201     /form/@accept;IMTnp:syntax error;m
1202     /form/@accept;duplicate token;m
1203 wakaba 1.7
1204     #data
1205     <fieldset xmlns="http://www.w3.org/1999/xhtml"
1206     name=""
1207     ><legend>x</legend>y</fieldset>
1208     #errors
1209     /fieldset/@name;empty control name;m
1210    
1211     #data
1212     <fieldset xmlns="http://www.w3.org/1999/xhtml"
1213     name="x"
1214     ><legend>x</legend>y</fieldset>
1215     #errors
1216    
1217     #data
1218     <input xmlns="http://www.w3.org/1999/xhtml"
1219     type="hidden" name=""/>
1220     #errors
1221     /input/@name;empty control name;m
1222    
1223     #data
1224     <input xmlns="http://www.w3.org/1999/xhtml"
1225     type="hidden" name="x"/>
1226     #errors
1227    
1228     #data
1229     <input xmlns="http://www.w3.org/1999/xhtml"
1230     type="text" name=""/>
1231     #errors
1232     /input/@name;empty control name;m
1233    
1234     #data
1235     <input xmlns="http://www.w3.org/1999/xhtml"
1236     type="text" name="x"/>
1237     #errors
1238    
1239     #data
1240     <input xmlns="http://www.w3.org/1999/xhtml"
1241     type="search" name=""/>
1242     #errors
1243     /input/@name;empty control name;m
1244    
1245     #data
1246     <input xmlns="http://www.w3.org/1999/xhtml"
1247     type="search" name="x"/>
1248     #errors
1249    
1250     #data
1251     <input xmlns="http://www.w3.org/1999/xhtml"
1252     type="url" name=""/>
1253     #errors
1254     /input/@name;empty control name;m
1255    
1256     #data
1257     <input xmlns="http://www.w3.org/1999/xhtml"
1258     type="url" name="x"/>
1259     #errors
1260    
1261     #data
1262     <input xmlns="http://www.w3.org/1999/xhtml"
1263     type="email" name=""/>
1264     #errors
1265     /input/@name;empty control name;m
1266    
1267     #data
1268     <input xmlns="http://www.w3.org/1999/xhtml"
1269     type="email" name="x"/>
1270     #errors
1271    
1272     #data
1273     <input xmlns="http://www.w3.org/1999/xhtml"
1274     type="password" name=""/>
1275     #errors
1276     /input/@name;empty control name;m
1277    
1278     #data
1279     <input xmlns="http://www.w3.org/1999/xhtml"
1280     type="password" name="x"/>
1281     #errors
1282    
1283     #data
1284     <input xmlns="http://www.w3.org/1999/xhtml"
1285     type="datetime" name=""/>
1286     #errors
1287     /input/@name;empty control name;m
1288    
1289     #data
1290     <input xmlns="http://www.w3.org/1999/xhtml"
1291     type="datetime" name="x"/>
1292     #errors
1293    
1294     #data
1295     <input xmlns="http://www.w3.org/1999/xhtml"
1296     type="date" name=""/>
1297     #errors
1298     /input/@name;empty control name;m
1299    
1300     #data
1301     <input xmlns="http://www.w3.org/1999/xhtml"
1302     type="date" name="x"/>
1303     #errors
1304    
1305     #data
1306     <input xmlns="http://www.w3.org/1999/xhtml"
1307     type="month" name=""/>
1308     #errors
1309     /input/@name;empty control name;m
1310    
1311     #data
1312     <input xmlns="http://www.w3.org/1999/xhtml"
1313     type="month" name="x"/>
1314     #errors
1315    
1316     #data
1317     <input xmlns="http://www.w3.org/1999/xhtml"
1318     type="week" name=""/>
1319     #errors
1320     /input/@name;empty control name;m
1321    
1322     #data
1323     <input xmlns="http://www.w3.org/1999/xhtml"
1324     type="week" name="x"/>
1325     #errors
1326    
1327     #data
1328     <input xmlns="http://www.w3.org/1999/xhtml"
1329     type="time" name=""/>
1330     #errors
1331     /input/@name;empty control name;m
1332    
1333     #data
1334     <input xmlns="http://www.w3.org/1999/xhtml"
1335     type="time" name="x"/>
1336     #errors
1337    
1338     #data
1339     <input xmlns="http://www.w3.org/1999/xhtml"
1340     type="datetime-local" name=""/>
1341     #errors
1342     /input/@name;empty control name;m
1343    
1344     #data
1345     <input xmlns="http://www.w3.org/1999/xhtml"
1346     type="datetime-local" name="x"/>
1347     #errors
1348    
1349     #data
1350     <input xmlns="http://www.w3.org/1999/xhtml"
1351     type="number" name=""/>
1352     #errors
1353     /input/@name;empty control name;m
1354    
1355     #data
1356     <input xmlns="http://www.w3.org/1999/xhtml"
1357     type="number" name="x"/>
1358     #errors
1359    
1360     #data
1361     <input xmlns="http://www.w3.org/1999/xhtml"
1362     type="range" name=""/>
1363     #errors
1364     /input/@name;empty control name;m
1365    
1366     #data
1367     <input xmlns="http://www.w3.org/1999/xhtml"
1368     type="range" name="x"/>
1369     #errors
1370    
1371     #data
1372     <input xmlns="http://www.w3.org/1999/xhtml"
1373     type="color" name=""/>
1374     #errors
1375     /input/@name;empty control name;m
1376    
1377     #data
1378     <input xmlns="http://www.w3.org/1999/xhtml"
1379     type="color" name="x"/>
1380     #errors
1381    
1382     #data
1383     <input xmlns="http://www.w3.org/1999/xhtml"
1384     type="checkbox" name=""/>
1385     #errors
1386     /input/@name;empty control name;m
1387    
1388     #data
1389     <input xmlns="http://www.w3.org/1999/xhtml"
1390     type="checkbox" name="x"/>
1391     #errors
1392    
1393     #data
1394     <input xmlns="http://www.w3.org/1999/xhtml"
1395     type="radio" name=""/>
1396     #errors
1397     /input/@name;empty control name;m
1398    
1399     #data
1400     <input xmlns="http://www.w3.org/1999/xhtml"
1401     type="radio" name="x"/>
1402     #errors
1403    
1404     #data
1405     <input xmlns="http://www.w3.org/1999/xhtml"
1406     type="file" name=""/>
1407     #errors
1408     /input/@name;empty control name;m
1409    
1410     #data
1411     <input xmlns="http://www.w3.org/1999/xhtml"
1412     type="file" name="x"/>
1413     #errors
1414    
1415     #data
1416     <input xmlns="http://www.w3.org/1999/xhtml"
1417     type="submit" name=""/>
1418     #errors
1419     /input/@name;empty control name;m
1420    
1421     #data
1422     <input xmlns="http://www.w3.org/1999/xhtml"
1423     type="submit" name="x"/>
1424     #errors
1425    
1426     #data
1427     <input xmlns="http://www.w3.org/1999/xhtml"
1428     type="image" src="" alt="x" name=""/>
1429     #errors
1430     /input/@name;empty control name;m
1431    
1432     #data
1433     <input xmlns="http://www.w3.org/1999/xhtml"
1434     type="image" src="" alt="x" name="x"/>
1435     #errors
1436    
1437     #data
1438     <input xmlns="http://www.w3.org/1999/xhtml"
1439     type="reset" name=""/>
1440     #errors
1441     /input/@name;empty control name;m
1442    
1443     #data
1444     <input xmlns="http://www.w3.org/1999/xhtml"
1445     type="reset" name="x"/>
1446     #errors
1447    
1448     #data
1449     <input xmlns="http://www.w3.org/1999/xhtml"
1450     type="button" name=""/>
1451     #errors
1452     /input/@name;empty control name;m
1453    
1454     #data
1455     <input xmlns="http://www.w3.org/1999/xhtml"
1456     type="button" name="x"/>
1457     #errors
1458    
1459     #data
1460     <input xmlns="http://www.w3.org/1999/xhtml"
1461     type="add" name=""/>
1462     #errors
1463     /input/@name;empty control name;m
1464     /input/@type;enumerated:invalid;m
1465    
1466     #data
1467     <input xmlns="http://www.w3.org/1999/xhtml"
1468     type="add" name="x"/>
1469     #errors
1470     /input/@type;enumerated:invalid;m
1471    
1472     #data
1473     <input xmlns="http://www.w3.org/1999/xhtml"
1474     type="remove" 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="remove" name="x"/>
1482     #errors
1483     /input/@type;enumerated:invalid;m
1484    
1485     #data
1486     <input xmlns="http://www.w3.org/1999/xhtml"
1487     type="move-up" 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="move-up" 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-down" 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-down" name="x"/>
1508     #errors
1509     /input/@type;enumerated:invalid;m
1510    
1511     #data
1512     <button xmlns="http://www.w3.org/1999/xhtml"
1513     type="button" name="">x</button>
1514     #errors
1515     /button/@name;empty control name;m
1516    
1517     #data
1518     <button xmlns="http://www.w3.org/1999/xhtml"
1519     type="button" name="x">x</button>
1520     #errors
1521    
1522     #data
1523     <button xmlns="http://www.w3.org/1999/xhtml"
1524     type="submit" name="">x</button>
1525     #errors
1526     /button/@name;empty control name;m
1527    
1528     #data
1529     <button xmlns="http://www.w3.org/1999/xhtml"
1530     type="submit" name="x">x</button>
1531     #errors
1532    
1533     #data
1534     <button xmlns="http://www.w3.org/1999/xhtml"
1535     type="reset" name="">x</button>
1536     #errors
1537     /button/@name;empty control name;m
1538    
1539     #data
1540     <button xmlns="http://www.w3.org/1999/xhtml"
1541     type="reset" name="x">x</button>
1542     #errors
1543    
1544     #data
1545     <button xmlns="http://www.w3.org/1999/xhtml"
1546     type="add" name="">x</button>
1547     #errors
1548     /button/@name;empty control name;m
1549     /button/@type;enumerated:invalid;m
1550    
1551     #data
1552     <button xmlns="http://www.w3.org/1999/xhtml"
1553     type="add" name="x">x</button>
1554     #errors
1555     /button/@type;enumerated:invalid;m
1556    
1557     #data
1558     <button xmlns="http://www.w3.org/1999/xhtml"
1559     type="remove" 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="remove" 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="move-up" 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="move-up" 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-down" 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-down" name="x">x</button>
1593     #errors
1594     /button/@type;enumerated:invalid;m
1595    
1596     #data
1597     <select xmlns="http://www.w3.org/1999/xhtml"
1598     name=""/>
1599     #errors
1600     /select/@name;empty control name;m
1601    
1602     #data
1603     <select xmlns="http://www.w3.org/1999/xhtml"
1604     name="x"/>
1605     #errors
1606    
1607     #data
1608     <textarea xmlns="http://www.w3.org/1999/xhtml"
1609     name=""/>
1610     #errors
1611     /textarea/@name;empty control name;m
1612    
1613     #data
1614     <textarea xmlns="http://www.w3.org/1999/xhtml"
1615     name="x"/>
1616     #errors
1617    
1618     #data
1619     <output xmlns="http://www.w3.org/1999/xhtml"
1620     name="">x</output>
1621     #errors
1622     /output/@name;empty control name;m
1623    
1624     #data
1625     <output xmlns="http://www.w3.org/1999/xhtml"
1626     name="x">x</output>
1627     #errors
1628    
1629     #data
1630     <div xmlns="http://www.w3.org/1999/xhtml">
1631     x<input autofocus=""/>
1632     <input autofocus=""/>
1633     </div>
1634     #errors
1635     /div/input/@autofocus;duplicate autofocus;m
1636    
1637     #data
1638     <div xmlns="http://www.w3.org/1999/xhtml">
1639     x<input autofocus=""/>
1640     <textarea autofocus=""/>
1641     </div>
1642     #errors
1643     /div/textarea/@autofocus;duplicate autofocus;m
1644    
1645     #data
1646     <div xmlns="http://www.w3.org/1999/xhtml">
1647     x<input autofocus=""/>
1648     <select autofocus=""/>
1649     </div>
1650     #errors
1651     /div/select/@autofocus;duplicate autofocus;m
1652    
1653     #data
1654     <div xmlns="http://www.w3.org/1999/xhtml">
1655     x<input autofocus=""/>
1656     <button autofocus="">x</button>
1657     </div>
1658     #errors
1659     /div/button/@autofocus;duplicate autofocus;m
1660    
1661     #data
1662     <div xmlns="http://www.w3.org/1999/xhtml">
1663     x<input autofocus=""/>
1664     <output autofocus="">x</output>
1665     </div>
1666     #errors
1667     /div/output/@autofocus;attribute not defined;m
1668    
1669     #data
1670     <div xmlns="http://www.w3.org/1999/xhtml">
1671     x<select autofocus=""/>
1672     <input autofocus=""/>
1673     </div>
1674     #errors
1675     /div/input/@autofocus;duplicate autofocus;m
1676    
1677     #data
1678     <div xmlns="http://www.w3.org/1999/xhtml">
1679     x<br autofocus=""/>
1680     <input autofocus=""/>
1681     </div>
1682     #errors
1683     /div/br/@autofocus;attribute not defined;m
1684 wakaba 1.8
1685     #data
1686     <form xmlns="http://www.w3.org/1999/xhtml"
1687     action=""
1688     >x</form>
1689     #errors
1690    
1691     #data
1692     <form xmlns="http://www.w3.org/1999/xhtml"
1693     action="http://www.w3.org/"
1694     >x</form>
1695     #errors
1696    
1697     #data
1698     <form xmlns="http://www.w3.org/1999/xhtml"
1699     action="test"
1700     >x</form>
1701     #errors
1702    
1703     #data
1704     <form xmlns="http://www.w3.org/1999/xhtml"
1705     action="#test"
1706     >x</form>
1707     #errors
1708    
1709     #data
1710     <form xmlns="http://www.w3.org/1999/xhtml"
1711     action="[]"
1712     >x</form>
1713     #errors
1714     /form/@action;syntax error:iriref3987;m
1715    
1716     #data
1717     <form xmlns="http://www.w3.org/1999/xhtml"
1718     method=""
1719     >x</form>
1720     #errors
1721     /form/@method;enumerated:invalid;m
1722    
1723     #data
1724     <form xmlns="http://www.w3.org/1999/xhtml"
1725     method="get"
1726     >x</form>
1727     #errors
1728    
1729     #data
1730     <form xmlns="http://www.w3.org/1999/xhtml"
1731     method="GET"
1732     >x</form>
1733     #errors
1734    
1735     #data
1736     <form xmlns="http://www.w3.org/1999/xhtml"
1737     method="post"
1738     >x</form>
1739     #errors
1740    
1741     #data
1742     <form xmlns="http://www.w3.org/1999/xhtml"
1743     method="POST"
1744     >x</form>
1745     #errors
1746    
1747     #data
1748     <form xmlns="http://www.w3.org/1999/xhtml"
1749     method="put"
1750     >x</form>
1751     #errors
1752    
1753     #data
1754     <form xmlns="http://www.w3.org/1999/xhtml"
1755     method="PUT"
1756     >x</form>
1757     #errors
1758    
1759     #data
1760     <form xmlns="http://www.w3.org/1999/xhtml"
1761     method="delete"
1762     >x</form>
1763     #errors
1764    
1765     #data
1766     <form xmlns="http://www.w3.org/1999/xhtml"
1767     method="DELETE"
1768     >x</form>
1769     #errors
1770    
1771     #data
1772     <form xmlns="http://www.w3.org/1999/xhtml"
1773     method="GEt"
1774     >x</form>
1775     #errors
1776    
1777     #data
1778     <form xmlns="http://www.w3.org/1999/xhtml"
1779     method="deleTE"
1780     >x</form>
1781     #errors
1782    
1783     #data
1784     <form xmlns="http://www.w3.org/1999/xhtml"
1785     method="head"
1786     >x</form>
1787     #errors
1788     /form/@method;enumerated:invalid;m
1789    
1790     #data
1791     <form xmlns="http://www.w3.org/1999/xhtml"
1792     method="m-get"
1793     >x</form>
1794     #errors
1795     /form/@method;enumerated:invalid;m
1796    
1797     #data
1798     <form xmlns="http://www.w3.org/1999/xhtml"
1799     method="get "
1800     >x</form>
1801     #errors
1802     /form/@method;enumerated:invalid;m
1803    
1804     #data
1805     <form xmlns="http://www.w3.org/1999/xhtml"
1806     method="getall"
1807     >x</form>
1808     #errors
1809     /form/@method;enumerated:invalid;m
1810    
1811     #data
1812     <form xmlns="http://www.w3.org/1999/xhtml"
1813     method="push"
1814     >x</form>
1815     #errors
1816     /form/@method;enumerated:invalid;m
1817    
1818     #data
1819     <form xmlns="http://www.w3.org/1999/xhtml"
1820     method="method"
1821     >x</form>
1822     #errors
1823     /form/@method;enumerated:invalid;m
1824    
1825     #data
1826     <form xmlns="http://www.w3.org/1999/xhtml"
1827     enctype=""
1828     >x</form>
1829     #errors
1830     /form/@enctype;enumerated:invalid;m
1831    
1832     #data
1833     <form xmlns="http://www.w3.org/1999/xhtml"
1834     enctype="application/x-www-form-urlencoded"
1835     >x</form>
1836     #errors
1837    
1838     #data
1839     <form xmlns="http://www.w3.org/1999/xhtml"
1840     enctype="APPLICATION/X-WWW-FORM-URLENCODED"
1841     >x</form>
1842     #errors
1843    
1844     #data
1845     <form xmlns="http://www.w3.org/1999/xhtml"
1846     enctype="Application/x-www-form-urlencoded"
1847     >x</form>
1848     #errors
1849    
1850     #data
1851     <form xmlns="http://www.w3.org/1999/xhtml"
1852     enctype="multipart/form-data"
1853     >x</form>
1854     #errors
1855    
1856     #data
1857     <form xmlns="http://www.w3.org/1999/xhtml"
1858     enctype="Multipart/Form-Data"
1859     >x</form>
1860     #errors
1861    
1862     #data
1863     <form xmlns="http://www.w3.org/1999/xhtml"
1864     enctype="text/plain"
1865     >x</form>
1866     #errors
1867    
1868     #data
1869     <form xmlns="http://www.w3.org/1999/xhtml"
1870     enctype="TEXT/plain"
1871     >x</form>
1872     #errors
1873    
1874     #data
1875     <form xmlns="http://www.w3.org/1999/xhtml"
1876     enctype="application/x-url-encoded"
1877     >x</form>
1878     #errors
1879     /form/@enctype;enumerated:invalid;m
1880    
1881     #data
1882     <form xmlns="http://www.w3.org/1999/xhtml"
1883     enctype="application/x-sgml-urlencoded"
1884     >x</form>
1885     #errors
1886     /form/@enctype;enumerated:invalid;m
1887    
1888     #data
1889     <form xmlns="http://www.w3.org/1999/xhtml"
1890     enctype="application/x-www-form-urlencoded; charset=utf-8"
1891     >x</form>
1892     #errors
1893     /form/@enctype;enumerated:invalid;m
1894    
1895     #data
1896     <form xmlns="http://www.w3.org/1999/xhtml"
1897     enctype=" text/plain "
1898     >x</form>
1899     #errors
1900     /form/@enctype;enumerated:invalid;m
1901    
1902     #data
1903     <form xmlns="http://www.w3.org/1999/xhtml"
1904     enctype="image/png"
1905     >x</form>
1906     #errors
1907     /form/@enctype;enumerated:invalid;m
1908    
1909     #data
1910     <form xmlns="http://www.w3.org/1999/xhtml"
1911     enctype="enctype"
1912     >x</form>
1913     #errors
1914     /form/@enctype;enumerated:invalid;m
1915    
1916     #data
1917     <form xmlns="http://www.w3.org/1999/xhtml"
1918     enctype="multipart/related"
1919     >x</form>
1920     #errors
1921     /form/@enctype;enumerated:invalid;m
1922    
1923     #data
1924     <form xmlns="http://www.w3.org/1999/xhtml"
1925     enctype="application/xml"
1926     >x</form>
1927     #errors
1928     /form/@enctype;enumerated:invalid;m
1929    
1930     #data
1931     <form xmlns="http://www.w3.org/1999/xhtml"
1932     enctype="text/xml"
1933     >x</form>
1934     #errors
1935     /form/@enctype;enumerated:invalid;m
1936    
1937     #data
1938     <form xmlns="http://www.w3.org/1999/xhtml"
1939     enctype="text/html"
1940     >x</form>
1941     #errors
1942     /form/@enctype;enumerated:invalid;m
1943    
1944     #data
1945     <form xmlns="http://www.w3.org/1999/xhtml"
1946     target=""
1947     >x</form>
1948     #errors
1949     /form/@target;window name:empty;m
1950    
1951     #data
1952     <form xmlns="http://www.w3.org/1999/xhtml"
1953     target="_blank"
1954     >x</form>
1955     #errors
1956    
1957     #data
1958     <form xmlns="http://www.w3.org/1999/xhtml"
1959     target="_self"
1960     >x</form>
1961     #errors
1962    
1963     #data
1964     <form xmlns="http://www.w3.org/1999/xhtml"
1965     target="_parent"
1966     >x</form>
1967     #errors
1968    
1969     #data
1970     <form xmlns="http://www.w3.org/1999/xhtml"
1971     target="_top"
1972     >x</form>
1973     #errors
1974    
1975     #data
1976     <form xmlns="http://www.w3.org/1999/xhtml"
1977     target="new"
1978     >x</form>
1979     #errors
1980    
1981     #data
1982     <form xmlns="http://www.w3.org/1999/xhtml"
1983     target="result"
1984     >x</form>
1985     #errors
1986    
1987     #data
1988     <form xmlns="http://www.w3.org/1999/xhtml"
1989     target="_BLANK"
1990     >x</form>
1991     #errors
1992    
1993     #data
1994     <form xmlns="http://www.w3.org/1999/xhtml"
1995     target="_SElf"
1996     >x</form>
1997     #errors
1998    
1999     #data
2000     <form xmlns="http://www.w3.org/1999/xhtml"
2001     target="_new"
2002     >x</form>
2003     #errors
2004     /form/@target;window name:reserved;m
2005    
2006     #data
2007     <form xmlns="http://www.w3.org/1999/xhtml"
2008     target="_blank "
2009     >x</form>
2010     #errors
2011     /form/@target;window name:reserved;m
2012    
2013     #data
2014     <form xmlns="http://www.w3.org/1999/xhtml"
2015     target="_new window"
2016     >x</form>
2017     #errors
2018     /form/@target;window name:reserved;m
2019    
2020     #data
2021     <form xmlns="http://www.w3.org/1999/xhtml"
2022     target="new window"
2023     >x</form>
2024     #errors
2025    
2026     #data
2027     <form xmlns="http://www.w3.org/1999/xhtml"
2028     target="_content"
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="_replace"
2036     >x</form>
2037     #errors
2038     /form/@target;window name:reserved;m
2039    
2040     #data
2041     <form xmlns="http://www.w3.org/1999/xhtml"
2042     target="_search"
2043     >x</form>
2044     #errors
2045     /form/@target;window name:reserved;m
2046    
2047     #data
2048     <form xmlns="http://www.w3.org/1999/xhtml"
2049     novalidate=""
2050     >x</form>
2051     #errors
2052    
2053     #data
2054     <form xmlns="http://www.w3.org/1999/xhtml"
2055     novalidate="novalidate"
2056     >x</form>
2057     #errors
2058    
2059     #data
2060     <form xmlns="http://www.w3.org/1999/xhtml"
2061     novalidate="NoValidate"
2062     >x</form>
2063     #errors
2064    
2065     #data
2066     <form xmlns="http://www.w3.org/1999/xhtml"
2067     novalidate="yes"
2068     >x</form>
2069     #errors
2070     /form/@novalidate;boolean:invalid;m
2071    
2072     #data
2073     <form xmlns="http://www.w3.org/1999/xhtml"
2074     novalidate="no validate"
2075     >x</form>
2076     #errors
2077     /form/@novalidate;boolean:invalid;m
2078 wakaba 1.11
2079     #data
2080     <form xmlns="http://www.w3.org/1999/xhtml"
2081     autocomplete=""
2082     >x</form>
2083     #errors
2084     /form/@autocomplete;enumerated:invalid;m
2085    
2086     #data
2087     <form xmlns="http://www.w3.org/1999/xhtml"
2088     autocomplete="autocomplete"
2089     >x</form>
2090     #errors
2091     /form/@autocomplete;enumerated:invalid;m
2092    
2093     #data
2094     <form xmlns="http://www.w3.org/1999/xhtml"
2095     autocomplete="on"
2096     >x</form>
2097     #errors
2098    
2099     #data
2100     <form xmlns="http://www.w3.org/1999/xhtml"
2101     autocomplete="off"
2102     >x</form>
2103     #errors
2104    
2105     #data
2106     <form xmlns="http://www.w3.org/1999/xhtml"
2107     autocomplete="ON"
2108     >x</form>
2109     #errors
2110    
2111     #data
2112     <form xmlns="http://www.w3.org/1999/xhtml"
2113     autocomplete="OFF"
2114     >x</form>
2115     #errors
2116    
2117     #data
2118     <form xmlns="http://www.w3.org/1999/xhtml"
2119     autocomplete="On"
2120     >x</form>
2121     #errors
2122    
2123     #data
2124     <form xmlns="http://www.w3.org/1999/xhtml"
2125     autocomplete=" on"
2126     >x</form>
2127     #errors
2128     /form/@autocomplete;enumerated:invalid;m
2129    
2130     #data
2131     <form xmlns="http://www.w3.org/1999/xhtml"
2132     autocomplete="yes"
2133     >x</form>
2134     #errors
2135     /form/@autocomplete;enumerated:invalid;m
2136    
2137     #data
2138     <form xmlns="http://www.w3.org/1999/xhtml"
2139     autocomplete="true"
2140     >x</form>
2141     #errors
2142     /form/@autocomplete;enumerated:invalid;m
2143    
2144     #data
2145     <form xmlns="http://www.w3.org/1999/xhtml"
2146     autocomplete="no"
2147     >x</form>
2148     #errors
2149     /form/@autocomplete;enumerated:invalid;m
2150    
2151     #data
2152     <form xmlns="http://www.w3.org/1999/xhtml"
2153     autocomplete="default"
2154     >x</form>
2155     #errors
2156     /form/@autocomplete;enumerated:invalid;m
2157    
2158     #data
2159     <form xmlns="http://www.w3.org/1999/xhtml"
2160     autocomplete="inherit"
2161     >x</form>
2162     #errors
2163     /form/@autocomplete;enumerated:invalid;m

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24