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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.26 - (hide annotations) (download)
Sun Aug 23 02:59:45 2009 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.25: +16 -8 lines
++ whatpm/t/dom-conformance/ChangeLog	23 Aug 2009 02:57:48 -0000
	* html-texts-1.dat: Added test data on floating point numbers,
	especially sceientific notation numbers.

	* html-form-input-1.dat: Fixed some wrong test results on floating
	point numbers.

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	23 Aug 2009 02:58:13 -0000
	* HTML.pm: Implemented floating point number in sceientific
	notation.

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

1 wakaba 1.1
2     #data
3     <input xmlns="http://www.w3.org/1999/xhtml"></input>
4     #errors
5    
6     #data
7     <input xmlns="http://www.w3.org/1999/xhtml"> </input>
8     #errors
9    
10     #data
11     <input xmlns="http://www.w3.org/1999/xhtml"><!-- --></input>
12     #errors
13    
14     #data
15     <input xmlns="http://www.w3.org/1999/xhtml">xx</input>
16     #errors
17     /input/"xx";character not allowed:empty;m
18    
19     #data
20     <input xmlns="http://www.w3.org/1999/xhtml"><p/></input>
21     #errors
22     /input/p;element not allowed:empty;m
23     /input/p;no significant content;s
24    
25     #data
26     <input xmlns="http://www.w3.org/1999/xhtml"><div>x</div></input>
27     #errors
28     /input/div;element not allowed:empty;m
29    
30     #data
31     <input xmlns="http://www.w3.org/1999/xhtml"><input/></input>
32     #errors
33     /input/input;element not allowed:empty;m
34    
35     #data
36     <input xmlns="http://www.w3.org/1999/xhtml"><nest/></input>
37     #errors
38     /input/nest;element not allowed:empty;m
39    
40     #data
41     <em xmlns="http://www.w3.org/1999/xhtml"><input/></em>
42     #errors
43     /em;no significant content;s
44    
45     #data
46     <div xmlns="http://www.w3.org/1999/xhtml"><input/></div>
47     #errors
48     /div;no significant content;s
49    
50     #data
51     <p xmlns="http://www.w3.org/1999/xhtml"><input/></p>
52     #errors
53     /p;no significant content;s
54    
55     #data
56     <title xmlns="http://www.w3.org/1999/xhtml"><input/></title>
57     #errors
58     /title/input;element not allowed:text;m
59    
60     #data
61     <br xmlns="http://www.w3.org/1999/xhtml"><input/></br>
62     #errors
63     /br/input;element not allowed:empty;m
64    
65     #data
66     <ins xmlns="http://www.w3.org/1999/xhtml"><input/></ins>
67     #errors
68     /ins;no significant content;s
69 wakaba 1.2
70     #data
71     <input xmlns="http://www.w3.org/1999/xhtml"
72     type="hidden"/>
73     #errors
74    
75     #data
76     <input xmlns="http://www.w3.org/1999/xhtml"
77     type="HIDDEN"/>
78     #errors
79    
80     #data
81     <input xmlns="http://www.w3.org/1999/xhtml"
82     type="text"/>
83     #errors
84    
85     #data
86     <input xmlns="http://www.w3.org/1999/xhtml"
87     type="TexT"/>
88     #errors
89    
90     #data
91     <input xmlns="http://www.w3.org/1999/xhtml"
92     type="Email"/>
93     #errors
94    
95     #data
96     <input xmlns="http://www.w3.org/1999/xhtml"
97     type="email"/>
98     #errors
99    
100     #data
101     <input xmlns="http://www.w3.org/1999/xhtml"
102 wakaba 1.12 type="search"/>
103     #errors
104    
105     #data
106     <input xmlns="http://www.w3.org/1999/xhtml"
107 wakaba 1.2 type="url"/>
108     #errors
109    
110     #data
111     <input xmlns="http://www.w3.org/1999/xhtml"
112     type="uri"/>
113     #errors
114     /input/@type;enumerated:invalid;m
115    
116     #data
117     <input xmlns="http://www.w3.org/1999/xhtml"
118     type="iri"/>
119     #errors
120     /input/@type;enumerated:invalid;m
121    
122     #data
123     <input xmlns="http://www.w3.org/1999/xhtml"
124     type="URL"/>
125     #errors
126    
127     #data
128     <input xmlns="http://www.w3.org/1999/xhtml"
129     type="password"/>
130     #errors
131    
132     #data
133     <input xmlns="http://www.w3.org/1999/xhtml"
134     type="PASSWORD"/>
135     #errors
136    
137     #data
138     <input xmlns="http://www.w3.org/1999/xhtml"
139 wakaba 1.4 type="pass"/>
140     #errors
141     /input/@type;enumerated:invalid;m
142    
143     #data
144     <input xmlns="http://www.w3.org/1999/xhtml"
145 wakaba 1.2 type="datetime"/>
146     #errors
147    
148     #data
149     <input xmlns="http://www.w3.org/1999/xhtml"
150     type="DateTime"/>
151     #errors
152    
153     #data
154     <input xmlns="http://www.w3.org/1999/xhtml"
155     type="datatime"/>
156     #errors
157     /input/@type;enumerated:invalid;m
158    
159     #data
160     <input xmlns="http://www.w3.org/1999/xhtml"
161     type="date"/>
162     #errors
163    
164     #data
165     <input xmlns="http://www.w3.org/1999/xhtml"
166     type="dATe"/>
167     #errors
168    
169     #data
170     <input xmlns="http://www.w3.org/1999/xhtml"
171     type="data"/>
172     #errors
173     /input/@type;enumerated:invalid;m
174    
175     #data
176     <input xmlns="http://www.w3.org/1999/xhtml"
177     type="month"/>
178     #errors
179    
180     #data
181     <input xmlns="http://www.w3.org/1999/xhtml"
182     type="monse"/>
183     #errors
184     /input/@type;enumerated:invalid;m
185    
186     #data
187     <input xmlns="http://www.w3.org/1999/xhtml"
188     type="week"/>
189     #errors
190    
191     #data
192     <input xmlns="http://www.w3.org/1999/xhtml"
193     type="weak"/>
194     #errors
195     /input/@type;enumerated:invalid;m
196    
197     #data
198     <input xmlns="http://www.w3.org/1999/xhtml"
199     type="time"/>
200     #errors
201    
202     #data
203     <input xmlns="http://www.w3.org/1999/xhtml"
204     type="Time"/>
205     #errors
206    
207     #data
208     <input xmlns="http://www.w3.org/1999/xhtml"
209     type="datetime-local"/>
210     #errors
211    
212     #data
213     <input xmlns="http://www.w3.org/1999/xhtml"
214     type="number"/>
215     #errors
216    
217     #data
218     <input xmlns="http://www.w3.org/1999/xhtml"
219     type="range"/>
220     #errors
221    
222     #data
223     <input xmlns="http://www.w3.org/1999/xhtml"
224 wakaba 1.13 type="color"/>
225     #errors
226    
227     #data
228     <input xmlns="http://www.w3.org/1999/xhtml"
229 wakaba 1.2 type="checkbox"/>
230     #errors
231    
232     #data
233     <input xmlns="http://www.w3.org/1999/xhtml"
234     type="check"/>
235     #errors
236     /input/@type;enumerated:invalid;m
237    
238     #data
239     <input xmlns="http://www.w3.org/1999/xhtml"
240     type="radio"/>
241     #errors
242    
243     #data
244     <input xmlns="http://www.w3.org/1999/xhtml"
245     type="radiobutton"/>
246     #errors
247     /input/@type;enumerated:invalid;m
248    
249     #data
250     <input xmlns="http://www.w3.org/1999/xhtml"
251     type="radiobox"/>
252     #errors
253     /input/@type;enumerated:invalid;m
254    
255     #data
256     <input xmlns="http://www.w3.org/1999/xhtml"
257     type="file"/>
258     #errors
259    
260     #data
261     <input xmlns="http://www.w3.org/1999/xhtml"
262     type="submit"/>
263     #errors
264    
265     #data
266     <input xmlns="http://www.w3.org/1999/xhtml"
267     type="image"/>
268     #errors
269    
270     #data
271     <input xmlns="http://www.w3.org/1999/xhtml"
272     type="img"/>
273     #errors
274     /input/@type;enumerated:invalid;m
275    
276     #data
277     <input xmlns="http://www.w3.org/1999/xhtml"
278     type="reset"/>
279     #errors
280    
281     #data
282     <input xmlns="http://www.w3.org/1999/xhtml"
283     type="button"/>
284     #errors
285    
286     #data
287     <input xmlns="http://www.w3.org/1999/xhtml"
288     type="hiden"/>
289     #errors
290     /input/@type;enumerated:invalid;m
291    
292     #data
293     <input xmlns="http://www.w3.org/1999/xhtml"
294     type="hidden "/>
295     #errors
296     /input/@type;enumerated:invalid;m
297    
298     #data
299     <input xmlns="http://www.w3.org/1999/xhtml"
300     type=" hidden"/>
301     #errors
302     /input/@type;enumerated:invalid;m
303    
304     #data
305     <input xmlns="http://www.w3.org/1999/xhtml"
306     type="add"/>
307     #errors
308     /input/@type;enumerated:invalid;m
309    
310     #data
311     <input xmlns="http://www.w3.org/1999/xhtml"
312     type="remove"/>
313     #errors
314     /input/@type;enumerated:invalid;m
315    
316     #data
317     <input xmlns="http://www.w3.org/1999/xhtml"
318     type="delete"/>
319     #errors
320     /input/@type;enumerated:invalid;m
321    
322     #data
323     <input xmlns="http://www.w3.org/1999/xhtml"
324     type="move"/>
325     #errors
326     /input/@type;enumerated:invalid;m
327    
328     #data
329     <input xmlns="http://www.w3.org/1999/xhtml"
330     type="move-up"/>
331     #errors
332     /input/@type;enumerated:invalid;m
333    
334     #data
335     <input xmlns="http://www.w3.org/1999/xhtml"
336     type="move-down"/>
337     #errors
338     /input/@type;enumerated:invalid;m
339    
340     #data
341     <input xmlns="http://www.w3.org/1999/xhtml"
342     type="textarea"/>
343     #errors
344     /input/@type;enumerated:invalid;m
345    
346     #data
347     <input xmlns="http://www.w3.org/1999/xhtml"
348     type=""/>
349     #errors
350     /input/@type;enumerated:invalid;m
351    
352     #data escaped
353     <input xmlns="http://www.w3.org/1999/xhtml"
354     type="h\u0130dden"/>
355     #errors
356     /input/@type;enumerated:invalid;m
357    
358     #data escaped
359     <input xmlns="http://www.w3.org/1999/xhtml"
360     type="h\u0131dden"/>
361     #errors
362     /input/@type;enumerated:invalid;m
363 wakaba 1.3
364     #data
365     <div xmlns="http://www.w3.org/1999/xhtml">
366     <form id="a">x</form>
367     <input type="hidden" form="a"/>
368     </div>
369     #errors
370    
371     #data
372     <div xmlns="http://www.w3.org/1999/xhtml">
373     <form id="a">x</form>
374     <input type="text" form="a"/>
375     </div>
376     #errors
377    
378     #data
379     <div xmlns="http://www.w3.org/1999/xhtml">
380     <form id="a">x</form>
381     <input type="email" form="a"/>
382     </div>
383     #errors
384    
385     #data
386     <div xmlns="http://www.w3.org/1999/xhtml">
387     <form id="a">x</form>
388 wakaba 1.12 <input type="search" form="a"/>
389     </div>
390     #errors
391    
392     #data
393     <div xmlns="http://www.w3.org/1999/xhtml">
394     <form id="a">x</form>
395 wakaba 1.3 <input type="url" form="a"/>
396     </div>
397     #errors
398    
399     #data
400     <div xmlns="http://www.w3.org/1999/xhtml">
401     <form id="a">x</form>
402     <input type="password" form="a"/>
403     </div>
404     #errors
405    
406     #data
407     <div xmlns="http://www.w3.org/1999/xhtml">
408     <form id="a">x</form>
409     <input type="datetime" form="a"/>
410     </div>
411     #errors
412    
413     #data
414     <div xmlns="http://www.w3.org/1999/xhtml">
415     <form id="a">x</form>
416     <input type="date" form="a"/>
417     </div>
418     #errors
419    
420     #data
421     <div xmlns="http://www.w3.org/1999/xhtml">
422     <form id="a">x</form>
423     <input type="month" form="a"/>
424     </div>
425     #errors
426    
427     #data
428     <div xmlns="http://www.w3.org/1999/xhtml">
429     <form id="a">x</form>
430     <input type="week" form="a"/>
431     </div>
432     #errors
433    
434     #data
435     <div xmlns="http://www.w3.org/1999/xhtml">
436     <form id="a">x</form>
437     <input type="datetime-local" form="a"/>
438     </div>
439     #errors
440    
441     #data
442     <div xmlns="http://www.w3.org/1999/xhtml">
443     <form id="a">x</form>
444     <input type="number" form="a"/>
445     </div>
446     #errors
447    
448     #data
449     <div xmlns="http://www.w3.org/1999/xhtml">
450     <form id="a">x</form>
451     <input type="range" form="a"/>
452     </div>
453     #errors
454    
455     #data
456     <div xmlns="http://www.w3.org/1999/xhtml">
457     <form id="a">x</form>
458 wakaba 1.13 <input type="color" form="a"/>
459     </div>
460     #errors
461    
462     #data
463     <div xmlns="http://www.w3.org/1999/xhtml">
464     <form id="a">x</form>
465 wakaba 1.3 <input type="checkbox" form="a"/>
466     </div>
467     #errors
468    
469     #data
470     <div xmlns="http://www.w3.org/1999/xhtml">
471     <form id="a">x</form>
472     <input type="radio" form="a"/>
473     </div>
474     #errors
475    
476     #data
477     <div xmlns="http://www.w3.org/1999/xhtml">
478     <form id="a">x</form>
479     <input type="file" form="a"/>
480     </div>
481     #errors
482    
483     #data
484     <div xmlns="http://www.w3.org/1999/xhtml">
485     <form id="a">x</form>
486     <input type="submit" form="a"/>
487     </div>
488     #errors
489    
490     #data
491     <div xmlns="http://www.w3.org/1999/xhtml">
492     <form id="a">x</form>
493     <input type="image" form="a"/>
494     </div>
495     #errors
496    
497     #data
498     <div xmlns="http://www.w3.org/1999/xhtml">
499     <form id="a">x</form>
500     <input type="reset" form="a"/>
501     </div>
502     #errors
503    
504     #data
505     <div xmlns="http://www.w3.org/1999/xhtml">
506     <form id="a">x</form>
507     <input type="button" form="a"/>
508     </div>
509     #errors
510    
511     #data
512     <div xmlns="http://www.w3.org/1999/xhtml">
513     <form id="a">x</form>
514     <input type="add" form="a"/>
515     </div>
516     #errors
517     /div/input/@type;enumerated:invalid;m
518    
519     #data
520     <div xmlns="http://www.w3.org/1999/xhtml">
521     <form id="a">x</form>
522     <input type="remove" form="a"/>
523     </div>
524     #errors
525     /div/input/@type;enumerated:invalid;m
526    
527     #data
528     <div xmlns="http://www.w3.org/1999/xhtml">
529     <form id="a">x</form>
530     <input type="move-up" form="a"/>
531     </div>
532     #errors
533     /div/input/@type;enumerated:invalid;m
534    
535     #data
536     <div xmlns="http://www.w3.org/1999/xhtml">
537     <form id="a">x</form>
538     <input type="move-down" form="a"/>
539     </div>
540     #errors
541     /div/input/@type;enumerated:invalid;m
542    
543     #data
544     <div xmlns="http://www.w3.org/1999/xhtml">
545     <form id="a">x</form>
546     <input type="unknown" form="a"/>
547     </div>
548     #errors
549     /div/input/@type;enumerated:invalid;m
550    
551     #data
552     <input xmlns="http://www.w3.org/1999/xhtml"
553     type="hidden" name="_charset_"/>
554     #errors
555    
556     #data
557     <input xmlns="http://www.w3.org/1999/xhtml"
558     type="hidden" name="_charset_" value=""/>
559     #errors
560     /input/@value;_charset_ value;m
561    
562     #data
563     <input xmlns="http://www.w3.org/1999/xhtml"
564     type="hidden" name="_CHARSET_" value=""/>
565     #errors
566    
567     #data
568     <input xmlns="http://www.w3.org/1999/xhtml"
569     type="hidden" name="charset"/>
570     #errors
571    
572     #data
573     <input xmlns="http://www.w3.org/1999/xhtml"
574     type="hidden" name="charset" value="utf-8"/>
575     #errors
576    
577     #data
578     <input xmlns="http://www.w3.org/1999/xhtml"
579     type="text" name="_charset_" value="utf-8"/>
580     #errors
581    
582     #data
583     <input xmlns="http://www.w3.org/1999/xhtml"
584     type="password" name="_charset_" value="us-ascii"/>
585     #errors
586    
587     #data
588     <input xmlns="http://www.w3.org/1999/xhtml"
589     type="hidden" name="a"
590     accept=""/>
591     #errors
592     /input/@accept;input attr not applicable;hidden;m
593    
594     #data
595     <input xmlns="http://www.w3.org/1999/xhtml"
596     type="hidden" name="a"
597     action=""/>
598     #errors
599     /input/@action;input attr not applicable;hidden;m
600 wakaba 1.24 /input/@action;attribute not defined;m
601 wakaba 1.3
602     #data
603     <input xmlns="http://www.w3.org/1999/xhtml"
604     type="hidden" name="a"
605     alt=""/>
606     #errors
607     /input/@alt;input attr not applicable;hidden;m
608    
609     #data
610     <input xmlns="http://www.w3.org/1999/xhtml"
611     type="hidden" name="a"
612     autocomplete=""/>
613     #errors
614     /input/@autocomplete;input attr not applicable;hidden;m
615    
616     #data
617     <input xmlns="http://www.w3.org/1999/xhtml"
618     type="hidden" name="a"
619     checked=""/>
620     #errors
621     /input/@checked;input attr not applicable;hidden;m
622    
623     #data
624     <input xmlns="http://www.w3.org/1999/xhtml"
625     type="hidden" name="a"
626     enctype=""/>
627     #errors
628     /input/@enctype;input attr not applicable;hidden;m
629 wakaba 1.24 /input/@enctype;attribute not defined;m
630 wakaba 1.3
631     #data
632     <input xmlns="http://www.w3.org/1999/xhtml"
633     type="hidden" name="a"
634     list=""/>
635     #errors
636     /input/@list;input attr not applicable;hidden;m
637    
638     #data
639     <input xmlns="http://www.w3.org/1999/xhtml"
640     type="hidden" name="a"
641     max=""/>
642     #errors
643     /input/@max;input attr not applicable;hidden;m
644    
645     #data
646     <input xmlns="http://www.w3.org/1999/xhtml"
647     type="hidden" name="a"
648     maxlength=""/>
649     #errors
650     /input/@maxlength;input attr not applicable;hidden;m
651    
652     #data
653     <input xmlns="http://www.w3.org/1999/xhtml"
654     type="hidden" name="a"
655     method=""/>
656     #errors
657     /input/@method;input attr not applicable;hidden;m
658 wakaba 1.24 /input/@method;attribute not defined;m
659 wakaba 1.3
660     #data
661     <input xmlns="http://www.w3.org/1999/xhtml"
662     type="hidden" name="a"
663     min=""/>
664     #errors
665     /input/@min;input attr not applicable;hidden;m
666    
667     #data
668     <input xmlns="http://www.w3.org/1999/xhtml"
669     type="hidden" name="a"
670     pattern=""/>
671     #errors
672     /input/@pattern;input attr not applicable;hidden;m
673    
674     #data
675     <input xmlns="http://www.w3.org/1999/xhtml"
676     type="hidden" name="a"
677     readonly=""/>
678     #errors
679     /input/@readonly;input attr not applicable;hidden;m
680    
681     #data
682     <input xmlns="http://www.w3.org/1999/xhtml"
683     type="hidden" name="a"
684     required=""/>
685     #errors
686     /input/@required;input attr not applicable;hidden;m
687    
688     #data
689     <input xmlns="http://www.w3.org/1999/xhtml"
690     type="hidden" name="a"
691     size=""/>
692     #errors
693     /input/@size;input attr not applicable;hidden;m
694    
695     #data
696     <input xmlns="http://www.w3.org/1999/xhtml"
697     type="hidden" name="a"
698     src=""/>
699     #errors
700     /input/@src;input attr not applicable;hidden;m
701    
702     #data
703     <input xmlns="http://www.w3.org/1999/xhtml"
704     type="hidden" name="a"
705     step=""/>
706     #errors
707     /input/@step;input attr not applicable;hidden;m
708    
709     #data
710     <input xmlns="http://www.w3.org/1999/xhtml"
711     type="hidden" name="a"
712     target=""/>
713     #errors
714     /input/@target;input attr not applicable;hidden;m
715 wakaba 1.24 /input/@target;attribute not defined;m
716 wakaba 1.3
717     #data
718     <input xmlns="http://www.w3.org/1999/xhtml"
719     type="hidden" accpet="" name="a"/>
720     #errors
721     /input/@accpet;attribute not defined;m
722 wakaba 1.4
723     #data
724     <input xmlns="http://www.w3.org/1999/xhtml"
725     accept=""/>
726     #errors
727     /input/@accept;input attr not applicable;text;m
728    
729     #data
730     <input xmlns="http://www.w3.org/1999/xhtml"
731     action=""/>
732     #errors
733     /input/@action;input attr not applicable;text;m
734 wakaba 1.24 /input/@action;attribute not defined;m
735 wakaba 1.4
736     #data
737     <input xmlns="http://www.w3.org/1999/xhtml"
738     alt=""/>
739     #errors
740     /input/@alt;input attr not applicable;text;m
741    
742     #data
743     <input xmlns="http://www.w3.org/1999/xhtml"
744     checked=""/>
745     #errors
746     /input/@checked;input attr not applicable;text;m
747    
748     #data
749     <input xmlns="http://www.w3.org/1999/xhtml"
750     enctype=""/>
751     #errors
752     /input/@enctype;input attr not applicable;text;m
753 wakaba 1.24 /input/@enctype;attribute not defined;m
754 wakaba 1.4
755     #data
756     <input xmlns="http://www.w3.org/1999/xhtml"
757     max=""/>
758     #errors
759     /input/@max;input attr not applicable;text;m
760    
761     #data
762     <input xmlns="http://www.w3.org/1999/xhtml"
763     method=""/>
764     #errors
765     /input/@method;input attr not applicable;text;m
766 wakaba 1.24 /input/@method;attribute not defined;m
767 wakaba 1.4
768     #data
769     <input xmlns="http://www.w3.org/1999/xhtml"
770     min=""/>
771     #errors
772     /input/@min;input attr not applicable;text;m
773    
774     #data
775     <input xmlns="http://www.w3.org/1999/xhtml"
776     src=""/>
777     #errors
778     /input/@src;input attr not applicable;text;m
779    
780     #data
781     <input xmlns="http://www.w3.org/1999/xhtml"
782     step=""/>
783     #errors
784     /input/@step;input attr not applicable;text;m
785    
786     #data
787     <input xmlns="http://www.w3.org/1999/xhtml"
788     target=""/>
789     #errors
790     /input/@target;input attr not applicable;text;m
791 wakaba 1.24 /input/@target;attribute not defined;m
792 wakaba 1.4
793     #data
794     <input xmlns="http://www.w3.org/1999/xhtml"
795     type="email" accept=""/>
796     #errors
797 wakaba 1.10 /input/@accept;input attr not applicable;email;m
798 wakaba 1.4
799     #data
800     <input xmlns="http://www.w3.org/1999/xhtml"
801     type="email" action=""/>
802     #errors
803 wakaba 1.10 /input/@action;input attr not applicable;email;m
804 wakaba 1.24 /input/@action;attribute not defined;m
805 wakaba 1.4
806     #data
807     <input xmlns="http://www.w3.org/1999/xhtml"
808     type="email" alt=""/>
809     #errors
810 wakaba 1.10 /input/@alt;input attr not applicable;email;m
811 wakaba 1.4
812     #data
813     <input xmlns="http://www.w3.org/1999/xhtml"
814     type="email" checked=""/>
815     #errors
816 wakaba 1.10 /input/@checked;input attr not applicable;email;m
817 wakaba 1.4
818     #data
819     <input xmlns="http://www.w3.org/1999/xhtml"
820     type="email" enctype=""/>
821     #errors
822 wakaba 1.10 /input/@enctype;input attr not applicable;email;m
823 wakaba 1.24 /input/@enctype;attribute not defined;m
824 wakaba 1.4
825     #data
826     <input xmlns="http://www.w3.org/1999/xhtml"
827     type="email" max=""/>
828     #errors
829 wakaba 1.10 /input/@max;input attr not applicable;email;m
830 wakaba 1.4
831     #data
832     <input xmlns="http://www.w3.org/1999/xhtml"
833     type="email" method=""/>
834     #errors
835 wakaba 1.10 /input/@method;input attr not applicable;email;m
836 wakaba 1.24 /input/@method;attribute not defined;m
837 wakaba 1.4
838     #data
839     <input xmlns="http://www.w3.org/1999/xhtml"
840     type="email" min=""/>
841     #errors
842 wakaba 1.10 /input/@min;input attr not applicable;email;m
843 wakaba 1.4
844     #data
845     <input xmlns="http://www.w3.org/1999/xhtml"
846     type="email" src=""/>
847     #errors
848 wakaba 1.10 /input/@src;input attr not applicable;email;m
849 wakaba 1.4
850     #data
851     <input xmlns="http://www.w3.org/1999/xhtml"
852     type="email" step=""/>
853     #errors
854 wakaba 1.10 /input/@step;input attr not applicable;email;m
855 wakaba 1.4
856     #data
857     <input xmlns="http://www.w3.org/1999/xhtml"
858     type="email" target=""/>
859     #errors
860 wakaba 1.10 /input/@target;input attr not applicable;email;m
861 wakaba 1.24 /input/@target;attribute not defined;m
862 wakaba 1.4
863     #data
864     <input xmlns="http://www.w3.org/1999/xhtml"
865     type="url" accept=""/>
866     #errors
867 wakaba 1.10 /input/@accept;input attr not applicable;url;m
868 wakaba 1.4
869     #data
870     <input xmlns="http://www.w3.org/1999/xhtml"
871     type="url" action=""/>
872     #errors
873 wakaba 1.10 /input/@action;input attr not applicable;url;m
874 wakaba 1.24 /input/@action;attribute not defined;m
875 wakaba 1.4
876     #data
877     <input xmlns="http://www.w3.org/1999/xhtml"
878     type="url" alt=""/>
879     #errors
880 wakaba 1.10 /input/@alt;input attr not applicable;url;m
881 wakaba 1.4
882     #data
883     <input xmlns="http://www.w3.org/1999/xhtml"
884     type="url" checked=""/>
885     #errors
886 wakaba 1.10 /input/@checked;input attr not applicable;url;m
887 wakaba 1.4
888     #data
889     <input xmlns="http://www.w3.org/1999/xhtml"
890     type="url" enctype=""/>
891     #errors
892 wakaba 1.10 /input/@enctype;input attr not applicable;url;m
893 wakaba 1.24 /input/@enctype;attribute not defined;m
894 wakaba 1.4
895     #data
896     <input xmlns="http://www.w3.org/1999/xhtml"
897     type="url" max=""/>
898     #errors
899 wakaba 1.10 /input/@max;input attr not applicable;url;m
900 wakaba 1.4
901     #data
902     <input xmlns="http://www.w3.org/1999/xhtml"
903     type="url" method=""/>
904     #errors
905 wakaba 1.10 /input/@method;input attr not applicable;url;m
906 wakaba 1.24 /input/@method;attribute not defined;m
907 wakaba 1.4
908     #data
909     <input xmlns="http://www.w3.org/1999/xhtml"
910     type="url" min=""/>
911     #errors
912 wakaba 1.10 /input/@min;input attr not applicable;url;m
913 wakaba 1.4
914     #data
915     <input xmlns="http://www.w3.org/1999/xhtml"
916     type="url" src=""/>
917     #errors
918 wakaba 1.10 /input/@src;input attr not applicable;url;m
919 wakaba 1.4
920     #data
921     <input xmlns="http://www.w3.org/1999/xhtml"
922     type="url" step=""/>
923     #errors
924 wakaba 1.10 /input/@step;input attr not applicable;url;m
925 wakaba 1.4
926     #data
927     <input xmlns="http://www.w3.org/1999/xhtml"
928     type="url" target=""/>
929     #errors
930 wakaba 1.10 /input/@target;input attr not applicable;url;m
931 wakaba 1.24 /input/@target;attribute not defined;m
932 wakaba 1.4
933     #data
934     <input xmlns="http://www.w3.org/1999/xhtml"
935 wakaba 1.12 type="search" accept=""/>
936     #errors
937     /input/@accept;input attr not applicable;search;m
938    
939     #data
940     <input xmlns="http://www.w3.org/1999/xhtml"
941     type="search" action=""/>
942     #errors
943     /input/@action;input attr not applicable;search;m
944 wakaba 1.24 /input/@action;attribute not defined;m
945 wakaba 1.12
946     #data
947     <input xmlns="http://www.w3.org/1999/xhtml"
948     type="search" alt=""/>
949     #errors
950     /input/@alt;input attr not applicable;search;m
951    
952     #data
953     <input xmlns="http://www.w3.org/1999/xhtml"
954     type="search" checked=""/>
955     #errors
956     /input/@checked;input attr not applicable;search;m
957    
958     #data
959     <input xmlns="http://www.w3.org/1999/xhtml"
960     type="search" enctype=""/>
961     #errors
962     /input/@enctype;input attr not applicable;search;m
963 wakaba 1.24 /input/@enctype;attribute not defined;m
964 wakaba 1.12
965     #data
966     <input xmlns="http://www.w3.org/1999/xhtml"
967     type="search" max=""/>
968     #errors
969     /input/@max;input attr not applicable;search;m
970    
971     #data
972     <input xmlns="http://www.w3.org/1999/xhtml"
973     type="search" method=""/>
974     #errors
975     /input/@method;input attr not applicable;search;m
976 wakaba 1.24 /input/@method;attribute not defined;m
977 wakaba 1.12
978     #data
979     <input xmlns="http://www.w3.org/1999/xhtml"
980     type="search" min=""/>
981     #errors
982     /input/@min;input attr not applicable;search;m
983    
984     #data
985     <input xmlns="http://www.w3.org/1999/xhtml"
986     type="search" src=""/>
987     #errors
988     /input/@src;input attr not applicable;search;m
989    
990     #data
991     <input xmlns="http://www.w3.org/1999/xhtml"
992     type="search" step=""/>
993     #errors
994     /input/@step;input attr not applicable;search;m
995    
996     #data
997     <input xmlns="http://www.w3.org/1999/xhtml"
998     type="search" target=""/>
999     #errors
1000     /input/@target;input attr not applicable;search;m
1001 wakaba 1.24 /input/@target;attribute not defined;m
1002 wakaba 1.12
1003     #data
1004     <input xmlns="http://www.w3.org/1999/xhtml"
1005 wakaba 1.4 type="password" accept=""/>
1006     #errors
1007 wakaba 1.10 /input/@accept;input attr not applicable;password;m
1008 wakaba 1.4
1009     #data
1010     <input xmlns="http://www.w3.org/1999/xhtml"
1011     type="password" action=""/>
1012     #errors
1013 wakaba 1.10 /input/@action;input attr not applicable;password;m
1014 wakaba 1.24 /input/@action;attribute not defined;m
1015 wakaba 1.4
1016     #data
1017     <input xmlns="http://www.w3.org/1999/xhtml"
1018     type="password" alt=""/>
1019     #errors
1020 wakaba 1.10 /input/@alt;input attr not applicable;password;m
1021 wakaba 1.4
1022     #data
1023     <input xmlns="http://www.w3.org/1999/xhtml"
1024     type="password" checked=""/>
1025     #errors
1026 wakaba 1.10 /input/@checked;input attr not applicable;password;m
1027 wakaba 1.4
1028     #data
1029     <input xmlns="http://www.w3.org/1999/xhtml"
1030     type="password" enctype=""/>
1031     #errors
1032 wakaba 1.10 /input/@enctype;input attr not applicable;password;m
1033 wakaba 1.24 /input/@enctype;attribute not defined;m
1034 wakaba 1.4
1035     #data
1036     <input xmlns="http://www.w3.org/1999/xhtml"
1037     type="password" list=""/>
1038     #errors
1039 wakaba 1.10 /input/@list;input attr not applicable;password;m
1040 wakaba 1.4
1041     #data
1042     <input xmlns="http://www.w3.org/1999/xhtml"
1043     type="password" max=""/>
1044     #errors
1045 wakaba 1.10 /input/@max;input attr not applicable;password;m
1046 wakaba 1.4
1047     #data
1048     <input xmlns="http://www.w3.org/1999/xhtml"
1049     type="password" method=""/>
1050     #errors
1051 wakaba 1.10 /input/@method;input attr not applicable;password;m
1052 wakaba 1.24 /input/@method;attribute not defined;m
1053 wakaba 1.4
1054     #data
1055     <input xmlns="http://www.w3.org/1999/xhtml"
1056     type="password" min=""/>
1057     #errors
1058 wakaba 1.10 /input/@min;input attr not applicable;password;m
1059 wakaba 1.4
1060     #data
1061     <input xmlns="http://www.w3.org/1999/xhtml"
1062     type="password" src=""/>
1063     #errors
1064 wakaba 1.10 /input/@src;input attr not applicable;password;m
1065 wakaba 1.4
1066     #data
1067     <input xmlns="http://www.w3.org/1999/xhtml"
1068     type="password" step=""/>
1069     #errors
1070 wakaba 1.10 /input/@step;input attr not applicable;password;m
1071 wakaba 1.4
1072     #data
1073     <input xmlns="http://www.w3.org/1999/xhtml"
1074     type="password" target=""/>
1075     #errors
1076 wakaba 1.10 /input/@target;input attr not applicable;password;m
1077 wakaba 1.24 /input/@target;attribute not defined;m
1078 wakaba 1.4
1079     #data
1080     <input xmlns="http://www.w3.org/1999/xhtml"
1081     type="datetime"
1082     accept=""/>
1083     #errors
1084     /input/@accept;input attr not applicable;datetime;m
1085    
1086     #data
1087     <input xmlns="http://www.w3.org/1999/xhtml"
1088     type="datetime"
1089     action=""/>
1090     #errors
1091     /input/@action;input attr not applicable;datetime;m
1092 wakaba 1.24 /input/@action;attribute not defined;m
1093 wakaba 1.4
1094     #data
1095     <input xmlns="http://www.w3.org/1999/xhtml"
1096     type="datetime"
1097     alt=""/>
1098     #errors
1099     /input/@alt;input attr not applicable;datetime;m
1100    
1101     #data
1102     <input xmlns="http://www.w3.org/1999/xhtml"
1103     type="datetime"
1104     checked=""/>
1105     #errors
1106     /input/@checked;input attr not applicable;datetime;m
1107    
1108     #data
1109     <input xmlns="http://www.w3.org/1999/xhtml"
1110     type="datetime"
1111     enctype=""/>
1112     #errors
1113     /input/@enctype;input attr not applicable;datetime;m
1114 wakaba 1.24 /input/@enctype;attribute not defined;m
1115 wakaba 1.4
1116     #data
1117     <input xmlns="http://www.w3.org/1999/xhtml"
1118     type="datetime"
1119     maxlength=""/>
1120     #errors
1121     /input/@maxlength;input attr not applicable;datetime;m
1122    
1123     #data
1124     <input xmlns="http://www.w3.org/1999/xhtml"
1125     type="datetime"
1126     method=""/>
1127     #errors
1128     /input/@method;input attr not applicable;datetime;m
1129 wakaba 1.24 /input/@method;attribute not defined;m
1130 wakaba 1.4
1131     #data
1132     <input xmlns="http://www.w3.org/1999/xhtml"
1133     type="datetime"
1134     pattern=""/>
1135     #errors
1136     /input/@pattern;input attr not applicable;datetime;m
1137    
1138     #data
1139     <input xmlns="http://www.w3.org/1999/xhtml"
1140     type="datetime"
1141     size=""/>
1142     #errors
1143     /input/@size;input attr not applicable;datetime;m
1144    
1145     #data
1146     <input xmlns="http://www.w3.org/1999/xhtml"
1147     type="datetime"
1148     src=""/>
1149     #errors
1150     /input/@src;input attr not applicable;datetime;m
1151    
1152     #data
1153     <input xmlns="http://www.w3.org/1999/xhtml"
1154     type="datetime"
1155     target=""/>
1156     #errors
1157     /input/@target;input attr not applicable;datetime;m
1158 wakaba 1.24 /input/@target;attribute not defined;m
1159 wakaba 1.5
1160     #data
1161     <input xmlns="http://www.w3.org/1999/xhtml"
1162     type="date"
1163     accept=""/>
1164     #errors
1165     /input/@accept;input attr not applicable;date;m
1166    
1167     #data
1168     <input xmlns="http://www.w3.org/1999/xhtml"
1169     type="date"
1170     action=""/>
1171     #errors
1172     /input/@action;input attr not applicable;date;m
1173 wakaba 1.24 /input/@action;attribute not defined;m
1174 wakaba 1.5
1175     #data
1176     <input xmlns="http://www.w3.org/1999/xhtml"
1177     type="date"
1178     alt=""/>
1179     #errors
1180     /input/@alt;input attr not applicable;date;m
1181    
1182     #data
1183     <input xmlns="http://www.w3.org/1999/xhtml"
1184     type="date"
1185     checked=""/>
1186     #errors
1187     /input/@checked;input attr not applicable;date;m
1188    
1189     #data
1190     <input xmlns="http://www.w3.org/1999/xhtml"
1191     type="date"
1192     enctype=""/>
1193     #errors
1194     /input/@enctype;input attr not applicable;date;m
1195 wakaba 1.24 /input/@enctype;attribute not defined;m
1196 wakaba 1.5
1197     #data
1198     <input xmlns="http://www.w3.org/1999/xhtml"
1199     type="date"
1200     maxlength=""/>
1201     #errors
1202     /input/@maxlength;input attr not applicable;date;m
1203    
1204     #data
1205     <input xmlns="http://www.w3.org/1999/xhtml"
1206     type="date"
1207     method=""/>
1208     #errors
1209     /input/@method;input attr not applicable;date;m
1210 wakaba 1.24 /input/@method;attribute not defined;m
1211 wakaba 1.5
1212     #data
1213     <input xmlns="http://www.w3.org/1999/xhtml"
1214     type="date"
1215     pattern=""/>
1216     #errors
1217     /input/@pattern;input attr not applicable;date;m
1218    
1219     #data
1220     <input xmlns="http://www.w3.org/1999/xhtml"
1221     type="date"
1222     size=""/>
1223     #errors
1224     /input/@size;input attr not applicable;date;m
1225    
1226     #data
1227     <input xmlns="http://www.w3.org/1999/xhtml"
1228     type="date"
1229     src=""/>
1230     #errors
1231     /input/@src;input attr not applicable;date;m
1232    
1233     #data
1234     <input xmlns="http://www.w3.org/1999/xhtml"
1235     type="date"
1236     target=""/>
1237     #errors
1238     /input/@target;input attr not applicable;date;m
1239 wakaba 1.24 /input/@target;attribute not defined;m
1240 wakaba 1.5
1241     #data
1242     <input xmlns="http://www.w3.org/1999/xhtml"
1243     type="month"
1244     accept=""/>
1245     #errors
1246     /input/@accept;input attr not applicable;month;m
1247    
1248     #data
1249     <input xmlns="http://www.w3.org/1999/xhtml"
1250     type="month"
1251     action=""/>
1252     #errors
1253     /input/@action;input attr not applicable;month;m
1254 wakaba 1.24 /input/@action;attribute not defined;m
1255 wakaba 1.5
1256     #data
1257     <input xmlns="http://www.w3.org/1999/xhtml"
1258     type="month"
1259     alt=""/>
1260     #errors
1261     /input/@alt;input attr not applicable;month;m
1262    
1263     #data
1264     <input xmlns="http://www.w3.org/1999/xhtml"
1265     type="month"
1266     checked=""/>
1267     #errors
1268     /input/@checked;input attr not applicable;month;m
1269    
1270     #data
1271     <input xmlns="http://www.w3.org/1999/xhtml"
1272     type="month"
1273     enctype=""/>
1274     #errors
1275     /input/@enctype;input attr not applicable;month;m
1276 wakaba 1.24 /input/@enctype;attribute not defined;m
1277 wakaba 1.5
1278     #data
1279     <input xmlns="http://www.w3.org/1999/xhtml"
1280     type="month"
1281     maxlength=""/>
1282     #errors
1283     /input/@maxlength;input attr not applicable;month;m
1284    
1285     #data
1286     <input xmlns="http://www.w3.org/1999/xhtml"
1287     type="month"
1288     method=""/>
1289     #errors
1290     /input/@method;input attr not applicable;month;m
1291 wakaba 1.24 /input/@method;attribute not defined;m
1292 wakaba 1.5
1293     #data
1294     <input xmlns="http://www.w3.org/1999/xhtml"
1295     type="month"
1296     pattern=""/>
1297     #errors
1298     /input/@pattern;input attr not applicable;month;m
1299    
1300     #data
1301     <input xmlns="http://www.w3.org/1999/xhtml"
1302     type="month"
1303     size=""/>
1304     #errors
1305     /input/@size;input attr not applicable;month;m
1306    
1307     #data
1308     <input xmlns="http://www.w3.org/1999/xhtml"
1309     type="month"
1310     src=""/>
1311     #errors
1312     /input/@src;input attr not applicable;month;m
1313    
1314     #data
1315     <input xmlns="http://www.w3.org/1999/xhtml"
1316     type="month"
1317     target=""/>
1318     #errors
1319     /input/@target;input attr not applicable;month;m
1320 wakaba 1.24 /input/@target;attribute not defined;m
1321 wakaba 1.5
1322     #data
1323     <input xmlns="http://www.w3.org/1999/xhtml"
1324     type="week"
1325     accept=""/>
1326     #errors
1327     /input/@accept;input attr not applicable;week;m
1328    
1329     #data
1330     <input xmlns="http://www.w3.org/1999/xhtml"
1331     type="week"
1332     action=""/>
1333     #errors
1334     /input/@action;input attr not applicable;week;m
1335 wakaba 1.24 /input/@action;attribute not defined;m
1336 wakaba 1.5
1337     #data
1338     <input xmlns="http://www.w3.org/1999/xhtml"
1339     type="week"
1340     alt=""/>
1341     #errors
1342     /input/@alt;input attr not applicable;week;m
1343    
1344     #data
1345     <input xmlns="http://www.w3.org/1999/xhtml"
1346     type="week"
1347     checked=""/>
1348     #errors
1349     /input/@checked;input attr not applicable;week;m
1350    
1351     #data
1352     <input xmlns="http://www.w3.org/1999/xhtml"
1353     type="week"
1354     enctype=""/>
1355     #errors
1356     /input/@enctype;input attr not applicable;week;m
1357 wakaba 1.24 /input/@enctype;attribute not defined;m
1358 wakaba 1.5
1359     #data
1360     <input xmlns="http://www.w3.org/1999/xhtml"
1361     type="week"
1362     maxlength=""/>
1363     #errors
1364     /input/@maxlength;input attr not applicable;week;m
1365    
1366     #data
1367     <input xmlns="http://www.w3.org/1999/xhtml"
1368     type="week"
1369     method=""/>
1370     #errors
1371     /input/@method;input attr not applicable;week;m
1372 wakaba 1.24 /input/@method;attribute not defined;m
1373 wakaba 1.5
1374     #data
1375     <input xmlns="http://www.w3.org/1999/xhtml"
1376     type="week"
1377     pattern=""/>
1378     #errors
1379     /input/@pattern;input attr not applicable;week;m
1380    
1381     #data
1382     <input xmlns="http://www.w3.org/1999/xhtml"
1383     type="week"
1384     size=""/>
1385     #errors
1386     /input/@size;input attr not applicable;week;m
1387    
1388     #data
1389     <input xmlns="http://www.w3.org/1999/xhtml"
1390     type="week"
1391     src=""/>
1392     #errors
1393     /input/@src;input attr not applicable;week;m
1394    
1395     #data
1396     <input xmlns="http://www.w3.org/1999/xhtml"
1397     type="week"
1398     target=""/>
1399     #errors
1400     /input/@target;input attr not applicable;week;m
1401 wakaba 1.24 /input/@target;attribute not defined;m
1402 wakaba 1.5
1403     #data
1404     <input xmlns="http://www.w3.org/1999/xhtml"
1405     type="time"
1406     accept=""/>
1407     #errors
1408     /input/@accept;input attr not applicable;time;m
1409    
1410     #data
1411     <input xmlns="http://www.w3.org/1999/xhtml"
1412     type="time"
1413     action=""/>
1414     #errors
1415     /input/@action;input attr not applicable;time;m
1416 wakaba 1.24 /input/@action;attribute not defined;m
1417 wakaba 1.5
1418     #data
1419     <input xmlns="http://www.w3.org/1999/xhtml"
1420     type="time"
1421     alt=""/>
1422     #errors
1423     /input/@alt;input attr not applicable;time;m
1424    
1425     #data
1426     <input xmlns="http://www.w3.org/1999/xhtml"
1427     type="time"
1428     checked=""/>
1429     #errors
1430     /input/@checked;input attr not applicable;time;m
1431    
1432     #data
1433     <input xmlns="http://www.w3.org/1999/xhtml"
1434     type="time"
1435     enctype=""/>
1436     #errors
1437     /input/@enctype;input attr not applicable;time;m
1438 wakaba 1.24 /input/@enctype;attribute not defined;m
1439 wakaba 1.5
1440     #data
1441     <input xmlns="http://www.w3.org/1999/xhtml"
1442     type="time"
1443     maxlength=""/>
1444     #errors
1445     /input/@maxlength;input attr not applicable;time;m
1446    
1447     #data
1448     <input xmlns="http://www.w3.org/1999/xhtml"
1449     type="time"
1450     method=""/>
1451     #errors
1452     /input/@method;input attr not applicable;time;m
1453 wakaba 1.24 /input/@method;attribute not defined;m
1454 wakaba 1.5
1455     #data
1456     <input xmlns="http://www.w3.org/1999/xhtml"
1457     type="time"
1458     pattern=""/>
1459     #errors
1460     /input/@pattern;input attr not applicable;time;m
1461    
1462     #data
1463     <input xmlns="http://www.w3.org/1999/xhtml"
1464     type="time"
1465     size=""/>
1466     #errors
1467     /input/@size;input attr not applicable;time;m
1468    
1469     #data
1470     <input xmlns="http://www.w3.org/1999/xhtml"
1471     type="time"
1472     src=""/>
1473     #errors
1474     /input/@src;input attr not applicable;time;m
1475    
1476     #data
1477     <input xmlns="http://www.w3.org/1999/xhtml"
1478     type="time"
1479     target=""/>
1480     #errors
1481     /input/@target;input attr not applicable;time;m
1482 wakaba 1.24 /input/@target;attribute not defined;m
1483 wakaba 1.5
1484     #data
1485     <input xmlns="http://www.w3.org/1999/xhtml"
1486     type="datetime-local"
1487     accept=""/>
1488     #errors
1489     /input/@accept;input attr not applicable;datetime-local;m
1490    
1491     #data
1492     <input xmlns="http://www.w3.org/1999/xhtml"
1493     type="datetime-local"
1494     action=""/>
1495     #errors
1496     /input/@action;input attr not applicable;datetime-local;m
1497 wakaba 1.24 /input/@action;attribute not defined;m
1498 wakaba 1.5
1499     #data
1500     <input xmlns="http://www.w3.org/1999/xhtml"
1501     type="datetime-local"
1502     alt=""/>
1503     #errors
1504     /input/@alt;input attr not applicable;datetime-local;m
1505    
1506     #data
1507     <input xmlns="http://www.w3.org/1999/xhtml"
1508     type="datetime-local"
1509     checked=""/>
1510     #errors
1511     /input/@checked;input attr not applicable;datetime-local;m
1512    
1513     #data
1514     <input xmlns="http://www.w3.org/1999/xhtml"
1515     type="datetime-local"
1516     enctype=""/>
1517     #errors
1518     /input/@enctype;input attr not applicable;datetime-local;m
1519 wakaba 1.24 /input/@enctype;attribute not defined;m
1520 wakaba 1.5
1521     #data
1522     <input xmlns="http://www.w3.org/1999/xhtml"
1523     type="datetime-local"
1524     maxlength=""/>
1525     #errors
1526     /input/@maxlength;input attr not applicable;datetime-local;m
1527    
1528     #data
1529     <input xmlns="http://www.w3.org/1999/xhtml"
1530     type="datetime-local"
1531     method=""/>
1532     #errors
1533     /input/@method;input attr not applicable;datetime-local;m
1534 wakaba 1.24 /input/@method;attribute not defined;m
1535 wakaba 1.5
1536     #data
1537     <input xmlns="http://www.w3.org/1999/xhtml"
1538     type="datetime-local"
1539     pattern=""/>
1540     #errors
1541     /input/@pattern;input attr not applicable;datetime-local;m
1542    
1543     #data
1544     <input xmlns="http://www.w3.org/1999/xhtml"
1545     type="datetime-local"
1546     size=""/>
1547     #errors
1548     /input/@size;input attr not applicable;datetime-local;m
1549    
1550     #data
1551     <input xmlns="http://www.w3.org/1999/xhtml"
1552     type="datetime-local"
1553     src=""/>
1554     #errors
1555     /input/@src;input attr not applicable;datetime-local;m
1556    
1557     #data
1558     <input xmlns="http://www.w3.org/1999/xhtml"
1559     type="datetime-local"
1560     target=""/>
1561     #errors
1562     /input/@target;input attr not applicable;datetime-local;m
1563 wakaba 1.24 /input/@target;attribute not defined;m
1564 wakaba 1.5
1565     #data
1566     <input xmlns="http://www.w3.org/1999/xhtml"
1567     type="number"
1568     accept=""/>
1569     #errors
1570     /input/@accept;input attr not applicable;number;m
1571    
1572     #data
1573     <input xmlns="http://www.w3.org/1999/xhtml"
1574     type="number"
1575     action=""/>
1576     #errors
1577     /input/@action;input attr not applicable;number;m
1578 wakaba 1.24 /input/@action;attribute not defined;m
1579 wakaba 1.5
1580     #data
1581     <input xmlns="http://www.w3.org/1999/xhtml"
1582     type="number"
1583     alt=""/>
1584     #errors
1585     /input/@alt;input attr not applicable;number;m
1586    
1587     #data
1588     <input xmlns="http://www.w3.org/1999/xhtml"
1589     type="number"
1590     checked=""/>
1591     #errors
1592     /input/@checked;input attr not applicable;number;m
1593    
1594     #data
1595     <input xmlns="http://www.w3.org/1999/xhtml"
1596     type="number"
1597     enctype=""/>
1598     #errors
1599     /input/@enctype;input attr not applicable;number;m
1600 wakaba 1.24 /input/@enctype;attribute not defined;m
1601 wakaba 1.5
1602     #data
1603     <input xmlns="http://www.w3.org/1999/xhtml"
1604     type="number"
1605     maxlength=""/>
1606     #errors
1607     /input/@maxlength;input attr not applicable;number;m
1608    
1609     #data
1610     <input xmlns="http://www.w3.org/1999/xhtml"
1611     type="number"
1612     method=""/>
1613     #errors
1614     /input/@method;input attr not applicable;number;m
1615 wakaba 1.24 /input/@method;attribute not defined;m
1616 wakaba 1.5
1617     #data
1618     <input xmlns="http://www.w3.org/1999/xhtml"
1619     type="number"
1620     pattern=""/>
1621     #errors
1622     /input/@pattern;input attr not applicable;number;m
1623    
1624     #data
1625     <input xmlns="http://www.w3.org/1999/xhtml"
1626     type="number"
1627     size=""/>
1628     #errors
1629     /input/@size;input attr not applicable;number;m
1630    
1631     #data
1632     <input xmlns="http://www.w3.org/1999/xhtml"
1633     type="number"
1634     src=""/>
1635     #errors
1636     /input/@src;input attr not applicable;number;m
1637    
1638     #data
1639     <input xmlns="http://www.w3.org/1999/xhtml"
1640     type="number"
1641     target=""/>
1642     #errors
1643     /input/@target;input attr not applicable;number;m
1644 wakaba 1.24 /input/@target;attribute not defined;m
1645 wakaba 1.5
1646     #data
1647     <input xmlns="http://www.w3.org/1999/xhtml"
1648     type="range"
1649     accept=""/>
1650     #errors
1651     /input/@accept;input attr not applicable;range;m
1652    
1653     #data
1654     <input xmlns="http://www.w3.org/1999/xhtml"
1655     type="range"
1656     action=""/>
1657     #errors
1658     /input/@action;input attr not applicable;range;m
1659 wakaba 1.24 /input/@action;attribute not defined;m
1660 wakaba 1.5
1661     #data
1662     <input xmlns="http://www.w3.org/1999/xhtml"
1663     type="range"
1664     alt=""/>
1665     #errors
1666     /input/@alt;input attr not applicable;range;m
1667    
1668     #data
1669     <input xmlns="http://www.w3.org/1999/xhtml"
1670     type="range"
1671     checked=""/>
1672     #errors
1673     /input/@checked;input attr not applicable;range;m
1674    
1675     #data
1676     <input xmlns="http://www.w3.org/1999/xhtml"
1677     type="range"
1678     enctype=""/>
1679     #errors
1680     /input/@enctype;input attr not applicable;range;m
1681 wakaba 1.24 /input/@enctype;attribute not defined;m
1682 wakaba 1.5
1683     #data
1684     <input xmlns="http://www.w3.org/1999/xhtml"
1685     type="range"
1686     maxlength=""/>
1687     #errors
1688     /input/@maxlength;input attr not applicable;range;m
1689    
1690     #data
1691     <input xmlns="http://www.w3.org/1999/xhtml"
1692     type="range"
1693     method=""/>
1694     #errors
1695     /input/@method;input attr not applicable;range;m
1696 wakaba 1.24 /input/@method;attribute not defined;m
1697 wakaba 1.5
1698     #data
1699     <input xmlns="http://www.w3.org/1999/xhtml"
1700     type="range"
1701     pattern=""/>
1702     #errors
1703     /input/@pattern;input attr not applicable;range;m
1704    
1705     #data
1706     <input xmlns="http://www.w3.org/1999/xhtml"
1707     type="range"
1708     size=""/>
1709     #errors
1710     /input/@size;input attr not applicable;range;m
1711    
1712     #data
1713     <input xmlns="http://www.w3.org/1999/xhtml"
1714     type="range"
1715     src=""/>
1716     #errors
1717     /input/@src;input attr not applicable;range;m
1718    
1719     #data
1720     <input xmlns="http://www.w3.org/1999/xhtml"
1721     type="range"
1722     target=""/>
1723     #errors
1724     /input/@target;input attr not applicable;range;m
1725 wakaba 1.24 /input/@target;attribute not defined;m
1726 wakaba 1.5
1727     #data
1728     <input xmlns="http://www.w3.org/1999/xhtml"
1729     type="range"
1730     readonly=""/>
1731     #errors
1732     /input/@readonly;input attr not applicable;range;m
1733    
1734     #data
1735     <input xmlns="http://www.w3.org/1999/xhtml"
1736     type="range"
1737     required=""/>
1738     #errors
1739     /input/@required;input attr not applicable;range;m
1740    
1741     #data
1742     <input xmlns="http://www.w3.org/1999/xhtml"
1743 wakaba 1.13 type="color"
1744     accept=""/>
1745     #errors
1746     /input/@accept;input attr not applicable;color;m
1747    
1748     #data
1749     <input xmlns="http://www.w3.org/1999/xhtml"
1750     type="color"
1751     action=""/>
1752     #errors
1753     /input/@action;input attr not applicable;color;m
1754 wakaba 1.24 /input/@action;attribute not defined;m
1755 wakaba 1.13
1756     #data
1757     <input xmlns="http://www.w3.org/1999/xhtml"
1758     type="color"
1759     alt=""/>
1760     #errors
1761     /input/@alt;input attr not applicable;color;m
1762    
1763     #data
1764     <input xmlns="http://www.w3.org/1999/xhtml"
1765     type="color"
1766     checked=""/>
1767     #errors
1768     /input/@checked;input attr not applicable;color;m
1769    
1770     #data
1771     <input xmlns="http://www.w3.org/1999/xhtml"
1772     type="color"
1773     enctype=""/>
1774     #errors
1775     /input/@enctype;input attr not applicable;color;m
1776 wakaba 1.24 /input/@enctype;attribute not defined;m
1777 wakaba 1.13
1778     #data
1779     <input xmlns="http://www.w3.org/1999/xhtml"
1780     type="color"
1781     maxlength=""/>
1782     #errors
1783     /input/@maxlength;input attr not applicable;color;m
1784    
1785     #data
1786     <input xmlns="http://www.w3.org/1999/xhtml"
1787     type="color"
1788     method=""/>
1789     #errors
1790     /input/@method;input attr not applicable;color;m
1791 wakaba 1.24 /input/@method;attribute not defined;m
1792 wakaba 1.13
1793     #data
1794     <input xmlns="http://www.w3.org/1999/xhtml"
1795     type="color"
1796     pattern=""/>
1797     #errors
1798     /input/@pattern;input attr not applicable;color;m
1799    
1800     #data
1801     <input xmlns="http://www.w3.org/1999/xhtml"
1802     type="color"
1803     size=""/>
1804     #errors
1805     /input/@size;input attr not applicable;color;m
1806    
1807     #data
1808     <input xmlns="http://www.w3.org/1999/xhtml"
1809     type="color"
1810     src=""/>
1811     #errors
1812     /input/@src;input attr not applicable;color;m
1813    
1814     #data
1815     <input xmlns="http://www.w3.org/1999/xhtml"
1816     type="color"
1817     target=""/>
1818     #errors
1819     /input/@target;input attr not applicable;color;m
1820 wakaba 1.24 /input/@target;attribute not defined;m
1821 wakaba 1.13
1822     #data
1823     <input xmlns="http://www.w3.org/1999/xhtml"
1824     type="color"
1825     readonly=""/>
1826     #errors
1827     /input/@readonly;input attr not applicable;color;m
1828    
1829     #data
1830     <input xmlns="http://www.w3.org/1999/xhtml"
1831     type="color"
1832     required=""/>
1833     #errors
1834     /input/@required;input attr not applicable;color;m
1835    
1836     #data
1837     <input xmlns="http://www.w3.org/1999/xhtml"
1838     type="color"
1839     max=""/>
1840     #errors
1841     /input/@max;input attr not applicable;color;m
1842    
1843     #data
1844     <input xmlns="http://www.w3.org/1999/xhtml"
1845     type="color"
1846     min=""/>
1847     #errors
1848     /input/@min;input attr not applicable;color;m
1849    
1850     #data
1851     <input xmlns="http://www.w3.org/1999/xhtml"
1852     type="color"
1853     step=""/>
1854     #errors
1855     /input/@step;input attr not applicable;color;m
1856    
1857     #data
1858     <input xmlns="http://www.w3.org/1999/xhtml"
1859 wakaba 1.5 type="checkbox"
1860     accept=""/>
1861     #errors
1862     /input/@accept;input attr not applicable;checkbox;m
1863    
1864     #data
1865     <input xmlns="http://www.w3.org/1999/xhtml"
1866     type="checkbox"
1867     action=""/>
1868     #errors
1869     /input/@action;input attr not applicable;checkbox;m
1870 wakaba 1.24 /input/@action;attribute not defined;m
1871 wakaba 1.5
1872     #data
1873     <input xmlns="http://www.w3.org/1999/xhtml"
1874     type="checkbox"
1875     alt=""/>
1876     #errors
1877     /input/@alt;input attr not applicable;checkbox;m
1878    
1879     #data
1880     <input xmlns="http://www.w3.org/1999/xhtml"
1881     type="checkbox"
1882     autocomplete=""/>
1883     #errors
1884     /input/@autocomplete;input attr not applicable;checkbox;m
1885    
1886     #data
1887     <input xmlns="http://www.w3.org/1999/xhtml"
1888     type="checkbox"
1889     enctype=""/>
1890     #errors
1891     /input/@enctype;input attr not applicable;checkbox;m
1892 wakaba 1.24 /input/@enctype;attribute not defined;m
1893 wakaba 1.5
1894     #data
1895     <input xmlns="http://www.w3.org/1999/xhtml"
1896     type="checkbox"
1897     list=""/>
1898     #errors
1899     /input/@list;input attr not applicable;checkbox;m
1900    
1901     #data
1902     <input xmlns="http://www.w3.org/1999/xhtml"
1903     type="checkbox"
1904     max=""/>
1905     #errors
1906     /input/@max;input attr not applicable;checkbox;m
1907    
1908     #data
1909     <input xmlns="http://www.w3.org/1999/xhtml"
1910     type="checkbox"
1911     maxlength=""/>
1912     #errors
1913     /input/@maxlength;input attr not applicable;checkbox;m
1914    
1915     #data
1916     <input xmlns="http://www.w3.org/1999/xhtml"
1917     type="checkbox"
1918     method=""/>
1919     #errors
1920     /input/@method;input attr not applicable;checkbox;m
1921 wakaba 1.24 /input/@method;attribute not defined;m
1922 wakaba 1.5
1923     #data
1924     <input xmlns="http://www.w3.org/1999/xhtml"
1925     type="checkbox"
1926     min=""/>
1927     #errors
1928     /input/@min;input attr not applicable;checkbox;m
1929    
1930     #data
1931     <input xmlns="http://www.w3.org/1999/xhtml"
1932     type="checkbox"
1933     pattern=""/>
1934     #errors
1935     /input/@pattern;input attr not applicable;checkbox;m
1936    
1937     #data
1938     <input xmlns="http://www.w3.org/1999/xhtml"
1939     type="checkbox"
1940     readonly=""/>
1941     #errors
1942     /input/@readonly;input attr not applicable;checkbox;m
1943    
1944     #data
1945     <input xmlns="http://www.w3.org/1999/xhtml"
1946     type="checkbox"
1947     size=""/>
1948     #errors
1949     /input/@size;input attr not applicable;checkbox;m
1950    
1951     #data
1952     <input xmlns="http://www.w3.org/1999/xhtml"
1953     type="checkbox"
1954     src=""/>
1955     #errors
1956     /input/@src;input attr not applicable;checkbox;m
1957    
1958     #data
1959     <input xmlns="http://www.w3.org/1999/xhtml"
1960     type="checkbox"
1961     step=""/>
1962     #errors
1963     /input/@step;input attr not applicable;checkbox;m
1964    
1965     #data
1966     <input xmlns="http://www.w3.org/1999/xhtml"
1967     type="checkbox"
1968     target=""/>
1969     #errors
1970     /input/@target;input attr not applicable;checkbox;m
1971 wakaba 1.24 /input/@target;attribute not defined;m
1972 wakaba 1.5
1973     #data
1974     <input xmlns="http://www.w3.org/1999/xhtml"
1975     type="radio"
1976     accept=""/>
1977     #errors
1978     /input/@accept;input attr not applicable;radio;m
1979    
1980     #data
1981     <input xmlns="http://www.w3.org/1999/xhtml"
1982     type="radio"
1983     action=""/>
1984     #errors
1985     /input/@action;input attr not applicable;radio;m
1986 wakaba 1.24 /input/@action;attribute not defined;m
1987 wakaba 1.5
1988     #data
1989     <input xmlns="http://www.w3.org/1999/xhtml"
1990     type="radio"
1991     alt=""/>
1992     #errors
1993     /input/@alt;input attr not applicable;radio;m
1994    
1995     #data
1996     <input xmlns="http://www.w3.org/1999/xhtml"
1997     type="radio"
1998     autocomplete=""/>
1999     #errors
2000     /input/@autocomplete;input attr not applicable;radio;m
2001    
2002     #data
2003     <input xmlns="http://www.w3.org/1999/xhtml"
2004     type="radio"
2005     enctype=""/>
2006     #errors
2007     /input/@enctype;input attr not applicable;radio;m
2008 wakaba 1.24 /input/@enctype;attribute not defined;m
2009 wakaba 1.5
2010     #data
2011     <input xmlns="http://www.w3.org/1999/xhtml"
2012     type="radio"
2013     list=""/>
2014     #errors
2015     /input/@list;input attr not applicable;radio;m
2016    
2017     #data
2018     <input xmlns="http://www.w3.org/1999/xhtml"
2019     type="radio"
2020     max=""/>
2021     #errors
2022     /input/@max;input attr not applicable;radio;m
2023    
2024     #data
2025     <input xmlns="http://www.w3.org/1999/xhtml"
2026     type="radio"
2027     maxlength=""/>
2028     #errors
2029     /input/@maxlength;input attr not applicable;radio;m
2030    
2031     #data
2032     <input xmlns="http://www.w3.org/1999/xhtml"
2033     type="radio"
2034     method=""/>
2035     #errors
2036     /input/@method;input attr not applicable;radio;m
2037 wakaba 1.24 /input/@method;attribute not defined;m
2038 wakaba 1.5
2039     #data
2040     <input xmlns="http://www.w3.org/1999/xhtml"
2041     type="radio"
2042     min=""/>
2043     #errors
2044     /input/@min;input attr not applicable;radio;m
2045    
2046     #data
2047     <input xmlns="http://www.w3.org/1999/xhtml"
2048     type="radio"
2049     pattern=""/>
2050     #errors
2051     /input/@pattern;input attr not applicable;radio;m
2052    
2053     #data
2054     <input xmlns="http://www.w3.org/1999/xhtml"
2055     type="radio"
2056     readonly=""/>
2057     #errors
2058     /input/@readonly;input attr not applicable;radio;m
2059    
2060     #data
2061     <input xmlns="http://www.w3.org/1999/xhtml"
2062     type="radio"
2063     size=""/>
2064     #errors
2065     /input/@size;input attr not applicable;radio;m
2066    
2067     #data
2068     <input xmlns="http://www.w3.org/1999/xhtml"
2069     type="radio"
2070     src=""/>
2071     #errors
2072     /input/@src;input attr not applicable;radio;m
2073    
2074     #data
2075     <input xmlns="http://www.w3.org/1999/xhtml"
2076     type="radio"
2077     step=""/>
2078     #errors
2079     /input/@step;input attr not applicable;radio;m
2080    
2081     #data
2082     <input xmlns="http://www.w3.org/1999/xhtml"
2083     type="radio"
2084     target=""/>
2085     #errors
2086     /input/@target;input attr not applicable;radio;m
2087 wakaba 1.24 /input/@target;attribute not defined;m
2088 wakaba 1.5
2089     #data
2090     <input xmlns="http://www.w3.org/1999/xhtml"
2091     type="file"
2092     value=""/>
2093     #errors
2094     /input/@value;input attr not applicable;file;m
2095    
2096     #data
2097     <input xmlns="http://www.w3.org/1999/xhtml"
2098     type="file"
2099     action=""/>
2100     #errors
2101     /input/@action;input attr not applicable;file;m
2102 wakaba 1.24 /input/@action;attribute not defined;m
2103 wakaba 1.5
2104     #data
2105     <input xmlns="http://www.w3.org/1999/xhtml"
2106     type="file"
2107     alt=""/>
2108     #errors
2109     /input/@alt;input attr not applicable;file;m
2110    
2111     #data
2112     <input xmlns="http://www.w3.org/1999/xhtml"
2113     type="file"
2114     autocomplete=""/>
2115     #errors
2116     /input/@autocomplete;input attr not applicable;file;m
2117    
2118     #data
2119     <input xmlns="http://www.w3.org/1999/xhtml"
2120     type="file"
2121     checked=""/>
2122     #errors
2123     /input/@checked;input attr not applicable;file;m
2124    
2125     #data
2126     <input xmlns="http://www.w3.org/1999/xhtml"
2127     type="file"
2128     enctype=""/>
2129     #errors
2130     /input/@enctype;input attr not applicable;file;m
2131 wakaba 1.24 /input/@enctype;attribute not defined;m
2132 wakaba 1.5
2133     #data
2134     <input xmlns="http://www.w3.org/1999/xhtml"
2135     type="file"
2136     list=""/>
2137     #errors
2138     /input/@list;input attr not applicable;file;m
2139    
2140     #data
2141     <input xmlns="http://www.w3.org/1999/xhtml"
2142     type="file"
2143     max=""/>
2144     #errors
2145     /input/@max;input attr not applicable;file;m
2146    
2147     #data
2148     <input xmlns="http://www.w3.org/1999/xhtml"
2149     type="file"
2150     maxlength=""/>
2151     #errors
2152     /input/@maxlength;input attr not applicable;file;m
2153    
2154     #data
2155     <input xmlns="http://www.w3.org/1999/xhtml"
2156     type="file"
2157     method=""/>
2158     #errors
2159     /input/@method;input attr not applicable;file;m
2160 wakaba 1.24 /input/@method;attribute not defined;m
2161 wakaba 1.5
2162     #data
2163     <input xmlns="http://www.w3.org/1999/xhtml"
2164     type="file"
2165     min=""/>
2166     #errors
2167     /input/@min;input attr not applicable;file;m
2168    
2169     #data
2170     <input xmlns="http://www.w3.org/1999/xhtml"
2171     type="file"
2172     pattern=""/>
2173     #errors
2174     /input/@pattern;input attr not applicable;file;m
2175    
2176     #data
2177     <input xmlns="http://www.w3.org/1999/xhtml"
2178     type="file"
2179     readonly=""/>
2180     #errors
2181     /input/@readonly;input attr not applicable;file;m
2182    
2183     #data
2184     <input xmlns="http://www.w3.org/1999/xhtml"
2185     type="file"
2186     size=""/>
2187     #errors
2188     /input/@size;input attr not applicable;file;m
2189    
2190     #data
2191     <input xmlns="http://www.w3.org/1999/xhtml"
2192     type="file"
2193     src=""/>
2194     #errors
2195     /input/@src;input attr not applicable;file;m
2196    
2197     #data
2198     <input xmlns="http://www.w3.org/1999/xhtml"
2199     type="file"
2200     step=""/>
2201     #errors
2202     /input/@step;input attr not applicable;file;m
2203    
2204     #data
2205     <input xmlns="http://www.w3.org/1999/xhtml"
2206     type="file"
2207     target=""/>
2208     #errors
2209     /input/@target;input attr not applicable;file;m
2210 wakaba 1.24 /input/@target;attribute not defined;m
2211 wakaba 1.5
2212     #data
2213     <input xmlns="http://www.w3.org/1999/xhtml"
2214     type="submit"
2215     accept=""/>
2216     #errors
2217     /input/@accept;input attr not applicable;submit;m
2218    
2219     #data
2220     <input xmlns="http://www.w3.org/1999/xhtml"
2221     type="submit"
2222     alt=""/>
2223     #errors
2224     /input/@alt;input attr not applicable;submit;m
2225    
2226     #data
2227     <input xmlns="http://www.w3.org/1999/xhtml"
2228     type="submit"
2229     autocomplete=""/>
2230     #errors
2231     /input/@autocomplete;input attr not applicable;submit;m
2232    
2233     #data
2234     <input xmlns="http://www.w3.org/1999/xhtml"
2235     type="submit"
2236     checked=""/>
2237     #errors
2238     /input/@checked;input attr not applicable;submit;m
2239    
2240     #data
2241     <input xmlns="http://www.w3.org/1999/xhtml"
2242     type="submit"
2243     list=""/>
2244     #errors
2245     /input/@list;input attr not applicable;submit;m
2246    
2247     #data
2248     <input xmlns="http://www.w3.org/1999/xhtml"
2249     type="submit"
2250     max=""/>
2251     #errors
2252     /input/@max;input attr not applicable;submit;m
2253    
2254     #data
2255     <input xmlns="http://www.w3.org/1999/xhtml"
2256     type="submit"
2257     maxlength=""/>
2258     #errors
2259     /input/@maxlength;input attr not applicable;submit;m
2260    
2261     #data
2262     <input xmlns="http://www.w3.org/1999/xhtml"
2263     type="submit"
2264     min=""/>
2265     #errors
2266     /input/@min;input attr not applicable;submit;m
2267    
2268     #data
2269     <input xmlns="http://www.w3.org/1999/xhtml"
2270     type="submit"
2271     pattern=""/>
2272     #errors
2273     /input/@pattern;input attr not applicable;submit;m
2274    
2275     #data
2276     <input xmlns="http://www.w3.org/1999/xhtml"
2277     type="submit"
2278     readonly=""/>
2279     #errors
2280     /input/@readonly;input attr not applicable;submit;m
2281    
2282     #data
2283     <input xmlns="http://www.w3.org/1999/xhtml"
2284     type="submit"
2285     required=""/>
2286     #errors
2287     /input/@required;input attr not applicable;submit;m
2288    
2289     #data
2290     <input xmlns="http://www.w3.org/1999/xhtml"
2291     type="submit"
2292     size=""/>
2293     #errors
2294     /input/@size;input attr not applicable;submit;m
2295    
2296     #data
2297     <input xmlns="http://www.w3.org/1999/xhtml"
2298     type="submit"
2299     src=""/>
2300     #errors
2301     /input/@src;input attr not applicable;submit;m
2302    
2303     #data
2304     <input xmlns="http://www.w3.org/1999/xhtml"
2305     type="submit"
2306     step=""/>
2307     #errors
2308     /input/@step;input attr not applicable;submit;m
2309    
2310     #data
2311     <input xmlns="http://www.w3.org/1999/xhtml"
2312     type="image" alt="x" src=""
2313     accept=""/>
2314     #errors
2315     /input/@accept;input attr not applicable;image;m
2316    
2317     #data
2318     <input xmlns="http://www.w3.org/1999/xhtml"
2319     type="image" alt="x" src=""
2320     autocomplete=""/>
2321     #errors
2322     /input/@autocomplete;input attr not applicable;image;m
2323    
2324     #data
2325     <input xmlns="http://www.w3.org/1999/xhtml"
2326     type="image" alt="x" src=""
2327     checked=""/>
2328     #errors
2329     /input/@checked;input attr not applicable;image;m
2330    
2331     #data
2332     <input xmlns="http://www.w3.org/1999/xhtml"
2333     type="image" alt="x" src=""
2334     list=""/>
2335     #errors
2336     /input/@list;input attr not applicable;image;m
2337    
2338     #data
2339     <input xmlns="http://www.w3.org/1999/xhtml"
2340     type="image" alt="x" src=""
2341     max=""/>
2342     #errors
2343     /input/@max;input attr not applicable;image;m
2344    
2345     #data
2346     <input xmlns="http://www.w3.org/1999/xhtml"
2347     type="image" alt="x" src=""
2348     maxlength=""/>
2349     #errors
2350     /input/@maxlength;input attr not applicable;image;m
2351    
2352     #data
2353     <input xmlns="http://www.w3.org/1999/xhtml"
2354     type="image" alt="x" src=""
2355     min=""/>
2356     #errors
2357     /input/@min;input attr not applicable;image;m
2358    
2359     #data
2360     <input xmlns="http://www.w3.org/1999/xhtml"
2361     type="image" alt="x" src=""
2362     pattern=""/>
2363     #errors
2364     /input/@pattern;input attr not applicable;image;m
2365    
2366     #data
2367     <input xmlns="http://www.w3.org/1999/xhtml"
2368     type="image" alt="x" src=""
2369     readonly=""/>
2370     #errors
2371     /input/@readonly;input attr not applicable;image;m
2372    
2373     #data
2374     <input xmlns="http://www.w3.org/1999/xhtml"
2375     type="image" alt="x" src=""
2376     required=""/>
2377     #errors
2378     /input/@required;input attr not applicable;image;m
2379    
2380     #data
2381     <input xmlns="http://www.w3.org/1999/xhtml"
2382     type="image" alt="x" src=""
2383     size=""/>
2384     #errors
2385     /input/@size;input attr not applicable;image;m
2386    
2387     #data
2388     <input xmlns="http://www.w3.org/1999/xhtml"
2389     type="image" alt="x" src=""
2390     step=""/>
2391     #errors
2392     /input/@step;input attr not applicable;image;m
2393    
2394     #data
2395     <input xmlns="http://www.w3.org/1999/xhtml"
2396     type="image" alt="x" src=""
2397     value=""/>
2398     #errors
2399     /input/@value;input attr not applicable;image;m
2400    
2401     #data
2402     <input xmlns="http://www.w3.org/1999/xhtml"
2403     type="image" alt="" src=""/>
2404     #errors
2405     /input/@alt;empty anchor image alt;m
2406    
2407     #data
2408     <input xmlns="http://www.w3.org/1999/xhtml"
2409     type="image" alt=" " src=""/>
2410     #errors
2411    
2412     #data
2413     <input xmlns="http://www.w3.org/1999/xhtml"
2414     type="image" alt="
2415     " src=""/>
2416     #errors
2417    
2418     #data
2419     <input xmlns="http://www.w3.org/1999/xhtml"
2420     type="image" alt="[image]" src=""/>
2421     #errors
2422    
2423     #data
2424     <input xmlns="http://www.w3.org/1999/xhtml"
2425     type="reset"
2426     accept=""/>
2427     #errors
2428     /input/@accept;input attr not applicable;reset;m
2429    
2430     #data
2431     <input xmlns="http://www.w3.org/1999/xhtml"
2432     type="reset"
2433     action=""/>
2434     #errors
2435     /input/@action;input attr not applicable;reset;m
2436 wakaba 1.24 /input/@action;attribute not defined;m
2437 wakaba 1.5
2438     #data
2439     <input xmlns="http://www.w3.org/1999/xhtml"
2440     type="reset"
2441     alt=""/>
2442     #errors
2443     /input/@alt;input attr not applicable;reset;m
2444    
2445     #data
2446     <input xmlns="http://www.w3.org/1999/xhtml"
2447     type="reset"
2448     autocomplete=""/>
2449     #errors
2450     /input/@autocomplete;input attr not applicable;reset;m
2451    
2452     #data
2453     <input xmlns="http://www.w3.org/1999/xhtml"
2454     type="reset"
2455     checked=""/>
2456     #errors
2457     /input/@checked;input attr not applicable;reset;m
2458    
2459     #data
2460     <input xmlns="http://www.w3.org/1999/xhtml"
2461     type="reset"
2462     enctype=""/>
2463     #errors
2464     /input/@enctype;input attr not applicable;reset;m
2465 wakaba 1.24 /input/@enctype;attribute not defined;m
2466 wakaba 1.5
2467     #data
2468     <input xmlns="http://www.w3.org/1999/xhtml"
2469     type="reset"
2470     list=""/>
2471     #errors
2472     /input/@list;input attr not applicable;reset;m
2473    
2474     #data
2475     <input xmlns="http://www.w3.org/1999/xhtml"
2476     type="reset"
2477     max=""/>
2478     #errors
2479     /input/@max;input attr not applicable;reset;m
2480    
2481     #data
2482     <input xmlns="http://www.w3.org/1999/xhtml"
2483     type="reset"
2484     maxlength=""/>
2485     #errors
2486     /input/@maxlength;input attr not applicable;reset;m
2487    
2488     #data
2489     <input xmlns="http://www.w3.org/1999/xhtml"
2490     type="reset"
2491     method=""/>
2492     #errors
2493     /input/@method;input attr not applicable;reset;m
2494 wakaba 1.24 /input/@method;attribute not defined;m
2495 wakaba 1.5
2496     #data
2497     <input xmlns="http://www.w3.org/1999/xhtml"
2498     type="reset"
2499     min=""/>
2500     #errors
2501     /input/@min;input attr not applicable;reset;m
2502    
2503     #data
2504     <input xmlns="http://www.w3.org/1999/xhtml"
2505     type="reset"
2506     pattern=""/>
2507     #errors
2508     /input/@pattern;input attr not applicable;reset;m
2509    
2510     #data
2511     <input xmlns="http://www.w3.org/1999/xhtml"
2512     type="reset"
2513     readonly=""/>
2514     #errors
2515     /input/@readonly;input attr not applicable;reset;m
2516    
2517     #data
2518     <input xmlns="http://www.w3.org/1999/xhtml"
2519     type="reset"
2520     required=""/>
2521     #errors
2522     /input/@required;input attr not applicable;reset;m
2523    
2524     #data
2525     <input xmlns="http://www.w3.org/1999/xhtml"
2526     type="reset"
2527     size=""/>
2528     #errors
2529     /input/@size;input attr not applicable;reset;m
2530    
2531     #data
2532     <input xmlns="http://www.w3.org/1999/xhtml"
2533     type="reset"
2534     src=""/>
2535     #errors
2536     /input/@src;input attr not applicable;reset;m
2537    
2538     #data
2539     <input xmlns="http://www.w3.org/1999/xhtml"
2540     type="reset"
2541     step=""/>
2542     #errors
2543     /input/@step;input attr not applicable;reset;m
2544    
2545     #data
2546     <input xmlns="http://www.w3.org/1999/xhtml"
2547     type="reset"
2548     target=""/>
2549     #errors
2550     /input/@target;input attr not applicable;reset;m
2551 wakaba 1.24 /input/@target;attribute not defined;m
2552 wakaba 1.5
2553     #data
2554     <input xmlns="http://www.w3.org/1999/xhtml"
2555     type="button"
2556     accept=""/>
2557     #errors
2558     /input/@accept;input attr not applicable;button;m
2559    
2560     #data
2561     <input xmlns="http://www.w3.org/1999/xhtml"
2562     type="button"
2563     action=""/>
2564     #errors
2565     /input/@action;input attr not applicable;button;m
2566 wakaba 1.24 /input/@action;attribute not defined;m
2567 wakaba 1.5
2568     #data
2569     <input xmlns="http://www.w3.org/1999/xhtml"
2570     type="button"
2571     alt=""/>
2572     #errors
2573     /input/@alt;input attr not applicable;button;m
2574    
2575     #data
2576     <input xmlns="http://www.w3.org/1999/xhtml"
2577     type="button"
2578     autocomplete=""/>
2579     #errors
2580     /input/@autocomplete;input attr not applicable;button;m
2581    
2582     #data
2583     <input xmlns="http://www.w3.org/1999/xhtml"
2584     type="button"
2585     checked=""/>
2586     #errors
2587     /input/@checked;input attr not applicable;button;m
2588    
2589     #data
2590     <input xmlns="http://www.w3.org/1999/xhtml"
2591     type="button"
2592     enctype=""/>
2593     #errors
2594     /input/@enctype;input attr not applicable;button;m
2595 wakaba 1.24 /input/@enctype;attribute not defined;m
2596 wakaba 1.5
2597     #data
2598     <input xmlns="http://www.w3.org/1999/xhtml"
2599     type="button"
2600     list=""/>
2601     #errors
2602     /input/@list;input attr not applicable;button;m
2603    
2604     #data
2605     <input xmlns="http://www.w3.org/1999/xhtml"
2606     type="button"
2607     max=""/>
2608     #errors
2609     /input/@max;input attr not applicable;button;m
2610    
2611     #data
2612     <input xmlns="http://www.w3.org/1999/xhtml"
2613     type="button"
2614     maxlength=""/>
2615     #errors
2616     /input/@maxlength;input attr not applicable;button;m
2617    
2618     #data
2619     <input xmlns="http://www.w3.org/1999/xhtml"
2620     type="button"
2621     method=""/>
2622     #errors
2623     /input/@method;input attr not applicable;button;m
2624 wakaba 1.24 /input/@method;attribute not defined;m
2625 wakaba 1.5
2626     #data
2627     <input xmlns="http://www.w3.org/1999/xhtml"
2628     type="button"
2629     min=""/>
2630     #errors
2631     /input/@min;input attr not applicable;button;m
2632    
2633     #data
2634     <input xmlns="http://www.w3.org/1999/xhtml"
2635     type="button"
2636     pattern=""/>
2637     #errors
2638     /input/@pattern;input attr not applicable;button;m
2639    
2640     #data
2641     <input xmlns="http://www.w3.org/1999/xhtml"
2642     type="button"
2643     readonly=""/>
2644     #errors
2645     /input/@readonly;input attr not applicable;button;m
2646    
2647     #data
2648     <input xmlns="http://www.w3.org/1999/xhtml"
2649     type="button"
2650     required=""/>
2651     #errors
2652     /input/@required;input attr not applicable;button;m
2653    
2654     #data
2655     <input xmlns="http://www.w3.org/1999/xhtml"
2656     type="button"
2657     size=""/>
2658     #errors
2659     /input/@size;input attr not applicable;button;m
2660    
2661     #data
2662     <input xmlns="http://www.w3.org/1999/xhtml"
2663     type="button"
2664     src=""/>
2665     #errors
2666     /input/@src;input attr not applicable;button;m
2667    
2668     #data
2669     <input xmlns="http://www.w3.org/1999/xhtml"
2670     type="button"
2671     step=""/>
2672     #errors
2673     /input/@step;input attr not applicable;button;m
2674    
2675     #data
2676     <input xmlns="http://www.w3.org/1999/xhtml"
2677     type="button"
2678     target=""/>
2679     #errors
2680     /input/@target;input attr not applicable;button;m
2681 wakaba 1.24 /input/@target;attribute not defined;m
2682 wakaba 1.5
2683     #data
2684     <input xmlns="http://www.w3.org/1999/xhtml"
2685     type="add"
2686     accept=""/>
2687     #errors
2688     /input/@accept;input attr not applicable;add;m
2689     /input/@type;enumerated:invalid;m
2690    
2691     #data
2692     <input xmlns="http://www.w3.org/1999/xhtml"
2693     type="add"
2694     action=""/>
2695     #errors
2696     /input/@action;input attr not applicable;add;m
2697     /input/@type;enumerated:invalid;m
2698 wakaba 1.24 /input/@action;attribute not defined;m
2699 wakaba 1.5
2700     #data
2701     <input xmlns="http://www.w3.org/1999/xhtml"
2702     type="add"
2703     alt=""/>
2704     #errors
2705     /input/@alt;input attr not applicable;add;m
2706     /input/@type;enumerated:invalid;m
2707    
2708     #data
2709     <input xmlns="http://www.w3.org/1999/xhtml"
2710     type="add"
2711     autocomplete=""/>
2712     #errors
2713     /input/@autocomplete;input attr not applicable;add;m
2714     /input/@type;enumerated:invalid;m
2715    
2716     #data
2717     <input xmlns="http://www.w3.org/1999/xhtml"
2718     type="add"
2719     checked=""/>
2720     #errors
2721     /input/@checked;input attr not applicable;add;m
2722     /input/@type;enumerated:invalid;m
2723    
2724     #data
2725     <input xmlns="http://www.w3.org/1999/xhtml"
2726     type="add"
2727     enctype=""/>
2728     #errors
2729     /input/@enctype;input attr not applicable;add;m
2730 wakaba 1.24 /input/@enctype;attribute not defined;m
2731 wakaba 1.5 /input/@type;enumerated:invalid;m
2732    
2733     #data
2734     <input xmlns="http://www.w3.org/1999/xhtml"
2735     type="add"
2736     list=""/>
2737     #errors
2738     /input/@list;input attr not applicable;add;m
2739     /input/@type;enumerated:invalid;m
2740    
2741     #data
2742     <input xmlns="http://www.w3.org/1999/xhtml"
2743     type="add"
2744     max=""/>
2745     #errors
2746     /input/@max;input attr not applicable;add;m
2747     /input/@type;enumerated:invalid;m
2748    
2749     #data
2750     <input xmlns="http://www.w3.org/1999/xhtml"
2751     type="add"
2752     maxlength=""/>
2753     #errors
2754     /input/@maxlength;input attr not applicable;add;m
2755     /input/@type;enumerated:invalid;m
2756    
2757     #data
2758     <input xmlns="http://www.w3.org/1999/xhtml"
2759     type="add"
2760     method=""/>
2761     #errors
2762     /input/@method;input attr not applicable;add;m
2763 wakaba 1.24 /input/@method;attribute not defined;m
2764 wakaba 1.5 /input/@type;enumerated:invalid;m
2765    
2766     #data
2767     <input xmlns="http://www.w3.org/1999/xhtml"
2768     type="add"
2769     min=""/>
2770     #errors
2771     /input/@min;input attr not applicable;add;m
2772     /input/@type;enumerated:invalid;m
2773    
2774     #data
2775     <input xmlns="http://www.w3.org/1999/xhtml"
2776     type="add"
2777     pattern=""/>
2778     #errors
2779     /input/@pattern;input attr not applicable;add;m
2780     /input/@type;enumerated:invalid;m
2781    
2782     #data
2783     <input xmlns="http://www.w3.org/1999/xhtml"
2784     type="add"
2785     readonly=""/>
2786     #errors
2787     /input/@readonly;input attr not applicable;add;m
2788     /input/@type;enumerated:invalid;m
2789    
2790     #data
2791     <input xmlns="http://www.w3.org/1999/xhtml"
2792     type="add"
2793     required=""/>
2794     #errors
2795     /input/@required;input attr not applicable;add;m
2796     /input/@type;enumerated:invalid;m
2797    
2798     #data
2799     <input xmlns="http://www.w3.org/1999/xhtml"
2800     type="add"
2801     size=""/>
2802     #errors
2803     /input/@size;input attr not applicable;add;m
2804     /input/@type;enumerated:invalid;m
2805    
2806     #data
2807     <input xmlns="http://www.w3.org/1999/xhtml"
2808     type="add"
2809     src=""/>
2810     #errors
2811     /input/@src;input attr not applicable;add;m
2812     /input/@type;enumerated:invalid;m
2813    
2814     #data
2815     <input xmlns="http://www.w3.org/1999/xhtml"
2816     type="add"
2817     step=""/>
2818     #errors
2819     /input/@step;input attr not applicable;add;m
2820     /input/@type;enumerated:invalid;m
2821    
2822     #data
2823     <input xmlns="http://www.w3.org/1999/xhtml"
2824     type="add"
2825     target=""/>
2826     #errors
2827     /input/@target;input attr not applicable;add;m
2828 wakaba 1.24 /input/@target;attribute not defined;m
2829 wakaba 1.5 /input/@type;enumerated:invalid;m
2830    
2831     #data
2832     <input xmlns="http://www.w3.org/1999/xhtml"
2833     type="remove"
2834     accept=""/>
2835     #errors
2836     /input/@accept;input attr not applicable;remove;m
2837     /input/@type;enumerated:invalid;m
2838    
2839     #data
2840     <input xmlns="http://www.w3.org/1999/xhtml"
2841     type="remove"
2842     action=""/>
2843     #errors
2844     /input/@action;input attr not applicable;remove;m
2845 wakaba 1.24 /input/@action;attribute not defined;m
2846 wakaba 1.5 /input/@type;enumerated:invalid;m
2847    
2848     #data
2849     <input xmlns="http://www.w3.org/1999/xhtml"
2850     type="remove"
2851     alt=""/>
2852     #errors
2853     /input/@alt;input attr not applicable;remove;m
2854     /input/@type;enumerated:invalid;m
2855    
2856     #data
2857     <input xmlns="http://www.w3.org/1999/xhtml"
2858     type="remove"
2859     autocomplete=""/>
2860     #errors
2861     /input/@autocomplete;input attr not applicable;remove;m
2862     /input/@type;enumerated:invalid;m
2863    
2864     #data
2865     <input xmlns="http://www.w3.org/1999/xhtml"
2866     type="remove"
2867     checked=""/>
2868     #errors
2869     /input/@checked;input attr not applicable;remove;m
2870     /input/@type;enumerated:invalid;m
2871    
2872     #data
2873     <input xmlns="http://www.w3.org/1999/xhtml"
2874     type="remove"
2875     enctype=""/>
2876     #errors
2877     /input/@enctype;input attr not applicable;remove;m
2878 wakaba 1.24 /input/@enctype;attribute not defined;m
2879 wakaba 1.5 /input/@type;enumerated:invalid;m
2880    
2881     #data
2882     <input xmlns="http://www.w3.org/1999/xhtml"
2883     type="remove"
2884     list=""/>
2885     #errors
2886     /input/@list;input attr not applicable;remove;m
2887     /input/@type;enumerated:invalid;m
2888    
2889     #data
2890     <input xmlns="http://www.w3.org/1999/xhtml"
2891     type="remove"
2892     max=""/>
2893     #errors
2894     /input/@max;input attr not applicable;remove;m
2895     /input/@type;enumerated:invalid;m
2896    
2897     #data
2898     <input xmlns="http://www.w3.org/1999/xhtml"
2899     type="remove"
2900     maxlength=""/>
2901     #errors
2902     /input/@maxlength;input attr not applicable;remove;m
2903     /input/@type;enumerated:invalid;m
2904    
2905     #data
2906     <input xmlns="http://www.w3.org/1999/xhtml"
2907     type="remove"
2908     method=""/>
2909     #errors
2910     /input/@method;input attr not applicable;remove;m
2911 wakaba 1.24 /input/@method;attribute not defined;m
2912 wakaba 1.5 /input/@type;enumerated:invalid;m
2913    
2914     #data
2915     <input xmlns="http://www.w3.org/1999/xhtml"
2916     type="remove"
2917     min=""/>
2918     #errors
2919     /input/@min;input attr not applicable;remove;m
2920     /input/@type;enumerated:invalid;m
2921    
2922     #data
2923     <input xmlns="http://www.w3.org/1999/xhtml"
2924     type="remove"
2925     pattern=""/>
2926     #errors
2927     /input/@pattern;input attr not applicable;remove;m
2928     /input/@type;enumerated:invalid;m
2929    
2930     #data
2931     <input xmlns="http://www.w3.org/1999/xhtml"
2932     type="remove"
2933     readonly=""/>
2934     #errors
2935     /input/@readonly;input attr not applicable;remove;m
2936     /input/@type;enumerated:invalid;m
2937    
2938     #data
2939     <input xmlns="http://www.w3.org/1999/xhtml"
2940     type="remove"
2941     required=""/>
2942     #errors
2943     /input/@required;input attr not applicable;remove;m
2944     /input/@type;enumerated:invalid;m
2945    
2946     #data
2947     <input xmlns="http://www.w3.org/1999/xhtml"
2948     type="remove"
2949     size=""/>
2950     #errors
2951     /input/@size;input attr not applicable;remove;m
2952     /input/@type;enumerated:invalid;m
2953    
2954     #data
2955     <input xmlns="http://www.w3.org/1999/xhtml"
2956     type="remove"
2957     src=""/>
2958     #errors
2959     /input/@src;input attr not applicable;remove;m
2960     /input/@type;enumerated:invalid;m
2961    
2962     #data
2963     <input xmlns="http://www.w3.org/1999/xhtml"
2964     type="remove"
2965     step=""/>
2966     #errors
2967     /input/@step;input attr not applicable;remove;m
2968     /input/@type;enumerated:invalid;m
2969    
2970     #data
2971     <input xmlns="http://www.w3.org/1999/xhtml"
2972     type="remove"
2973     target=""/>
2974     #errors
2975     /input/@target;input attr not applicable;remove;m
2976 wakaba 1.24 /input/@target;attribute not defined;m
2977 wakaba 1.5 /input/@type;enumerated:invalid;m
2978    
2979     #data
2980     <input xmlns="http://www.w3.org/1999/xhtml"
2981     type="move-up"
2982     accept=""/>
2983     #errors
2984     /input/@accept;input attr not applicable;move-up;m
2985     /input/@type;enumerated:invalid;m
2986    
2987     #data
2988     <input xmlns="http://www.w3.org/1999/xhtml"
2989     type="move-up"
2990     action=""/>
2991     #errors
2992     /input/@action;input attr not applicable;move-up;m
2993 wakaba 1.24 /input/@action;attribute not defined;m
2994 wakaba 1.5 /input/@type;enumerated:invalid;m
2995    
2996     #data
2997     <input xmlns="http://www.w3.org/1999/xhtml"
2998     type="move-up"
2999     alt=""/>
3000     #errors
3001     /input/@alt;input attr not applicable;move-up;m
3002     /input/@type;enumerated:invalid;m
3003    
3004     #data
3005     <input xmlns="http://www.w3.org/1999/xhtml"
3006     type="move-up"
3007     autocomplete=""/>
3008     #errors
3009     /input/@autocomplete;input attr not applicable;move-up;m
3010     /input/@type;enumerated:invalid;m
3011    
3012     #data
3013     <input xmlns="http://www.w3.org/1999/xhtml"
3014     type="move-up"
3015     checked=""/>
3016     #errors
3017     /input/@checked;input attr not applicable;move-up;m
3018     /input/@type;enumerated:invalid;m
3019    
3020     #data
3021     <input xmlns="http://www.w3.org/1999/xhtml"
3022     type="move-up"
3023     enctype=""/>
3024     #errors
3025     /input/@enctype;input attr not applicable;move-up;m
3026 wakaba 1.24 /input/@enctype;attribute not defined;m
3027 wakaba 1.5 /input/@type;enumerated:invalid;m
3028    
3029     #data
3030     <input xmlns="http://www.w3.org/1999/xhtml"
3031     type="move-up"
3032     list=""/>
3033     #errors
3034     /input/@list;input attr not applicable;move-up;m
3035     /input/@type;enumerated:invalid;m
3036    
3037     #data
3038     <input xmlns="http://www.w3.org/1999/xhtml"
3039     type="move-up"
3040     max=""/>
3041     #errors
3042     /input/@max;input attr not applicable;move-up;m
3043     /input/@type;enumerated:invalid;m
3044    
3045     #data
3046     <input xmlns="http://www.w3.org/1999/xhtml"
3047     type="move-up"
3048     maxlength=""/>
3049     #errors
3050     /input/@maxlength;input attr not applicable;move-up;m
3051     /input/@type;enumerated:invalid;m
3052    
3053     #data
3054     <input xmlns="http://www.w3.org/1999/xhtml"
3055     type="move-up"
3056     method=""/>
3057     #errors
3058     /input/@method;input attr not applicable;move-up;m
3059 wakaba 1.24 /input/@method;attribute not defined;m
3060 wakaba 1.5 /input/@type;enumerated:invalid;m
3061    
3062     #data
3063     <input xmlns="http://www.w3.org/1999/xhtml"
3064     type="move-up"
3065     min=""/>
3066     #errors
3067     /input/@min;input attr not applicable;move-up;m
3068     /input/@type;enumerated:invalid;m
3069    
3070     #data
3071     <input xmlns="http://www.w3.org/1999/xhtml"
3072     type="move-up"
3073     pattern=""/>
3074     #errors
3075     /input/@pattern;input attr not applicable;move-up;m
3076     /input/@type;enumerated:invalid;m
3077    
3078     #data
3079     <input xmlns="http://www.w3.org/1999/xhtml"
3080     type="move-up"
3081     readonly=""/>
3082     #errors
3083     /input/@readonly;input attr not applicable;move-up;m
3084     /input/@type;enumerated:invalid;m
3085    
3086     #data
3087     <input xmlns="http://www.w3.org/1999/xhtml"
3088     type="move-up"
3089     required=""/>
3090     #errors
3091     /input/@required;input attr not applicable;move-up;m
3092     /input/@type;enumerated:invalid;m
3093    
3094     #data
3095     <input xmlns="http://www.w3.org/1999/xhtml"
3096     type="move-up"
3097     size=""/>
3098     #errors
3099     /input/@size;input attr not applicable;move-up;m
3100     /input/@type;enumerated:invalid;m
3101    
3102     #data
3103     <input xmlns="http://www.w3.org/1999/xhtml"
3104     type="move-up"
3105     src=""/>
3106     #errors
3107     /input/@src;input attr not applicable;move-up;m
3108     /input/@type;enumerated:invalid;m
3109    
3110     #data
3111     <input xmlns="http://www.w3.org/1999/xhtml"
3112     type="move-up"
3113     step=""/>
3114     #errors
3115     /input/@step;input attr not applicable;move-up;m
3116     /input/@type;enumerated:invalid;m
3117    
3118     #data
3119     <input xmlns="http://www.w3.org/1999/xhtml"
3120     type="move-up"
3121     target=""/>
3122     #errors
3123     /input/@target;input attr not applicable;move-up;m
3124 wakaba 1.24 /input/@target;attribute not defined;m
3125 wakaba 1.5 /input/@type;enumerated:invalid;m
3126    
3127     #data
3128     <input xmlns="http://www.w3.org/1999/xhtml"
3129     type="move-down"
3130     accept=""/>
3131     #errors
3132     /input/@accept;input attr not applicable;move-down;m
3133     /input/@type;enumerated:invalid;m
3134    
3135     #data
3136     <input xmlns="http://www.w3.org/1999/xhtml"
3137     type="move-down"
3138     action=""/>
3139     #errors
3140     /input/@action;input attr not applicable;move-down;m
3141 wakaba 1.24 /input/@action;attribute not defined;m
3142 wakaba 1.5 /input/@type;enumerated:invalid;m
3143    
3144     #data
3145     <input xmlns="http://www.w3.org/1999/xhtml"
3146     type="move-down"
3147     alt=""/>
3148     #errors
3149     /input/@alt;input attr not applicable;move-down;m
3150     /input/@type;enumerated:invalid;m
3151    
3152     #data
3153     <input xmlns="http://www.w3.org/1999/xhtml"
3154     type="move-down"
3155     autocomplete=""/>
3156     #errors
3157     /input/@autocomplete;input attr not applicable;move-down;m
3158     /input/@type;enumerated:invalid;m
3159    
3160     #data
3161     <input xmlns="http://www.w3.org/1999/xhtml"
3162     type="move-down"
3163     checked=""/>
3164     #errors
3165     /input/@checked;input attr not applicable;move-down;m
3166     /input/@type;enumerated:invalid;m
3167    
3168     #data
3169     <input xmlns="http://www.w3.org/1999/xhtml"
3170     type="move-down"
3171     enctype=""/>
3172     #errors
3173     /input/@enctype;input attr not applicable;move-down;m
3174 wakaba 1.24 /input/@enctype;attribute not defined;m
3175 wakaba 1.5 /input/@type;enumerated:invalid;m
3176    
3177     #data
3178     <input xmlns="http://www.w3.org/1999/xhtml"
3179     type="move-down"
3180     list=""/>
3181     #errors
3182     /input/@list;input attr not applicable;move-down;m
3183     /input/@type;enumerated:invalid;m
3184    
3185     #data
3186     <input xmlns="http://www.w3.org/1999/xhtml"
3187     type="move-down"
3188     max=""/>
3189     #errors
3190     /input/@max;input attr not applicable;move-down;m
3191     /input/@type;enumerated:invalid;m
3192    
3193     #data
3194     <input xmlns="http://www.w3.org/1999/xhtml"
3195     type="move-down"
3196     maxlength=""/>
3197     #errors
3198     /input/@maxlength;input attr not applicable;move-down;m
3199     /input/@type;enumerated:invalid;m
3200    
3201     #data
3202     <input xmlns="http://www.w3.org/1999/xhtml"
3203     type="move-down"
3204     method=""/>
3205     #errors
3206     /input/@method;input attr not applicable;move-down;m
3207 wakaba 1.24 /input/@method;attribute not defined;m
3208 wakaba 1.5 /input/@type;enumerated:invalid;m
3209    
3210     #data
3211     <input xmlns="http://www.w3.org/1999/xhtml"
3212     type="move-down"
3213     min=""/>
3214     #errors
3215     /input/@min;input attr not applicable;move-down;m
3216     /input/@type;enumerated:invalid;m
3217    
3218     #data
3219     <input xmlns="http://www.w3.org/1999/xhtml"
3220     type="move-down"
3221     pattern=""/>
3222     #errors
3223     /input/@pattern;input attr not applicable;move-down;m
3224     /input/@type;enumerated:invalid;m
3225    
3226     #data
3227     <input xmlns="http://www.w3.org/1999/xhtml"
3228     type="move-down"
3229     readonly=""/>
3230     #errors
3231     /input/@readonly;input attr not applicable;move-down;m
3232     /input/@type;enumerated:invalid;m
3233    
3234     #data
3235     <input xmlns="http://www.w3.org/1999/xhtml"
3236     type="move-down"
3237     required=""/>
3238     #errors
3239     /input/@required;input attr not applicable;move-down;m
3240     /input/@type;enumerated:invalid;m
3241    
3242     #data
3243     <input xmlns="http://www.w3.org/1999/xhtml"
3244     type="move-down"
3245     size=""/>
3246     #errors
3247     /input/@size;input attr not applicable;move-down;m
3248     /input/@type;enumerated:invalid;m
3249    
3250     #data
3251     <input xmlns="http://www.w3.org/1999/xhtml"
3252     type="move-down"
3253     src=""/>
3254     #errors
3255     /input/@src;input attr not applicable;move-down;m
3256     /input/@type;enumerated:invalid;m
3257    
3258     #data
3259     <input xmlns="http://www.w3.org/1999/xhtml"
3260     type="move-down"
3261     step=""/>
3262     #errors
3263     /input/@step;input attr not applicable;move-down;m
3264     /input/@type;enumerated:invalid;m
3265    
3266     #data
3267     <input xmlns="http://www.w3.org/1999/xhtml"
3268     type="move-down"
3269     target=""/>
3270     #errors
3271     /input/@target;input attr not applicable;move-down;m
3272 wakaba 1.24 /input/@target;attribute not defined;m
3273 wakaba 1.5 /input/@type;enumerated:invalid;m
3274    
3275     #data
3276     <input xmlns="http://www.w3.org/1999/xhtml"
3277 wakaba 1.15 type="file"
3278     accept=""/>
3279     #errors
3280     /input/@accept;IMTnp:syntax error;m
3281    
3282     #data
3283     <input xmlns="http://www.w3.org/1999/xhtml"
3284     type="file"
3285 wakaba 1.25 accept=" "/>
3286     #errors
3287     /input/@accept;IMTnp:syntax error;m
3288    
3289     #data
3290     <input xmlns="http://www.w3.org/1999/xhtml"
3291     type="file"
3292 wakaba 1.15 accept=","/>
3293     #errors
3294     /input/@accept;IMTnp:syntax error;m
3295     /input/@accept;duplicate token;m
3296    
3297     #data
3298     <input xmlns="http://www.w3.org/1999/xhtml"
3299     type="file"
3300 wakaba 1.25 accept=" , "/>
3301     #errors
3302     /input/@accept;IMTnp:syntax error;m
3303     /input/@accept;duplicate token;m
3304    
3305     #data
3306     <input xmlns="http://www.w3.org/1999/xhtml"
3307     type="file"
3308 wakaba 1.15 accept="text/plain"/>
3309     #errors
3310    
3311     #data
3312     <input xmlns="http://www.w3.org/1999/xhtml"
3313     type="file"
3314     accept="text/plain,text/html"/>
3315     #errors
3316    
3317     #data
3318     <input xmlns="http://www.w3.org/1999/xhtml"
3319     type="file"
3320     accept="text/plain, text/html"/>
3321     #errors
3322    
3323     #data
3324     <input xmlns="http://www.w3.org/1999/xhtml"
3325     type="file"
3326     accept="text/plain,"/>
3327     #errors
3328     /input/@accept;IMTnp:syntax error;m
3329    
3330     #data
3331     <input xmlns="http://www.w3.org/1999/xhtml"
3332     type="file"
3333     accept="image/png"/>
3334     #errors
3335    
3336     #data
3337     <input xmlns="http://www.w3.org/1999/xhtml"
3338     type="file"
3339     accept=",image/png"/>
3340     #errors
3341     /input/@accept;IMTnp:syntax error;m
3342    
3343     #data
3344     <input xmlns="http://www.w3.org/1999/xhtml"
3345     type="file"
3346     accept="image/png,,image/jpeg"/>
3347     #errors
3348     /input/@accept;IMTnp:syntax error;m
3349    
3350     #data
3351     <input xmlns="http://www.w3.org/1999/xhtml"
3352     type="file"
3353     accept=" image/png "/>
3354     #errors
3355    
3356     #data
3357     <input xmlns="http://www.w3.org/1999/xhtml"
3358     type="file"
3359     accept="image/*"/>
3360     #errors
3361    
3362     #data
3363     <input xmlns="http://www.w3.org/1999/xhtml"
3364     type="file"
3365     accept="audio/*"/>
3366     #errors
3367    
3368     #data
3369     <input xmlns="http://www.w3.org/1999/xhtml"
3370     type="file"
3371     accept="video/*"/>
3372     #errors
3373    
3374     #data
3375     <input xmlns="http://www.w3.org/1999/xhtml"
3376     type="file"
3377     accept="text/*"/>
3378     #errors
3379     /input/@accept;IMTnp:syntax error;m
3380    
3381     #data
3382     <input xmlns="http://www.w3.org/1999/xhtml"
3383     type="file"
3384     accept="multipart/*"/>
3385     #errors
3386     /input/@accept;IMTnp:syntax error;m
3387    
3388     #data
3389     <input xmlns="http://www.w3.org/1999/xhtml"
3390     type="file"
3391     accept="model/*"/>
3392     #errors
3393     /input/@accept;IMTnp:syntax error;m
3394    
3395     #data
3396     <input xmlns="http://www.w3.org/1999/xhtml"
3397     type="file"
3398     accept="application/*"/>
3399     #errors
3400     /input/@accept;IMTnp:syntax error;m
3401    
3402     #data
3403     <input xmlns="http://www.w3.org/1999/xhtml"
3404     type="file"
3405     accept="message/*"/>
3406     #errors
3407     /input/@accept;IMTnp:syntax error;m
3408    
3409     #data
3410     <input xmlns="http://www.w3.org/1999/xhtml"
3411     type="file"
3412     accept="font/*"/>
3413     #errors
3414     /input/@accept;IMTnp:syntax error;m
3415    
3416     #data
3417     <input xmlns="http://www.w3.org/1999/xhtml"
3418     type="file"
3419     accept="*/*"/>
3420     #errors
3421     /input/@accept;IMTnp:syntax error;m
3422    
3423     #data
3424     <input xmlns="http://www.w3.org/1999/xhtml"
3425     type="file"
3426     accept="*/*+xml"/>
3427     #errors
3428     /input/@accept;IMTnp:syntax error;m
3429    
3430     #data
3431     <input xmlns="http://www.w3.org/1999/xhtml"
3432     type="file"
3433     accept="*/xml"/>
3434     #errors
3435     /input/@accept;IMTnp:syntax error;m
3436    
3437     #data
3438     <input xmlns="http://www.w3.org/1999/xhtml"
3439     type="file"
3440     accept="image/png,video/*"/>
3441     #errors
3442    
3443     #data
3444     <input xmlns="http://www.w3.org/1999/xhtml"
3445     type="file"
3446     accept="audio/*,audio/mpeg"/>
3447     #errors
3448    
3449     #data
3450     <input xmlns="http://www.w3.org/1999/xhtml"
3451     type="file"
3452     accept="audio/*,video/*"/>
3453     #errors
3454    
3455     #data
3456     <input xmlns="http://www.w3.org/1999/xhtml"
3457     type="file"
3458     accept="AUDIO/*"/>
3459     #errors
3460    
3461     #data
3462     <input xmlns="http://www.w3.org/1999/xhtml"
3463     type="file"
3464     accept="imagE/*"/>
3465     #errors
3466    
3467     #data
3468     <input xmlns="http://www.w3.org/1999/xhtml"
3469     type="file"
3470     accept="Image/*,TEXT/plain"/>
3471     #errors
3472    
3473     #data
3474     <input xmlns="http://www.w3.org/1999/xhtml"
3475     type="file"
3476     accept="application/XML"/>
3477     #errors
3478 wakaba 1.25
3479     #data
3480     <input xmlns="http://www.w3.org/1999/xhtml"
3481     type="file"
3482     accept=" application/XML, text/html "/>
3483     #errors
3484    
3485     #data
3486     <input xmlns="http://www.w3.org/1999/xhtml"
3487     type="file"
3488     accept="application/XML, ,image/png"/>
3489     #errors
3490     /input/@accept;IMTnp:syntax error;m
3491 wakaba 1.15
3492     #data
3493     <input xmlns="http://www.w3.org/1999/xhtml"
3494     type="file"
3495     accept="text/plain,text/plain"/>
3496     #errors
3497     /input/@accept;duplicate token;m
3498    
3499     #data
3500     <input xmlns="http://www.w3.org/1999/xhtml"
3501     type="file"
3502     accept="image/*,image/*"/>
3503     #errors
3504     /input/@accept;duplicate token;m
3505    
3506     #data
3507     <input xmlns="http://www.w3.org/1999/xhtml"
3508     type="file"
3509     accept="image/png,image/PNG"/>
3510     #errors
3511     /input/@accept;duplicate token;m
3512    
3513     #data
3514     <input xmlns="http://www.w3.org/1999/xhtml"
3515     type="file"
3516     accept="Audio/*,audio/*"/>
3517     #errors
3518     /input/@accept;duplicate token;m
3519    
3520     #data
3521     <input xmlns="http://www.w3.org/1999/xhtml"
3522     type="file"
3523     accept="text/javascript; version=1.1"/>
3524     #errors
3525     /input/@accept;IMTnp:syntax error;m
3526    
3527     #data
3528     <input xmlns="http://www.w3.org/1999/xhtml"
3529     type="file"
3530     accept='text/plain;x-param="image/png,image/jpeg,image/svg+xml"'/>
3531     #errors
3532     /input/@accept;IMTnp:syntax error;m
3533     /input/@accept;IMTnp:syntax error;m
3534    
3535     #data
3536     <input xmlns="http://www.w3.org/1999/xhtml"
3537     type="file"
3538     accept='text/plain;x-param="image/png,image/JPEG,image/svg+xml",image/jpeg'/>
3539     #errors
3540     /input/@accept;IMTnp:syntax error;m
3541     /input/@accept;IMTnp:syntax error;m
3542     /input/@accept;duplicate token;m
3543    
3544     #data
3545     <input xmlns="http://www.w3.org/1999/xhtml"
3546 wakaba 1.5 type="text"
3547     value=""/>
3548     #errors
3549    
3550     #data
3551     <input xmlns="http://www.w3.org/1999/xhtml"
3552     type="text"
3553     value="abc xyz"/>
3554     #errors
3555    
3556     #data
3557     <input xmlns="http://www.w3.org/1999/xhtml"
3558 wakaba 1.12 type="text"
3559     value="abc&#xa;xyz"/>
3560     #errors
3561     /input/@value;newline in value;m
3562    
3563     #data
3564     <input xmlns="http://www.w3.org/1999/xhtml"
3565     type="text"
3566     value="abc&#xd;xyz"/>
3567     #errors
3568     /input/@value;newline in value;m
3569    
3570     #data
3571     <input xmlns="http://www.w3.org/1999/xhtml"
3572     type="text"
3573     value="abc&#xd;&#xa;xyz"/>
3574     #errors
3575     /input/@value;newline in value;m
3576    
3577     #data
3578     <input xmlns="http://www.w3.org/1999/xhtml"
3579     type="search"
3580     value=""/>
3581     #errors
3582    
3583     #data
3584     <input xmlns="http://www.w3.org/1999/xhtml"
3585     type="search"
3586     value="abc xyz"/>
3587     #errors
3588    
3589     #data
3590     <input xmlns="http://www.w3.org/1999/xhtml"
3591     type="search"
3592     value="abc&#xa;xyz"/>
3593     #errors
3594     /input/@value;newline in value;m
3595    
3596     #data
3597     <input xmlns="http://www.w3.org/1999/xhtml"
3598     type="search"
3599     value="abc&#xd;xyz"/>
3600     #errors
3601     /input/@value;newline in value;m
3602    
3603     #data
3604     <input xmlns="http://www.w3.org/1999/xhtml"
3605     type="search"
3606     value="abc&#xd;&#xa;xyz"/>
3607     #errors
3608     /input/@value;newline in value;m
3609    
3610     #data
3611     <input xmlns="http://www.w3.org/1999/xhtml"
3612 wakaba 1.5 type="password"
3613     value=""/>
3614     #errors
3615    
3616     #data
3617     <input xmlns="http://www.w3.org/1999/xhtml"
3618     type="password"
3619     value="abc xyz"/>
3620     #errors
3621    
3622     #data
3623     <input xmlns="http://www.w3.org/1999/xhtml"
3624 wakaba 1.12 type="password"
3625     value="abc&#xa;xyz"/>
3626     #errors
3627     /input/@value;newline in value;m
3628    
3629     #data
3630     <input xmlns="http://www.w3.org/1999/xhtml"
3631     type="password"
3632     value="abc&#xd;xyz"/>
3633     #errors
3634     /input/@value;newline in value;m
3635    
3636     #data
3637     <input xmlns="http://www.w3.org/1999/xhtml"
3638     type="password"
3639     value="abc&#xd;&#xa;xyz"/>
3640     #errors
3641     /input/@value;newline in value;m
3642    
3643     #data
3644     <input xmlns="http://www.w3.org/1999/xhtml"
3645     type="url"
3646     value=""/>
3647     #errors
3648    
3649     #data
3650     <input xmlns="http://www.w3.org/1999/xhtml"
3651     type="url"
3652     value="http://www.example.com/"/>
3653     #errors
3654    
3655     #data
3656     <input xmlns="http://www.w3.org/1999/xhtml"
3657     type="url"
3658     value="[]"/>
3659     #errors
3660     /input/@value;syntax error:iriref3987;m
3661    
3662     #data
3663     <input xmlns="http://www.w3.org/1999/xhtml"
3664     type="url"
3665     value="http://test/&#xa;"/>
3666     #errors
3667     /input/@value;syntax error:iriref3987;m
3668    
3669     #data
3670     <input xmlns="http://www.w3.org/1999/xhtml"
3671     type="email"
3672     value=""/>
3673     #errors
3674     /input/@value;email:syntax error;m
3675    
3676     #data
3677     <input xmlns="http://www.w3.org/1999/xhtml"
3678     type="email"
3679     value="@"/>
3680     #errors
3681     /input/@value;email:syntax error;m
3682    
3683     #data
3684     <input xmlns="http://www.w3.org/1999/xhtml"
3685     type="email"
3686     value="a@b"/>
3687     #errors
3688    
3689     #data
3690     <input xmlns="http://www.w3.org/1999/xhtml"
3691     type="email"
3692     value="[email protected]"/>
3693     #errors
3694    
3695     #data
3696     <input xmlns="http://www.w3.org/1999/xhtml"
3697     type="email"
3698     value='"foo"@[bar.test]'/>
3699     #errors
3700     /input/@value;email:syntax error;m
3701    
3702     #data
3703     <input xmlns="http://www.w3.org/1999/xhtml"
3704     type="email"
3705     value='""@example.net'/>
3706     #errors
3707     /input/@value;email:syntax error;m
3708    
3709     #data
3710     <input xmlns="http://www.w3.org/1999/xhtml"
3711     type="email"
3712     value='"a."@example.jp'/>
3713     #errors
3714     /input/@value;email:syntax error;m
3715    
3716     #data
3717     <input xmlns="http://www.w3.org/1999/xhtml"
3718     type="email"
3719     value="[email protected]"/>
3720     #errors
3721     /input/@value;email:syntax error;m
3722    
3723     #data
3724     <input xmlns="http://www.w3.org/1999/xhtml"
3725     type="email"
3726     value="[email protected]"/>
3727     #errors
3728     /input/@value;email:syntax error;m
3729    
3730     #data
3731     <input xmlns="http://www.w3.org/1999/xhtml"
3732     type="email"
3733     value="[email protected]"/>
3734     #errors
3735    
3736     #data
3737     <input xmlns="http://www.w3.org/1999/xhtml"
3738     type="email"
3739     value="a..b@c"/>
3740     #errors
3741     /input/@value;email:syntax error;m
3742    
3743     #data
3744     <input xmlns="http://www.w3.org/1999/xhtml"
3745     type="email"
3746     value="[email protected]"/>
3747     #errors
3748     /input/@value;email:syntax error;m
3749    
3750     #data
3751     <input xmlns="http://www.w3.org/1999/xhtml"
3752     type="email"
3753     value="[email protected]."/>
3754     #errors
3755     /input/@value;email:syntax error;m
3756    
3757     #data
3758     <input xmlns="http://www.w3.org/1999/xhtml"
3759     type="email"
3760     value="[email protected]"/>
3761     #errors
3762     /input/@value;email:syntax error;m
3763    
3764     #data
3765     <input xmlns="http://www.w3.org/1999/xhtml"
3766     type="email"
3767     value=" a@b "/>
3768     #errors
3769     /input/@value;email:syntax error;m
3770    
3771     #data
3772     <input xmlns="http://www.w3.org/1999/xhtml"
3773     type="email" multiple=""
3774     value=""/>
3775     #errors
3776     /input/@value;email:syntax error;m
3777    
3778     #data
3779     <input xmlns="http://www.w3.org/1999/xhtml"
3780     type="email" multiple=""
3781     value=" "/>
3782     #errors
3783     /input/@value;email:syntax error;m
3784    
3785     #data
3786     <input xmlns="http://www.w3.org/1999/xhtml"
3787     type="email" multiple=""
3788     value="a@b"/>
3789     #errors
3790    
3791     #data
3792     <input xmlns="http://www.w3.org/1999/xhtml"
3793     type="email" multiple=""
3794     value="a@b,c@d"/>
3795     #errors
3796    
3797     #data
3798     <input xmlns="http://www.w3.org/1999/xhtml"
3799     type="email" multiple=""
3800     value="[email protected], [email protected]"/>
3801     #errors
3802    
3803     #data
3804     <input xmlns="http://www.w3.org/1999/xhtml"
3805     type="email" multiple=""
3806     value=","/>
3807     #errors
3808     /input/@value;email:syntax error;m
3809     /input/@value;email:syntax error;m
3810    
3811     #data
3812     <input xmlns="http://www.w3.org/1999/xhtml"
3813     type="email" multiple=""
3814     value="a@b,"/>
3815     #errors
3816     /input/@value;email:syntax error;m
3817    
3818     #data
3819     <input xmlns="http://www.w3.org/1999/xhtml"
3820     type="email" multiple=""
3821     value=",a@b"/>
3822     #errors
3823     /input/@value;email:syntax error;m
3824    
3825     #data
3826     <input xmlns="http://www.w3.org/1999/xhtml"
3827     type="email" multiple=""
3828     value="a@b,,c@d"/>
3829     #errors
3830     /input/@value;email:syntax error;m
3831    
3832     #data
3833     <input xmlns="http://www.w3.org/1999/xhtml"
3834     type="email" multiple=""
3835     value="a@b.,c@d"/>
3836     #errors
3837     /input/@value;email:syntax error;m
3838    
3839     #data
3840     <input xmlns="http://www.w3.org/1999/xhtml"
3841     type="email" multiple=""
3842     value="<a@b>,c@d"/>
3843     #errors
3844     /input/@value;email:syntax error;m
3845    
3846     #data
3847     <input xmlns="http://www.w3.org/1999/xhtml"
3848 wakaba 1.13 type="color"
3849     value=""/>
3850     #errors
3851     /input/@value;scolor:syntax error;m
3852    
3853     #data
3854     <input xmlns="http://www.w3.org/1999/xhtml"
3855     type="color"
3856     value="#"/>
3857     #errors
3858     /input/@value;scolor:syntax error;m
3859    
3860     #data
3861     <input xmlns="http://www.w3.org/1999/xhtml"
3862     type="color"
3863     value="#a"/>
3864     #errors
3865     /input/@value;scolor:syntax error;m
3866    
3867     #data
3868     <input xmlns="http://www.w3.org/1999/xhtml"
3869     type="color"
3870     value="#12"/>
3871     #errors
3872     /input/@value;scolor:syntax error;m
3873    
3874     #data
3875     <input xmlns="http://www.w3.org/1999/xhtml"
3876     type="color"
3877     value="#124"/>
3878     #errors
3879     /input/@value;scolor:syntax error;m
3880    
3881     #data
3882     <input xmlns="http://www.w3.org/1999/xhtml"
3883     type="color"
3884     value="#1234"/>
3885     #errors
3886     /input/@value;scolor:syntax error;m
3887    
3888     #data
3889     <input xmlns="http://www.w3.org/1999/xhtml"
3890     type="color"
3891     value="#12345"/>
3892     #errors
3893     /input/@value;scolor:syntax error;m
3894    
3895     #data
3896     <input xmlns="http://www.w3.org/1999/xhtml"
3897     type="color"
3898     value="#123456"/>
3899     #errors
3900    
3901     #data
3902     <input xmlns="http://www.w3.org/1999/xhtml"
3903     type="color"
3904     value="#abcdef"/>
3905     #errors
3906    
3907     #data
3908     <input xmlns="http://www.w3.org/1999/xhtml"
3909     type="color"
3910     value="#xyxxsa"/>
3911     #errors
3912     /input/@value;scolor:syntax error;m
3913    
3914     #data
3915     <input xmlns="http://www.w3.org/1999/xhtml"
3916     type="color"
3917     value="aaaaaa"/>
3918     #errors
3919     /input/@value;scolor:syntax error;m
3920    
3921     #data
3922     <input xmlns="http://www.w3.org/1999/xhtml"
3923     type="color"
3924     value="red"/>
3925     #errors
3926     /input/@value;scolor:syntax error;m
3927    
3928     #data
3929     <input xmlns="http://www.w3.org/1999/xhtml"
3930     type="color"
3931     value=" #111111"/>
3932     #errors
3933     /input/@value;scolor:syntax error;m
3934    
3935     #data
3936     <input xmlns="http://www.w3.org/1999/xhtml"
3937     type="color"
3938     value="#AAAAAA"/>
3939     #errors
3940    
3941     #data
3942     <input xmlns="http://www.w3.org/1999/xhtml"
3943     type="color"
3944     value="#aaaaaf#"/>
3945     #errors
3946     /input/@value;scolor:syntax error;m
3947    
3948     #data
3949     <input xmlns="http://www.w3.org/1999/xhtml"
3950     type="color"
3951     value="#aaaaaa,#bbbbbb"/>
3952     #errors
3953     /input/@value;scolor:syntax error;m
3954    
3955     #data
3956     <input xmlns="http://www.w3.org/1999/xhtml"
3957 wakaba 1.5 type="submit"
3958     value=""/>
3959     #errors
3960    
3961     #data
3962     <input xmlns="http://www.w3.org/1999/xhtml"
3963     type="submit"
3964     value="abc xyz"/>
3965     #errors
3966    
3967     #data
3968     <input xmlns="http://www.w3.org/1999/xhtml"
3969     type="reset"
3970     value=""/>
3971     #errors
3972    
3973     #data
3974     <input xmlns="http://www.w3.org/1999/xhtml"
3975     type="reset"
3976     value="abc xyz"/>
3977     #errors
3978    
3979     #data
3980     <input xmlns="http://www.w3.org/1999/xhtml"
3981     type="button"
3982     value=""/>
3983     #errors
3984    
3985     #data
3986     <input xmlns="http://www.w3.org/1999/xhtml"
3987     type="button"
3988     value="abc xyz"/>
3989     #errors
3990    
3991     #data
3992     <input xmlns="http://www.w3.org/1999/xhtml"
3993     type="add"
3994     value=""/>
3995     #errors
3996     /input/@type;enumerated:invalid;m
3997    
3998     #data
3999     <input xmlns="http://www.w3.org/1999/xhtml"
4000     type="add"
4001     value="abc xyz"/>
4002     #errors
4003     /input/@type;enumerated:invalid;m
4004    
4005     #data
4006     <input xmlns="http://www.w3.org/1999/xhtml"
4007     type="remove"
4008     value=""/>
4009     #errors
4010     /input/@type;enumerated:invalid;m
4011    
4012     #data
4013     <input xmlns="http://www.w3.org/1999/xhtml"
4014     type="remove"
4015     value="abc xyz"/>
4016     #errors
4017     /input/@type;enumerated:invalid;m
4018    
4019     #data
4020     <input xmlns="http://www.w3.org/1999/xhtml"
4021     type="move-up"
4022     value=""/>
4023     #errors
4024     /input/@type;enumerated:invalid;m
4025    
4026     #data
4027     <input xmlns="http://www.w3.org/1999/xhtml"
4028     type="move-up"
4029     value="abc xyz"/>
4030     #errors
4031     /input/@type;enumerated:invalid;m
4032    
4033     #data
4034     <input xmlns="http://www.w3.org/1999/xhtml"
4035     type="move-down"
4036     value=""/>
4037     #errors
4038     /input/@type;enumerated:invalid;m
4039    
4040     #data
4041     <input xmlns="http://www.w3.org/1999/xhtml"
4042     type="move-down"
4043     value="abc xyz"/>
4044     #errors
4045     /input/@type;enumerated:invalid;m
4046 wakaba 1.6
4047     #data
4048     <input xmlns="http://www.w3.org/1999/xhtml"
4049     type="text"
4050     autocomplete=""/>
4051     #errors
4052     /input/@autocomplete;enumerated:invalid;m
4053    
4054     #data
4055     <input xmlns="http://www.w3.org/1999/xhtml"
4056     type="text"
4057     autocomplete="on"/>
4058     #errors
4059    
4060     #data
4061     <input xmlns="http://www.w3.org/1999/xhtml"
4062     type="text"
4063     autocomplete="off"/>
4064     #errors
4065    
4066     #data
4067     <input xmlns="http://www.w3.org/1999/xhtml"
4068     type="text"
4069     autocomplete="ON"/>
4070     #errors
4071    
4072     #data
4073     <input xmlns="http://www.w3.org/1999/xhtml"
4074     type="text"
4075     autocomplete="OFF"/>
4076     #errors
4077    
4078     #data
4079     <input xmlns="http://www.w3.org/1999/xhtml"
4080     type="text"
4081     autocomplete="OfF"/>
4082     #errors
4083    
4084     #data
4085     <input xmlns="http://www.w3.org/1999/xhtml"
4086     type="text"
4087     autocomplete="on "/>
4088     #errors
4089     /input/@autocomplete;enumerated:invalid;m
4090    
4091     #data
4092     <input xmlns="http://www.w3.org/1999/xhtml"
4093     type="text"
4094     autocomplete=" off"/>
4095     #errors
4096     /input/@autocomplete;enumerated:invalid;m
4097    
4098     #data
4099     <input xmlns="http://www.w3.org/1999/xhtml"
4100     type="text"
4101     autocomplete="yes"/>
4102     #errors
4103     /input/@autocomplete;enumerated:invalid;m
4104    
4105     #data
4106     <input xmlns="http://www.w3.org/1999/xhtml"
4107     type="text"
4108     autocomplete="no"/>
4109     #errors
4110     /input/@autocomplete;enumerated:invalid;m
4111    
4112     #data
4113     <input xmlns="http://www.w3.org/1999/xhtml"
4114     type="text"
4115     autocomplete="true"/>
4116     #errors
4117     /input/@autocomplete;enumerated:invalid;m
4118    
4119     #data
4120     <input xmlns="http://www.w3.org/1999/xhtml"
4121     type="text"
4122     autocomplete="false"/>
4123     #errors
4124     /input/@autocomplete;enumerated:invalid;m
4125    
4126     #data
4127     <input xmlns="http://www.w3.org/1999/xhtml"
4128     type="text"
4129     autocomplete="autocomplete"/>
4130     #errors
4131     /input/@autocomplete;enumerated:invalid;m
4132    
4133     #data
4134     <input xmlns="http://www.w3.org/1999/xhtml"
4135     type="text"
4136     autocomplete="inherit"/>
4137     #errors
4138     /input/@autocomplete;enumerated:invalid;m
4139    
4140     #data
4141     <input xmlns="http://www.w3.org/1999/xhtml"
4142     type="password"
4143     autocomplete=""/>
4144     #errors
4145     /input/@autocomplete;enumerated:invalid;m
4146    
4147     #data
4148     <input xmlns="http://www.w3.org/1999/xhtml"
4149     type="password"
4150     autocomplete="on"/>
4151     #errors
4152    
4153     #data
4154     <input xmlns="http://www.w3.org/1999/xhtml"
4155     type="password"
4156     autocomplete="off"/>
4157     #errors
4158    
4159     #data
4160     <input xmlns="http://www.w3.org/1999/xhtml"
4161     type="datetime"
4162     autocomplete=""/>
4163     #errors
4164     /input/@autocomplete;enumerated:invalid;m
4165    
4166     #data
4167     <input xmlns="http://www.w3.org/1999/xhtml"
4168     type="datetime"
4169     autocomplete="on"/>
4170     #errors
4171    
4172     #data
4173     <input xmlns="http://www.w3.org/1999/xhtml"
4174     type="datetime"
4175     autocomplete="off"/>
4176     #errors
4177    
4178     #data
4179     <input xmlns="http://www.w3.org/1999/xhtml"
4180     type="date"
4181     autocomplete=""/>
4182     #errors
4183     /input/@autocomplete;enumerated:invalid;m
4184    
4185     #data
4186     <input xmlns="http://www.w3.org/1999/xhtml"
4187     type="date"
4188     autocomplete="on"/>
4189     #errors
4190    
4191     #data
4192     <input xmlns="http://www.w3.org/1999/xhtml"
4193     type="date"
4194     autocomplete="off"/>
4195     #errors
4196    
4197     #data
4198     <input xmlns="http://www.w3.org/1999/xhtml"
4199     type="month"
4200     autocomplete=""/>
4201     #errors
4202     /input/@autocomplete;enumerated:invalid;m
4203    
4204     #data
4205     <input xmlns="http://www.w3.org/1999/xhtml"
4206     type="month"
4207     autocomplete="on"/>
4208     #errors
4209    
4210     #data
4211     <input xmlns="http://www.w3.org/1999/xhtml"
4212     type="month"
4213     autocomplete="off"/>
4214     #errors
4215    
4216     #data
4217     <input xmlns="http://www.w3.org/1999/xhtml"
4218     type="week"
4219     autocomplete=""/>
4220     #errors
4221     /input/@autocomplete;enumerated:invalid;m
4222    
4223     #data
4224     <input xmlns="http://www.w3.org/1999/xhtml"
4225     type="week"
4226     autocomplete="on"/>
4227     #errors
4228    
4229     #data
4230     <input xmlns="http://www.w3.org/1999/xhtml"
4231     type="week"
4232     autocomplete="off"/>
4233     #errors
4234    
4235     #data
4236     <input xmlns="http://www.w3.org/1999/xhtml"
4237     type="time"
4238     autocomplete=""/>
4239     #errors
4240     /input/@autocomplete;enumerated:invalid;m
4241    
4242     #data
4243     <input xmlns="http://www.w3.org/1999/xhtml"
4244     type="time"
4245     autocomplete="on"/>
4246     #errors
4247    
4248     #data
4249     <input xmlns="http://www.w3.org/1999/xhtml"
4250     type="time"
4251     autocomplete="off"/>
4252     #errors
4253    
4254     #data
4255     <input xmlns="http://www.w3.org/1999/xhtml"
4256     type="datetime-local"
4257     autocomplete=""/>
4258     #errors
4259     /input/@autocomplete;enumerated:invalid;m
4260    
4261     #data
4262     <input xmlns="http://www.w3.org/1999/xhtml"
4263     type="datetime-local"
4264     autocomplete="on"/>
4265     #errors
4266    
4267     #data
4268     <input xmlns="http://www.w3.org/1999/xhtml"
4269     type="datetime-local"
4270     autocomplete="off"/>
4271     #errors
4272    
4273     #data
4274     <input xmlns="http://www.w3.org/1999/xhtml"
4275     type="number"
4276     autocomplete=""/>
4277     #errors
4278     /input/@autocomplete;enumerated:invalid;m
4279    
4280     #data
4281     <input xmlns="http://www.w3.org/1999/xhtml"
4282     type="number"
4283     autocomplete="on"/>
4284     #errors
4285    
4286     #data
4287     <input xmlns="http://www.w3.org/1999/xhtml"
4288     type="number"
4289     autocomplete="off"/>
4290     #errors
4291    
4292     #data
4293     <input xmlns="http://www.w3.org/1999/xhtml"
4294     type="range"
4295     autocomplete=""/>
4296     #errors
4297     /input/@autocomplete;enumerated:invalid;m
4298    
4299     #data
4300     <input xmlns="http://www.w3.org/1999/xhtml"
4301     type="range"
4302     autocomplete="on"/>
4303     #errors
4304    
4305     #data
4306     <input xmlns="http://www.w3.org/1999/xhtml"
4307     type="range"
4308     autocomplete="off"/>
4309     #errors
4310    
4311     #data
4312     <input xmlns="http://www.w3.org/1999/xhtml"
4313     type="range"
4314     autocomplete="ON"/>
4315     #errors
4316    
4317     #data
4318     <input xmlns="http://www.w3.org/1999/xhtml"
4319     type="range"
4320     autocomplete="OFF"/>
4321     #errors
4322    
4323     #data
4324     <input xmlns="http://www.w3.org/1999/xhtml"
4325     type="range"
4326     autocomplete="OfF"/>
4327     #errors
4328    
4329     #data
4330     <input xmlns="http://www.w3.org/1999/xhtml"
4331     type="range"
4332     autocomplete="on "/>
4333     #errors
4334     /input/@autocomplete;enumerated:invalid;m
4335    
4336     #data
4337     <input xmlns="http://www.w3.org/1999/xhtml"
4338     type="range"
4339     autocomplete=" off"/>
4340     #errors
4341     /input/@autocomplete;enumerated:invalid;m
4342    
4343     #data
4344     <input xmlns="http://www.w3.org/1999/xhtml"
4345     type="range"
4346     autocomplete="yes"/>
4347     #errors
4348     /input/@autocomplete;enumerated:invalid;m
4349    
4350     #data
4351     <input xmlns="http://www.w3.org/1999/xhtml"
4352     type="range"
4353     autocomplete="no"/>
4354     #errors
4355     /input/@autocomplete;enumerated:invalid;m
4356    
4357     #data
4358     <input xmlns="http://www.w3.org/1999/xhtml"
4359     type="range"
4360     autocomplete="true"/>
4361     #errors
4362     /input/@autocomplete;enumerated:invalid;m
4363    
4364     #data
4365     <input xmlns="http://www.w3.org/1999/xhtml"
4366     type="range"
4367     autocomplete="false"/>
4368     #errors
4369     /input/@autocomplete;enumerated:invalid;m
4370    
4371     #data
4372     <input xmlns="http://www.w3.org/1999/xhtml"
4373     type="range"
4374     autocomplete="autocomplete"/>
4375     #errors
4376     /input/@autocomplete;enumerated:invalid;m
4377    
4378     #data
4379     <input xmlns="http://www.w3.org/1999/xhtml"
4380     type="range"
4381     autocomplete="inherit"/>
4382     #errors
4383     /input/@autocomplete;enumerated:invalid;m
4384    
4385 wakaba 1.13
4386     #data
4387     <input xmlns="http://www.w3.org/1999/xhtml"
4388     type="color"
4389     autocomplete=""/>
4390     #errors
4391     /input/@autocomplete;enumerated:invalid;m
4392    
4393     #data
4394     <input xmlns="http://www.w3.org/1999/xhtml"
4395     type="color"
4396     autocomplete="on"/>
4397     #errors
4398    
4399     #data
4400     <input xmlns="http://www.w3.org/1999/xhtml"
4401     type="color"
4402     autocomplete="off"/>
4403     #errors
4404    
4405     #data
4406     <input xmlns="http://www.w3.org/1999/xhtml"
4407     type="color"
4408     autocomplete="ON"/>
4409     #errors
4410    
4411     #data
4412     <input xmlns="http://www.w3.org/1999/xhtml"
4413     type="color"
4414     autocomplete="OFF"/>
4415     #errors
4416    
4417     #data
4418     <input xmlns="http://www.w3.org/1999/xhtml"
4419     type="color"
4420     autocomplete="OfF"/>
4421     #errors
4422    
4423     #data
4424     <input xmlns="http://www.w3.org/1999/xhtml"
4425     type="color"
4426     autocomplete="on "/>
4427     #errors
4428     /input/@autocomplete;enumerated:invalid;m
4429    
4430     #data
4431     <input xmlns="http://www.w3.org/1999/xhtml"
4432     type="color"
4433     autocomplete=" off"/>
4434     #errors
4435     /input/@autocomplete;enumerated:invalid;m
4436    
4437     #data
4438     <input xmlns="http://www.w3.org/1999/xhtml"
4439     type="color"
4440     autocomplete="yes"/>
4441     #errors
4442     /input/@autocomplete;enumerated:invalid;m
4443    
4444     #data
4445     <input xmlns="http://www.w3.org/1999/xhtml"
4446     type="color"
4447     autocomplete="no"/>
4448     #errors
4449     /input/@autocomplete;enumerated:invalid;m
4450    
4451     #data
4452     <input xmlns="http://www.w3.org/1999/xhtml"
4453     type="color"
4454     autocomplete="true"/>
4455     #errors
4456     /input/@autocomplete;enumerated:invalid;m
4457    
4458     #data
4459     <input xmlns="http://www.w3.org/1999/xhtml"
4460     type="color"
4461     autocomplete="false"/>
4462     #errors
4463     /input/@autocomplete;enumerated:invalid;m
4464    
4465     #data
4466     <input xmlns="http://www.w3.org/1999/xhtml"
4467     type="color"
4468     autocomplete="autocomplete"/>
4469     #errors
4470     /input/@autocomplete;enumerated:invalid;m
4471    
4472     #data
4473     <input xmlns="http://www.w3.org/1999/xhtml"
4474     type="color"
4475     autocomplete="inherit"/>
4476     #errors
4477     /input/@autocomplete;enumerated:invalid;m
4478    
4479 wakaba 1.6 #data
4480     <input xmlns="http://www.w3.org/1999/xhtml"
4481     type="text"
4482     readonly=""/>
4483     #errors
4484    
4485     #data
4486     <input xmlns="http://www.w3.org/1999/xhtml"
4487     type="text"
4488     readonly="readonly"/>
4489     #errors
4490    
4491     #data
4492     <input xmlns="http://www.w3.org/1999/xhtml"
4493     type="text"
4494     readonly="Readonly"/>
4495     #errors
4496    
4497     #data
4498     <input xmlns="http://www.w3.org/1999/xhtml"
4499     type="text"
4500     readonly="ReadOnly"/>
4501     #errors
4502    
4503     #data
4504     <input xmlns="http://www.w3.org/1999/xhtml"
4505     type="text"
4506     readonly="readonly "/>
4507     #errors
4508     /input/@readonly;boolean:invalid;m
4509    
4510     #data
4511     <input xmlns="http://www.w3.org/1999/xhtml"
4512     type="text"
4513     readonly=" readonly"/>
4514     #errors
4515     /input/@readonly;boolean:invalid;m
4516    
4517     #data
4518     <input xmlns="http://www.w3.org/1999/xhtml"
4519     type="text"
4520     readonly="yes"/>
4521     #errors
4522     /input/@readonly;boolean:invalid;m
4523    
4524     #data
4525     <input xmlns="http://www.w3.org/1999/xhtml"
4526     type="text"
4527     readonly="true"/>
4528     #errors
4529     /input/@readonly;boolean:invalid;m
4530    
4531     #data
4532     <input xmlns="http://www.w3.org/1999/xhtml"
4533     type="text"
4534     readonly="off"/>
4535     #errors
4536     /input/@readonly;boolean:invalid;m
4537    
4538     #data
4539     <input xmlns="http://www.w3.org/1999/xhtml"
4540     type="email"
4541     readonly=""/>
4542     #errors
4543    
4544     #data
4545     <input xmlns="http://www.w3.org/1999/xhtml"
4546     type="email"
4547     readonly="readonly"/>
4548     #errors
4549    
4550     #data
4551     <input xmlns="http://www.w3.org/1999/xhtml"
4552     type="email"
4553     readonly="Readonly"/>
4554     #errors
4555    
4556     #data
4557     <input xmlns="http://www.w3.org/1999/xhtml"
4558     type="email"
4559     readonly="ReadOnly"/>
4560     #errors
4561    
4562     #data
4563     <input xmlns="http://www.w3.org/1999/xhtml"
4564     type="email"
4565     readonly="readonly "/>
4566     #errors
4567     /input/@readonly;boolean:invalid;m
4568    
4569     #data
4570     <input xmlns="http://www.w3.org/1999/xhtml"
4571     type="email"
4572     readonly=" readonly"/>
4573     #errors
4574     /input/@readonly;boolean:invalid;m
4575    
4576     #data
4577     <input xmlns="http://www.w3.org/1999/xhtml"
4578     type="email"
4579     readonly="yes"/>
4580     #errors
4581     /input/@readonly;boolean:invalid;m
4582    
4583     #data
4584     <input xmlns="http://www.w3.org/1999/xhtml"
4585     type="email"
4586     readonly="true"/>
4587     #errors
4588     /input/@readonly;boolean:invalid;m
4589    
4590     #data
4591     <input xmlns="http://www.w3.org/1999/xhtml"
4592     type="email"
4593     readonly="off"/>
4594     #errors
4595     /input/@readonly;boolean:invalid;m
4596    
4597     #data
4598     <input xmlns="http://www.w3.org/1999/xhtml"
4599     type="url"
4600     readonly=""/>
4601     #errors
4602    
4603     #data
4604     <input xmlns="http://www.w3.org/1999/xhtml"
4605     type="url"
4606     readonly="readonly"/>
4607     #errors
4608    
4609     #data
4610     <input xmlns="http://www.w3.org/1999/xhtml"
4611     type="url"
4612     readonly="Readonly"/>
4613     #errors
4614    
4615     #data
4616     <input xmlns="http://www.w3.org/1999/xhtml"
4617     type="url"
4618     readonly="ReadOnly"/>
4619     #errors
4620    
4621     #data
4622     <input xmlns="http://www.w3.org/1999/xhtml"
4623     type="url"
4624     readonly="readonly "/>
4625     #errors
4626     /input/@readonly;boolean:invalid;m
4627    
4628     #data
4629     <input xmlns="http://www.w3.org/1999/xhtml"
4630     type="url"
4631     readonly=" readonly"/>
4632     #errors
4633     /input/@readonly;boolean:invalid;m
4634    
4635     #data
4636     <input xmlns="http://www.w3.org/1999/xhtml"
4637     type="url"
4638     readonly="yes"/>
4639     #errors
4640     /input/@readonly;boolean:invalid;m
4641    
4642     #data
4643     <input xmlns="http://www.w3.org/1999/xhtml"
4644     type="url"
4645     readonly="true"/>
4646     #errors
4647     /input/@readonly;boolean:invalid;m
4648    
4649     #data
4650     <input xmlns="http://www.w3.org/1999/xhtml"
4651     type="url"
4652     readonly="off"/>
4653     #errors
4654     /input/@readonly;boolean:invalid;m
4655    
4656     #data
4657     <input xmlns="http://www.w3.org/1999/xhtml"
4658 wakaba 1.12 type="search"
4659     readonly=""/>
4660     #errors
4661    
4662     #data
4663     <input xmlns="http://www.w3.org/1999/xhtml"
4664     type="search"
4665     readonly="readonly"/>
4666     #errors
4667    
4668     #data
4669     <input xmlns="http://www.w3.org/1999/xhtml"
4670     type="search"
4671     readonly="Readonly"/>
4672     #errors
4673    
4674     #data
4675     <input xmlns="http://www.w3.org/1999/xhtml"
4676     type="search"
4677     readonly="ReadOnly"/>
4678     #errors
4679    
4680     #data
4681     <input xmlns="http://www.w3.org/1999/xhtml"
4682     type="search"
4683     readonly="readonly "/>
4684     #errors
4685     /input/@readonly;boolean:invalid;m
4686    
4687     #data
4688     <input xmlns="http://www.w3.org/1999/xhtml"
4689     type="search"
4690     readonly=" readonly"/>
4691     #errors
4692     /input/@readonly;boolean:invalid;m
4693    
4694     #data
4695     <input xmlns="http://www.w3.org/1999/xhtml"
4696     type="search"
4697     readonly="yes"/>
4698     #errors
4699     /input/@readonly;boolean:invalid;m
4700    
4701     #data
4702     <input xmlns="http://www.w3.org/1999/xhtml"
4703     type="search"
4704     readonly="true"/>
4705     #errors
4706     /input/@readonly;boolean:invalid;m
4707    
4708     #data
4709     <input xmlns="http://www.w3.org/1999/xhtml"
4710     type="search"
4711     readonly="off"/>
4712     #errors
4713     /input/@readonly;boolean:invalid;m
4714    
4715     #data
4716     <input xmlns="http://www.w3.org/1999/xhtml"
4717 wakaba 1.6 type="password"
4718     readonly=""/>
4719     #errors
4720    
4721     #data
4722     <input xmlns="http://www.w3.org/1999/xhtml"
4723     type="password"
4724     readonly="readonly"/>
4725     #errors
4726    
4727     #data
4728     <input xmlns="http://www.w3.org/1999/xhtml"
4729     type="password"
4730     readonly="Readonly"/>
4731     #errors
4732    
4733     #data
4734     <input xmlns="http://www.w3.org/1999/xhtml"
4735     type="password"
4736     readonly="ReadOnly"/>
4737     #errors
4738    
4739     #data
4740     <input xmlns="http://www.w3.org/1999/xhtml"
4741     type="password"
4742     readonly="readonly "/>
4743     #errors
4744     /input/@readonly;boolean:invalid;m
4745    
4746     #data
4747     <input xmlns="http://www.w3.org/1999/xhtml"
4748     type="password"
4749     readonly=" readonly"/>
4750     #errors
4751     /input/@readonly;boolean:invalid;m
4752    
4753     #data
4754     <input xmlns="http://www.w3.org/1999/xhtml"
4755     type="password"
4756     readonly="yes"/>
4757     #errors
4758     /input/@readonly;boolean:invalid;m
4759    
4760     #data
4761     <input xmlns="http://www.w3.org/1999/xhtml"
4762     type="password"
4763     readonly="true"/>
4764     #errors
4765     /input/@readonly;boolean:invalid;m
4766    
4767     #data
4768     <input xmlns="http://www.w3.org/1999/xhtml"
4769     type="password"
4770     readonly="off"/>
4771     #errors
4772     /input/@readonly;boolean:invalid;m
4773    
4774     #data
4775     <input xmlns="http://www.w3.org/1999/xhtml"
4776     type="datetime"
4777     readonly=""/>
4778     #errors
4779    
4780     #data
4781     <input xmlns="http://www.w3.org/1999/xhtml"
4782     type="datetime"
4783     readonly="readonly"/>
4784     #errors
4785    
4786     #data
4787     <input xmlns="http://www.w3.org/1999/xhtml"
4788     type="datetime"
4789     readonly="Readonly"/>
4790     #errors
4791    
4792     #data
4793     <input xmlns="http://www.w3.org/1999/xhtml"
4794     type="datetime"
4795     readonly="ReadOnly"/>
4796     #errors
4797    
4798     #data
4799     <input xmlns="http://www.w3.org/1999/xhtml"
4800     type="datetime"
4801     readonly="readonly "/>
4802     #errors
4803     /input/@readonly;boolean:invalid;m
4804    
4805     #data
4806     <input xmlns="http://www.w3.org/1999/xhtml"
4807     type="datetime"
4808     readonly=" readonly"/>
4809     #errors
4810     /input/@readonly;boolean:invalid;m
4811    
4812     #data
4813     <input xmlns="http://www.w3.org/1999/xhtml"
4814     type="datetime"
4815     readonly="yes"/>
4816     #errors
4817     /input/@readonly;boolean:invalid;m
4818    
4819     #data
4820     <input xmlns="http://www.w3.org/1999/xhtml"
4821     type="datetime"
4822     readonly="true"/>
4823     #errors
4824     /input/@readonly;boolean:invalid;m
4825    
4826     #data
4827     <input xmlns="http://www.w3.org/1999/xhtml"
4828     type="datetime"
4829     readonly="off"/>
4830     #errors
4831     /input/@readonly;boolean:invalid;m
4832    
4833     #data
4834     <input xmlns="http://www.w3.org/1999/xhtml"
4835     type="date"
4836     readonly=""/>
4837     #errors
4838    
4839     #data
4840     <input xmlns="http://www.w3.org/1999/xhtml"
4841     type="date"
4842     readonly="readonly"/>
4843     #errors
4844    
4845     #data
4846     <input xmlns="http://www.w3.org/1999/xhtml"
4847     type="date"
4848     readonly="Readonly"/>
4849     #errors
4850    
4851     #data
4852     <input xmlns="http://www.w3.org/1999/xhtml"
4853     type="date"
4854     readonly="ReadOnly"/>
4855     #errors
4856    
4857     #data
4858     <input xmlns="http://www.w3.org/1999/xhtml"
4859     type="date"
4860     readonly="readonly "/>
4861     #errors
4862     /input/@readonly;boolean:invalid;m
4863    
4864     #data
4865     <input xmlns="http://www.w3.org/1999/xhtml"
4866     type="date"
4867     readonly=" readonly"/>
4868     #errors
4869     /input/@readonly;boolean:invalid;m
4870    
4871     #data
4872     <input xmlns="http://www.w3.org/1999/xhtml"
4873     type="date"
4874     readonly="yes"/>
4875     #errors
4876     /input/@readonly;boolean:invalid;m
4877    
4878     #data
4879     <input xmlns="http://www.w3.org/1999/xhtml"
4880     type="date"
4881     readonly="true"/>
4882     #errors
4883     /input/@readonly;boolean:invalid;m
4884    
4885     #data
4886     <input xmlns="http://www.w3.org/1999/xhtml"
4887     type="date"
4888     readonly="off"/>
4889     #errors
4890     /input/@readonly;boolean:invalid;m
4891    
4892     #data
4893     <input xmlns="http://www.w3.org/1999/xhtml"
4894     type="month"
4895     readonly=""/>
4896     #errors
4897    
4898     #data
4899     <input xmlns="http://www.w3.org/1999/xhtml"
4900     type="month"
4901     readonly="readonly"/>
4902     #errors
4903    
4904     #data
4905     <input xmlns="http://www.w3.org/1999/xhtml"
4906     type="month"
4907     readonly="Readonly"/>
4908     #errors
4909    
4910     #data
4911     <input xmlns="http://www.w3.org/1999/xhtml"
4912     type="month"
4913     readonly="ReadOnly"/>
4914     #errors
4915    
4916     #data
4917     <input xmlns="http://www.w3.org/1999/xhtml"
4918     type="month"
4919     readonly="readonly "/>
4920     #errors
4921     /input/@readonly;boolean:invalid;m
4922    
4923     #data
4924     <input xmlns="http://www.w3.org/1999/xhtml"
4925     type="month"
4926     readonly=" readonly"/>
4927     #errors
4928     /input/@readonly;boolean:invalid;m
4929    
4930     #data
4931     <input xmlns="http://www.w3.org/1999/xhtml"
4932     type="month"
4933     readonly="yes"/>
4934     #errors
4935     /input/@readonly;boolean:invalid;m
4936    
4937     #data
4938     <input xmlns="http://www.w3.org/1999/xhtml"
4939     type="month"
4940     readonly="true"/>
4941     #errors
4942     /input/@readonly;boolean:invalid;m
4943    
4944     #data
4945     <input xmlns="http://www.w3.org/1999/xhtml"
4946     type="month"
4947     readonly="off"/>
4948     #errors
4949     /input/@readonly;boolean:invalid;m
4950    
4951     #data
4952     <input xmlns="http://www.w3.org/1999/xhtml"
4953     type="week"
4954     readonly=""/>
4955     #errors
4956    
4957     #data
4958     <input xmlns="http://www.w3.org/1999/xhtml"
4959     type="week"
4960     readonly="readonly"/>
4961     #errors
4962    
4963     #data
4964     <input xmlns="http://www.w3.org/1999/xhtml"
4965     type="week"
4966     readonly="Readonly"/>
4967     #errors
4968    
4969     #data
4970     <input xmlns="http://www.w3.org/1999/xhtml"
4971     type="week"
4972     readonly="ReadOnly"/>
4973     #errors
4974    
4975     #data
4976     <input xmlns="http://www.w3.org/1999/xhtml"
4977     type="week"
4978     readonly="readonly "/>
4979     #errors
4980     /input/@readonly;boolean:invalid;m
4981    
4982     #data
4983     <input xmlns="http://www.w3.org/1999/xhtml"
4984     type="week"
4985     readonly=" readonly"/>
4986     #errors
4987     /input/@readonly;boolean:invalid;m
4988    
4989     #data
4990     <input xmlns="http://www.w3.org/1999/xhtml"
4991     type="week"
4992     readonly="yes"/>
4993     #errors
4994     /input/@readonly;boolean:invalid;m
4995    
4996     #data
4997     <input xmlns="http://www.w3.org/1999/xhtml"
4998     type="week"
4999     readonly="true"/>
5000     #errors
5001     /input/@readonly;boolean:invalid;m
5002    
5003     #data
5004     <input xmlns="http://www.w3.org/1999/xhtml"
5005     type="week"
5006     readonly="off"/>
5007     #errors
5008     /input/@readonly;boolean:invalid;m
5009    
5010     #data
5011     <input xmlns="http://www.w3.org/1999/xhtml"
5012     type="time"
5013     readonly=""/>
5014     #errors
5015    
5016     #data
5017     <input xmlns="http://www.w3.org/1999/xhtml"
5018     type="time"
5019     readonly="readonly"/>
5020     #errors
5021    
5022     #data
5023     <input xmlns="http://www.w3.org/1999/xhtml"
5024     type="time"
5025     readonly="Readonly"/>
5026     #errors
5027    
5028     #data
5029     <input xmlns="http://www.w3.org/1999/xhtml"
5030     type="time"
5031     readonly="ReadOnly"/>
5032     #errors
5033    
5034     #data
5035     <input xmlns="http://www.w3.org/1999/xhtml"
5036     type="time"
5037     readonly="readonly "/>
5038     #errors
5039     /input/@readonly;boolean:invalid;m
5040    
5041     #data
5042     <input xmlns="http://www.w3.org/1999/xhtml"
5043     type="time"
5044     readonly=" readonly"/>
5045     #errors
5046     /input/@readonly;boolean:invalid;m
5047    
5048     #data
5049     <input xmlns="http://www.w3.org/1999/xhtml"
5050     type="time"
5051     readonly="yes"/>
5052     #errors
5053     /input/@readonly;boolean:invalid;m
5054    
5055     #data
5056     <input xmlns="http://www.w3.org/1999/xhtml"
5057     type="time"
5058     readonly="true"/>
5059     #errors
5060     /input/@readonly;boolean:invalid;m
5061    
5062     #data
5063     <input xmlns="http://www.w3.org/1999/xhtml"
5064     type="time"
5065     readonly="off"/>
5066     #errors
5067     /input/@readonly;boolean:invalid;m
5068    
5069     #data
5070     <input xmlns="http://www.w3.org/1999/xhtml"
5071     type="datetime-local"
5072     readonly=""/>
5073     #errors
5074    
5075     #data
5076     <input xmlns="http://www.w3.org/1999/xhtml"
5077     type="datetime-local"
5078     readonly="readonly"/>
5079     #errors
5080    
5081     #data
5082     <input xmlns="http://www.w3.org/1999/xhtml"
5083     type="datetime-local"
5084     readonly="Readonly"/>
5085     #errors
5086    
5087     #data
5088     <input xmlns="http://www.w3.org/1999/xhtml"
5089     type="datetime-local"
5090     readonly="ReadOnly"/>
5091     #errors
5092    
5093     #data
5094     <input xmlns="http://www.w3.org/1999/xhtml"
5095     type="datetime-local"
5096     readonly="readonly "/>
5097     #errors
5098     /input/@readonly;boolean:invalid;m
5099    
5100     #data
5101     <input xmlns="http://www.w3.org/1999/xhtml"
5102     type="datetime-local"
5103     readonly=" readonly"/>
5104     #errors
5105     /input/@readonly;boolean:invalid;m
5106    
5107     #data
5108     <input xmlns="http://www.w3.org/1999/xhtml"
5109     type="datetime-local"
5110     readonly="yes"/>
5111     #errors
5112     /input/@readonly;boolean:invalid;m
5113    
5114     #data
5115     <input xmlns="http://www.w3.org/1999/xhtml"
5116     type="datetime-local"
5117     readonly="true"/>
5118     #errors
5119     /input/@readonly;boolean:invalid;m
5120    
5121     #data
5122     <input xmlns="http://www.w3.org/1999/xhtml"
5123     type="datetime-local"
5124     readonly="off"/>
5125     #errors
5126     /input/@readonly;boolean:invalid;m
5127    
5128     #data
5129     <input xmlns="http://www.w3.org/1999/xhtml"
5130     type="number"
5131     readonly=""/>
5132     #errors
5133    
5134     #data
5135     <input xmlns="http://www.w3.org/1999/xhtml"
5136     type="number"
5137     readonly="readonly"/>
5138     #errors
5139    
5140     #data
5141     <input xmlns="http://www.w3.org/1999/xhtml"
5142     type="number"
5143     readonly="Readonly"/>
5144     #errors
5145    
5146     #data
5147     <input xmlns="http://www.w3.org/1999/xhtml"
5148     type="number"
5149     readonly="ReadOnly"/>
5150     #errors
5151    
5152     #data
5153     <input xmlns="http://www.w3.org/1999/xhtml"
5154     type="number"
5155     readonly="readonly "/>
5156     #errors
5157     /input/@readonly;boolean:invalid;m
5158    
5159     #data
5160     <input xmlns="http://www.w3.org/1999/xhtml"
5161     type="number"
5162     readonly=" readonly"/>
5163     #errors
5164     /input/@readonly;boolean:invalid;m
5165    
5166     #data
5167     <input xmlns="http://www.w3.org/1999/xhtml"
5168     type="number"
5169     readonly="yes"/>
5170     #errors
5171     /input/@readonly;boolean:invalid;m
5172    
5173     #data
5174     <input xmlns="http://www.w3.org/1999/xhtml"
5175     type="number"
5176     readonly="true"/>
5177     #errors
5178     /input/@readonly;boolean:invalid;m
5179    
5180     #data
5181     <input xmlns="http://www.w3.org/1999/xhtml"
5182     type="number"
5183     readonly="off"/>
5184     #errors
5185     /input/@readonly;boolean:invalid;m
5186    
5187     #data
5188     <input xmlns="http://www.w3.org/1999/xhtml"
5189     type="text"
5190     size=""/>
5191     #errors
5192     /input/@size;nninteger:syntax error;m
5193    
5194     #data
5195     <input xmlns="http://www.w3.org/1999/xhtml"
5196     type="text"
5197     size="0"/>
5198     #errors
5199 wakaba 1.8 /input/@size;nninteger:out of range;m
5200 wakaba 1.6
5201     #data
5202     <input xmlns="http://www.w3.org/1999/xhtml"
5203     type="text"
5204     size="1"/>
5205     #errors
5206    
5207     #data
5208     <input xmlns="http://www.w3.org/1999/xhtml"
5209     type="text"
5210     size="100"/>
5211     #errors
5212    
5213     #data
5214     <input xmlns="http://www.w3.org/1999/xhtml"
5215     type="text"
5216     size="000000010"/>
5217     #errors
5218    
5219     #data
5220     <input xmlns="http://www.w3.org/1999/xhtml"
5221     type="text"
5222     size="-0"/>
5223     #errors
5224     /input/@size;nninteger:syntax error;m
5225    
5226     #data
5227     <input xmlns="http://www.w3.org/1999/xhtml"
5228     type="text"
5229     size="-12"/>
5230     #errors
5231     /input/@size;nninteger:syntax error;m
5232    
5233     #data
5234     <input xmlns="http://www.w3.org/1999/xhtml"
5235     type="text"
5236     size="0.00"/>
5237     #errors
5238     /input/@size;nninteger:syntax error;m
5239    
5240     #data
5241     <input xmlns="http://www.w3.org/1999/xhtml"
5242     type="text"
5243     size="100.0"/>
5244     #errors
5245     /input/@size;nninteger:syntax error;m
5246    
5247     #data
5248     <input xmlns="http://www.w3.org/1999/xhtml"
5249     type="text"
5250     size=" 4"/>
5251     #errors
5252     /input/@size;nninteger:syntax error;m
5253    
5254     #data
5255     <input xmlns="http://www.w3.org/1999/xhtml"
5256     type="text"
5257     size="55 "/>
5258     #errors
5259     /input/@size;nninteger:syntax error;m
5260    
5261     #data
5262     <input xmlns="http://www.w3.org/1999/xhtml"
5263     type="text"
5264     size="+43"/>
5265     #errors
5266     /input/@size;nninteger:syntax error;m
5267    
5268     #data
5269     <input xmlns="http://www.w3.org/1999/xhtml"
5270     type="text"
5271     size="4e5"/>
5272     #errors
5273     /input/@size;nninteger:syntax error;m
5274    
5275     #data
5276     <input xmlns="http://www.w3.org/1999/xhtml"
5277     type="text"
5278     size="4px"/>
5279     #errors
5280     /input/@size;nninteger:syntax error;m
5281    
5282     #data
5283     <input xmlns="http://www.w3.org/1999/xhtml"
5284     type="text"
5285     size="5em"/>
5286     #errors
5287     /input/@size;nninteger:syntax error;m
5288    
5289     #data
5290     <input xmlns="http://www.w3.org/1999/xhtml"
5291     type="email"
5292     size=""/>
5293     #errors
5294     /input/@size;nninteger:syntax error;m
5295    
5296     #data
5297     <input xmlns="http://www.w3.org/1999/xhtml"
5298     type="email"
5299     size="0"/>
5300     #errors
5301 wakaba 1.8 /input/@size;nninteger:out of range;m
5302 wakaba 1.6
5303     #data
5304     <input xmlns="http://www.w3.org/1999/xhtml"
5305 wakaba 1.12 type="email"
5306     size="1"/>
5307     #errors
5308    
5309     #data
5310     <input xmlns="http://www.w3.org/1999/xhtml"
5311     type="email"
5312     size="100"/>
5313     #errors
5314    
5315     #data
5316     <input xmlns="http://www.w3.org/1999/xhtml"
5317     type="email"
5318     size="000000010"/>
5319     #errors
5320    
5321     #data
5322     <input xmlns="http://www.w3.org/1999/xhtml"
5323     type="email"
5324     size="-0"/>
5325     #errors
5326     /input/@size;nninteger:syntax error;m
5327    
5328     #data
5329     <input xmlns="http://www.w3.org/1999/xhtml"
5330     type="email"
5331     size="-12"/>
5332     #errors
5333     /input/@size;nninteger:syntax error;m
5334    
5335     #data
5336     <input xmlns="http://www.w3.org/1999/xhtml"
5337     type="email"
5338     size="0.00"/>
5339     #errors
5340     /input/@size;nninteger:syntax error;m
5341    
5342     #data
5343     <input xmlns="http://www.w3.org/1999/xhtml"
5344     type="email"
5345     size="100.0"/>
5346     #errors
5347     /input/@size;nninteger:syntax error;m
5348    
5349     #data
5350     <input xmlns="http://www.w3.org/1999/xhtml"
5351     type="email"
5352     size=" 4"/>
5353     #errors
5354     /input/@size;nninteger:syntax error;m
5355    
5356     #data
5357     <input xmlns="http://www.w3.org/1999/xhtml"
5358     type="email"
5359     size="55 "/>
5360     #errors
5361     /input/@size;nninteger:syntax error;m
5362    
5363     #data
5364     <input xmlns="http://www.w3.org/1999/xhtml"
5365     type="email"
5366     size="+43"/>
5367     #errors
5368     /input/@size;nninteger:syntax error;m
5369    
5370     #data
5371     <input xmlns="http://www.w3.org/1999/xhtml"
5372     type="email"
5373     size="4e5"/>
5374     #errors
5375     /input/@size;nninteger:syntax error;m
5376    
5377     #data
5378     <input xmlns="http://www.w3.org/1999/xhtml"
5379     type="email"
5380     size="4px"/>
5381     #errors
5382     /input/@size;nninteger:syntax error;m
5383    
5384     #data
5385     <input xmlns="http://www.w3.org/1999/xhtml"
5386     type="email"
5387     size="5em"/>
5388     #errors
5389     /input/@size;nninteger:syntax error;m
5390    
5391     #data
5392     <input xmlns="http://www.w3.org/1999/xhtml"
5393     type="url"
5394     size=""/>
5395     #errors
5396     /input/@size;nninteger:syntax error;m
5397    
5398     #data
5399     <input xmlns="http://www.w3.org/1999/xhtml"
5400     type="url"
5401     size="0"/>
5402     #errors
5403     /input/@size;nninteger:out of range;m
5404    
5405     #data
5406     <input xmlns="http://www.w3.org/1999/xhtml"
5407     type="url"
5408 wakaba 1.6 size="1"/>
5409     #errors
5410    
5411     #data
5412     <input xmlns="http://www.w3.org/1999/xhtml"
5413 wakaba 1.12 type="url"
5414 wakaba 1.6 size="100"/>
5415     #errors
5416    
5417     #data
5418     <input xmlns="http://www.w3.org/1999/xhtml"
5419 wakaba 1.12 type="url"
5420 wakaba 1.6 size="000000010"/>
5421     #errors
5422    
5423     #data
5424     <input xmlns="http://www.w3.org/1999/xhtml"
5425 wakaba 1.12 type="url"
5426 wakaba 1.6 size="-0"/>
5427     #errors
5428     /input/@size;nninteger:syntax error;m
5429    
5430     #data
5431     <input xmlns="http://www.w3.org/1999/xhtml"
5432 wakaba 1.12 type="url"
5433 wakaba 1.6 size="-12"/>
5434     #errors
5435     /input/@size;nninteger:syntax error;m
5436    
5437     #data
5438     <input xmlns="http://www.w3.org/1999/xhtml"
5439 wakaba 1.12 type="url"
5440 wakaba 1.6 size="0.00"/>
5441     #errors
5442     /input/@size;nninteger:syntax error;m
5443    
5444     #data
5445     <input xmlns="http://www.w3.org/1999/xhtml"
5446 wakaba 1.12 type="url"
5447 wakaba 1.6 size="100.0"/>
5448     #errors
5449     /input/@size;nninteger:syntax error;m
5450    
5451     #data
5452     <input xmlns="http://www.w3.org/1999/xhtml"
5453 wakaba 1.12 type="url"
5454 wakaba 1.6 size=" 4"/>
5455     #errors
5456     /input/@size;nninteger:syntax error;m
5457    
5458     #data
5459     <input xmlns="http://www.w3.org/1999/xhtml"
5460 wakaba 1.12 type="url"
5461 wakaba 1.6 size="55 "/>
5462     #errors
5463     /input/@size;nninteger:syntax error;m
5464    
5465     #data
5466     <input xmlns="http://www.w3.org/1999/xhtml"
5467 wakaba 1.12 type="url"
5468 wakaba 1.6 size="+43"/>
5469     #errors
5470     /input/@size;nninteger:syntax error;m
5471    
5472     #data
5473     <input xmlns="http://www.w3.org/1999/xhtml"
5474 wakaba 1.12 type="url"
5475 wakaba 1.6 size="4e5"/>
5476     #errors
5477     /input/@size;nninteger:syntax error;m
5478    
5479     #data
5480     <input xmlns="http://www.w3.org/1999/xhtml"
5481 wakaba 1.12 type="url"
5482 wakaba 1.6 size="4px"/>
5483     #errors
5484     /input/@size;nninteger:syntax error;m
5485    
5486     #data
5487     <input xmlns="http://www.w3.org/1999/xhtml"
5488 wakaba 1.12 type="url"
5489 wakaba 1.6 size="5em"/>
5490     #errors
5491     /input/@size;nninteger:syntax error;m
5492    
5493     #data
5494     <input xmlns="http://www.w3.org/1999/xhtml"
5495 wakaba 1.12 type="search"
5496 wakaba 1.6 size=""/>
5497     #errors
5498     /input/@size;nninteger:syntax error;m
5499    
5500     #data
5501     <input xmlns="http://www.w3.org/1999/xhtml"
5502 wakaba 1.12 type="search"
5503 wakaba 1.6 size="0"/>
5504     #errors
5505 wakaba 1.8 /input/@size;nninteger:out of range;m
5506 wakaba 1.6
5507     #data
5508     <input xmlns="http://www.w3.org/1999/xhtml"
5509 wakaba 1.12 type="search"
5510 wakaba 1.6 size="1"/>
5511     #errors
5512    
5513     #data
5514     <input xmlns="http://www.w3.org/1999/xhtml"
5515 wakaba 1.12 type="search"
5516 wakaba 1.6 size="100"/>
5517     #errors
5518    
5519     #data
5520     <input xmlns="http://www.w3.org/1999/xhtml"
5521 wakaba 1.12 type="search"
5522 wakaba 1.6 size="000000010"/>
5523     #errors
5524    
5525     #data
5526     <input xmlns="http://www.w3.org/1999/xhtml"
5527 wakaba 1.12 type="search"
5528 wakaba 1.6 size="-0"/>
5529     #errors
5530     /input/@size;nninteger:syntax error;m
5531    
5532     #data
5533     <input xmlns="http://www.w3.org/1999/xhtml"
5534 wakaba 1.12 type="search"
5535 wakaba 1.6 size="-12"/>
5536     #errors
5537     /input/@size;nninteger:syntax error;m
5538    
5539     #data
5540     <input xmlns="http://www.w3.org/1999/xhtml"
5541 wakaba 1.12 type="search"
5542 wakaba 1.6 size="0.00"/>
5543     #errors
5544     /input/@size;nninteger:syntax error;m
5545    
5546     #data
5547     <input xmlns="http://www.w3.org/1999/xhtml"
5548 wakaba 1.12 type="search"
5549 wakaba 1.6 size="100.0"/>
5550     #errors
5551     /input/@size;nninteger:syntax error;m
5552    
5553     #data
5554     <input xmlns="http://www.w3.org/1999/xhtml"
5555 wakaba 1.12 type="search"
5556 wakaba 1.6 size=" 4"/>
5557     #errors
5558     /input/@size;nninteger:syntax error;m
5559    
5560     #data
5561     <input xmlns="http://www.w3.org/1999/xhtml"
5562 wakaba 1.12 type="search"
5563 wakaba 1.6 size="55 "/>
5564     #errors
5565     /input/@size;nninteger:syntax error;m
5566    
5567     #data
5568     <input xmlns="http://www.w3.org/1999/xhtml"
5569 wakaba 1.12 type="search"
5570 wakaba 1.6 size="+43"/>
5571     #errors
5572     /input/@size;nninteger:syntax error;m
5573    
5574     #data
5575     <input xmlns="http://www.w3.org/1999/xhtml"
5576 wakaba 1.12 type="search"
5577 wakaba 1.6 size="4e5"/>
5578     #errors
5579     /input/@size;nninteger:syntax error;m
5580    
5581     #data
5582     <input xmlns="http://www.w3.org/1999/xhtml"
5583 wakaba 1.12 type="search"
5584 wakaba 1.6 size="4px"/>
5585     #errors
5586     /input/@size;nninteger:syntax error;m
5587    
5588     #data
5589     <input xmlns="http://www.w3.org/1999/xhtml"
5590 wakaba 1.12 type="search"
5591 wakaba 1.6 size="5em"/>
5592     #errors
5593     /input/@size;nninteger:syntax error;m
5594    
5595     #data
5596     <input xmlns="http://www.w3.org/1999/xhtml"
5597     type="password"
5598     size=""/>
5599     #errors
5600     /input/@size;nninteger:syntax error;m
5601    
5602     #data
5603     <input xmlns="http://www.w3.org/1999/xhtml"
5604     type="password"
5605     size="0"/>
5606     #errors
5607 wakaba 1.8 /input/@size;nninteger:out of range;m
5608 wakaba 1.6
5609     #data
5610     <input xmlns="http://www.w3.org/1999/xhtml"
5611     type="password"
5612     size="1"/>
5613     #errors
5614    
5615     #data
5616     <input xmlns="http://www.w3.org/1999/xhtml"
5617     type="password"
5618     size="100"/>
5619     #errors
5620    
5621     #data
5622     <input xmlns="http://www.w3.org/1999/xhtml"
5623     type="password"
5624     size="000000010"/>
5625     #errors
5626    
5627     #data
5628     <input xmlns="http://www.w3.org/1999/xhtml"
5629     type="password"
5630     size="-0"/>
5631     #errors
5632     /input/@size;nninteger:syntax error;m
5633    
5634     #data
5635     <input xmlns="http://www.w3.org/1999/xhtml"
5636     type="password"
5637     size="-12"/>
5638     #errors
5639     /input/@size;nninteger:syntax error;m
5640    
5641     #data
5642     <input xmlns="http://www.w3.org/1999/xhtml"
5643     type="password"
5644     size="0.00"/>
5645     #errors
5646     /input/@size;nninteger:syntax error;m
5647    
5648     #data
5649     <input xmlns="http://www.w3.org/1999/xhtml"
5650     type="password"
5651     size="100.0"/>
5652     #errors
5653     /input/@size;nninteger:syntax error;m
5654    
5655     #data
5656     <input xmlns="http://www.w3.org/1999/xhtml"
5657     type="password"
5658     size=" 4"/>
5659     #errors
5660     /input/@size;nninteger:syntax error;m
5661    
5662     #data
5663     <input xmlns="http://www.w3.org/1999/xhtml"
5664     type="password"
5665     size="55 "/>
5666     #errors
5667     /input/@size;nninteger:syntax error;m
5668    
5669     #data
5670     <input xmlns="http://www.w3.org/1999/xhtml"
5671     type="password"
5672     size="+43"/>
5673     #errors
5674     /input/@size;nninteger:syntax error;m
5675    
5676     #data
5677     <input xmlns="http://www.w3.org/1999/xhtml"
5678     type="password"
5679     size="4e5"/>
5680     #errors
5681     /input/@size;nninteger:syntax error;m
5682    
5683     #data
5684     <input xmlns="http://www.w3.org/1999/xhtml"
5685     type="password"
5686     size="4px"/>
5687     #errors
5688     /input/@size;nninteger:syntax error;m
5689    
5690     #data
5691     <input xmlns="http://www.w3.org/1999/xhtml"
5692     type="password"
5693     size="5em"/>
5694     #errors
5695     /input/@size;nninteger:syntax error;m
5696 wakaba 1.7
5697     #data
5698     <input xmlns="http://www.w3.org/1999/xhtml"
5699     type="text"
5700     required=""/>
5701     #errors
5702    
5703     #data
5704     <input xmlns="http://www.w3.org/1999/xhtml"
5705     type="text"
5706     required="required"/>
5707     #errors
5708    
5709     #data
5710     <input xmlns="http://www.w3.org/1999/xhtml"
5711     type="text"
5712     required="Required"/>
5713     #errors
5714    
5715     #data
5716     <input xmlns="http://www.w3.org/1999/xhtml"
5717     type="text"
5718     required="RequireD"/>
5719     #errors
5720    
5721     #data
5722     <input xmlns="http://www.w3.org/1999/xhtml"
5723     type="text"
5724     required="required "/>
5725     #errors
5726     /input/@required;boolean:invalid;m
5727    
5728     #data
5729     <input xmlns="http://www.w3.org/1999/xhtml"
5730     type="text"
5731     required=" required"/>
5732     #errors
5733     /input/@required;boolean:invalid;m
5734    
5735     #data
5736     <input xmlns="http://www.w3.org/1999/xhtml"
5737     type="text"
5738     required="yes"/>
5739     #errors
5740     /input/@required;boolean:invalid;m
5741    
5742     #data
5743     <input xmlns="http://www.w3.org/1999/xhtml"
5744     type="text"
5745     required="true"/>
5746     #errors
5747     /input/@required;boolean:invalid;m
5748    
5749     #data
5750     <input xmlns="http://www.w3.org/1999/xhtml"
5751     type="text"
5752     required="off"/>
5753     #errors
5754     /input/@required;boolean:invalid;m
5755    
5756     #data
5757     <input xmlns="http://www.w3.org/1999/xhtml"
5758     type="email"
5759     required=""/>
5760     #errors
5761    
5762     #data
5763     <input xmlns="http://www.w3.org/1999/xhtml"
5764     type="email"
5765     required="required"/>
5766     #errors
5767    
5768     #data
5769     <input xmlns="http://www.w3.org/1999/xhtml"
5770     type="email"
5771     required="Required"/>
5772     #errors
5773    
5774     #data
5775     <input xmlns="http://www.w3.org/1999/xhtml"
5776     type="email"
5777     required="RequireD"/>
5778     #errors
5779    
5780     #data
5781     <input xmlns="http://www.w3.org/1999/xhtml"
5782     type="email"
5783     required="required "/>
5784     #errors
5785     /input/@required;boolean:invalid;m
5786    
5787     #data
5788     <input xmlns="http://www.w3.org/1999/xhtml"
5789     type="email"
5790     required=" required"/>
5791     #errors
5792     /input/@required;boolean:invalid;m
5793    
5794     #data
5795     <input xmlns="http://www.w3.org/1999/xhtml"
5796     type="email"
5797     required="yes"/>
5798     #errors
5799     /input/@required;boolean:invalid;m
5800    
5801     #data
5802     <input xmlns="http://www.w3.org/1999/xhtml"
5803     type="email"
5804     required="true"/>
5805     #errors
5806     /input/@required;boolean:invalid;m
5807    
5808     #data
5809     <input xmlns="http://www.w3.org/1999/xhtml"
5810     type="email"
5811     required="off"/>
5812     #errors
5813     /input/@required;boolean:invalid;m
5814    
5815     #data
5816     <input xmlns="http://www.w3.org/1999/xhtml"
5817     type="url"
5818     required=""/>
5819     #errors
5820    
5821     #data
5822     <input xmlns="http://www.w3.org/1999/xhtml"
5823     type="url"
5824     required="required"/>
5825     #errors
5826    
5827     #data
5828     <input xmlns="http://www.w3.org/1999/xhtml"
5829     type="url"
5830     required="Required"/>
5831     #errors
5832    
5833     #data
5834     <input xmlns="http://www.w3.org/1999/xhtml"
5835     type="url"
5836     required="RequireD"/>
5837     #errors
5838    
5839     #data
5840     <input xmlns="http://www.w3.org/1999/xhtml"
5841     type="url"
5842     required="required "/>
5843     #errors
5844     /input/@required;boolean:invalid;m
5845    
5846     #data
5847     <input xmlns="http://www.w3.org/1999/xhtml"
5848     type="url"
5849     required=" required"/>
5850     #errors
5851     /input/@required;boolean:invalid;m
5852    
5853     #data
5854     <input xmlns="http://www.w3.org/1999/xhtml"
5855     type="url"
5856     required="yes"/>
5857     #errors
5858     /input/@required;boolean:invalid;m
5859    
5860     #data
5861     <input xmlns="http://www.w3.org/1999/xhtml"
5862     type="url"
5863     required="true"/>
5864     #errors
5865     /input/@required;boolean:invalid;m
5866    
5867     #data
5868     <input xmlns="http://www.w3.org/1999/xhtml"
5869     type="url"
5870     required="off"/>
5871     #errors
5872     /input/@required;boolean:invalid;m
5873    
5874     #data
5875     <input xmlns="http://www.w3.org/1999/xhtml"
5876 wakaba 1.12 type="search"
5877     required=""/>
5878     #errors
5879    
5880     #data
5881     <input xmlns="http://www.w3.org/1999/xhtml"
5882     type="search"
5883     required="required"/>
5884     #errors
5885    
5886     #data
5887     <input xmlns="http://www.w3.org/1999/xhtml"
5888     type="search"
5889     required="Required"/>
5890     #errors
5891    
5892     #data
5893     <input xmlns="http://www.w3.org/1999/xhtml"
5894     type="search"
5895     required="RequireD"/>
5896     #errors
5897    
5898     #data
5899     <input xmlns="http://www.w3.org/1999/xhtml"
5900     type="search"
5901     required="required "/>
5902     #errors
5903     /input/@required;boolean:invalid;m
5904    
5905     #data
5906     <input xmlns="http://www.w3.org/1999/xhtml"
5907     type="search"
5908     required=" required"/>
5909     #errors
5910     /input/@required;boolean:invalid;m
5911    
5912     #data
5913     <input xmlns="http://www.w3.org/1999/xhtml"
5914     type="search"
5915     required="yes"/>
5916     #errors
5917     /input/@required;boolean:invalid;m
5918    
5919     #data
5920     <input xmlns="http://www.w3.org/1999/xhtml"
5921     type="search"
5922     required="true"/>
5923     #errors
5924     /input/@required;boolean:invalid;m
5925    
5926     #data
5927     <input xmlns="http://www.w3.org/1999/xhtml"
5928     type="search"
5929     required="off"/>
5930     #errors
5931     /input/@required;boolean:invalid;m
5932    
5933     #data
5934     <input xmlns="http://www.w3.org/1999/xhtml"
5935 wakaba 1.7 type="password"
5936     required=""/>
5937     #errors
5938    
5939     #data
5940     <input xmlns="http://www.w3.org/1999/xhtml"
5941     type="password"
5942     required="required"/>
5943     #errors
5944    
5945     #data
5946     <input xmlns="http://www.w3.org/1999/xhtml"
5947     type="password"
5948     required="Required"/>
5949     #errors
5950    
5951     #data
5952     <input xmlns="http://www.w3.org/1999/xhtml"
5953     type="password"
5954     required="RequireD"/>
5955     #errors
5956    
5957     #data
5958     <input xmlns="http://www.w3.org/1999/xhtml"
5959     type="password"
5960     required="required "/>
5961     #errors
5962     /input/@required;boolean:invalid;m
5963    
5964     #data
5965     <input xmlns="http://www.w3.org/1999/xhtml"
5966     type="password"
5967     required=" required"/>
5968     #errors
5969     /input/@required;boolean:invalid;m
5970    
5971     #data
5972     <input xmlns="http://www.w3.org/1999/xhtml"
5973     type="password"
5974     required="yes"/>
5975     #errors
5976     /input/@required;boolean:invalid;m
5977    
5978     #data
5979     <input xmlns="http://www.w3.org/1999/xhtml"
5980     type="password"
5981     required="true"/>
5982     #errors
5983     /input/@required;boolean:invalid;m
5984    
5985     #data
5986     <input xmlns="http://www.w3.org/1999/xhtml"
5987     type="password"
5988     required="off"/>
5989     #errors
5990     /input/@required;boolean:invalid;m
5991    
5992     #data
5993     <input xmlns="http://www.w3.org/1999/xhtml"
5994     type="datetime"
5995     required=""/>
5996     #errors
5997    
5998     #data
5999     <input xmlns="http://www.w3.org/1999/xhtml"
6000     type="datetime"
6001     required="required"/>
6002     #errors
6003    
6004     #data
6005     <input xmlns="http://www.w3.org/1999/xhtml"
6006     type="datetime"
6007     required="Required"/>
6008     #errors
6009    
6010     #data
6011     <input xmlns="http://www.w3.org/1999/xhtml"
6012     type="datetime"
6013     required="RequireD"/>
6014     #errors
6015    
6016     #data
6017     <input xmlns="http://www.w3.org/1999/xhtml"
6018     type="datetime"
6019     required="required "/>
6020     #errors
6021     /input/@required;boolean:invalid;m
6022    
6023     #data
6024     <input xmlns="http://www.w3.org/1999/xhtml"
6025     type="datetime"
6026     required=" required"/>
6027     #errors
6028     /input/@required;boolean:invalid;m
6029    
6030     #data
6031     <input xmlns="http://www.w3.org/1999/xhtml"
6032     type="datetime"
6033     required="yes"/>
6034     #errors
6035     /input/@required;boolean:invalid;m
6036    
6037     #data
6038     <input xmlns="http://www.w3.org/1999/xhtml"
6039     type="datetime"
6040     required="true"/>
6041     #errors
6042     /input/@required;boolean:invalid;m
6043    
6044     #data
6045     <input xmlns="http://www.w3.org/1999/xhtml"
6046     type="datetime"
6047     required="off"/>
6048     #errors
6049     /input/@required;boolean:invalid;m
6050    
6051     #data
6052     <input xmlns="http://www.w3.org/1999/xhtml"
6053     type="date"
6054     required=""/>
6055     #errors
6056    
6057     #data
6058     <input xmlns="http://www.w3.org/1999/xhtml"
6059     type="date"
6060     required="required"/>
6061     #errors
6062    
6063     #data
6064     <input xmlns="http://www.w3.org/1999/xhtml"
6065     type="date"
6066     required="Required"/>
6067     #errors
6068    
6069     #data
6070     <input xmlns="http://www.w3.org/1999/xhtml"
6071     type="date"
6072     required="RequireD"/>
6073     #errors
6074    
6075     #data
6076     <input xmlns="http://www.w3.org/1999/xhtml"
6077     type="date"
6078     required="required "/>
6079     #errors
6080     /input/@required;boolean:invalid;m
6081    
6082     #data
6083     <input xmlns="http://www.w3.org/1999/xhtml"
6084     type="date"
6085     required=" required"/>
6086     #errors
6087     /input/@required;boolean:invalid;m
6088    
6089     #data
6090     <input xmlns="http://www.w3.org/1999/xhtml"
6091     type="date"
6092     required="yes"/>
6093     #errors
6094     /input/@required;boolean:invalid;m
6095    
6096     #data
6097     <input xmlns="http://www.w3.org/1999/xhtml"
6098     type="date"
6099     required="true"/>
6100     #errors
6101     /input/@required;boolean:invalid;m
6102    
6103     #data
6104     <input xmlns="http://www.w3.org/1999/xhtml"
6105     type="date"
6106     required="off"/>
6107     #errors
6108     /input/@required;boolean:invalid;m
6109    
6110     #data
6111     <input xmlns="http://www.w3.org/1999/xhtml"
6112     type="month"
6113     required=""/>
6114     #errors
6115    
6116     #data
6117     <input xmlns="http://www.w3.org/1999/xhtml"
6118     type="month"
6119     required="required"/>
6120     #errors
6121    
6122     #data
6123     <input xmlns="http://www.w3.org/1999/xhtml"
6124     type="month"
6125     required="Required"/>
6126     #errors
6127    
6128     #data
6129     <input xmlns="http://www.w3.org/1999/xhtml"
6130     type="month"
6131     required="RequireD"/>
6132     #errors
6133    
6134     #data
6135     <input xmlns="http://www.w3.org/1999/xhtml"
6136     type="month"
6137     required="required "/>
6138     #errors
6139     /input/@required;boolean:invalid;m
6140    
6141     #data
6142     <input xmlns="http://www.w3.org/1999/xhtml"
6143     type="month"
6144     required=" required"/>
6145     #errors
6146     /input/@required;boolean:invalid;m
6147    
6148     #data
6149     <input xmlns="http://www.w3.org/1999/xhtml"
6150     type="month"
6151     required="yes"/>
6152     #errors
6153     /input/@required;boolean:invalid;m
6154    
6155     #data
6156     <input xmlns="http://www.w3.org/1999/xhtml"
6157     type="month"
6158     required="true"/>
6159     #errors
6160     /input/@required;boolean:invalid;m
6161    
6162     #data
6163     <input xmlns="http://www.w3.org/1999/xhtml"
6164     type="month"
6165     required="off"/>
6166     #errors
6167     /input/@required;boolean:invalid;m
6168    
6169     #data
6170     <input xmlns="http://www.w3.org/1999/xhtml"
6171     type="week"
6172     required=""/>
6173     #errors
6174    
6175     #data
6176     <input xmlns="http://www.w3.org/1999/xhtml"
6177     type="week"
6178     required="required"/>
6179     #errors
6180    
6181     #data
6182     <input xmlns="http://www.w3.org/1999/xhtml"
6183     type="week"
6184     required="Required"/>
6185     #errors
6186    
6187     #data
6188     <input xmlns="http://www.w3.org/1999/xhtml"
6189     type="week"
6190     required="RequireD"/>
6191     #errors
6192    
6193     #data
6194     <input xmlns="http://www.w3.org/1999/xhtml"
6195     type="week"
6196     required="required "/>
6197     #errors
6198     /input/@required;boolean:invalid;m
6199    
6200     #data
6201     <input xmlns="http://www.w3.org/1999/xhtml"
6202     type="week"
6203     required=" required"/>
6204     #errors
6205     /input/@required;boolean:invalid;m
6206    
6207     #data
6208     <input xmlns="http://www.w3.org/1999/xhtml"
6209     type="week"
6210     required="yes"/>
6211     #errors
6212     /input/@required;boolean:invalid;m
6213    
6214     #data
6215     <input xmlns="http://www.w3.org/1999/xhtml"
6216     type="week"
6217     required="true"/>
6218     #errors
6219     /input/@required;boolean:invalid;m
6220    
6221     #data
6222     <input xmlns="http://www.w3.org/1999/xhtml"
6223     type="week"
6224     required="off"/>
6225     #errors
6226     /input/@required;boolean:invalid;m
6227    
6228     #data
6229     <input xmlns="http://www.w3.org/1999/xhtml"
6230     type="time"
6231     required=""/>
6232     #errors
6233    
6234     #data
6235     <input xmlns="http://www.w3.org/1999/xhtml"
6236     type="time"
6237     required="required"/>
6238     #errors
6239    
6240     #data
6241     <input xmlns="http://www.w3.org/1999/xhtml"
6242     type="time"
6243     required="Required"/>
6244     #errors
6245    
6246     #data
6247     <input xmlns="http://www.w3.org/1999/xhtml"
6248     type="time"
6249     required="RequireD"/>
6250     #errors
6251    
6252     #data
6253     <input xmlns="http://www.w3.org/1999/xhtml"
6254     type="time"
6255     required="required "/>
6256     #errors
6257     /input/@required;boolean:invalid;m
6258    
6259     #data
6260     <input xmlns="http://www.w3.org/1999/xhtml"
6261     type="time"
6262     required=" required"/>
6263     #errors
6264     /input/@required;boolean:invalid;m
6265    
6266     #data
6267     <input xmlns="http://www.w3.org/1999/xhtml"
6268     type="time"
6269     required="yes"/>
6270     #errors
6271     /input/@required;boolean:invalid;m
6272    
6273     #data
6274     <input xmlns="http://www.w3.org/1999/xhtml"
6275     type="time"
6276     required="true"/>
6277     #errors
6278     /input/@required;boolean:invalid;m
6279    
6280     #data
6281     <input xmlns="http://www.w3.org/1999/xhtml"
6282     type="time"
6283     required="off"/>
6284     #errors
6285     /input/@required;boolean:invalid;m
6286    
6287     #data
6288     <input xmlns="http://www.w3.org/1999/xhtml"
6289     type="datetime-local"
6290     required=""/>
6291     #errors
6292    
6293     #data
6294     <input xmlns="http://www.w3.org/1999/xhtml"
6295     type="datetime-local"
6296     required="required"/>
6297     #errors
6298    
6299     #data
6300     <input xmlns="http://www.w3.org/1999/xhtml"
6301     type="datetime-local"
6302     required="Required"/>
6303     #errors
6304    
6305     #data
6306     <input xmlns="http://www.w3.org/1999/xhtml"
6307     type="datetime-local"
6308     required="RequireD"/>
6309     #errors
6310    
6311     #data
6312     <input xmlns="http://www.w3.org/1999/xhtml"
6313     type="datetime-local"
6314     required="required "/>
6315     #errors
6316     /input/@required;boolean:invalid;m
6317    
6318     #data
6319     <input xmlns="http://www.w3.org/1999/xhtml"
6320     type="datetime-local"
6321     required=" required"/>
6322     #errors
6323     /input/@required;boolean:invalid;m
6324    
6325     #data
6326     <input xmlns="http://www.w3.org/1999/xhtml"
6327     type="datetime-local"
6328     required="yes"/>
6329     #errors
6330     /input/@required;boolean:invalid;m
6331    
6332     #data
6333     <input xmlns="http://www.w3.org/1999/xhtml"
6334     type="datetime-local"
6335     required="true"/>
6336     #errors
6337     /input/@required;boolean:invalid;m
6338    
6339     #data
6340     <input xmlns="http://www.w3.org/1999/xhtml"
6341     type="datetime-local"
6342     required="off"/>
6343     #errors
6344     /input/@required;boolean:invalid;m
6345    
6346     #data
6347     <input xmlns="http://www.w3.org/1999/xhtml"
6348     type="number"
6349     required=""/>
6350     #errors
6351    
6352     #data
6353     <input xmlns="http://www.w3.org/1999/xhtml"
6354     type="number"
6355     required="required"/>
6356     #errors
6357    
6358     #data
6359     <input xmlns="http://www.w3.org/1999/xhtml"
6360     type="number"
6361     required="Required"/>
6362     #errors
6363    
6364     #data
6365     <input xmlns="http://www.w3.org/1999/xhtml"
6366     type="number"
6367     required="RequireD"/>
6368     #errors
6369    
6370     #data
6371     <input xmlns="http://www.w3.org/1999/xhtml"
6372     type="number"
6373     required="required "/>
6374     #errors
6375     /input/@required;boolean:invalid;m
6376    
6377     #data
6378     <input xmlns="http://www.w3.org/1999/xhtml"
6379     type="number"
6380     required=" required"/>
6381     #errors
6382     /input/@required;boolean:invalid;m
6383    
6384     #data
6385     <input xmlns="http://www.w3.org/1999/xhtml"
6386     type="number"
6387     required="yes"/>
6388     #errors
6389     /input/@required;boolean:invalid;m
6390    
6391     #data
6392     <input xmlns="http://www.w3.org/1999/xhtml"
6393     type="number"
6394     required="true"/>
6395     #errors
6396     /input/@required;boolean:invalid;m
6397    
6398     #data
6399     <input xmlns="http://www.w3.org/1999/xhtml"
6400     type="number"
6401     required="off"/>
6402     #errors
6403     /input/@required;boolean:invalid;m
6404    
6405     #data
6406     <input xmlns="http://www.w3.org/1999/xhtml"
6407     type="checkbox"
6408     required=""/>
6409     #errors
6410    
6411     #data
6412     <input xmlns="http://www.w3.org/1999/xhtml"
6413     type="checkbox"
6414     required="required"/>
6415     #errors
6416    
6417     #data
6418     <input xmlns="http://www.w3.org/1999/xhtml"
6419     type="checkbox"
6420     required="Required"/>
6421     #errors
6422    
6423     #data
6424     <input xmlns="http://www.w3.org/1999/xhtml"
6425     type="checkbox"
6426     required="RequireD"/>
6427     #errors
6428    
6429     #data
6430     <input xmlns="http://www.w3.org/1999/xhtml"
6431     type="checkbox"
6432     required="required "/>
6433     #errors
6434     /input/@required;boolean:invalid;m
6435    
6436     #data
6437     <input xmlns="http://www.w3.org/1999/xhtml"
6438     type="checkbox"
6439     required=" required"/>
6440     #errors
6441     /input/@required;boolean:invalid;m
6442    
6443     #data
6444     <input xmlns="http://www.w3.org/1999/xhtml"
6445     type="checkbox"
6446     required="yes"/>
6447     #errors
6448     /input/@required;boolean:invalid;m
6449    
6450     #data
6451     <input xmlns="http://www.w3.org/1999/xhtml"
6452     type="checkbox"
6453     required="true"/>
6454     #errors
6455     /input/@required;boolean:invalid;m
6456    
6457     #data
6458     <input xmlns="http://www.w3.org/1999/xhtml"
6459     type="checkbox"
6460     required="off"/>
6461     #errors
6462     /input/@required;boolean:invalid;m
6463    
6464     #data
6465     <input xmlns="http://www.w3.org/1999/xhtml"
6466     type="radio"
6467     required=""/>
6468     #errors
6469    
6470     #data
6471     <input xmlns="http://www.w3.org/1999/xhtml"
6472     type="radio"
6473     required="required"/>
6474     #errors
6475    
6476     #data
6477     <input xmlns="http://www.w3.org/1999/xhtml"
6478     type="radio"
6479     required="Required"/>
6480     #errors
6481    
6482     #data
6483     <input xmlns="http://www.w3.org/1999/xhtml"
6484     type="radio"
6485     required="RequireD"/>
6486     #errors
6487    
6488     #data
6489     <input xmlns="http://www.w3.org/1999/xhtml"
6490     type="radio"
6491     required="required "/>
6492     #errors
6493     /input/@required;boolean:invalid;m
6494    
6495     #data
6496     <input xmlns="http://www.w3.org/1999/xhtml"
6497     type="radio"
6498     required=" required"/>
6499     #errors
6500     /input/@required;boolean:invalid;m
6501    
6502     #data
6503     <input xmlns="http://www.w3.org/1999/xhtml"
6504     type="radio"
6505     required="yes"/>
6506     #errors
6507     /input/@required;boolean:invalid;m
6508    
6509     #data
6510     <input xmlns="http://www.w3.org/1999/xhtml"
6511     type="radio"
6512     required="true"/>
6513     #errors
6514     /input/@required;boolean:invalid;m
6515    
6516     #data
6517     <input xmlns="http://www.w3.org/1999/xhtml"
6518     type="radio"
6519     required="off"/>
6520     #errors
6521     /input/@required;boolean:invalid;m
6522    
6523     #data
6524     <input xmlns="http://www.w3.org/1999/xhtml"
6525     type="file"
6526     required=""/>
6527     #errors
6528    
6529     #data
6530     <input xmlns="http://www.w3.org/1999/xhtml"
6531     type="file"
6532     required="required"/>
6533     #errors
6534    
6535     #data
6536     <input xmlns="http://www.w3.org/1999/xhtml"
6537     type="file"
6538     required="Required"/>
6539     #errors
6540    
6541     #data
6542     <input xmlns="http://www.w3.org/1999/xhtml"
6543     type="file"
6544     required="RequireD"/>
6545     #errors
6546    
6547     #data
6548     <input xmlns="http://www.w3.org/1999/xhtml"
6549     type="file"
6550     required="required "/>
6551     #errors
6552     /input/@required;boolean:invalid;m
6553    
6554     #data
6555     <input xmlns="http://www.w3.org/1999/xhtml"
6556     type="file"
6557     required=" required"/>
6558     #errors
6559     /input/@required;boolean:invalid;m
6560    
6561     #data
6562     <input xmlns="http://www.w3.org/1999/xhtml"
6563     type="file"
6564     required="yes"/>
6565     #errors
6566     /input/@required;boolean:invalid;m
6567    
6568     #data
6569     <input xmlns="http://www.w3.org/1999/xhtml"
6570     type="file"
6571     required="true"/>
6572     #errors
6573     /input/@required;boolean:invalid;m
6574    
6575     #data
6576     <input xmlns="http://www.w3.org/1999/xhtml"
6577     type="file"
6578     required="off"/>
6579     #errors
6580     /input/@required;boolean:invalid;m
6581 wakaba 1.8
6582     #data
6583     <input xmlns="http://www.w3.org/1999/xhtml"
6584     type="text"
6585     maxlength=""/>
6586     #errors
6587     /input/@maxlength;nninteger:syntax error;m
6588    
6589     #data
6590     <input xmlns="http://www.w3.org/1999/xhtml"
6591     type="text"
6592     maxlength="0"/>
6593     #errors
6594    
6595     #data
6596     <input xmlns="http://www.w3.org/1999/xhtml"
6597     type="text"
6598     maxlength="1"/>
6599     #errors
6600    
6601     #data
6602     <input xmlns="http://www.w3.org/1999/xhtml"
6603     type="text"
6604     maxlength="100"/>
6605     #errors
6606    
6607     #data
6608     <input xmlns="http://www.w3.org/1999/xhtml"
6609     type="text"
6610     maxlength="000000010"/>
6611     #errors
6612    
6613     #data
6614     <input xmlns="http://www.w3.org/1999/xhtml"
6615     type="text"
6616     maxlength="-0"/>
6617     #errors
6618     /input/@maxlength;nninteger:syntax error;m
6619    
6620     #data
6621     <input xmlns="http://www.w3.org/1999/xhtml"
6622     type="text"
6623     maxlength="-12"/>
6624     #errors
6625     /input/@maxlength;nninteger:syntax error;m
6626    
6627     #data
6628     <input xmlns="http://www.w3.org/1999/xhtml"
6629     type="text"
6630     maxlength="0.00"/>
6631     #errors
6632     /input/@maxlength;nninteger:syntax error;m
6633    
6634     #data
6635     <input xmlns="http://www.w3.org/1999/xhtml"
6636     type="text"
6637     maxlength="100.0"/>
6638     #errors
6639     /input/@maxlength;nninteger:syntax error;m
6640    
6641     #data
6642     <input xmlns="http://www.w3.org/1999/xhtml"
6643     type="text"
6644     maxlength=" 4"/>
6645     #errors
6646     /input/@maxlength;nninteger:syntax error;m
6647    
6648     #data
6649     <input xmlns="http://www.w3.org/1999/xhtml"
6650     type="text"
6651     maxlength="55 "/>
6652     #errors
6653     /input/@maxlength;nninteger:syntax error;m
6654    
6655     #data
6656     <input xmlns="http://www.w3.org/1999/xhtml"
6657     type="text"
6658     maxlength="+43"/>
6659     #errors
6660     /input/@maxlength;nninteger:syntax error;m
6661    
6662     #data
6663     <input xmlns="http://www.w3.org/1999/xhtml"
6664     type="text"
6665     maxlength="4e5"/>
6666     #errors
6667     /input/@maxlength;nninteger:syntax error;m
6668    
6669     #data
6670     <input xmlns="http://www.w3.org/1999/xhtml"
6671     type="text"
6672     maxlength="4px"/>
6673     #errors
6674     /input/@maxlength;nninteger:syntax error;m
6675    
6676     #data
6677     <input xmlns="http://www.w3.org/1999/xhtml"
6678     type="text"
6679     maxlength="5em"/>
6680     #errors
6681     /input/@maxlength;nninteger:syntax error;m
6682    
6683     #data
6684     <input xmlns="http://www.w3.org/1999/xhtml"
6685     type="email"
6686     maxlength=""/>
6687     #errors
6688     /input/@maxlength;nninteger:syntax error;m
6689    
6690     #data
6691     <input xmlns="http://www.w3.org/1999/xhtml"
6692     type="email"
6693     maxlength="0"/>
6694     #errors
6695    
6696     #data
6697     <input xmlns="http://www.w3.org/1999/xhtml"
6698     type="email"
6699     maxlength="1"/>
6700     #errors
6701    
6702     #data
6703     <input xmlns="http://www.w3.org/1999/xhtml"
6704     type="email"
6705     maxlength="100"/>
6706     #errors
6707    
6708     #data
6709     <input xmlns="http://www.w3.org/1999/xhtml"
6710     type="email"
6711     maxlength="000000010"/>
6712     #errors
6713    
6714     #data
6715     <input xmlns="http://www.w3.org/1999/xhtml"
6716     type="email"
6717     maxlength="-0"/>
6718     #errors
6719     /input/@maxlength;nninteger:syntax error;m
6720    
6721     #data
6722     <input xmlns="http://www.w3.org/1999/xhtml"
6723     type="email"
6724     maxlength="-12"/>
6725     #errors
6726     /input/@maxlength;nninteger:syntax error;m
6727    
6728     #data
6729     <input xmlns="http://www.w3.org/1999/xhtml"
6730     type="email"
6731     maxlength="0.00"/>
6732     #errors
6733     /input/@maxlength;nninteger:syntax error;m
6734    
6735     #data
6736     <input xmlns="http://www.w3.org/1999/xhtml"
6737     type="email"
6738     maxlength="100.0"/>
6739     #errors
6740     /input/@maxlength;nninteger:syntax error;m
6741    
6742     #data
6743     <input xmlns="http://www.w3.org/1999/xhtml"
6744     type="email"
6745     maxlength=" 4"/>
6746     #errors
6747     /input/@maxlength;nninteger:syntax error;m
6748    
6749     #data
6750     <input xmlns="http://www.w3.org/1999/xhtml"
6751     type="email"
6752     maxlength="55 "/>
6753     #errors
6754     /input/@maxlength;nninteger:syntax error;m
6755    
6756     #data
6757     <input xmlns="http://www.w3.org/1999/xhtml"
6758     type="email"
6759     maxlength="+43"/>
6760     #errors
6761     /input/@maxlength;nninteger:syntax error;m
6762    
6763     #data
6764     <input xmlns="http://www.w3.org/1999/xhtml"
6765     type="email"
6766     maxlength="4e5"/>
6767     #errors
6768     /input/@maxlength;nninteger:syntax error;m
6769    
6770     #data
6771     <input xmlns="http://www.w3.org/1999/xhtml"
6772     type="email"
6773     maxlength="4px"/>
6774     #errors
6775     /input/@maxlength;nninteger:syntax error;m
6776    
6777     #data
6778     <input xmlns="http://www.w3.org/1999/xhtml"
6779     type="email"
6780     maxlength="5em"/>
6781     #errors
6782     /input/@maxlength;nninteger:syntax error;m
6783    
6784     #data
6785     <input xmlns="http://www.w3.org/1999/xhtml"
6786     type="url"
6787     maxlength=""/>
6788     #errors
6789     /input/@maxlength;nninteger:syntax error;m
6790    
6791     #data
6792     <input xmlns="http://www.w3.org/1999/xhtml"
6793     type="url"
6794     maxlength="0"/>
6795     #errors
6796    
6797     #data
6798     <input xmlns="http://www.w3.org/1999/xhtml"
6799     type="url"
6800     maxlength="1"/>
6801     #errors
6802    
6803     #data
6804     <input xmlns="http://www.w3.org/1999/xhtml"
6805     type="url"
6806     maxlength="100"/>
6807     #errors
6808    
6809     #data
6810     <input xmlns="http://www.w3.org/1999/xhtml"
6811     type="url"
6812     maxlength="000000010"/>
6813     #errors
6814    
6815     #data
6816     <input xmlns="http://www.w3.org/1999/xhtml"
6817     type="url"
6818     maxlength="-0"/>
6819     #errors
6820     /input/@maxlength;nninteger:syntax error;m
6821    
6822     #data
6823     <input xmlns="http://www.w3.org/1999/xhtml"
6824     type="url"
6825     maxlength="-12"/>
6826     #errors
6827     /input/@maxlength;nninteger:syntax error;m
6828    
6829     #data
6830     <input xmlns="http://www.w3.org/1999/xhtml"
6831     type="url"
6832     maxlength="0.00"/>
6833     #errors
6834     /input/@maxlength;nninteger:syntax error;m
6835    
6836     #data
6837     <input xmlns="http://www.w3.org/1999/xhtml"
6838     type="url"
6839     maxlength="100.0"/>
6840     #errors
6841     /input/@maxlength;nninteger:syntax error;m
6842    
6843     #data
6844     <input xmlns="http://www.w3.org/1999/xhtml"
6845     type="url"
6846     maxlength=" 4"/>
6847     #errors
6848     /input/@maxlength;nninteger:syntax error;m
6849    
6850     #data
6851     <input xmlns="http://www.w3.org/1999/xhtml"
6852     type="url"
6853     maxlength="55 "/>
6854     #errors
6855     /input/@maxlength;nninteger:syntax error;m
6856    
6857     #data
6858     <input xmlns="http://www.w3.org/1999/xhtml"
6859     type="url"
6860     maxlength="+43"/>
6861     #errors
6862     /input/@maxlength;nninteger:syntax error;m
6863    
6864     #data
6865     <input xmlns="http://www.w3.org/1999/xhtml"
6866     type="url"
6867     maxlength="4e5"/>
6868     #errors
6869     /input/@maxlength;nninteger:syntax error;m
6870    
6871     #data
6872     <input xmlns="http://www.w3.org/1999/xhtml"
6873     type="url"
6874     maxlength="4px"/>
6875     #errors
6876     /input/@maxlength;nninteger:syntax error;m
6877    
6878     #data
6879     <input xmlns="http://www.w3.org/1999/xhtml"
6880     type="url"
6881     maxlength="5em"/>
6882     #errors
6883     /input/@maxlength;nninteger:syntax error;m
6884    
6885     #data
6886     <input xmlns="http://www.w3.org/1999/xhtml"
6887 wakaba 1.12 type="search"
6888     maxlength=""/>
6889     #errors
6890     /input/@maxlength;nninteger:syntax error;m
6891    
6892     #data
6893     <input xmlns="http://www.w3.org/1999/xhtml"
6894     type="search"
6895     maxlength="0"/>
6896     #errors
6897    
6898     #data
6899     <input xmlns="http://www.w3.org/1999/xhtml"
6900     type="search"
6901     maxlength="1"/>
6902     #errors
6903    
6904     #data
6905     <input xmlns="http://www.w3.org/1999/xhtml"
6906     type="search"
6907     maxlength="100"/>
6908     #errors
6909    
6910     #data
6911     <input xmlns="http://www.w3.org/1999/xhtml"
6912     type="search"
6913     maxlength="000000010"/>
6914     #errors
6915    
6916     #data
6917     <input xmlns="http://www.w3.org/1999/xhtml"
6918     type="search"
6919     maxlength="-0"/>
6920     #errors
6921     /input/@maxlength;nninteger:syntax error;m
6922    
6923     #data
6924     <input xmlns="http://www.w3.org/1999/xhtml"
6925     type="search"
6926     maxlength="-12"/>
6927     #errors
6928     /input/@maxlength;nninteger:syntax error;m
6929    
6930     #data
6931     <input xmlns="http://www.w3.org/1999/xhtml"
6932     type="search"
6933     maxlength="0.00"/>
6934     #errors
6935     /input/@maxlength;nninteger:syntax error;m
6936    
6937     #data
6938     <input xmlns="http://www.w3.org/1999/xhtml"
6939     type="search"
6940     maxlength="100.0"/>
6941     #errors
6942     /input/@maxlength;nninteger:syntax error;m
6943    
6944     #data
6945     <input xmlns="http://www.w3.org/1999/xhtml"
6946     type="search"
6947     maxlength=" 4"/>
6948     #errors
6949     /input/@maxlength;nninteger:syntax error;m
6950    
6951     #data
6952     <input xmlns="http://www.w3.org/1999/xhtml"
6953     type="search"
6954     maxlength="55 "/>
6955     #errors
6956     /input/@maxlength;nninteger:syntax error;m
6957    
6958     #data
6959     <input xmlns="http://www.w3.org/1999/xhtml"
6960     type="search"
6961     maxlength="+43"/>
6962     #errors
6963     /input/@maxlength;nninteger:syntax error;m
6964    
6965     #data
6966     <input xmlns="http://www.w3.org/1999/xhtml"
6967     type="search"
6968     maxlength="4e5"/>
6969     #errors
6970     /input/@maxlength;nninteger:syntax error;m
6971    
6972     #data
6973     <input xmlns="http://www.w3.org/1999/xhtml"
6974     type="search"
6975     maxlength="4px"/>
6976     #errors
6977     /input/@maxlength;nninteger:syntax error;m
6978    
6979     #data
6980     <input xmlns="http://www.w3.org/1999/xhtml"
6981     type="search"
6982     maxlength="5em"/>
6983     #errors
6984     /input/@maxlength;nninteger:syntax error;m
6985    
6986     #data
6987     <input xmlns="http://www.w3.org/1999/xhtml"
6988 wakaba 1.8 type="password"
6989     maxlength=""/>
6990     #errors
6991     /input/@maxlength;nninteger:syntax error;m
6992    
6993     #data
6994     <input xmlns="http://www.w3.org/1999/xhtml"
6995     type="password"
6996     maxlength="0"/>
6997     #errors
6998    
6999     #data
7000     <input xmlns="http://www.w3.org/1999/xhtml"
7001     type="password"
7002     maxlength="1"/>
7003     #errors
7004    
7005     #data
7006     <input xmlns="http://www.w3.org/1999/xhtml"
7007     type="password"
7008     maxlength="100"/>
7009     #errors
7010    
7011     #data
7012     <input xmlns="http://www.w3.org/1999/xhtml"
7013     type="password"
7014     maxlength="000000010"/>
7015     #errors
7016    
7017     #data
7018     <input xmlns="http://www.w3.org/1999/xhtml"
7019     type="password"
7020     maxlength="-0"/>
7021     #errors
7022     /input/@maxlength;nninteger:syntax error;m
7023    
7024     #data
7025     <input xmlns="http://www.w3.org/1999/xhtml"
7026     type="password"
7027     maxlength="-12"/>
7028     #errors
7029     /input/@maxlength;nninteger:syntax error;m
7030    
7031     #data
7032     <input xmlns="http://www.w3.org/1999/xhtml"
7033     type="password"
7034     maxlength="0.00"/>
7035     #errors
7036     /input/@maxlength;nninteger:syntax error;m
7037    
7038     #data
7039     <input xmlns="http://www.w3.org/1999/xhtml"
7040     type="password"
7041     maxlength="100.0"/>
7042     #errors
7043     /input/@maxlength;nninteger:syntax error;m
7044    
7045     #data
7046     <input xmlns="http://www.w3.org/1999/xhtml"
7047     type="password"
7048     maxlength=" 4"/>
7049     #errors
7050     /input/@maxlength;nninteger:syntax error;m
7051    
7052     #data
7053     <input xmlns="http://www.w3.org/1999/xhtml"
7054     type="password"
7055     maxlength="55 "/>
7056     #errors
7057     /input/@maxlength;nninteger:syntax error;m
7058    
7059     #data
7060     <input xmlns="http://www.w3.org/1999/xhtml"
7061     type="password"
7062     maxlength="+43"/>
7063     #errors
7064     /input/@maxlength;nninteger:syntax error;m
7065    
7066     #data
7067     <input xmlns="http://www.w3.org/1999/xhtml"
7068     type="password"
7069     maxlength="4e5"/>
7070     #errors
7071     /input/@maxlength;nninteger:syntax error;m
7072    
7073     #data
7074     <input xmlns="http://www.w3.org/1999/xhtml"
7075     type="password"
7076     maxlength="4px"/>
7077     #errors
7078     /input/@maxlength;nninteger:syntax error;m
7079    
7080     #data
7081     <input xmlns="http://www.w3.org/1999/xhtml"
7082     type="password"
7083     maxlength="5em"/>
7084     #errors
7085     /input/@maxlength;nninteger:syntax error;m
7086    
7087     #data
7088     <input xmlns="http://www.w3.org/1999/xhtml"
7089     type="text"
7090     value=""
7091     maxlength="1"/>
7092     #errors
7093    
7094     #data
7095     <input xmlns="http://www.w3.org/1999/xhtml"
7096     type="text"
7097     value="ab"
7098     maxlength="1"/>
7099     #errors
7100     /input/@value;value too long;m
7101    
7102     #data
7103     <input xmlns="http://www.w3.org/1999/xhtml"
7104     type="text"
7105     value=""
7106     maxlength="0"/>
7107     #errors
7108    
7109     #data
7110     <input xmlns="http://www.w3.org/1999/xhtml"
7111     type="text"
7112     value="1234567890"
7113     maxlength="10"/>
7114     #errors
7115    
7116     #data
7117     <input xmlns="http://www.w3.org/1999/xhtml"
7118     type="text"
7119     value="12345678901"
7120     maxlength="10"/>
7121     #errors
7122     /input/@value;value too long;m
7123    
7124     #data escaped
7125     <input xmlns="http://www.w3.org/1999/xhtml"
7126     type="text"
7127     value="\U00010000"
7128     maxlength="1"/>
7129     #errors
7130    
7131     #data
7132     <input xmlns="http://www.w3.org/1999/xhtml"
7133     type="email"
7134     value=""
7135     maxlength="1"/>
7136     #errors
7137 wakaba 1.13 /input/@value;email:syntax error;m
7138 wakaba 1.8
7139     #data
7140     <input xmlns="http://www.w3.org/1999/xhtml"
7141     type="email"
7142     value="ab"
7143     maxlength="1"/>
7144     #errors
7145     /input/@value;value too long;m
7146 wakaba 1.13 /input/@value;email:syntax error;m
7147 wakaba 1.8
7148     #data
7149     <input xmlns="http://www.w3.org/1999/xhtml"
7150     type="email"
7151     value=""
7152     maxlength="0"/>
7153     #errors
7154 wakaba 1.13 /input/@value;email:syntax error;m
7155 wakaba 1.8
7156     #data
7157     <input xmlns="http://www.w3.org/1999/xhtml"
7158     type="email"
7159     value="1234567890"
7160     maxlength="10"/>
7161     #errors
7162 wakaba 1.13 /input/@value;email:syntax error;m
7163 wakaba 1.8
7164     #data
7165     <input xmlns="http://www.w3.org/1999/xhtml"
7166     type="email"
7167     value="12345678901"
7168     maxlength="10"/>
7169     #errors
7170     /input/@value;value too long;m
7171 wakaba 1.13 /input/@value;email:syntax error;m
7172 wakaba 1.8
7173     #data escaped
7174     <input xmlns="http://www.w3.org/1999/xhtml"
7175     type="email"
7176     value="\U00010000"
7177     maxlength="1"/>
7178     #errors
7179 wakaba 1.13 /input/@value;email:syntax error;m
7180 wakaba 1.8
7181     #data
7182     <input xmlns="http://www.w3.org/1999/xhtml"
7183     type="url"
7184     value=""
7185     maxlength="1"/>
7186     #errors
7187    
7188     #data
7189     <input xmlns="http://www.w3.org/1999/xhtml"
7190     type="url"
7191     value="ab"
7192     maxlength="1"/>
7193     #errors
7194     /input/@value;value too long;m
7195    
7196     #data
7197     <input xmlns="http://www.w3.org/1999/xhtml"
7198     type="url"
7199     value=""
7200     maxlength="0"/>
7201     #errors
7202    
7203     #data
7204     <input xmlns="http://www.w3.org/1999/xhtml"
7205     type="url"
7206     value="1234567890"
7207     maxlength="10"/>
7208     #errors
7209    
7210     #data
7211     <input xmlns="http://www.w3.org/1999/xhtml"
7212     type="url"
7213     value="12345678901"
7214     maxlength="10"/>
7215     #errors
7216     /input/@value;value too long;m
7217    
7218     #data escaped
7219     <input xmlns="http://www.w3.org/1999/xhtml"
7220     type="url"
7221     value="\U00010000"
7222     maxlength="1"/>
7223     #errors
7224    
7225     #data
7226     <input xmlns="http://www.w3.org/1999/xhtml"
7227 wakaba 1.12 type="search"
7228     value=""
7229     maxlength="1"/>
7230     #errors
7231    
7232     #data
7233     <input xmlns="http://www.w3.org/1999/xhtml"
7234     type="search"
7235     value="ab"
7236     maxlength="1"/>
7237     #errors
7238     /input/@value;value too long;m
7239    
7240     #data
7241     <input xmlns="http://www.w3.org/1999/xhtml"
7242     type="search"
7243     value=""
7244     maxlength="0"/>
7245     #errors
7246    
7247     #data
7248     <input xmlns="http://www.w3.org/1999/xhtml"
7249     type="search"
7250     value="1234567890"
7251     maxlength="10"/>
7252     #errors
7253    
7254     #data
7255     <input xmlns="http://www.w3.org/1999/xhtml"
7256     type="search"
7257     value="12345678901"
7258     maxlength="10"/>
7259     #errors
7260     /input/@value;value too long;m
7261    
7262     #data escaped
7263     <input xmlns="http://www.w3.org/1999/xhtml"
7264     type="search"
7265     value="\U00010000"
7266     maxlength="1"/>
7267     #errors
7268    
7269     #data
7270     <input xmlns="http://www.w3.org/1999/xhtml"
7271 wakaba 1.8 type="password"
7272     value=""
7273     maxlength="1"/>
7274     #errors
7275    
7276     #data
7277     <input xmlns="http://www.w3.org/1999/xhtml"
7278     type="password"
7279     value="ab"
7280     maxlength="1"/>
7281     #errors
7282     /input/@value;value too long;m
7283    
7284     #data
7285     <input xmlns="http://www.w3.org/1999/xhtml"
7286     type="password"
7287     value=""
7288     maxlength="0"/>
7289     #errors
7290    
7291     #data
7292     <input xmlns="http://www.w3.org/1999/xhtml"
7293     type="password"
7294     value="1234567890"
7295     maxlength="10"/>
7296     #errors
7297    
7298     #data
7299     <input xmlns="http://www.w3.org/1999/xhtml"
7300     type="password"
7301     value="12345678901"
7302     maxlength="10"/>
7303     #errors
7304     /input/@value;value too long;m
7305    
7306     #data escaped
7307     <input xmlns="http://www.w3.org/1999/xhtml"
7308     type="password"
7309     value="\U00010000"
7310     maxlength="1"/>
7311     #errors
7312    
7313     #data escaped
7314     <input xmlns="http://www.w3.org/1999/xhtml"
7315     type="password"
7316     value="\U00010000\U00010000"
7317     maxlength="3"/>
7318     #errors
7319 wakaba 1.9
7320     #data
7321     <input xmlns="http://www.w3.org/1999/xhtml"
7322     type="datetime"
7323     step="1"/>
7324     #errors
7325    
7326     #data
7327     <input xmlns="http://www.w3.org/1999/xhtml"
7328     type="datetime"
7329     step="100"/>
7330     #errors
7331    
7332     #data
7333     <input xmlns="http://www.w3.org/1999/xhtml"
7334     type="datetime"
7335     step="0000001"/>
7336     #errors
7337    
7338     #data
7339     <input xmlns="http://www.w3.org/1999/xhtml"
7340     type="datetime"
7341     step="32"/>
7342     #errors
7343    
7344     #data
7345     <input xmlns="http://www.w3.org/1999/xhtml"
7346     type="datetime"
7347     step="-1.4142135623730950488016887242097e0"/>
7348     #errors
7349 wakaba 1.26 /input/@step;float:out of range;m
7350 wakaba 1.9
7351     #data
7352     <input xmlns="http://www.w3.org/1999/xhtml"
7353     type="datetime"
7354     step="3.17e4"/>
7355     #errors
7356    
7357     #data
7358     <input xmlns="http://www.w3.org/1999/xhtml"
7359     type="datetime"
7360     step="0.4500"/>
7361     #errors
7362    
7363     #data
7364     <input xmlns="http://www.w3.org/1999/xhtml"
7365     type="datetime"
7366     step="0042.000"/>
7367     #errors
7368    
7369     #data
7370     <input xmlns="http://www.w3.org/1999/xhtml"
7371     type="datetime"
7372     step="42e0"/>
7373     #errors
7374    
7375     #data
7376     <input xmlns="http://www.w3.org/1999/xhtml"
7377     type="datetime"
7378     step="4.2e1"/>
7379     #errors
7380    
7381     #data
7382     <input xmlns="http://www.w3.org/1999/xhtml"
7383     type="datetime"
7384     step="420e-1"/>
7385     #errors
7386    
7387     #data
7388     <input xmlns="http://www.w3.org/1999/xhtml"
7389     type="datetime"
7390     step=""/>
7391     #errors
7392     /input/@step;float:syntax error;m
7393    
7394     #data
7395     <input xmlns="http://www.w3.org/1999/xhtml"
7396     type="datetime"
7397     step="+0"/>
7398     #errors
7399     /input/@step;float:syntax error;m
7400    
7401     #data
7402     <input xmlns="http://www.w3.org/1999/xhtml"
7403     type="datetime"
7404     step="0e+0"/>
7405     #errors
7406 wakaba 1.26 /input/@step;float:out of range;m
7407 wakaba 1.9
7408     #data
7409     <input xmlns="http://www.w3.org/1999/xhtml"
7410     type="datetime"
7411     step="+1e+3"/>
7412     #errors
7413     /input/@step;float:syntax error;m
7414    
7415     #data
7416     <input xmlns="http://www.w3.org/1999/xhtml"
7417     type="datetime"
7418     step=".42e2"/>
7419     #errors
7420     /input/@step;float:syntax error;m
7421    
7422     #data
7423     <input xmlns="http://www.w3.org/1999/xhtml"
7424     type="datetime"
7425     step="65000"/>
7426     #errors
7427    
7428     #data
7429     <input xmlns="http://www.w3.org/1999/xhtml"
7430     type="datetime"
7431     step="66000.0"/>
7432     #errors
7433    
7434     #data
7435     <input xmlns="http://www.w3.org/1999/xhtml"
7436     type="datetime"
7437     step="any"/>
7438     #errors
7439    
7440     #data
7441     <input xmlns="http://www.w3.org/1999/xhtml"
7442     type="datetime"
7443     step="Any"/>
7444     #errors
7445    
7446     #data
7447     <input xmlns="http://www.w3.org/1999/xhtml"
7448     type="datetime"
7449     step="ANY"/>
7450     #errors
7451    
7452     #data
7453     <input xmlns="http://www.w3.org/1999/xhtml"
7454     type="datetime"
7455     step="any "/>
7456     #errors
7457     /input/@step;float:syntax error;m
7458    
7459     #data
7460     <input xmlns="http://www.w3.org/1999/xhtml"
7461     type="datetime"
7462     step=" Any"/>
7463     #errors
7464     /input/@step;float:syntax error;m
7465    
7466     #data
7467     <input xmlns="http://www.w3.org/1999/xhtml"
7468     type="datetime"
7469     step="anything"/>
7470     #errors
7471     /input/@step;float:syntax error;m
7472    
7473     #data
7474     <input xmlns="http://www.w3.org/1999/xhtml"
7475     type="datetime"
7476     step=""/>
7477     #errors
7478     /input/@step;float:syntax error;m
7479    
7480     #data
7481     <input xmlns="http://www.w3.org/1999/xhtml"
7482     type="datetime"
7483     step="0"/>
7484     #errors
7485     /input/@step;float:out of range;m
7486    
7487     #data
7488     <input xmlns="http://www.w3.org/1999/xhtml"
7489     type="datetime"
7490     step="0.00"/>
7491     #errors
7492     /input/@step;float:out of range;m
7493    
7494     #data
7495     <input xmlns="http://www.w3.org/1999/xhtml"
7496     type="date"
7497     step="1"/>
7498     #errors
7499    
7500     #data
7501     <input xmlns="http://www.w3.org/1999/xhtml"
7502     type="date"
7503     step="100"/>
7504     #errors
7505    
7506     #data
7507     <input xmlns="http://www.w3.org/1999/xhtml"
7508     type="date"
7509     step="0000001"/>
7510     #errors
7511    
7512     #data
7513     <input xmlns="http://www.w3.org/1999/xhtml"
7514     type="date"
7515     step="32"/>
7516     #errors
7517    
7518     #data
7519     <input xmlns="http://www.w3.org/1999/xhtml"
7520     type="date"
7521     step="-1.4142135623730950488016887242097e0"/>
7522     #errors
7523 wakaba 1.26 /input/@step;float:out of range;m
7524 wakaba 1.9
7525     #data
7526     <input xmlns="http://www.w3.org/1999/xhtml"
7527     type="date"
7528     step="3.17e4"/>
7529     #errors
7530    
7531     #data
7532     <input xmlns="http://www.w3.org/1999/xhtml"
7533     type="date"
7534     step="0.4500"/>
7535     #errors
7536    
7537     #data
7538     <input xmlns="http://www.w3.org/1999/xhtml"
7539     type="date"
7540     step="0042.000"/>
7541     #errors
7542    
7543     #data
7544     <input xmlns="http://www.w3.org/1999/xhtml"
7545     type="date"
7546     step="42e0"/>
7547     #errors
7548    
7549     #data
7550     <input xmlns="http://www.w3.org/1999/xhtml"
7551     type="date"
7552     step="4.2e1"/>
7553     #errors
7554    
7555     #data
7556     <input xmlns="http://www.w3.org/1999/xhtml"
7557     type="date"
7558     step="420e-1"/>
7559     #errors
7560    
7561     #data
7562     <input xmlns="http://www.w3.org/1999/xhtml"
7563     type="date"
7564     step=""/>
7565     #errors
7566     /input/@step;float:syntax error;m
7567    
7568     #data
7569     <input xmlns="http://www.w3.org/1999/xhtml"
7570     type="date"
7571     step="+0"/>
7572     #errors
7573     /input/@step;float:syntax error;m
7574    
7575     #data
7576     <input xmlns="http://www.w3.org/1999/xhtml"
7577     type="date"
7578     step="0e+0"/>
7579     #errors
7580 wakaba 1.26 /input/@step;float:out of range;m
7581 wakaba 1.9
7582     #data
7583     <input xmlns="http://www.w3.org/1999/xhtml"
7584     type="date"
7585     step="+1e+3"/>
7586     #errors
7587     /input/@step;float:syntax error;m
7588    
7589     #data
7590     <input xmlns="http://www.w3.org/1999/xhtml"
7591     type="date"
7592     step=".42e2"/>
7593     #errors
7594     /input/@step;float:syntax error;m
7595    
7596     #data
7597     <input xmlns="http://www.w3.org/1999/xhtml"
7598     type="date"
7599     step="65000"/>
7600     #errors
7601    
7602     #data
7603     <input xmlns="http://www.w3.org/1999/xhtml"
7604     type="date"
7605     step="66000.0"/>
7606     #errors
7607    
7608     #data
7609     <input xmlns="http://www.w3.org/1999/xhtml"
7610     type="date"
7611     step="any"/>
7612     #errors
7613    
7614     #data
7615     <input xmlns="http://www.w3.org/1999/xhtml"
7616     type="date"
7617     step="Any"/>
7618     #errors
7619    
7620     #data
7621     <input xmlns="http://www.w3.org/1999/xhtml"
7622     type="date"
7623     step="ANY"/>
7624     #errors
7625    
7626     #data
7627     <input xmlns="http://www.w3.org/1999/xhtml"
7628     type="date"
7629     step="any "/>
7630     #errors
7631     /input/@step;float:syntax error;m
7632    
7633     #data
7634     <input xmlns="http://www.w3.org/1999/xhtml"
7635     type="date"
7636     step=" Any"/>
7637     #errors
7638     /input/@step;float:syntax error;m
7639    
7640     #data
7641     <input xmlns="http://www.w3.org/1999/xhtml"
7642     type="date"
7643     step="anything"/>
7644     #errors
7645     /input/@step;float:syntax error;m
7646    
7647     #data
7648     <input xmlns="http://www.w3.org/1999/xhtml"
7649     type="date"
7650     step=""/>
7651     #errors
7652     /input/@step;float:syntax error;m
7653    
7654     #data
7655     <input xmlns="http://www.w3.org/1999/xhtml"
7656     type="date"
7657     step="0"/>
7658     #errors
7659     /input/@step;float:out of range;m
7660    
7661     #data
7662     <input xmlns="http://www.w3.org/1999/xhtml"
7663     type="date"
7664     step="0.00"/>
7665     #errors
7666     /input/@step;float:out of range;m
7667    
7668     #data
7669     <input xmlns="http://www.w3.org/1999/xhtml"
7670     type="month"
7671     step="1"/>
7672     #errors
7673    
7674     #data
7675     <input xmlns="http://www.w3.org/1999/xhtml"
7676     type="month"
7677     step="100"/>
7678     #errors
7679    
7680     #data
7681     <input xmlns="http://www.w3.org/1999/xhtml"
7682     type="month"
7683     step="0000001"/>
7684     #errors
7685    
7686     #data
7687     <input xmlns="http://www.w3.org/1999/xhtml"
7688     type="month"
7689     step="32"/>
7690     #errors
7691    
7692     #data
7693     <input xmlns="http://www.w3.org/1999/xhtml"
7694     type="month"
7695     step="-1.4142135623730950488016887242097e0"/>
7696     #errors
7697 wakaba 1.26 /input/@step;float:out of range;m
7698 wakaba 1.9
7699     #data
7700     <input xmlns="http://www.w3.org/1999/xhtml"
7701     type="month"
7702     step="3.17e4"/>
7703     #errors
7704    
7705     #data
7706     <input xmlns="http://www.w3.org/1999/xhtml"
7707     type="month"
7708     step="0.4500"/>
7709     #errors
7710    
7711     #data
7712     <input xmlns="http://www.w3.org/1999/xhtml"
7713     type="month"
7714     step="0042.000"/>
7715     #errors
7716    
7717     #data
7718     <input xmlns="http://www.w3.org/1999/xhtml"
7719     type="month"
7720     step="42e0"/>
7721     #errors
7722    
7723     #data
7724     <input xmlns="http://www.w3.org/1999/xhtml"
7725     type="month"
7726     step="4.2e1"/>
7727     #errors
7728    
7729     #data
7730     <input xmlns="http://www.w3.org/1999/xhtml"
7731     type="month"
7732     step="420e-1"/>
7733     #errors
7734    
7735     #data
7736     <input xmlns="http://www.w3.org/1999/xhtml"
7737     type="month"
7738     step=""/>
7739     #errors
7740     /input/@step;float:syntax error;m
7741    
7742     #data
7743     <input xmlns="http://www.w3.org/1999/xhtml"
7744     type="month"
7745     step="+0"/>
7746     #errors
7747     /input/@step;float:syntax error;m
7748    
7749     #data
7750     <input xmlns="http://www.w3.org/1999/xhtml"
7751     type="month"
7752     step="0e+0"/>
7753     #errors
7754 wakaba 1.26 /input/@step;float:out of range;m
7755 wakaba 1.9
7756     #data
7757     <input xmlns="http://www.w3.org/1999/xhtml"
7758     type="month"
7759     step="+1e+3"/>
7760     #errors
7761     /input/@step;float:syntax error;m
7762    
7763     #data
7764     <input xmlns="http://www.w3.org/1999/xhtml"
7765     type="month"
7766     step=".42e2"/>
7767     #errors
7768     /input/@step;float:syntax error;m
7769    
7770     #data
7771     <input xmlns="http://www.w3.org/1999/xhtml"
7772     type="month"
7773     step="65000"/>
7774     #errors
7775    
7776     #data
7777     <input xmlns="http://www.w3.org/1999/xhtml"
7778     type="month"
7779     step="66000.0"/>
7780     #errors
7781    
7782     #data
7783     <input xmlns="http://www.w3.org/1999/xhtml"
7784     type="month"
7785     step="any"/>
7786     #errors
7787    
7788     #data
7789     <input xmlns="http://www.w3.org/1999/xhtml"
7790     type="month"
7791     step="Any"/>
7792     #errors
7793    
7794     #data
7795     <input xmlns="http://www.w3.org/1999/xhtml"
7796     type="month"
7797     step="ANY"/>
7798     #errors
7799    
7800     #data
7801     <input xmlns="http://www.w3.org/1999/xhtml"
7802     type="month"
7803     step="any "/>
7804     #errors
7805     /input/@step;float:syntax error;m
7806    
7807     #data
7808     <input xmlns="http://www.w3.org/1999/xhtml"
7809     type="month"
7810     step=" Any"/>
7811     #errors
7812     /input/@step;float:syntax error;m
7813    
7814     #data
7815     <input xmlns="http://www.w3.org/1999/xhtml"
7816     type="month"
7817     step="anything"/>
7818     #errors
7819     /input/@step;float:syntax error;m
7820    
7821     #data
7822     <input xmlns="http://www.w3.org/1999/xhtml"
7823     type="month"
7824     step=""/>
7825     #errors
7826     /input/@step;float:syntax error;m
7827    
7828     #data
7829     <input xmlns="http://www.w3.org/1999/xhtml"
7830     type="month"
7831     step="0"/>
7832     #errors
7833     /input/@step;float:out of range;m
7834    
7835     #data
7836     <input xmlns="http://www.w3.org/1999/xhtml"
7837     type="month"
7838     step="0.00"/>
7839     #errors
7840     /input/@step;float:out of range;m
7841    
7842     #data
7843     <input xmlns="http://www.w3.org/1999/xhtml"
7844     type="week"
7845     step="1"/>
7846     #errors
7847    
7848     #data
7849     <input xmlns="http://www.w3.org/1999/xhtml"
7850     type="week"
7851     step="100"/>
7852     #errors
7853    
7854     #data
7855     <input xmlns="http://www.w3.org/1999/xhtml"
7856     type="week"
7857     step="0000001"/>
7858     #errors
7859    
7860     #data
7861     <input xmlns="http://www.w3.org/1999/xhtml"
7862     type="week"
7863     step="32"/>
7864     #errors
7865    
7866     #data
7867     <input xmlns="http://www.w3.org/1999/xhtml"
7868     type="week"
7869     step="-1.4142135623730950488016887242097e0"/>
7870     #errors
7871 wakaba 1.26 /input/@step;float:out of range;m
7872 wakaba 1.9
7873     #data
7874     <input xmlns="http://www.w3.org/1999/xhtml"
7875     type="week"
7876     step="3.17e4"/>
7877     #errors
7878    
7879     #data
7880     <input xmlns="http://www.w3.org/1999/xhtml"
7881     type="week"
7882     step="0.4500"/>
7883     #errors
7884    
7885     #data
7886     <input xmlns="http://www.w3.org/1999/xhtml"
7887     type="week"
7888     step="0042.000"/>
7889     #errors
7890    
7891     #data
7892     <input xmlns="http://www.w3.org/1999/xhtml"
7893     type="week"
7894     step="42e0"/>
7895     #errors
7896    
7897     #data
7898     <input xmlns="http://www.w3.org/1999/xhtml"
7899     type="week"
7900     step="4.2e1"/>
7901     #errors
7902    
7903     #data
7904     <input xmlns="http://www.w3.org/1999/xhtml"
7905     type="week"
7906     step="420e-1"/>
7907     #errors
7908    
7909     #data
7910     <input xmlns="http://www.w3.org/1999/xhtml"
7911     type="week"
7912     step=""/>
7913     #errors
7914     /input/@step;float:syntax error;m
7915    
7916     #data
7917     <input xmlns="http://www.w3.org/1999/xhtml"
7918     type="week"
7919     step="+0"/>
7920     #errors
7921     /input/@step;float:syntax error;m
7922    
7923     #data
7924     <input xmlns="http://www.w3.org/1999/xhtml"
7925     type="week"
7926     step="0e+0"/>
7927     #errors
7928 wakaba 1.26 /input/@step;float:out of range;m
7929 wakaba 1.9
7930     #data
7931     <input xmlns="http://www.w3.org/1999/xhtml"
7932     type="week"
7933     step="+1e+3"/>
7934     #errors
7935     /input/@step;float:syntax error;m
7936    
7937     #data
7938     <input xmlns="http://www.w3.org/1999/xhtml"
7939     type="week"
7940     step=".42e2"/>
7941     #errors
7942     /input/@step;float:syntax error;m
7943    
7944     #data
7945     <input xmlns="http://www.w3.org/1999/xhtml"
7946     type="week"
7947     step="65000"/>
7948     #errors
7949    
7950     #data
7951     <input xmlns="http://www.w3.org/1999/xhtml"
7952     type="week"
7953     step="66000.0"/>
7954     #errors
7955    
7956     #data
7957     <input xmlns="http://www.w3.org/1999/xhtml"
7958     type="week"
7959     step="any"/>
7960     #errors
7961    
7962     #data
7963     <input xmlns="http://www.w3.org/1999/xhtml"
7964     type="week"
7965     step="Any"/>
7966     #errors
7967    
7968     #data
7969     <input xmlns="http://www.w3.org/1999/xhtml"
7970     type="week"
7971     step="ANY"/>
7972     #errors
7973    
7974     #data
7975     <input xmlns="http://www.w3.org/1999/xhtml"
7976     type="week"
7977     step="any "/>
7978     #errors
7979     /input/@step;float:syntax error;m
7980    
7981     #data
7982     <input xmlns="http://www.w3.org/1999/xhtml"
7983     type="week"
7984     step=" Any"/>
7985     #errors
7986     /input/@step;float:syntax error;m
7987    
7988     #data
7989     <input xmlns="http://www.w3.org/1999/xhtml"
7990     type="week"
7991     step="anything"/>
7992     #errors
7993     /input/@step;float:syntax error;m
7994    
7995     #data
7996     <input xmlns="http://www.w3.org/1999/xhtml"
7997     type="week"
7998     step=""/>
7999     #errors
8000     /input/@step;float:syntax error;m
8001    
8002     #data
8003     <input xmlns="http://www.w3.org/1999/xhtml"
8004     type="week"
8005     step="0"/>
8006     #errors
8007     /input/@step;float:out of range;m
8008    
8009     #data
8010     <input xmlns="http://www.w3.org/1999/xhtml"
8011     type="week"
8012     step="0.00"/>
8013     #errors
8014     /input/@step;float:out of range;m
8015    
8016     #data
8017     <input xmlns="http://www.w3.org/1999/xhtml"
8018     type="time"
8019     step="1"/>
8020     #errors
8021    
8022     #data
8023     <input xmlns="http://www.w3.org/1999/xhtml"
8024     type="time"
8025     step="100"/>
8026     #errors
8027    
8028     #data
8029     <input xmlns="http://www.w3.org/1999/xhtml"
8030     type="time"
8031     step="0000001"/>
8032     #errors
8033    
8034     #data
8035     <input xmlns="http://www.w3.org/1999/xhtml"
8036     type="time"
8037     step="32"/>
8038     #errors
8039    
8040     #data
8041     <input xmlns="http://www.w3.org/1999/xhtml"
8042     type="time"
8043     step="-1.4142135623730950488016887242097e0"/>
8044     #errors
8045 wakaba 1.26 /input/@step;float:out of range;m
8046 wakaba 1.9
8047     #data
8048     <input xmlns="http://www.w3.org/1999/xhtml"
8049     type="time"
8050     step="3.17e4"/>
8051     #errors
8052    
8053     #data
8054     <input xmlns="http://www.w3.org/1999/xhtml"
8055     type="time"
8056     step="0.4500"/>
8057     #errors
8058    
8059     #data
8060     <input xmlns="http://www.w3.org/1999/xhtml"
8061     type="time"
8062     step="0042.000"/>
8063     #errors
8064    
8065     #data
8066     <input xmlns="http://www.w3.org/1999/xhtml"
8067     type="time"
8068     step="42e0"/>
8069     #errors
8070    
8071     #data
8072     <input xmlns="http://www.w3.org/1999/xhtml"
8073     type="time"
8074     step="4.2e1"/>
8075     #errors
8076    
8077     #data
8078     <input xmlns="http://www.w3.org/1999/xhtml"
8079     type="time"
8080     step="420e-1"/>
8081     #errors
8082    
8083     #data
8084     <input xmlns="http://www.w3.org/1999/xhtml"
8085     type="time"
8086     step=""/>
8087     #errors
8088     /input/@step;float:syntax error;m
8089    
8090     #data
8091     <input xmlns="http://www.w3.org/1999/xhtml"
8092     type="time"
8093     step="+0"/>
8094     #errors
8095     /input/@step;float:syntax error;m
8096    
8097     #data
8098     <input xmlns="http://www.w3.org/1999/xhtml"
8099     type="time"
8100     step="0e+0"/>
8101     #errors
8102 wakaba 1.26 /input/@step;float:out of range;m
8103 wakaba 1.9
8104     #data
8105     <input xmlns="http://www.w3.org/1999/xhtml"
8106     type="time"
8107     step="+1e+3"/>
8108     #errors
8109     /input/@step;float:syntax error;m
8110    
8111     #data
8112     <input xmlns="http://www.w3.org/1999/xhtml"
8113     type="time"
8114     step=".42e2"/>
8115     #errors
8116     /input/@step;float:syntax error;m
8117    
8118     #data
8119     <input xmlns="http://www.w3.org/1999/xhtml"
8120     type="time"
8121     step="65000"/>
8122     #errors
8123    
8124     #data
8125     <input xmlns="http://www.w3.org/1999/xhtml"
8126     type="time"
8127     step="66000.0"/>
8128     #errors
8129    
8130     #data
8131     <input xmlns="http://www.w3.org/1999/xhtml"
8132     type="time"
8133     step="any"/>
8134     #errors
8135    
8136     #data
8137     <input xmlns="http://www.w3.org/1999/xhtml"
8138     type="time"
8139     step="Any"/>
8140     #errors
8141    
8142     #data
8143     <input xmlns="http://www.w3.org/1999/xhtml"
8144     type="time"
8145     step="ANY"/>
8146     #errors
8147    
8148     #data
8149     <input xmlns="http://www.w3.org/1999/xhtml"
8150     type="time"
8151     step="any "/>
8152     #errors
8153     /input/@step;float:syntax error;m
8154    
8155     #data
8156     <input xmlns="http://www.w3.org/1999/xhtml"
8157     type="time"
8158     step=" Any"/>
8159     #errors
8160     /input/@step;float:syntax error;m
8161    
8162     #data
8163     <input xmlns="http://www.w3.org/1999/xhtml"
8164     type="time"
8165     step="anything"/>
8166     #errors
8167     /input/@step;float:syntax error;m
8168    
8169     #data
8170     <input xmlns="http://www.w3.org/1999/xhtml"
8171     type="time"
8172     step=""/>
8173     #errors
8174     /input/@step;float:syntax error;m
8175    
8176     #data
8177     <input xmlns="http://www.w3.org/1999/xhtml"
8178     type="time"
8179     step="0"/>
8180     #errors
8181     /input/@step;float:out of range;m
8182    
8183     #data
8184     <input xmlns="http://www.w3.org/1999/xhtml"
8185     type="time"
8186     step="0.00"/>
8187     #errors
8188     /input/@step;float:out of range;m
8189    
8190     #data
8191     <input xmlns="http://www.w3.org/1999/xhtml"
8192     type="datetime-local"
8193     step="1"/>
8194     #errors
8195    
8196     #data
8197     <input xmlns="http://www.w3.org/1999/xhtml"
8198     type="datetime-local"
8199     step="100"/>
8200     #errors
8201    
8202     #data
8203     <input xmlns="http://www.w3.org/1999/xhtml"
8204     type="datetime-local"
8205     step="0000001"/>
8206     #errors
8207    
8208     #data
8209     <input xmlns="http://www.w3.org/1999/xhtml"
8210     type="datetime-local"
8211     step="32"/>
8212     #errors
8213    
8214     #data
8215     <input xmlns="http://www.w3.org/1999/xhtml"
8216     type="datetime-local"
8217     step="-1.4142135623730950488016887242097e0"/>
8218     #errors
8219 wakaba 1.26 /input/@step;float:out of range;m
8220 wakaba 1.9
8221     #data
8222     <input xmlns="http://www.w3.org/1999/xhtml"
8223     type="datetime-local"
8224     step="3.17e4"/>
8225     #errors
8226    
8227     #data
8228     <input xmlns="http://www.w3.org/1999/xhtml"
8229     type="datetime-local"
8230     step="0.4500"/>
8231     #errors
8232    
8233     #data
8234     <input xmlns="http://www.w3.org/1999/xhtml"
8235     type="datetime-local"
8236     step="0042.000"/>
8237     #errors
8238    
8239     #data
8240     <input xmlns="http://www.w3.org/1999/xhtml"
8241     type="datetime-local"
8242     step="42e0"/>
8243     #errors
8244    
8245     #data
8246     <input xmlns="http://www.w3.org/1999/xhtml"
8247     type="datetime-local"
8248     step="4.2e1"/>
8249     #errors
8250    
8251     #data
8252     <input xmlns="http://www.w3.org/1999/xhtml"
8253     type="datetime-local"
8254     step="420e-1"/>
8255     #errors
8256    
8257     #data
8258     <input xmlns="http://www.w3.org/1999/xhtml"
8259     type="datetime-local"
8260     step=""/>
8261     #errors
8262     /input/@step;float:syntax error;m
8263    
8264     #data
8265     <input xmlns="http://www.w3.org/1999/xhtml"
8266     type="datetime-local"
8267     step="+0"/>
8268     #errors
8269     /input/@step;float:syntax error;m
8270    
8271     #data
8272     <input xmlns="http://www.w3.org/1999/xhtml"
8273     type="datetime-local"
8274     step="0e+0"/>
8275     #errors
8276 wakaba 1.26 /input/@step;float:out of range;m
8277 wakaba 1.9
8278     #data
8279     <input xmlns="http://www.w3.org/1999/xhtml"
8280     type="datetime-local"
8281     step="+1e+3"/>
8282     #errors
8283     /input/@step;float:syntax error;m
8284    
8285     #data
8286     <input xmlns="http://www.w3.org/1999/xhtml"
8287     type="datetime-local"
8288     step=".42e2"/>
8289     #errors
8290     /input/@step;float:syntax error;m
8291    
8292     #data
8293     <input xmlns="http://www.w3.org/1999/xhtml"
8294     type="datetime-local"
8295     step="65000"/>
8296     #errors
8297    
8298     #data
8299     <input xmlns="http://www.w3.org/1999/xhtml"
8300     type="datetime-local"
8301     step="66000.0"/>
8302     #errors
8303    
8304     #data
8305     <input xmlns="http://www.w3.org/1999/xhtml"
8306     type="datetime-local"
8307     step="any"/>
8308     #errors
8309    
8310     #data
8311     <input xmlns="http://www.w3.org/1999/xhtml"
8312     type="datetime-local"
8313     step="Any"/>
8314     #errors
8315    
8316     #data
8317     <input xmlns="http://www.w3.org/1999/xhtml"
8318     type="datetime-local"
8319     step="ANY"/>
8320     #errors
8321    
8322     #data
8323     <input xmlns="http://www.w3.org/1999/xhtml"
8324     type="datetime-local"
8325     step="any "/>
8326     #errors
8327     /input/@step;float:syntax error;m
8328    
8329     #data
8330     <input xmlns="http://www.w3.org/1999/xhtml"
8331     type="datetime-local"
8332     step=" Any"/>
8333     #errors
8334     /input/@step;float:syntax error;m
8335    
8336     #data
8337     <input xmlns="http://www.w3.org/1999/xhtml"
8338     type="datetime-local"
8339     step="anything"/>
8340     #errors
8341     /input/@step;float:syntax error;m
8342    
8343     #data
8344     <input xmlns="http://www.w3.org/1999/xhtml"
8345     type="datetime-local"
8346     step=""/>
8347     #errors
8348     /input/@step;float:syntax error;m
8349    
8350     #data
8351     <input xmlns="http://www.w3.org/1999/xhtml"
8352     type="datetime-local"
8353     step="0"/>
8354     #errors
8355     /input/@step;float:out of range;m
8356    
8357     #data
8358     <input xmlns="http://www.w3.org/1999/xhtml"
8359     type="datetime-local"
8360     step="0.00"/>
8361     #errors
8362     /input/@step;float:out of range;m
8363    
8364     #data
8365     <input xmlns="http://www.w3.org/1999/xhtml"
8366     type="number"
8367     step="1"/>
8368     #errors
8369    
8370     #data
8371     <input xmlns="http://www.w3.org/1999/xhtml"
8372     type="number"
8373     step="100"/>
8374     #errors
8375    
8376     #data
8377     <input xmlns="http://www.w3.org/1999/xhtml"
8378     type="number"
8379     step="0000001"/>
8380     #errors
8381    
8382     #data
8383     <input xmlns="http://www.w3.org/1999/xhtml"
8384     type="number"
8385     step="32"/>
8386     #errors
8387    
8388     #data
8389     <input xmlns="http://www.w3.org/1999/xhtml"
8390     type="number"
8391     step="-1.4142135623730950488016887242097e0"/>
8392     #errors
8393 wakaba 1.26 /input/@step;float:out of range;m
8394 wakaba 1.9
8395     #data
8396     <input xmlns="http://www.w3.org/1999/xhtml"
8397     type="number"
8398     step="3.17e4"/>
8399     #errors
8400    
8401     #data
8402     <input xmlns="http://www.w3.org/1999/xhtml"
8403     type="number"
8404     step="0.4500"/>
8405     #errors
8406    
8407     #data
8408     <input xmlns="http://www.w3.org/1999/xhtml"
8409     type="number"
8410     step="0042.000"/>
8411     #errors
8412    
8413     #data
8414     <input xmlns="http://www.w3.org/1999/xhtml"
8415     type="number"
8416     step="42e0"/>
8417     #errors
8418    
8419     #data
8420     <input xmlns="http://www.w3.org/1999/xhtml"
8421     type="number"
8422     step="4.2e1"/>
8423     #errors
8424    
8425     #data
8426     <input xmlns="http://www.w3.org/1999/xhtml"
8427     type="number"
8428     step="420e-1"/>
8429     #errors
8430    
8431     #data
8432     <input xmlns="http://www.w3.org/1999/xhtml"
8433     type="number"
8434     step=""/>
8435     #errors
8436     /input/@step;float:syntax error;m
8437    
8438     #data
8439     <input xmlns="http://www.w3.org/1999/xhtml"
8440     type="number"
8441     step="+0"/>
8442     #errors
8443     /input/@step;float:syntax error;m
8444    
8445     #data
8446     <input xmlns="http://www.w3.org/1999/xhtml"
8447     type="number"
8448     step="0e+0"/>
8449     #errors
8450 wakaba 1.26 /input/@step;float:out of range;m
8451 wakaba 1.9
8452     #data
8453     <input xmlns="http://www.w3.org/1999/xhtml"
8454     type="number"
8455     step="+1e+3"/>
8456     #errors
8457     /input/@step;float:syntax error;m
8458    
8459     #data
8460     <input xmlns="http://www.w3.org/1999/xhtml"
8461     type="number"
8462     step=".42e2"/>
8463     #errors
8464     /input/@step;float:syntax error;m
8465    
8466     #data
8467     <input xmlns="http://www.w3.org/1999/xhtml"
8468     type="number"
8469     step="65000"/>
8470     #errors
8471    
8472     #data
8473     <input xmlns="http://www.w3.org/1999/xhtml"
8474     type="number"
8475     step="66000.0"/>
8476     #errors
8477    
8478     #data
8479     <input xmlns="http://www.w3.org/1999/xhtml"
8480     type="number"
8481     step="any"/>
8482     #errors
8483    
8484     #data
8485     <input xmlns="http://www.w3.org/1999/xhtml"
8486     type="number"
8487     step="Any"/>
8488     #errors
8489    
8490     #data
8491     <input xmlns="http://www.w3.org/1999/xhtml"
8492     type="number"
8493     step="ANY"/>
8494     #errors
8495    
8496     #data
8497     <input xmlns="http://www.w3.org/1999/xhtml"
8498     type="number"
8499     step="any "/>
8500     #errors
8501     /input/@step;float:syntax error;m
8502    
8503     #data
8504     <input xmlns="http://www.w3.org/1999/xhtml"
8505     type="number"
8506     step=" Any"/>
8507     #errors
8508     /input/@step;float:syntax error;m
8509    
8510     #data
8511     <input xmlns="http://www.w3.org/1999/xhtml"
8512     type="number"
8513     step="anything"/>
8514     #errors
8515     /input/@step;float:syntax error;m
8516    
8517     #data
8518     <input xmlns="http://www.w3.org/1999/xhtml"
8519     type="number"
8520     step=""/>
8521     #errors
8522     /input/@step;float:syntax error;m
8523    
8524     #data
8525     <input xmlns="http://www.w3.org/1999/xhtml"
8526     type="number"
8527     step="0"/>
8528     #errors
8529     /input/@step;float:out of range;m
8530    
8531     #data
8532     <input xmlns="http://www.w3.org/1999/xhtml"
8533     type="number"
8534     step="0.00"/>
8535     #errors
8536     /input/@step;float:out of range;m
8537    
8538     #data
8539     <input xmlns="http://www.w3.org/1999/xhtml"
8540     type="range"
8541     step="1"/>
8542     #errors
8543    
8544     #data
8545     <input xmlns="http://www.w3.org/1999/xhtml"
8546     type="range"
8547     step="100"/>
8548     #errors
8549    
8550     #data
8551     <input xmlns="http://www.w3.org/1999/xhtml"
8552     type="range"
8553     step="0000001"/>
8554     #errors
8555    
8556     #data
8557     <input xmlns="http://www.w3.org/1999/xhtml"
8558     type="range"
8559     step="32"/>
8560     #errors
8561    
8562     #data
8563     <input xmlns="http://www.w3.org/1999/xhtml"
8564     type="range"
8565     step="-1.4142135623730950488016887242097e0"/>
8566     #errors
8567 wakaba 1.26 /input/@step;float:out of range;m
8568 wakaba 1.9
8569     #data
8570     <input xmlns="http://www.w3.org/1999/xhtml"
8571     type="range"
8572     step="3.17e4"/>
8573     #errors
8574    
8575     #data
8576     <input xmlns="http://www.w3.org/1999/xhtml"
8577     type="range"
8578     step="0.4500"/>
8579     #errors
8580    
8581     #data
8582     <input xmlns="http://www.w3.org/1999/xhtml"
8583     type="range"
8584     step="0042.000"/>
8585     #errors
8586    
8587     #data
8588     <input xmlns="http://www.w3.org/1999/xhtml"
8589     type="range"
8590     step="42e0"/>
8591     #errors
8592    
8593     #data
8594     <input xmlns="http://www.w3.org/1999/xhtml"
8595     type="range"
8596     step="4.2e1"/>
8597     #errors
8598    
8599     #data
8600     <input xmlns="http://www.w3.org/1999/xhtml"
8601     type="range"
8602     step="420e-1"/>
8603     #errors
8604    
8605     #data
8606     <input xmlns="http://www.w3.org/1999/xhtml"
8607     type="range"
8608     step=""/>
8609     #errors
8610     /input/@step;float:syntax error;m
8611    
8612     #data
8613     <input xmlns="http://www.w3.org/1999/xhtml"
8614     type="range"
8615     step="+0"/>
8616     #errors
8617     /input/@step;float:syntax error;m
8618    
8619     #data
8620     <input xmlns="http://www.w3.org/1999/xhtml"
8621     type="range"
8622     step="0e+0"/>
8623     #errors
8624 wakaba 1.26 /input/@step;float:out of range;m
8625 wakaba 1.9
8626     #data
8627     <input xmlns="http://www.w3.org/1999/xhtml"
8628     type="range"
8629     step="+1e+3"/>
8630     #errors
8631     /input/@step;float:syntax error;m
8632    
8633     #data
8634     <input xmlns="http://www.w3.org/1999/xhtml"
8635     type="range"
8636     step=".42e2"/>
8637     #errors
8638     /input/@step;float:syntax error;m
8639    
8640     #data
8641     <input xmlns="http://www.w3.org/1999/xhtml"
8642     type="range"
8643     step="65000"/>
8644     #errors
8645    
8646     #data
8647     <input xmlns="http://www.w3.org/1999/xhtml"
8648     type="range"
8649     step="66000.0"/>
8650     #errors
8651    
8652     #data
8653     <input xmlns="http://www.w3.org/1999/xhtml"
8654     type="range"
8655     step="any"/>
8656     #errors
8657    
8658     #data
8659     <input xmlns="http://www.w3.org/1999/xhtml"
8660     type="range"
8661     step="Any"/>
8662     #errors
8663    
8664     #data
8665     <input xmlns="http://www.w3.org/1999/xhtml"
8666     type="range"
8667     step="ANY"/>
8668     #errors
8669    
8670     #data
8671     <input xmlns="http://www.w3.org/1999/xhtml"
8672     type="range"
8673     step="any "/>
8674     #errors
8675     /input/@step;float:syntax error;m
8676    
8677     #data
8678     <input xmlns="http://www.w3.org/1999/xhtml"
8679     type="range"
8680     step=" Any"/>
8681     #errors
8682     /input/@step;float:syntax error;m
8683    
8684     #data
8685     <input xmlns="http://www.w3.org/1999/xhtml"
8686     type="range"
8687     step="anything"/>
8688     #errors
8689     /input/@step;float:syntax error;m
8690    
8691     #data
8692     <input xmlns="http://www.w3.org/1999/xhtml"
8693     type="range"
8694     step=""/>
8695     #errors
8696     /input/@step;float:syntax error;m
8697    
8698     #data
8699     <input xmlns="http://www.w3.org/1999/xhtml"
8700     type="range"
8701     step="0"/>
8702     #errors
8703     /input/@step;float:out of range;m
8704    
8705     #data
8706     <input xmlns="http://www.w3.org/1999/xhtml"
8707     type="range"
8708     step="0.00"/>
8709     #errors
8710     /input/@step;float:out of range;m
8711 wakaba 1.10
8712     #data
8713     <input xmlns="http://www.w3.org/1999/xhtml"
8714 wakaba 1.14 type="hidden"
8715     multiple=""/>
8716     #errors
8717     /input/@multiple;input attr not applicable;hidden;m
8718    
8719     #data
8720     <input xmlns="http://www.w3.org/1999/xhtml"
8721     type="text"
8722     multiple=""/>
8723     #errors
8724     /input/@multiple;input attr not applicable;text;m
8725    
8726     #data
8727     <input xmlns="http://www.w3.org/1999/xhtml"
8728     type="search"
8729     multiple=""/>
8730     #errors
8731     /input/@multiple;input attr not applicable;search;m
8732    
8733     #data
8734     <input xmlns="http://www.w3.org/1999/xhtml"
8735     type="url"
8736     multiple=""/>
8737     #errors
8738     /input/@multiple;input attr not applicable;url;m
8739    
8740     #data
8741     <input xmlns="http://www.w3.org/1999/xhtml"
8742     type="password"
8743     multiple=""/>
8744     #errors
8745     /input/@multiple;input attr not applicable;password;m
8746    
8747     #data
8748     <input xmlns="http://www.w3.org/1999/xhtml"
8749     type="datetime"
8750     multiple=""/>
8751     #errors
8752     /input/@multiple;input attr not applicable;datetime;m
8753    
8754     #data
8755     <input xmlns="http://www.w3.org/1999/xhtml"
8756     type="date"
8757     multiple=""/>
8758     #errors
8759     /input/@multiple;input attr not applicable;date;m
8760    
8761     #data
8762     <input xmlns="http://www.w3.org/1999/xhtml"
8763     type="month"
8764     multiple=""/>
8765     #errors
8766     /input/@multiple;input attr not applicable;month;m
8767    
8768     #data
8769     <input xmlns="http://www.w3.org/1999/xhtml"
8770     type="week"
8771     multiple=""/>
8772     #errors
8773     /input/@multiple;input attr not applicable;week;m
8774    
8775     #data
8776     <input xmlns="http://www.w3.org/1999/xhtml"
8777     type="time"
8778     multiple=""/>
8779     #errors
8780     /input/@multiple;input attr not applicable;time;m
8781    
8782     #data
8783     <input xmlns="http://www.w3.org/1999/xhtml"
8784     type="datetime-local"
8785     multiple=""/>
8786     #errors
8787     /input/@multiple;input attr not applicable;datetime-local;m
8788    
8789     #data
8790     <input xmlns="http://www.w3.org/1999/xhtml"
8791     type="number"
8792     multiple=""/>
8793     #errors
8794     /input/@multiple;input attr not applicable;number;m
8795    
8796     #data
8797     <input xmlns="http://www.w3.org/1999/xhtml"
8798     type="range"
8799     multiple=""/>
8800     #errors
8801     /input/@multiple;input attr not applicable;range;m
8802    
8803     #data
8804     <input xmlns="http://www.w3.org/1999/xhtml"
8805     type="color"
8806     multiple=""/>
8807     #errors
8808     /input/@multiple;input attr not applicable;color;m
8809    
8810     #data
8811     <input xmlns="http://www.w3.org/1999/xhtml"
8812     type="checkbox"
8813     multiple=""/>
8814     #errors
8815     /input/@multiple;input attr not applicable;checkbox;m
8816    
8817     #data
8818     <input xmlns="http://www.w3.org/1999/xhtml"
8819     type="radio"
8820     multiple=""/>
8821     #errors
8822     /input/@multiple;input attr not applicable;radio;m
8823    
8824     #data
8825     <input xmlns="http://www.w3.org/1999/xhtml"
8826     type="submit"
8827     multiple=""/>
8828     #errors
8829     /input/@multiple;input attr not applicable;submit;m
8830    
8831     #data
8832     <input xmlns="http://www.w3.org/1999/xhtml"
8833     type="image"
8834     src="" alt="x"
8835     multiple=""/>
8836     #errors
8837     /input/@multiple;input attr not applicable;image;m
8838    
8839     #data
8840     <input xmlns="http://www.w3.org/1999/xhtml"
8841     type="reset"
8842     multiple=""/>
8843     #errors
8844     /input/@multiple;input attr not applicable;reset;m
8845    
8846     #data
8847     <input xmlns="http://www.w3.org/1999/xhtml"
8848     type="button"
8849     multiple=""/>
8850     #errors
8851     /input/@multiple;input attr not applicable;button;m
8852    
8853     #data
8854     <input xmlns="http://www.w3.org/1999/xhtml"
8855     type="add"
8856     multiple=""/>
8857     #errors
8858     /input/@multiple;input attr not applicable;add;m
8859     /input/@type;enumerated:invalid;m
8860    
8861     #data
8862     <input xmlns="http://www.w3.org/1999/xhtml"
8863     type="remove"
8864     multiple=""/>
8865     #errors
8866     /input/@multiple;input attr not applicable;remove;m
8867     /input/@type;enumerated:invalid;m
8868    
8869     #data
8870     <input xmlns="http://www.w3.org/1999/xhtml"
8871     type="move-up"
8872     multiple=""/>
8873     #errors
8874     /input/@multiple;input attr not applicable;move-up;m
8875     /input/@type;enumerated:invalid;m
8876    
8877     #data
8878     <input xmlns="http://www.w3.org/1999/xhtml"
8879     type="move-down"
8880     multiple=""/>
8881     #errors
8882     /input/@multiple;input attr not applicable;move-down;m
8883     /input/@type;enumerated:invalid;m
8884    
8885     #data
8886     <input xmlns="http://www.w3.org/1999/xhtml"
8887     type="email"
8888     multiple=""/>
8889     #errors
8890    
8891     #data
8892     <input xmlns="http://www.w3.org/1999/xhtml"
8893     type="email"
8894     multiple="multiple"/>
8895     #errors
8896    
8897     #data
8898     <input xmlns="http://www.w3.org/1999/xhtml"
8899     type="email"
8900     multiple="Multiple"/>
8901     #errors
8902    
8903     #data
8904     <input xmlns="http://www.w3.org/1999/xhtml"
8905     type="email"
8906     multiple=" multiple"/>
8907     #errors
8908     /input/@multiple;boolean:invalid;m
8909    
8910     #data
8911     <input xmlns="http://www.w3.org/1999/xhtml"
8912     type="email"
8913     multiple="yes"/>
8914     #errors
8915     /input/@multiple;boolean:invalid;m
8916    
8917     #data
8918     <input xmlns="http://www.w3.org/1999/xhtml"
8919     type="file"
8920     multiple=""/>
8921     #errors
8922    
8923     #data
8924     <input xmlns="http://www.w3.org/1999/xhtml"
8925     type="file"
8926     multiple="multiple"/>
8927     #errors
8928    
8929     #data
8930     <input xmlns="http://www.w3.org/1999/xhtml"
8931     type="file"
8932     multiple="Multiple"/>
8933     #errors
8934    
8935     #data
8936     <input xmlns="http://www.w3.org/1999/xhtml"
8937     type="file"
8938     multiple=" multiple"/>
8939     #errors
8940     /input/@multiple;boolean:invalid;m
8941    
8942     #data
8943     <input xmlns="http://www.w3.org/1999/xhtml"
8944     type="file"
8945     multiple="yes"/>
8946     #errors
8947     /input/@multiple;boolean:invalid;m
8948 wakaba 1.15
8949     #data
8950     <input xmlns="http://www.w3.org/1999/xhtml"
8951     type="text"
8952     pattern=""/>
8953     #errors
8954     /input/@pattern;SUBDOC
8955     /input;attribute missing;title;s
8956    
8957     #data
8958     <input xmlns="http://www.w3.org/1999/xhtml"
8959     type="text"
8960     pattern="" title="empty"/>
8961     #errors
8962     /input/@pattern;SUBDOC
8963    
8964     #data
8965     <input xmlns="http://www.w3.org/1999/xhtml"
8966     type="search"
8967     pattern=""/>
8968     #errors
8969     /input/@pattern;SUBDOC
8970     /input;attribute missing;title;s
8971    
8972     #data
8973     <input xmlns="http://www.w3.org/1999/xhtml"
8974     type="search"
8975     pattern="" title="empty"/>
8976     #errors
8977     /input/@pattern;SUBDOC
8978    
8979     #data
8980     <input xmlns="http://www.w3.org/1999/xhtml"
8981     type="url"
8982     pattern=""/>
8983     #errors
8984     /input/@pattern;SUBDOC
8985     /input;attribute missing;title;s
8986    
8987     #data
8988     <input xmlns="http://www.w3.org/1999/xhtml"
8989     type="url"
8990     pattern="" title="empty"/>
8991     #errors
8992     /input/@pattern;SUBDOC
8993    
8994     #data
8995     <input xmlns="http://www.w3.org/1999/xhtml"
8996     type="email"
8997     pattern=""/>
8998     #errors
8999     /input/@pattern;SUBDOC
9000     /input;attribute missing;title;s
9001    
9002     #data
9003     <input xmlns="http://www.w3.org/1999/xhtml"
9004     type="email"
9005     pattern="" title="empty"/>
9006     #errors
9007     /input/@pattern;SUBDOC
9008    
9009     #data
9010     <input xmlns="http://www.w3.org/1999/xhtml"
9011     type="password"
9012     pattern=""/>
9013     #errors
9014     /input/@pattern;SUBDOC
9015     /input;attribute missing;title;s
9016    
9017     #data
9018     <input xmlns="http://www.w3.org/1999/xhtml"
9019     type="password"
9020     pattern="" title="empty"/>
9021     #errors
9022     /input/@pattern;SUBDOC
9023 wakaba 1.14
9024     #data
9025     <input xmlns="http://www.w3.org/1999/xhtml"
9026     type="hidden"
9027     placeholder=""/>
9028     #errors
9029     /input/@placeholder;input attr not applicable;hidden;m
9030    
9031     #data
9032     <input xmlns="http://www.w3.org/1999/xhtml"
9033     type="datetime"
9034     placeholder=""/>
9035     #errors
9036     /input/@placeholder;input attr not applicable;datetime;m
9037    
9038     #data
9039     <input xmlns="http://www.w3.org/1999/xhtml"
9040     type="date"
9041     placeholder=""/>
9042     #errors
9043     /input/@placeholder;input attr not applicable;date;m
9044    
9045     #data
9046     <input xmlns="http://www.w3.org/1999/xhtml"
9047     type="month"
9048     placeholder=""/>
9049     #errors
9050     /input/@placeholder;input attr not applicable;month;m
9051    
9052     #data
9053     <input xmlns="http://www.w3.org/1999/xhtml"
9054     type="week"
9055     placeholder=""/>
9056     #errors
9057     /input/@placeholder;input attr not applicable;week;m
9058    
9059     #data
9060     <input xmlns="http://www.w3.org/1999/xhtml"
9061     type="time"
9062     placeholder=""/>
9063     #errors
9064     /input/@placeholder;input attr not applicable;time;m
9065    
9066     #data
9067     <input xmlns="http://www.w3.org/1999/xhtml"
9068     type="datetime-local"
9069     placeholder=""/>
9070     #errors
9071     /input/@placeholder;input attr not applicable;datetime-local;m
9072    
9073     #data
9074     <input xmlns="http://www.w3.org/1999/xhtml"
9075     type="number"
9076     placeholder=""/>
9077     #errors
9078     /input/@placeholder;input attr not applicable;number;m
9079    
9080     #data
9081     <input xmlns="http://www.w3.org/1999/xhtml"
9082     type="range"
9083     placeholder=""/>
9084     #errors
9085     /input/@placeholder;input attr not applicable;range;m
9086    
9087     #data
9088     <input xmlns="http://www.w3.org/1999/xhtml"
9089     type="color"
9090     placeholder=""/>
9091     #errors
9092     /input/@placeholder;input attr not applicable;color;m
9093    
9094     #data
9095     <input xmlns="http://www.w3.org/1999/xhtml"
9096     type="checkbox"
9097     placeholder=""/>
9098     #errors
9099     /input/@placeholder;input attr not applicable;checkbox;m
9100    
9101     #data
9102     <input xmlns="http://www.w3.org/1999/xhtml"
9103     type="radio"
9104     placeholder=""/>
9105     #errors
9106     /input/@placeholder;input attr not applicable;radio;m
9107    
9108     #data
9109     <input xmlns="http://www.w3.org/1999/xhtml"
9110     type="file"
9111     placeholder=""/>
9112     #errors
9113     /input/@placeholder;input attr not applicable;file;m
9114    
9115     #data
9116     <input xmlns="http://www.w3.org/1999/xhtml"
9117     type="submit"
9118     placeholder=""/>
9119     #errors
9120     /input/@placeholder;input attr not applicable;submit;m
9121    
9122     #data
9123     <input xmlns="http://www.w3.org/1999/xhtml"
9124     type="image"
9125     src="" alt="x"
9126     placeholder=""/>
9127     #errors
9128     /input/@placeholder;input attr not applicable;image;m
9129    
9130     #data
9131     <input xmlns="http://www.w3.org/1999/xhtml"
9132     type="reset"
9133     placeholder=""/>
9134     #errors
9135     /input/@placeholder;input attr not applicable;reset;m
9136    
9137     #data
9138     <input xmlns="http://www.w3.org/1999/xhtml"
9139     type="button"
9140     placeholder=""/>
9141     #errors
9142     /input/@placeholder;input attr not applicable;button;m
9143    
9144     #data
9145     <input xmlns="http://www.w3.org/1999/xhtml"
9146     type="add"
9147     placeholder=""/>
9148     #errors
9149     /input/@placeholder;input attr not applicable;add;m
9150     /input/@type;enumerated:invalid;m
9151    
9152     #data
9153     <input xmlns="http://www.w3.org/1999/xhtml"
9154     type="remove"
9155     placeholder=""/>
9156     #errors
9157     /input/@placeholder;input attr not applicable;remove;m
9158     /input/@type;enumerated:invalid;m
9159    
9160     #data
9161     <input xmlns="http://www.w3.org/1999/xhtml"
9162     type="move-up"
9163     placeholder=""/>
9164     #errors
9165     /input/@placeholder;input attr not applicable;move-up;m
9166     /input/@type;enumerated:invalid;m
9167    
9168     #data
9169     <input xmlns="http://www.w3.org/1999/xhtml"
9170     type="move-down"
9171     placeholder=""/>
9172     #errors
9173     /input/@placeholder;input attr not applicable;move-down;m
9174     /input/@type;enumerated:invalid;m
9175    
9176     #data
9177     <input xmlns="http://www.w3.org/1999/xhtml"
9178     type="text"
9179     placeholder=""/>
9180     #errors
9181    
9182     #data
9183     <input xmlns="http://www.w3.org/1999/xhtml"
9184     type="text"
9185     placeholder="xxx"/>
9186     #errors
9187    
9188     #data
9189     <input xmlns="http://www.w3.org/1999/xhtml"
9190     type="text"
9191     placeholder="&#xa;"/>
9192     #errors
9193     /input/@placeholder;newline in value;m
9194    
9195     #data
9196     <input xmlns="http://www.w3.org/1999/xhtml"
9197     type="text"
9198     placeholder="&#xd;"/>
9199     #errors
9200     /input/@placeholder;newline in value;m
9201    
9202     #data
9203     <input xmlns="http://www.w3.org/1999/xhtml"
9204     type="search"
9205     placeholder=""/>
9206     #errors
9207    
9208     #data
9209     <input xmlns="http://www.w3.org/1999/xhtml"
9210     type="search"
9211     placeholder="xxx"/>
9212     #errors
9213    
9214     #data
9215     <input xmlns="http://www.w3.org/1999/xhtml"
9216     type="search"
9217     placeholder="&#xa;"/>
9218     #errors
9219     /input/@placeholder;newline in value;m
9220    
9221     #data
9222     <input xmlns="http://www.w3.org/1999/xhtml"
9223     type="search"
9224     placeholder="&#xd;"/>
9225     #errors
9226     /input/@placeholder;newline in value;m
9227    
9228     #data
9229     <input xmlns="http://www.w3.org/1999/xhtml"
9230     type="url"
9231     placeholder=""/>
9232     #errors
9233    
9234     #data
9235     <input xmlns="http://www.w3.org/1999/xhtml"
9236     type="url"
9237     placeholder="xxx"/>
9238     #errors
9239    
9240     #data
9241     <input xmlns="http://www.w3.org/1999/xhtml"
9242     type="url"
9243     placeholder="&#xa;"/>
9244     #errors
9245     /input/@placeholder;newline in value;m
9246    
9247     #data
9248     <input xmlns="http://www.w3.org/1999/xhtml"
9249     type="url"
9250     placeholder="&#xd;"/>
9251     #errors
9252     /input/@placeholder;newline in value;m
9253    
9254     #data
9255     <input xmlns="http://www.w3.org/1999/xhtml"
9256     type="email"
9257     placeholder=""/>
9258     #errors
9259    
9260     #data
9261     <input xmlns="http://www.w3.org/1999/xhtml"
9262     type="email"
9263     placeholder="xxx"/>
9264     #errors
9265    
9266     #data
9267     <input xmlns="http://www.w3.org/1999/xhtml"
9268     type="email"
9269     placeholder="&#xa;"/>
9270     #errors
9271     /input/@placeholder;newline in value;m
9272    
9273     #data
9274     <input xmlns="http://www.w3.org/1999/xhtml"
9275     type="email"
9276     placeholder="&#xd;"/>
9277     #errors
9278     /input/@placeholder;newline in value;m
9279    
9280     #data
9281     <input xmlns="http://www.w3.org/1999/xhtml"
9282     type="password"
9283     placeholder=""/>
9284     #errors
9285    
9286     #data
9287     <input xmlns="http://www.w3.org/1999/xhtml"
9288     type="password"
9289     placeholder="xxx"/>
9290     #errors
9291    
9292     #data
9293     <input xmlns="http://www.w3.org/1999/xhtml"
9294     type="password"
9295     placeholder="&#xa;"/>
9296     #errors
9297     /input/@placeholder;newline in value;m
9298    
9299     #data
9300     <input xmlns="http://www.w3.org/1999/xhtml"
9301     type="password"
9302     placeholder="&#xd;"/>
9303     #errors
9304     /input/@placeholder;newline in value;m
9305    
9306     #data
9307     <input xmlns="http://www.w3.org/1999/xhtml"
9308 wakaba 1.10 accept-charset=""/>
9309     #errors
9310     /input/@accept-charset;attribute not defined;m
9311    
9312     #data
9313     <input xmlns="http://www.w3.org/1999/xhtml"
9314     accept-charset="x-euc-jp"/>
9315     #errors
9316     /input/@accept-charset;attribute not defined;m
9317     /input/@accept-charset;charset:private;w
9318     /input/@accept-charset;charset:not preferred;m
9319    
9320     #data
9321     <input xmlns="http://www.w3.org/1999/xhtml"
9322     accept-charset="us-ascii iso-2022-jp"/>
9323     #errors
9324     /input/@accept-charset;attribute not defined;m
9325     /input/@accept-charset;charset:not ascii compat;m
9326    
9327     #data
9328     <input xmlns="http://www.w3.org/1999/xhtml"
9329     type="hidden"
9330     accept-charset="us-ascii"/>
9331     #errors
9332     /input/@accept-charset;attribute not defined;m
9333    
9334    
9335     #data
9336     <input xmlns="http://www.w3.org/1999/xhtml"
9337     type="hidden"
9338     accept-charset="us-ascii"/>
9339     #errors
9340     /input/@accept-charset;attribute not defined;m
9341    
9342    
9343     #data
9344     <input xmlns="http://www.w3.org/1999/xhtml"
9345     type="email"
9346     accept-charset="us-ascii"/>
9347     #errors
9348     /input/@accept-charset;attribute not defined;m
9349    
9350     #data
9351     <input xmlns="http://www.w3.org/1999/xhtml"
9352     type="url"
9353     accept-charset="us-ascii"/>
9354     #errors
9355     /input/@accept-charset;attribute not defined;m
9356    
9357 wakaba 1.12 #data
9358     <input xmlns="http://www.w3.org/1999/xhtml"
9359     type="search"
9360     accept-charset="us-ascii"/>
9361     #errors
9362     /input/@accept-charset;attribute not defined;m
9363 wakaba 1.10
9364     #data
9365     <input xmlns="http://www.w3.org/1999/xhtml"
9366     type="password"
9367     accept-charset="us-ascii"/>
9368     #errors
9369     /input/@accept-charset;attribute not defined;m
9370    
9371    
9372     #data
9373     <input xmlns="http://www.w3.org/1999/xhtml"
9374     type="datetime"
9375     accept-charset="us-ascii"/>
9376     #errors
9377     /input/@accept-charset;attribute not defined;m
9378    
9379    
9380     #data
9381     <input xmlns="http://www.w3.org/1999/xhtml"
9382     type="date"
9383     accept-charset="us-ascii"/>
9384     #errors
9385     /input/@accept-charset;attribute not defined;m
9386    
9387    
9388     #data
9389     <input xmlns="http://www.w3.org/1999/xhtml"
9390     type="month"
9391     accept-charset="us-ascii"/>
9392     #errors
9393     /input/@accept-charset;attribute not defined;m
9394    
9395    
9396     #data
9397     <input xmlns="http://www.w3.org/1999/xhtml"
9398     type="week"
9399     accept-charset="us-ascii"/>
9400     #errors
9401     /input/@accept-charset;attribute not defined;m
9402    
9403    
9404     #data
9405     <input xmlns="http://www.w3.org/1999/xhtml"
9406     type="time"
9407     accept-charset="us-ascii"/>
9408     #errors
9409     /input/@accept-charset;attribute not defined;m
9410    
9411    
9412     #data
9413     <input xmlns="http://www.w3.org/1999/xhtml"
9414     type="datetime-local"
9415     accept-charset="us-ascii"/>
9416     #errors
9417     /input/@accept-charset;attribute not defined;m
9418    
9419    
9420     #data
9421     <input xmlns="http://www.w3.org/1999/xhtml"
9422     type="number"
9423     accept-charset="us-ascii"/>
9424     #errors
9425     /input/@accept-charset;attribute not defined;m
9426    
9427     #data
9428     <input xmlns="http://www.w3.org/1999/xhtml"
9429     type="range"
9430     accept-charset="us-ascii"/>
9431     #errors
9432     /input/@accept-charset;attribute not defined;m
9433    
9434 wakaba 1.13 #data
9435     <input xmlns="http://www.w3.org/1999/xhtml"
9436     type="color"
9437     accept-charset="us-ascii"/>
9438     #errors
9439     /input/@accept-charset;attribute not defined;m
9440 wakaba 1.10
9441     #data
9442     <input xmlns="http://www.w3.org/1999/xhtml"
9443     type="checkbox"
9444     accept-charset="us-ascii"/>
9445     #errors
9446     /input/@accept-charset;attribute not defined;m
9447    
9448    
9449     #data
9450     <input xmlns="http://www.w3.org/1999/xhtml"
9451     type="radio"
9452     accept-charset="us-ascii"/>
9453     #errors
9454     /input/@accept-charset;attribute not defined;m
9455    
9456    
9457     #data
9458     <input xmlns="http://www.w3.org/1999/xhtml"
9459     type="file"
9460     accept-charset="us-ascii"/>
9461     #errors
9462     /input/@accept-charset;attribute not defined;m
9463    
9464    
9465     #data
9466     <input xmlns="http://www.w3.org/1999/xhtml"
9467     type="submit"
9468     accept-charset="us-ascii"/>
9469     #errors
9470     /input/@accept-charset;attribute not defined;m
9471    
9472    
9473     #data
9474     <input xmlns="http://www.w3.org/1999/xhtml"
9475     type="image"
9476     accept-charset="us-ascii"/>
9477     #errors
9478     /input/@accept-charset;attribute not defined;m
9479    
9480     #data
9481     <input xmlns="http://www.w3.org/1999/xhtml"
9482     type="reset"
9483     accept-charset="us-ascii"/>
9484     #errors
9485     /input/@accept-charset;attribute not defined;m
9486    
9487     #data
9488     <input xmlns="http://www.w3.org/1999/xhtml"
9489     type="button"
9490     accept-charset="us-ascii"/>
9491     #errors
9492     /input/@accept-charset;attribute not defined;m
9493    
9494     #data
9495     <input xmlns="http://www.w3.org/1999/xhtml"
9496     type="add"
9497     accept-charset="us-ascii"/>
9498     #errors
9499     /input/@accept-charset;attribute not defined;m
9500     /input/@type;enumerated:invalid;m
9501    
9502     #data
9503     <input xmlns="http://www.w3.org/1999/xhtml"
9504     type="remove"
9505     accept-charset="us-ascii"/>
9506     #errors
9507     /input/@accept-charset;attribute not defined;m
9508     /input/@type;enumerated:invalid;m
9509    
9510     #data
9511     <input xmlns="http://www.w3.org/1999/xhtml"
9512     type="move-up"
9513     accept-charset="us-ascii"/>
9514     #errors
9515     /input/@accept-charset;attribute not defined;m
9516     /input/@type;enumerated:invalid;m
9517    
9518     #data
9519     <input xmlns="http://www.w3.org/1999/xhtml"
9520     type="move-down"
9521     accept-charset="us-ascii"/>
9522     #errors
9523     /input/@accept-charset;attribute not defined;m
9524     /input/@type;enumerated:invalid;m
9525    
9526     #data
9527     <input accesskey="" xmlns="http://www.w3.org/1999/xhtml"/>
9528     #errors
9529    
9530     #data
9531     <input accesskey="x" xmlns="http://www.w3.org/1999/xhtml"/>
9532     #errors
9533    
9534     #data
9535     <input xmlns="http://www.w3.org/1999/xhtml"
9536     type="hidden"
9537     accesskey="a"/>
9538     #errors
9539    
9540     #data
9541     <input xmlns="http://www.w3.org/1999/xhtml"
9542     type="text"
9543     accesskey="a"/>
9544     #errors
9545    
9546     #data
9547     <input xmlns="http://www.w3.org/1999/xhtml"
9548     type="email"
9549     accesskey="a"/>
9550     #errors
9551    
9552     #data
9553     <input xmlns="http://www.w3.org/1999/xhtml"
9554     type="url"
9555     accesskey="a"/>
9556     #errors
9557    
9558     #data
9559     <input xmlns="http://www.w3.org/1999/xhtml"
9560 wakaba 1.12 type="search"
9561     accesskey="a"/>
9562     #errors
9563    
9564     #data
9565     <input xmlns="http://www.w3.org/1999/xhtml"
9566 wakaba 1.10 type="password"
9567     accesskey="a"/>
9568     #errors
9569    
9570     #data
9571     <input xmlns="http://www.w3.org/1999/xhtml"
9572     type="datetime"
9573     accesskey="a"/>
9574     #errors
9575    
9576     #data
9577     <input xmlns="http://www.w3.org/1999/xhtml"
9578     type="date"
9579     accesskey="a"/>
9580     #errors
9581    
9582     #data
9583     <input xmlns="http://www.w3.org/1999/xhtml"
9584     type="month"
9585     accesskey="a"/>
9586     #errors
9587    
9588     #data
9589     <input xmlns="http://www.w3.org/1999/xhtml"
9590     type="week"
9591     accesskey="a"/>
9592     #errors
9593    
9594     #data
9595     <input xmlns="http://www.w3.org/1999/xhtml"
9596     type="time"
9597     accesskey="a"/>
9598     #errors
9599    
9600     #data
9601     <input xmlns="http://www.w3.org/1999/xhtml"
9602     type="datetime-local"
9603     accesskey="a"/>
9604     #errors
9605    
9606     #data
9607     <input xmlns="http://www.w3.org/1999/xhtml"
9608     type="number"
9609     accesskey="a"/>
9610     #errors
9611    
9612     #data
9613     <input xmlns="http://www.w3.org/1999/xhtml"
9614     type="range"
9615     accesskey="a"/>
9616     #errors
9617    
9618     #data
9619     <input xmlns="http://www.w3.org/1999/xhtml"
9620 wakaba 1.13 type="color"
9621     accesskey="a"/>
9622     #errors
9623    
9624     #data
9625     <input xmlns="http://www.w3.org/1999/xhtml"
9626 wakaba 1.10 type="checkbox"
9627     accesskey="a"/>
9628     #errors
9629    
9630     #data
9631     <input xmlns="http://www.w3.org/1999/xhtml"
9632     type="radio"
9633     accesskey="a"/>
9634     #errors
9635    
9636     #data
9637     <input xmlns="http://www.w3.org/1999/xhtml"
9638     type="file"
9639     accesskey="a"/>
9640     #errors
9641    
9642     #data
9643     <input xmlns="http://www.w3.org/1999/xhtml"
9644     type="submit"
9645     accesskey="a"/>
9646     #errors
9647    
9648     #data
9649     <input xmlns="http://www.w3.org/1999/xhtml"
9650     type="image"
9651     accesskey="a"/>
9652     #errors
9653    
9654     #data
9655     <input xmlns="http://www.w3.org/1999/xhtml"
9656     type="reset"
9657     accesskey="a"/>
9658     #errors
9659    
9660     #data
9661     <input xmlns="http://www.w3.org/1999/xhtml"
9662     type="button"
9663     accesskey="a"/>
9664     #errors
9665    
9666     #data
9667     <input xmlns="http://www.w3.org/1999/xhtml"
9668     type="add"
9669     accesskey="a"/>
9670     #errors
9671     /input/@type;enumerated:invalid;m
9672    
9673     #data
9674     <input xmlns="http://www.w3.org/1999/xhtml"
9675     type="remove"
9676     accesskey="a"/>
9677     #errors
9678     /input/@type;enumerated:invalid;m
9679    
9680     #data
9681     <input xmlns="http://www.w3.org/1999/xhtml"
9682     type="move-up"
9683     accesskey="a"/>
9684     #errors
9685     /input/@type;enumerated:invalid;m
9686    
9687     #data
9688     <input xmlns="http://www.w3.org/1999/xhtml"
9689     type="move-down"
9690     accesskey="a"/>
9691     #errors
9692     /input/@type;enumerated:invalid;m
9693 wakaba 1.20
9694     #data
9695     <input xmlns="http://www.w3.org/1999/xhtml"
9696     type="move-down"
9697     accesskey="a b"/>
9698     #errors
9699     /input/@type;enumerated:invalid;m
9700    
9701     #data
9702     <input xmlns="http://www.w3.org/1999/xhtml"
9703     type="move-down"
9704     accesskey="abc"/>
9705     #errors
9706     /input/@type;enumerated:invalid;m
9707     /input/@accesskey;char:syntax error;m
9708 wakaba 1.10
9709     #data
9710     <input xmlns="http://www.w3.org/1999/xhtml"
9711     type="hidden"
9712     replace=""/>
9713     #errors
9714     /input/@replace;attribute not defined;m
9715     /input/@replace;input attr not applicable;hidden;m
9716    
9717     #data
9718     <input xmlns="http://www.w3.org/1999/xhtml"
9719     type="text"
9720     replace=""/>
9721     #errors
9722     /input/@replace;attribute not defined;m
9723     /input/@replace;input attr not applicable;text;m
9724    
9725     #data
9726     <input xmlns="http://www.w3.org/1999/xhtml"
9727     type="email"
9728     replace=""/>
9729     #errors
9730     /input/@replace;attribute not defined;m
9731     /input/@replace;input attr not applicable;email;m
9732    
9733     #data
9734     <input xmlns="http://www.w3.org/1999/xhtml"
9735     type="url"
9736     replace=""/>
9737     #errors
9738     /input/@replace;attribute not defined;m
9739     /input/@replace;input attr not applicable;url;m
9740    
9741     #data
9742     <input xmlns="http://www.w3.org/1999/xhtml"
9743 wakaba 1.12 type="search"
9744     replace=""/>
9745     #errors
9746     /input/@replace;attribute not defined;m
9747     /input/@replace;input attr not applicable;search;m
9748    
9749     #data
9750     <input xmlns="http://www.w3.org/1999/xhtml"
9751 wakaba 1.10 type="password"
9752     replace=""/>
9753     #errors
9754     /input/@replace;attribute not defined;m
9755     /input/@replace;input attr not applicable;password;m
9756    
9757     #data
9758     <input xmlns="http://www.w3.org/1999/xhtml"
9759     type="datetime"
9760     replace=""/>
9761     #errors
9762     /input/@replace;attribute not defined;m
9763     /input/@replace;input attr not applicable;datetime;m
9764    
9765     #data
9766     <input xmlns="http://www.w3.org/1999/xhtml"
9767     type="date"
9768     replace=""/>
9769     #errors
9770     /input/@replace;attribute not defined;m
9771     /input/@replace;input attr not applicable;date;m
9772    
9773     #data
9774     <input xmlns="http://www.w3.org/1999/xhtml"
9775     type="month"
9776     replace=""/>
9777     #errors
9778     /input/@replace;attribute not defined;m
9779     /input/@replace;input attr not applicable;month;m
9780    
9781     #data
9782     <input xmlns="http://www.w3.org/1999/xhtml"
9783     type="week"
9784     replace=""/>
9785     #errors
9786     /input/@replace;attribute not defined;m
9787     /input/@replace;input attr not applicable;week;m
9788    
9789     #data
9790     <input xmlns="http://www.w3.org/1999/xhtml"
9791     type="time"
9792     replace=""/>
9793     #errors
9794     /input/@replace;attribute not defined;m
9795     /input/@replace;input attr not applicable;time;m
9796    
9797     #data
9798     <input xmlns="http://www.w3.org/1999/xhtml"
9799     type="datetime-local"
9800     replace=""/>
9801     #errors
9802     /input/@replace;attribute not defined;m
9803     /input/@replace;input attr not applicable;datetime-local;m
9804    
9805     #data
9806     <input xmlns="http://www.w3.org/1999/xhtml"
9807     type="number"
9808     replace=""/>
9809     #errors
9810     /input/@replace;attribute not defined;m
9811     /input/@replace;input attr not applicable;number;m
9812    
9813     #data
9814     <input xmlns="http://www.w3.org/1999/xhtml"
9815     type="range"
9816     replace=""/>
9817     #errors
9818     /input/@replace;attribute not defined;m
9819     /input/@replace;input attr not applicable;range;m
9820    
9821     #data
9822     <input xmlns="http://www.w3.org/1999/xhtml"
9823 wakaba 1.13 type="color"
9824     replace=""/>
9825     #errors
9826     /input/@replace;attribute not defined;m
9827     /input/@replace;input attr not applicable;color;m
9828    
9829     #data
9830     <input xmlns="http://www.w3.org/1999/xhtml"
9831 wakaba 1.10 type="checkbox"
9832     replace=""/>
9833     #errors
9834     /input/@replace;attribute not defined;m
9835     /input/@replace;input attr not applicable;checkbox;m
9836    
9837     #data
9838     <input xmlns="http://www.w3.org/1999/xhtml"
9839     type="radio"
9840     replace=""/>
9841     #errors
9842     /input/@replace;attribute not defined;m
9843     /input/@replace;input attr not applicable;radio;m
9844    
9845     #data
9846     <input xmlns="http://www.w3.org/1999/xhtml"
9847     type="file"
9848     replace=""/>
9849     #errors
9850     /input/@replace;attribute not defined;m
9851     /input/@replace;input attr not applicable;file;m
9852    
9853     #data
9854     <input xmlns="http://www.w3.org/1999/xhtml"
9855     type="reset"
9856     replace=""/>
9857     #errors
9858     /input/@replace;attribute not defined;m
9859     /input/@replace;input attr not applicable;reset;m
9860    
9861     #data
9862     <input xmlns="http://www.w3.org/1999/xhtml"
9863     type="button"
9864     replace=""/>
9865     #errors
9866     /input/@replace;attribute not defined;m
9867     /input/@replace;input attr not applicable;button;m
9868    
9869     #data
9870     <input xmlns="http://www.w3.org/1999/xhtml"
9871     type="add"
9872     replace=""/>
9873     #errors
9874     /input/@replace;attribute not defined;m
9875     /input/@replace;input attr not applicable;add;m
9876     /input/@type;enumerated:invalid;m
9877    
9878     #data
9879     <input xmlns="http://www.w3.org/1999/xhtml"
9880     type="remove"
9881     replace=""/>
9882     #errors
9883     /input/@replace;attribute not defined;m
9884     /input/@replace;input attr not applicable;remove;m
9885     /input/@type;enumerated:invalid;m
9886    
9887     #data
9888     <input xmlns="http://www.w3.org/1999/xhtml"
9889     type="move-up"
9890     replace=""/>
9891     #errors
9892     /input/@replace;attribute not defined;m
9893     /input/@replace;input attr not applicable;move-up;m
9894     /input/@type;enumerated:invalid;m
9895    
9896     #data
9897     <input xmlns="http://www.w3.org/1999/xhtml"
9898     type="move-down"
9899     replace=""/>
9900     #errors
9901     /input/@replace;attribute not defined;m
9902     /input/@replace;input attr not applicable;move-down;m
9903     /input/@type;enumerated:invalid;m
9904    
9905     #data
9906     <input xmlns="http://www.w3.org/1999/xhtml"
9907     type="submit"
9908     replace=""/>
9909     #errors
9910     /input/@replace;attribute not defined;m
9911     /input/@replace;enumerated:invalid;m
9912    
9913     #data
9914     <input xmlns="http://www.w3.org/1999/xhtml"
9915     type="image"
9916     alt="x" src=""
9917     replace=""/>
9918     #errors
9919     /input/@replace;attribute not defined;m
9920     /input/@replace;enumerated:invalid;m
9921    
9922     #data
9923     <input xmlns="http://www.w3.org/1999/xhtml"
9924     type="submit"
9925     replace="document"/>
9926     #errors
9927     /input/@replace;attribute not defined;m
9928    
9929     #data
9930     <input xmlns="http://www.w3.org/1999/xhtml"
9931     type="submit"
9932     replace="values"/>
9933     #errors
9934     /input/@replace;attribute not defined;m
9935    
9936     #data
9937     <input xmlns="http://www.w3.org/1999/xhtml"
9938     type="submit"
9939     replace="documents"/>
9940     #errors
9941     /input/@replace;attribute not defined;m
9942     /input/@replace;enumerated:invalid;m
9943    
9944     #data
9945     <input xmlns="http://www.w3.org/1999/xhtml"
9946     type="submit"
9947     replace="value"/>
9948     #errors
9949     /input/@replace;attribute not defined;m
9950     /input/@replace;enumerated:invalid;m
9951    
9952     #data
9953     <input xmlns="http://www.w3.org/1999/xhtml"
9954     type="submit"
9955     replace="DocuMent"/>
9956     #errors
9957     /input/@replace;attribute not defined;m
9958    
9959     #data
9960     <input xmlns="http://www.w3.org/1999/xhtml"
9961     type="submit"
9962     replace="ValueS"/>
9963     #errors
9964     /input/@replace;attribute not defined;m
9965    
9966     #data
9967     <input xmlns="http://www.w3.org/1999/xhtml"
9968     type="submit"
9969     replace=" document "/>
9970     #errors
9971     /input/@replace;attribute not defined;m
9972     /input/@replace;enumerated:invalid;m
9973    
9974     #data
9975     <input xmlns="http://www.w3.org/1999/xhtml"
9976     type="submit"
9977     replace="docs"/>
9978     #errors
9979     /input/@replace;attribute not defined;m
9980     /input/@replace;enumerated:invalid;m
9981    
9982     #data
9983     <input xmlns="http://www.w3.org/1999/xhtml"
9984     type="submit"
9985     replace="form"/>
9986     #errors
9987     /input/@replace;attribute not defined;m
9988     /input/@replace;enumerated:invalid;m
9989    
9990     #data
9991     <input xmlns="http://www.w3.org/1999/xhtml"
9992     type="submit"
9993     replace="yes"/>
9994     #errors
9995     /input/@replace;attribute not defined;m
9996     /input/@replace;enumerated:invalid;m
9997    
9998     #data
9999     <input xmlns="http://www.w3.org/1999/xhtml"
10000     type="hidden"
10001     align=""/>
10002     #errors
10003     /input/@align;attribute not defined;m
10004     /input/@align;input attr not applicable;hidden;m
10005    
10006     #data
10007     <input xmlns="http://www.w3.org/1999/xhtml"
10008     type="text"
10009     align=""/>
10010     #errors
10011     /input/@align;attribute not defined;m
10012     /input/@align;input attr not applicable;text;m
10013    
10014     #data
10015     <input xmlns="http://www.w3.org/1999/xhtml"
10016     type="email"
10017     align=""/>
10018     #errors
10019     /input/@align;attribute not defined;m
10020     /input/@align;input attr not applicable;email;m
10021    
10022     #data
10023     <input xmlns="http://www.w3.org/1999/xhtml"
10024     type="url"
10025     align=""/>
10026     #errors
10027     /input/@align;attribute not defined;m
10028     /input/@align;input attr not applicable;url;m
10029    
10030     #data
10031     <input xmlns="http://www.w3.org/1999/xhtml"
10032 wakaba 1.12 type="search"
10033     align=""/>
10034     #errors
10035     /input/@align;attribute not defined;m
10036     /input/@align;input attr not applicable;search;m
10037    
10038     #data
10039     <input xmlns="http://www.w3.org/1999/xhtml"
10040 wakaba 1.10 type="password"
10041     align=""/>
10042     #errors
10043     /input/@align;attribute not defined;m
10044     /input/@align;input attr not applicable;password;m
10045    
10046     #data
10047     <input xmlns="http://www.w3.org/1999/xhtml"
10048     type="datetime"
10049     align=""/>
10050     #errors
10051     /input/@align;attribute not defined;m
10052     /input/@align;input attr not applicable;datetime;m
10053    
10054     #data
10055     <input xmlns="http://www.w3.org/1999/xhtml"
10056     type="date"
10057     align=""/>
10058     #errors
10059     /input/@align;attribute not defined;m
10060     /input/@align;input attr not applicable;date;m
10061    
10062     #data
10063     <input xmlns="http://www.w3.org/1999/xhtml"
10064     type="month"
10065     align=""/>
10066     #errors
10067     /input/@align;attribute not defined;m
10068     /input/@align;input attr not applicable;month;m
10069    
10070     #data
10071     <input xmlns="http://www.w3.org/1999/xhtml"
10072     type="week"
10073     align=""/>
10074     #errors
10075     /input/@align;attribute not defined;m
10076     /input/@align;input attr not applicable;week;m
10077    
10078     #data
10079     <input xmlns="http://www.w3.org/1999/xhtml"
10080     type="time"
10081     align=""/>
10082     #errors
10083     /input/@align;attribute not defined;m
10084     /input/@align;input attr not applicable;time;m
10085    
10086     #data
10087     <input xmlns="http://www.w3.org/1999/xhtml"
10088     type="datetime-local"
10089     align=""/>
10090     #errors
10091     /input/@align;attribute not defined;m
10092     /input/@align;input attr not applicable;datetime-local;m
10093    
10094     #data
10095     <input xmlns="http://www.w3.org/1999/xhtml"
10096     type="number"
10097     align=""/>
10098     #errors
10099     /input/@align;attribute not defined;m
10100     /input/@align;input attr not applicable;number;m
10101    
10102     #data
10103     <input xmlns="http://www.w3.org/1999/xhtml"
10104     type="range"
10105     align=""/>
10106     #errors
10107     /input/@align;attribute not defined;m
10108     /input/@align;input attr not applicable;range;m
10109    
10110     #data
10111     <input xmlns="http://www.w3.org/1999/xhtml"
10112 wakaba 1.13 type="color"
10113     align=""/>
10114     #errors
10115     /input/@align;attribute not defined;m
10116     /input/@align;input attr not applicable;color;m
10117    
10118     #data
10119     <input xmlns="http://www.w3.org/1999/xhtml"
10120 wakaba 1.10 type="checkbox"
10121     align=""/>
10122     #errors
10123     /input/@align;attribute not defined;m
10124     /input/@align;input attr not applicable;checkbox;m
10125    
10126     #data
10127     <input xmlns="http://www.w3.org/1999/xhtml"
10128     type="radio"
10129     align=""/>
10130     #errors
10131     /input/@align;attribute not defined;m
10132     /input/@align;input attr not applicable;radio;m
10133    
10134     #data
10135     <input xmlns="http://www.w3.org/1999/xhtml"
10136     type="file"
10137     align=""/>
10138     #errors
10139     /input/@align;attribute not defined;m
10140     /input/@align;input attr not applicable;file;m
10141    
10142     #data
10143     <input xmlns="http://www.w3.org/1999/xhtml"
10144     type="submit"
10145     align=""/>
10146     #errors
10147     /input/@align;attribute not defined;m
10148     /input/@align;input attr not applicable;submit;m
10149    
10150     #data
10151     <input xmlns="http://www.w3.org/1999/xhtml"
10152     type="reset"
10153     align=""/>
10154     #errors
10155     /input/@align;attribute not defined;m
10156     /input/@align;input attr not applicable;reset;m
10157    
10158     #data
10159     <input xmlns="http://www.w3.org/1999/xhtml"
10160     type="button"
10161     align=""/>
10162     #errors
10163     /input/@align;attribute not defined;m
10164     /input/@align;input attr not applicable;button;m
10165    
10166     #data
10167     <input xmlns="http://www.w3.org/1999/xhtml"
10168     type="add"
10169     align=""/>
10170     #errors
10171     /input/@align;attribute not defined;m
10172     /input/@align;input attr not applicable;add;m
10173     /input/@type;enumerated:invalid;m
10174    
10175     #data
10176     <input xmlns="http://www.w3.org/1999/xhtml"
10177     type="remove"
10178     align=""/>
10179     #errors
10180     /input/@align;attribute not defined;m
10181     /input/@align;input attr not applicable;remove;m
10182     /input/@type;enumerated:invalid;m
10183    
10184     #data
10185     <input xmlns="http://www.w3.org/1999/xhtml"
10186     type="move-up"
10187     align=""/>
10188     #errors
10189     /input/@align;attribute not defined;m
10190     /input/@align;input attr not applicable;move-up;m
10191     /input/@type;enumerated:invalid;m
10192    
10193     #data
10194     <input xmlns="http://www.w3.org/1999/xhtml"
10195     type="move-down"
10196     align=""/>
10197     #errors
10198     /input/@align;attribute not defined;m
10199     /input/@align;input attr not applicable;move-down;m
10200     /input/@type;enumerated:invalid;m
10201    
10202     #data
10203     <input xmlns="http://www.w3.org/1999/xhtml"
10204     type="image" src="" alt="x"
10205     align=""/>
10206     #errors
10207     /input/@align;attribute not defined;m
10208     /input/@align;enumerated:invalid;m
10209    
10210     #data
10211     <input xmlns="http://www.w3.org/1999/xhtml"
10212     type="image" src="" alt="x"
10213     align=" "/>
10214     #errors
10215     /input/@align;attribute not defined;m
10216     /input/@align;enumerated:invalid;m
10217    
10218     #data
10219     <input xmlns="http://www.w3.org/1999/xhtml"
10220     type="image" src="" alt="x"
10221     align="top"/>
10222     #errors
10223     /input/@align;attribute not defined;m
10224    
10225     #data
10226     <input xmlns="http://www.w3.org/1999/xhtml"
10227     type="image" src="" alt="x"
10228     align="middle"/>
10229     #errors
10230     /input/@align;attribute not defined;m
10231    
10232     #data
10233     <input xmlns="http://www.w3.org/1999/xhtml"
10234     type="image" src="" alt="x"
10235     align="bottom"/>
10236     #errors
10237     /input/@align;attribute not defined;m
10238    
10239     #data
10240     <input xmlns="http://www.w3.org/1999/xhtml"
10241     type="image" src="" alt="x"
10242     align="left"/>
10243     #errors
10244     /input/@align;attribute not defined;m
10245    
10246     #data
10247     <input xmlns="http://www.w3.org/1999/xhtml"
10248     type="image" src="" alt="x"
10249     align="right"/>
10250     #errors
10251     /input/@align;attribute not defined;m
10252    
10253     #data
10254     <input xmlns="http://www.w3.org/1999/xhtml"
10255     type="image" src="" alt="x"
10256     align="center"/>
10257     #errors
10258     /input/@align;attribute not defined;m
10259     /input/@align;enumerated:invalid;m
10260    
10261     #data
10262     <input xmlns="http://www.w3.org/1999/xhtml"
10263     type="image" src="" alt="x"
10264     align="texttop"/>
10265     #errors
10266     /input/@align;attribute not defined;m
10267     /input/@align;enumerated:invalid;m
10268    
10269     #data
10270     <input xmlns="http://www.w3.org/1999/xhtml"
10271     type="image" src="" alt="x"
10272     align="textbottom"/>
10273     #errors
10274     /input/@align;attribute not defined;m
10275     /input/@align;enumerated:invalid;m
10276    
10277     #data
10278     <input xmlns="http://www.w3.org/1999/xhtml"
10279     type="image" src="" alt="x"
10280     align="justify"/>
10281     #errors
10282     /input/@align;attribute not defined;m
10283     /input/@align;enumerated:invalid;m
10284    
10285     #data
10286     <input xmlns="http://www.w3.org/1999/xhtml"
10287     type="image" src="" alt="x"
10288     align="LEFT"/>
10289     #errors
10290     /input/@align;attribute not defined;m
10291    
10292     #data
10293     <input xmlns="http://www.w3.org/1999/xhtml"
10294     type="image" src="" alt="x"
10295     align="RIGHT"/>
10296     #errors
10297     /input/@align;attribute not defined;m
10298    
10299     #data
10300     <input xmlns="http://www.w3.org/1999/xhtml"
10301     type="image" src="" alt="x"
10302     align="MIDDLE"/>
10303     #errors
10304     /input/@align;attribute not defined;m
10305    
10306     #data escaped
10307     <input xmlns="http://www.w3.org/1999/xhtml"
10308     type="image" src="" alt="x"
10309     align="r\u0130ght"/>
10310     #errors
10311     /input/@align;attribute not defined;m
10312     /input/@align;enumerated:invalid;m
10313    
10314     #data escaped
10315     <input xmlns="http://www.w3.org/1999/xhtml"
10316     type="image" src="" alt="x"
10317     align="m\0131ddle"/>
10318     #errors
10319     /input/@align;attribute not defined;m
10320     /input/@align;enumerated:invalid;m
10321    
10322     #data
10323     <input xmlns="http://www.w3.org/1999/xhtml"
10324     type="image" src="" alt="x"
10325     align=" left"/>
10326     #errors
10327     /input/@align;attribute not defined;m
10328     /input/@align;enumerated:invalid;m
10329    
10330     #data
10331     <input xmlns="http://www.w3.org/1999/xhtml"
10332     type="image" src="" alt="x"
10333     align="top "/>
10334     #errors
10335     /input/@align;attribute not defined;m
10336     /input/@align;enumerated:invalid;m
10337 wakaba 1.11
10338     #data
10339     <input xmlns="http://www.w3.org/1999/xhtml"
10340     type="hidden"
10341     ismap=""/>
10342     #errors
10343     /input/@ismap;attribute not defined;m
10344     /input/@ismap;input attr not applicable;hidden;m
10345    
10346     #data
10347     <input xmlns="http://www.w3.org/1999/xhtml"
10348     type="text"
10349     ismap=""/>
10350     #errors
10351     /input/@ismap;attribute not defined;m
10352     /input/@ismap;input attr not applicable;text;m
10353    
10354     #data
10355     <input xmlns="http://www.w3.org/1999/xhtml"
10356     type="email"
10357     ismap=""/>
10358     #errors
10359     /input/@ismap;attribute not defined;m
10360     /input/@ismap;input attr not applicable;email;m
10361    
10362     #data
10363     <input xmlns="http://www.w3.org/1999/xhtml"
10364     type="url"
10365     ismap=""/>
10366     #errors
10367     /input/@ismap;attribute not defined;m
10368     /input/@ismap;input attr not applicable;url;m
10369    
10370     #data
10371     <input xmlns="http://www.w3.org/1999/xhtml"
10372 wakaba 1.12 type="search"
10373     ismap=""/>
10374     #errors
10375     /input/@ismap;attribute not defined;m
10376     /input/@ismap;input attr not applicable;search;m
10377    
10378     #data
10379     <input xmlns="http://www.w3.org/1999/xhtml"
10380 wakaba 1.11 type="password"
10381     ismap=""/>
10382     #errors
10383     /input/@ismap;attribute not defined;m
10384     /input/@ismap;input attr not applicable;password;m
10385    
10386     #data
10387     <input xmlns="http://www.w3.org/1999/xhtml"
10388     type="datetime"
10389     ismap=""/>
10390     #errors
10391     /input/@ismap;attribute not defined;m
10392     /input/@ismap;input attr not applicable;datetime;m
10393    
10394     #data
10395     <input xmlns="http://www.w3.org/1999/xhtml"
10396     type="date"
10397     ismap=""/>
10398     #errors
10399     /input/@ismap;attribute not defined;m
10400     /input/@ismap;input attr not applicable;date;m
10401    
10402     #data
10403     <input xmlns="http://www.w3.org/1999/xhtml"
10404     type="month"
10405     ismap=""/>
10406     #errors
10407     /input/@ismap;attribute not defined;m
10408     /input/@ismap;input attr not applicable;month;m
10409    
10410     #data
10411     <input xmlns="http://www.w3.org/1999/xhtml"
10412     type="week"
10413     ismap=""/>
10414     #errors
10415     /input/@ismap;attribute not defined;m
10416     /input/@ismap;input attr not applicable;week;m
10417    
10418     #data
10419     <input xmlns="http://www.w3.org/1999/xhtml"
10420     type="time"
10421     ismap=""/>
10422     #errors
10423     /input/@ismap;attribute not defined;m
10424     /input/@ismap;input attr not applicable;time;m
10425    
10426     #data
10427     <input xmlns="http://www.w3.org/1999/xhtml"
10428     type="datetime-local"
10429     ismap=""/>
10430     #errors
10431     /input/@ismap;attribute not defined;m
10432     /input/@ismap;input attr not applicable;datetime-local;m
10433    
10434     #data
10435     <input xmlns="http://www.w3.org/1999/xhtml"
10436     type="number"
10437     ismap=""/>
10438     #errors
10439     /input/@ismap;attribute not defined;m
10440     /input/@ismap;input attr not applicable;number;m
10441    
10442     #data
10443     <input xmlns="http://www.w3.org/1999/xhtml"
10444     type="range"
10445     ismap=""/>
10446     #errors
10447     /input/@ismap;attribute not defined;m
10448     /input/@ismap;input attr not applicable;range;m
10449    
10450     #data
10451     <input xmlns="http://www.w3.org/1999/xhtml"
10452 wakaba 1.13 type="color"
10453     ismap=""/>
10454     #errors
10455     /input/@ismap;attribute not defined;m
10456     /input/@ismap;input attr not applicable;color;m
10457    
10458     #data
10459     <input xmlns="http://www.w3.org/1999/xhtml"
10460 wakaba 1.11 type="checkbox"
10461     ismap=""/>
10462     #errors
10463     /input/@ismap;attribute not defined;m
10464     /input/@ismap;input attr not applicable;checkbox;m
10465    
10466     #data
10467     <input xmlns="http://www.w3.org/1999/xhtml"
10468     type="radio"
10469     ismap=""/>
10470     #errors
10471     /input/@ismap;attribute not defined;m
10472     /input/@ismap;input attr not applicable;radio;m
10473    
10474     #data
10475     <input xmlns="http://www.w3.org/1999/xhtml"
10476     type="file"
10477     ismap=""/>
10478     #errors
10479     /input/@ismap;attribute not defined;m
10480     /input/@ismap;input attr not applicable;file;m
10481    
10482     #data
10483     <input xmlns="http://www.w3.org/1999/xhtml"
10484     type="submit"
10485     ismap=""/>
10486     #errors
10487     /input/@ismap;attribute not defined;m
10488     /input/@ismap;input attr not applicable;submit;m
10489    
10490     #data
10491     <input xmlns="http://www.w3.org/1999/xhtml"
10492     type="reset"
10493     ismap=""/>
10494     #errors
10495     /input/@ismap;attribute not defined;m
10496     /input/@ismap;input attr not applicable;reset;m
10497    
10498     #data
10499     <input xmlns="http://www.w3.org/1999/xhtml"
10500     type="button"
10501     ismap=""/>
10502     #errors
10503     /input/@ismap;attribute not defined;m
10504     /input/@ismap;input attr not applicable;button;m
10505    
10506     #data
10507     <input xmlns="http://www.w3.org/1999/xhtml"
10508     type="add"
10509     ismap=""/>
10510     #errors
10511     /input/@ismap;attribute not defined;m
10512     /input/@ismap;input attr not applicable;add;m
10513     /input/@type;enumerated:invalid;m
10514    
10515     #data
10516     <input xmlns="http://www.w3.org/1999/xhtml"
10517     type="remove"
10518     ismap=""/>
10519     #errors
10520     /input/@ismap;attribute not defined;m
10521     /input/@ismap;input attr not applicable;remove;m
10522     /input/@type;enumerated:invalid;m
10523    
10524     #data
10525     <input xmlns="http://www.w3.org/1999/xhtml"
10526     type="move-up"
10527     ismap=""/>
10528     #errors
10529     /input/@ismap;attribute not defined;m
10530     /input/@ismap;input attr not applicable;move-up;m
10531     /input/@type;enumerated:invalid;m
10532    
10533     #data
10534     <input xmlns="http://www.w3.org/1999/xhtml"
10535     type="move-down"
10536     ismap=""/>
10537     #errors
10538     /input/@ismap;attribute not defined;m
10539     /input/@ismap;input attr not applicable;move-down;m
10540     /input/@type;enumerated:invalid;m
10541    
10542     #data
10543     <input xmlns="http://www.w3.org/1999/xhtml"
10544     type="image"
10545     ismap=""/>
10546     #errors
10547     /input/@ismap;attribute not defined;m
10548    
10549     #data
10550     <input xmlns="http://www.w3.org/1999/xhtml"
10551     type="image"
10552     ismap="ismap"/>
10553     #errors
10554     /input/@ismap;attribute not defined;m
10555    
10556     #data
10557     <input xmlns="http://www.w3.org/1999/xhtml"
10558     type="image"
10559     ismap="isMap"/>
10560     #errors
10561     /input/@ismap;attribute not defined;m
10562    
10563     #data
10564     <input xmlns="http://www.w3.org/1999/xhtml"
10565     type="image"
10566     ismap="ISMAP"/>
10567     #errors
10568     /input/@ismap;attribute not defined;m
10569    
10570     #data
10571     <input xmlns="http://www.w3.org/1999/xhtml"
10572     type="image"
10573     ismap="ismap "/>
10574     #errors
10575     /input/@ismap;attribute not defined;m
10576     /input/@ismap;boolean:invalid;m
10577    
10578     #data
10579     <input xmlns="http://www.w3.org/1999/xhtml"
10580     type="image"
10581     ismap=" ismap"/>
10582     #errors
10583     /input/@ismap;attribute not defined;m
10584     /input/@ismap;boolean:invalid;m
10585    
10586     #data
10587     <input xmlns="http://www.w3.org/1999/xhtml"
10588     type="image"
10589     ismap="is map"/>
10590     #errors
10591     /input/@ismap;attribute not defined;m
10592     /input/@ismap;boolean:invalid;m
10593    
10594     #data escaped
10595     <input xmlns="http://www.w3.org/1999/xhtml"
10596     type="image"
10597     ismap="\u0130smap"/>
10598     #errors
10599     /input/@ismap;attribute not defined;m
10600     /input/@ismap;boolean:invalid;m
10601    
10602     #data escaped
10603     <input xmlns="http://www.w3.org/1999/xhtml"
10604     type="image"
10605     ismap="\u0131smap"/>
10606     #errors
10607     /input/@ismap;attribute not defined;m
10608     /input/@ismap;boolean:invalid;m
10609    
10610     #data
10611     <input xmlns="http://www.w3.org/1999/xhtml"
10612     type="image"
10613     src="" alt="x"/>
10614     #errors
10615    
10616     #data
10617     <input xmlns="http://www.w3.org/1999/xhtml"
10618     type="image"
10619     src="abcdefg" alt="x"/>
10620     #errors
10621    
10622     #data
10623     <input xmlns="http://www.w3.org/1999/xhtml"
10624     type="image"
10625     src="http://www.w3.org/" alt="x"/>
10626     #errors
10627    
10628     #data
10629     <input xmlns="http://www.w3.org/1999/xhtml"
10630     type="image"
10631     src="[noniri]" alt="x"/>
10632     #errors
10633     /input/@src;syntax error:iriref3987;m
10634    
10635     #data
10636     <input xmlns="http://www.w3.org/1999/xhtml"
10637     type="hidden"
10638     usemap=""/>
10639     #errors
10640     /input/@usemap;attribute not defined;m
10641     /input/@usemap;input attr not applicable;hidden;m
10642    
10643     #data
10644     <input xmlns="http://www.w3.org/1999/xhtml"
10645     type="text"
10646     usemap=""/>
10647     #errors
10648     /input/@usemap;attribute not defined;m
10649     /input/@usemap;input attr not applicable;text;m
10650    
10651     #data
10652     <input xmlns="http://www.w3.org/1999/xhtml"
10653     type="email"
10654     usemap=""/>
10655     #errors
10656     /input/@usemap;attribute not defined;m
10657     /input/@usemap;input attr not applicable;email;m
10658    
10659     #data
10660     <input xmlns="http://www.w3.org/1999/xhtml"
10661     type="url"
10662     usemap=""/>
10663     #errors
10664     /input/@usemap;attribute not defined;m
10665     /input/@usemap;input attr not applicable;url;m
10666    
10667     #data
10668     <input xmlns="http://www.w3.org/1999/xhtml"
10669 wakaba 1.12 type="search"
10670     usemap=""/>
10671     #errors
10672     /input/@usemap;attribute not defined;m
10673     /input/@usemap;input attr not applicable;search;m
10674    
10675     #data
10676     <input xmlns="http://www.w3.org/1999/xhtml"
10677 wakaba 1.11 type="password"
10678     usemap=""/>
10679     #errors
10680     /input/@usemap;attribute not defined;m
10681     /input/@usemap;input attr not applicable;password;m
10682    
10683     #data
10684     <input xmlns="http://www.w3.org/1999/xhtml"
10685     type="datetime"
10686     usemap=""/>
10687     #errors
10688     /input/@usemap;attribute not defined;m
10689     /input/@usemap;input attr not applicable;datetime;m
10690    
10691     #data
10692     <input xmlns="http://www.w3.org/1999/xhtml"
10693     type="date"
10694     usemap=""/>
10695     #errors
10696     /input/@usemap;attribute not defined;m
10697     /input/@usemap;input attr not applicable;date;m
10698    
10699     #data
10700     <input xmlns="http://www.w3.org/1999/xhtml"
10701     type="month"
10702     usemap=""/>
10703     #errors
10704     /input/@usemap;attribute not defined;m
10705     /input/@usemap;input attr not applicable;month;m
10706    
10707     #data
10708     <input xmlns="http://www.w3.org/1999/xhtml"
10709     type="week"
10710     usemap=""/>
10711     #errors
10712     /input/@usemap;attribute not defined;m
10713     /input/@usemap;input attr not applicable;week;m
10714    
10715     #data
10716     <input xmlns="http://www.w3.org/1999/xhtml"
10717     type="time"
10718     usemap=""/>
10719     #errors
10720     /input/@usemap;attribute not defined;m
10721     /input/@usemap;input attr not applicable;time;m
10722    
10723     #data
10724     <input xmlns="http://www.w3.org/1999/xhtml"
10725     type="datetime-local"
10726     usemap=""/>
10727     #errors
10728     /input/@usemap;attribute not defined;m
10729     /input/@usemap;input attr not applicable;datetime-local;m
10730    
10731     #data
10732     <input xmlns="http://www.w3.org/1999/xhtml"
10733     type="number"
10734     usemap=""/>
10735     #errors
10736     /input/@usemap;attribute not defined;m
10737     /input/@usemap;input attr not applicable;number;m
10738    
10739     #data
10740     <input xmlns="http://www.w3.org/1999/xhtml"
10741     type="range"
10742     usemap=""/>
10743     #errors
10744     /input/@usemap;attribute not defined;m
10745     /input/@usemap;input attr not applicable;range;m
10746    
10747     #data
10748     <input xmlns="http://www.w3.org/1999/xhtml"
10749 wakaba 1.13 type="color"
10750     usemap=""/>
10751     #errors
10752     /input/@usemap;attribute not defined;m
10753     /input/@usemap;input attr not applicable;color;m
10754    
10755     #data
10756     <input xmlns="http://www.w3.org/1999/xhtml"
10757 wakaba 1.11 type="checkbox"
10758     usemap=""/>
10759     #errors
10760     /input/@usemap;attribute not defined;m
10761     /input/@usemap;input attr not applicable;checkbox;m
10762    
10763     #data
10764     <input xmlns="http://www.w3.org/1999/xhtml"
10765     type="radio"
10766     usemap=""/>
10767     #errors
10768     /input/@usemap;attribute not defined;m
10769     /input/@usemap;input attr not applicable;radio;m
10770    
10771     #data
10772     <input xmlns="http://www.w3.org/1999/xhtml"
10773     type="file"
10774     usemap=""/>
10775     #errors
10776     /input/@usemap;attribute not defined;m
10777     /input/@usemap;input attr not applicable;file;m
10778    
10779     #data
10780     <input xmlns="http://www.w3.org/1999/xhtml"
10781     type="submit"
10782     usemap=""/>
10783     #errors
10784     /input/@usemap;attribute not defined;m
10785     /input/@usemap;input attr not applicable;submit;m
10786    
10787     #data
10788     <input xmlns="http://www.w3.org/1999/xhtml"
10789     type="reset"
10790     usemap=""/>
10791     #errors
10792     /input/@usemap;attribute not defined;m
10793     /input/@usemap;input attr not applicable;reset;m
10794    
10795     #data
10796     <input xmlns="http://www.w3.org/1999/xhtml"
10797     type="button"
10798     usemap=""/>
10799     #errors
10800     /input/@usemap;attribute not defined;m
10801     /input/@usemap;input attr not applicable;button;m
10802    
10803     #data
10804     <input xmlns="http://www.w3.org/1999/xhtml"
10805     type="add"
10806     usemap=""/>
10807     #errors
10808     /input/@usemap;attribute not defined;m
10809     /input/@usemap;input attr not applicable;add;m
10810     /input/@type;enumerated:invalid;m
10811    
10812     #data
10813     <input xmlns="http://www.w3.org/1999/xhtml"
10814     type="remove"
10815     usemap=""/>
10816     #errors
10817     /input/@usemap;attribute not defined;m
10818     /input/@usemap;input attr not applicable;remove;m
10819     /input/@type;enumerated:invalid;m
10820    
10821     #data
10822     <input xmlns="http://www.w3.org/1999/xhtml"
10823     type="move-up"
10824     usemap=""/>
10825     #errors
10826     /input/@usemap;attribute not defined;m
10827     /input/@usemap;input attr not applicable;move-up;m
10828     /input/@type;enumerated:invalid;m
10829    
10830     #data
10831     <input xmlns="http://www.w3.org/1999/xhtml"
10832     type="move-down"
10833     usemap=""/>
10834     #errors
10835     /input/@usemap;attribute not defined;m
10836     /input/@usemap;input attr not applicable;move-down;m
10837     /input/@type;enumerated:invalid;m
10838    
10839     #data
10840     <input xmlns="http://www.w3.org/1999/xhtml"
10841     type="image"
10842     usemap=""/>
10843     #errors
10844     /input/@usemap;attribute not defined;m
10845     /input/@usemap;hashref:syntax error;m
10846    
10847    
10848     #data
10849     <input xmlns="http://www.w3.org/1999/xhtml"
10850     type="image"
10851     usemap="abcd"/>
10852     #errors
10853     /input/@usemap;attribute not defined;m
10854     /input/@usemap;hashref:syntax error;m
10855    
10856     #data
10857     <input xmlns="http://www.w3.org/1999/xhtml"
10858     type="image"
10859     usemap="#abcd"/>
10860     #errors
10861     /input/@usemap;attribute not defined;m
10862     /input/@usemap;no referenced map;m
10863    
10864     #data
10865     <map xmlns="http://www.w3.org/1999/xhtml" name="abc">
10866     <input type="image"
10867     usemap="#abc"/>x
10868     </map>
10869     #errors
10870     /map/input/@usemap;attribute not defined;m
10871    
10872     #data
10873     <map xmlns="http://www.w3.org/1999/xhtml" name="ABC">
10874     <input type="image"
10875     usemap="#abc"/>x
10876     </map>
10877     #errors
10878     /map/input/@usemap;attribute not defined;m
10879     /map/input/@usemap;no referenced map;m
10880    
10881     #data
10882     <map xmlns="http://www.w3.org/1999/xhtml" name="abc">
10883     <input type="image"
10884     usemap="#%61bc"/>x
10885     </map>
10886     #errors
10887     /map/input/@usemap;attribute not defined;m
10888     /map/input/@usemap;no referenced map;m
10889    
10890     #data
10891     <input xmlns="http://www.w3.org/1999/xhtml"
10892     type="hidden"
10893     template="a"/>
10894     #errors
10895    
10896     #data
10897     <input xmlns="http://www.w3.org/1999/xhtml"
10898     type="text"
10899     template="a"/>
10900     #errors
10901    
10902     #data
10903     <input xmlns="http://www.w3.org/1999/xhtml"
10904     type="email"
10905     template="a"/>
10906     #errors
10907    
10908     #data
10909     <input xmlns="http://www.w3.org/1999/xhtml"
10910     type="url"
10911 wakaba 1.12 template="a"/>
10912     #errors
10913    
10914     #data
10915     <input xmlns="http://www.w3.org/1999/xhtml"
10916     type="search"
10917 wakaba 1.11 template="a"/>
10918     #errors
10919    
10920     #data
10921     <input xmlns="http://www.w3.org/1999/xhtml"
10922     type="password"
10923     template="a"/>
10924     #errors
10925    
10926     #data
10927     <input xmlns="http://www.w3.org/1999/xhtml"
10928     type="datetime"
10929     template="a"/>
10930     #errors
10931    
10932     #data
10933     <input xmlns="http://www.w3.org/1999/xhtml"
10934     type="date"
10935     template="a"/>
10936     #errors
10937    
10938     #data
10939     <input xmlns="http://www.w3.org/1999/xhtml"
10940     type="month"
10941     template="a"/>
10942     #errors
10943    
10944     #data
10945     <input xmlns="http://www.w3.org/1999/xhtml"
10946     type="week"
10947     template="a"/>
10948     #errors
10949    
10950     #data
10951     <input xmlns="http://www.w3.org/1999/xhtml"
10952     type="time"
10953     template="a"/>
10954     #errors
10955    
10956     #data
10957     <input xmlns="http://www.w3.org/1999/xhtml"
10958     type="datetime-local"
10959     template="a"/>
10960     #errors
10961    
10962     #data
10963     <input xmlns="http://www.w3.org/1999/xhtml"
10964     type="number"
10965     template="a"/>
10966     #errors
10967    
10968     #data
10969     <input xmlns="http://www.w3.org/1999/xhtml"
10970     type="range"
10971 wakaba 1.13 template="a"/>
10972     #errors
10973    
10974     #data
10975     <input xmlns="http://www.w3.org/1999/xhtml"
10976     type="color"
10977 wakaba 1.11 template="a"/>
10978     #errors
10979    
10980     #data
10981     <input xmlns="http://www.w3.org/1999/xhtml"
10982     type="checkbox"
10983     template="a"/>
10984     #errors
10985    
10986     #data
10987     <input xmlns="http://www.w3.org/1999/xhtml"
10988     type="radio"
10989     template="a"/>
10990     #errors
10991    
10992     #data
10993     <input xmlns="http://www.w3.org/1999/xhtml"
10994     type="file"
10995     template="a"/>
10996     #errors
10997    
10998     #data
10999     <input xmlns="http://www.w3.org/1999/xhtml"
11000     type="submit"
11001     template="a"/>
11002     #errors
11003    
11004     #data
11005     <input xmlns="http://www.w3.org/1999/xhtml"
11006     type="image"
11007     template="a"/>
11008     #errors
11009    
11010     #data
11011     <input xmlns="http://www.w3.org/1999/xhtml"
11012     type="reset"
11013     template="a"/>
11014     #errors
11015    
11016     #data
11017     <input xmlns="http://www.w3.org/1999/xhtml"
11018     type="button"
11019     template="a"/>
11020     #errors
11021    
11022     #data
11023     <input xmlns="http://www.w3.org/1999/xhtml"
11024     type="add"
11025     template="a"/>
11026     #errors
11027     /input/@type;enumerated:invalid;m
11028    
11029     #data
11030     <input xmlns="http://www.w3.org/1999/xhtml"
11031     type="remove"
11032     template="a"/>
11033     #errors
11034     /input/@type;enumerated:invalid;m
11035    
11036     #data
11037     <input xmlns="http://www.w3.org/1999/xhtml"
11038     type="move-up"
11039     template="a"/>
11040     #errors
11041     /input/@type;enumerated:invalid;m
11042    
11043     #data
11044     <input xmlns="http://www.w3.org/1999/xhtml"
11045     type="move-down"
11046     template="a"/>
11047     #errors
11048     /input/@type;enumerated:invalid;m
11049 wakaba 1.17
11050     #data
11051     <input type="hidden" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11052     #errors
11053    
11054     #data
11055     <input type="hidden" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11056     #errors
11057    
11058     #data
11059     <input type="hidden" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11060     #errors
11061    
11062     #data
11063     <input type="hidden" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11064     #errors
11065     /input/@disabled;boolean:invalid;m
11066    
11067     #data
11068     <input type="text" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11069     #errors
11070    
11071     #data
11072     <input type="text" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11073     #errors
11074    
11075     #data
11076     <input type="text" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11077     #errors
11078    
11079     #data
11080     <input type="text" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11081     #errors
11082     /input/@disabled;boolean:invalid;m
11083    
11084     #data
11085     <input type="search" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11086     #errors
11087    
11088     #data
11089     <input type="search" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11090     #errors
11091    
11092     #data
11093     <input type="search" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11094     #errors
11095    
11096     #data
11097     <input type="search" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11098     #errors
11099     /input/@disabled;boolean:invalid;m
11100    
11101     #data
11102     <input type="url" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11103     #errors
11104    
11105     #data
11106     <input type="url" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11107     #errors
11108    
11109     #data
11110     <input type="url" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11111     #errors
11112    
11113     #data
11114     <input type="url" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11115     #errors
11116     /input/@disabled;boolean:invalid;m
11117    
11118     #data
11119     <input type="email" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11120     #errors
11121    
11122     #data
11123     <input type="email" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11124     #errors
11125    
11126     #data
11127     <input type="email" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11128     #errors
11129    
11130     #data
11131     <input type="email" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11132     #errors
11133     /input/@disabled;boolean:invalid;m
11134    
11135     #data
11136     <input type="password" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11137     #errors
11138    
11139     #data
11140     <input type="password" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11141     #errors
11142    
11143     #data
11144     <input type="password" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11145     #errors
11146    
11147     #data
11148     <input type="password" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11149     #errors
11150     /input/@disabled;boolean:invalid;m
11151    
11152     #data
11153     <input type="datetime" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11154     #errors
11155    
11156     #data
11157     <input type="datetime" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11158     #errors
11159    
11160     #data
11161     <input type="datetime" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11162     #errors
11163    
11164     #data
11165     <input type="datetime" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11166     #errors
11167     /input/@disabled;boolean:invalid;m
11168    
11169     #data
11170     <input type="date" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11171     #errors
11172    
11173     #data
11174     <input type="date" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11175     #errors
11176    
11177     #data
11178     <input type="date" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11179     #errors
11180    
11181     #data
11182     <input type="date" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11183     #errors
11184     /input/@disabled;boolean:invalid;m
11185    
11186     #data
11187     <input type="month" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11188     #errors
11189    
11190     #data
11191     <input type="month" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11192     #errors
11193    
11194     #data
11195     <input type="month" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11196     #errors
11197    
11198     #data
11199     <input type="month" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11200     #errors
11201     /input/@disabled;boolean:invalid;m
11202    
11203     #data
11204     <input type="week" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11205     #errors
11206    
11207     #data
11208     <input type="week" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11209     #errors
11210    
11211     #data
11212     <input type="week" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11213     #errors
11214    
11215     #data
11216     <input type="week" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11217     #errors
11218     /input/@disabled;boolean:invalid;m
11219    
11220     #data
11221     <input type="time" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11222     #errors
11223    
11224     #data
11225     <input type="time" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11226     #errors
11227    
11228     #data
11229     <input type="time" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11230     #errors
11231    
11232     #data
11233     <input type="time" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11234     #errors
11235     /input/@disabled;boolean:invalid;m
11236    
11237     #data
11238     <input type="datetime-local" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11239     #errors
11240    
11241     #data
11242     <input type="datetime-local" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11243     #errors
11244    
11245     #data
11246     <input type="datetime-local" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11247     #errors
11248    
11249     #data
11250     <input type="datetime-local" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11251     #errors
11252     /input/@disabled;boolean:invalid;m
11253    
11254     #data
11255     <input type="number" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11256     #errors
11257    
11258     #data
11259     <input type="number" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11260     #errors
11261    
11262     #data
11263     <input type="number" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11264     #errors
11265    
11266     #data
11267     <input type="number" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11268     #errors
11269     /input/@disabled;boolean:invalid;m
11270    
11271     #data
11272     <input type="range" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11273     #errors
11274    
11275     #data
11276     <input type="range" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11277     #errors
11278    
11279     #data
11280     <input type="range" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11281     #errors
11282    
11283     #data
11284     <input type="range" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11285     #errors
11286     /input/@disabled;boolean:invalid;m
11287    
11288     #data
11289     <input type="color" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11290     #errors
11291    
11292     #data
11293     <input type="color" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11294     #errors
11295    
11296     #data
11297     <input type="color" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11298     #errors
11299    
11300     #data
11301     <input type="color" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11302     #errors
11303     /input/@disabled;boolean:invalid;m
11304    
11305     #data
11306     <input type="checkbox" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11307     #errors
11308    
11309     #data
11310     <input type="checkbox" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11311     #errors
11312    
11313     #data
11314     <input type="checkbox" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11315     #errors
11316    
11317     #data
11318     <input type="checkbox" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11319     #errors
11320     /input/@disabled;boolean:invalid;m
11321    
11322     #data
11323     <input type="radio" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11324     #errors
11325    
11326     #data
11327     <input type="radio" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11328     #errors
11329    
11330     #data
11331     <input type="radio" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11332     #errors
11333    
11334     #data
11335     <input type="radio" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11336     #errors
11337     /input/@disabled;boolean:invalid;m
11338    
11339     #data
11340     <input type="file" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11341     #errors
11342    
11343     #data
11344     <input type="file" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11345     #errors
11346    
11347     #data
11348     <input type="file" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11349     #errors
11350    
11351     #data
11352     <input type="file" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11353     #errors
11354     /input/@disabled;boolean:invalid;m
11355    
11356     #data
11357     <input type="submit" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11358     #errors
11359    
11360     #data
11361     <input type="submit" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11362     #errors
11363    
11364     #data
11365     <input type="submit" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11366     #errors
11367    
11368     #data
11369     <input type="submit" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11370     #errors
11371     /input/@disabled;boolean:invalid;m
11372    
11373     #data
11374     <input type="image" src="" alt="x" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11375     #errors
11376    
11377     #data
11378     <input type="image" src="" alt="x" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11379     #errors
11380    
11381     #data
11382     <input type="image" src="" alt="x" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11383     #errors
11384    
11385     #data
11386     <input type="image" src="" alt="x" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11387     #errors
11388     /input/@disabled;boolean:invalid;m
11389    
11390     #data
11391     <input type="reset" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11392     #errors
11393    
11394     #data
11395     <input type="reset" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11396     #errors
11397    
11398     #data
11399     <input type="reset" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11400     #errors
11401    
11402     #data
11403     <input type="reset" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11404     #errors
11405     /input/@disabled;boolean:invalid;m
11406    
11407     #data
11408     <input type="button" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11409     #errors
11410    
11411     #data
11412     <input type="button" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11413     #errors
11414    
11415     #data
11416     <input type="button" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11417     #errors
11418    
11419     #data
11420     <input type="button" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11421     #errors
11422     /input/@disabled;boolean:invalid;m
11423    
11424     #data
11425     <input type="add" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11426     #errors
11427     /input/@type;enumerated:invalid;m
11428    
11429     #data
11430     <input type="add" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11431     #errors
11432     /input/@type;enumerated:invalid;m
11433    
11434     #data
11435     <input type="add" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11436     #errors
11437     /input/@type;enumerated:invalid;m
11438    
11439     #data
11440     <input type="add" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11441     #errors
11442     /input/@disabled;boolean:invalid;m
11443     /input/@type;enumerated:invalid;m
11444    
11445     #data
11446     <input type="remove" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11447     #errors
11448     /input/@type;enumerated:invalid;m
11449    
11450     #data
11451     <input type="remove" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11452     #errors
11453     /input/@type;enumerated:invalid;m
11454    
11455     #data
11456     <input type="remove" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11457     #errors
11458     /input/@type;enumerated:invalid;m
11459    
11460     #data
11461     <input type="remove" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11462     #errors
11463     /input/@disabled;boolean:invalid;m
11464     /input/@type;enumerated:invalid;m
11465    
11466     #data
11467     <input type="move-up" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11468     #errors
11469     /input/@type;enumerated:invalid;m
11470    
11471     #data
11472     <input type="move-up" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11473     #errors
11474     /input/@type;enumerated:invalid;m
11475    
11476     #data
11477     <input type="move-up" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11478     #errors
11479     /input/@type;enumerated:invalid;m
11480    
11481     #data
11482     <input type="move-up" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11483     #errors
11484     /input/@disabled;boolean:invalid;m
11485     /input/@type;enumerated:invalid;m
11486    
11487     #data
11488     <input type="move-down" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11489     #errors
11490     /input/@type;enumerated:invalid;m
11491    
11492     #data
11493     <input type="move-down" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11494     #errors
11495     /input/@type;enumerated:invalid;m
11496    
11497     #data
11498     <input type="move-down" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11499     #errors
11500     /input/@type;enumerated:invalid;m
11501    
11502     #data
11503     <input type="move-down" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11504     #errors
11505     /input/@disabled;boolean:invalid;m
11506     /input/@type;enumerated:invalid;m
11507    
11508     #data
11509     <input type="hidden" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11510     #errors
11511    
11512     #data
11513     <input type="hidden" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11514     #errors
11515    
11516     #data
11517     <input type="hidden" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11518     #errors
11519    
11520     #data
11521     <input type="hidden" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11522     #errors
11523     /input/@autofocus;boolean:invalid;m
11524    
11525     #data
11526     <input type="text" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11527     #errors
11528    
11529     #data
11530     <input type="text" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11531     #errors
11532    
11533     #data
11534     <input type="text" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11535     #errors
11536    
11537     #data
11538     <input type="text" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11539     #errors
11540     /input/@autofocus;boolean:invalid;m
11541    
11542     #data
11543     <input type="search" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11544     #errors
11545    
11546     #data
11547     <input type="search" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11548     #errors
11549    
11550     #data
11551     <input type="search" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11552     #errors
11553    
11554     #data
11555     <input type="search" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11556     #errors
11557     /input/@autofocus;boolean:invalid;m
11558    
11559     #data
11560     <input type="url" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11561     #errors
11562    
11563     #data
11564     <input type="url" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11565     #errors
11566    
11567     #data
11568     <input type="url" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11569     #errors
11570    
11571     #data
11572     <input type="url" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11573     #errors
11574     /input/@autofocus;boolean:invalid;m
11575    
11576     #data
11577     <input type="email" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11578     #errors
11579    
11580     #data
11581     <input type="email" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11582     #errors
11583    
11584     #data
11585     <input type="email" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11586     #errors
11587    
11588     #data
11589     <input type="email" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11590     #errors
11591     /input/@autofocus;boolean:invalid;m
11592    
11593     #data
11594     <input type="password" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11595     #errors
11596    
11597     #data
11598     <input type="password" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11599     #errors
11600    
11601     #data
11602     <input type="password" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11603     #errors
11604    
11605     #data
11606     <input type="password" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11607     #errors
11608     /input/@autofocus;boolean:invalid;m
11609    
11610     #data
11611     <input type="datetime" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11612     #errors
11613    
11614     #data
11615     <input type="datetime" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11616     #errors
11617    
11618     #data
11619     <input type="datetime" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11620     #errors
11621    
11622     #data
11623     <input type="datetime" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11624     #errors
11625     /input/@autofocus;boolean:invalid;m
11626    
11627     #data
11628     <input type="date" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11629     #errors
11630    
11631     #data
11632     <input type="date" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11633     #errors
11634    
11635     #data
11636     <input type="date" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11637     #errors
11638    
11639     #data
11640     <input type="date" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11641     #errors
11642     /input/@autofocus;boolean:invalid;m
11643    
11644     #data
11645     <input type="month" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11646     #errors
11647    
11648     #data
11649     <input type="month" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11650     #errors
11651    
11652     #data
11653     <input type="month" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11654     #errors
11655    
11656     #data
11657     <input type="month" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11658     #errors
11659     /input/@autofocus;boolean:invalid;m
11660    
11661     #data
11662     <input type="week" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11663     #errors
11664    
11665     #data
11666     <input type="week" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11667     #errors
11668    
11669     #data
11670     <input type="week" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11671     #errors
11672    
11673     #data
11674     <input type="week" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11675     #errors
11676     /input/@autofocus;boolean:invalid;m
11677    
11678     #data
11679     <input type="time" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11680     #errors
11681    
11682     #data
11683     <input type="time" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11684     #errors
11685    
11686     #data
11687     <input type="time" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11688     #errors
11689    
11690     #data
11691     <input type="time" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11692     #errors
11693     /input/@autofocus;boolean:invalid;m
11694    
11695     #data
11696     <input type="datetime-local" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11697     #errors
11698    
11699     #data
11700     <input type="datetime-local" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11701     #errors
11702    
11703     #data
11704     <input type="datetime-local" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11705     #errors
11706    
11707     #data
11708     <input type="datetime-local" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11709     #errors
11710     /input/@autofocus;boolean:invalid;m
11711    
11712     #data
11713     <input type="number" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11714     #errors
11715    
11716     #data
11717     <input type="number" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11718     #errors
11719    
11720     #data
11721     <input type="number" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11722     #errors
11723    
11724     #data
11725     <input type="number" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11726     #errors
11727     /input/@autofocus;boolean:invalid;m
11728    
11729     #data
11730     <input type="range" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11731     #errors
11732    
11733     #data
11734     <input type="range" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11735     #errors
11736    
11737     #data
11738     <input type="range" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11739     #errors
11740    
11741     #data
11742     <input type="range" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11743     #errors
11744     /input/@autofocus;boolean:invalid;m
11745    
11746     #data
11747     <input type="color" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11748     #errors
11749    
11750     #data
11751     <input type="color" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11752     #errors
11753    
11754     #data
11755     <input type="color" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11756     #errors
11757    
11758     #data
11759     <input type="color" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11760     #errors
11761     /input/@autofocus;boolean:invalid;m
11762    
11763     #data
11764     <input type="checkbox" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11765     #errors
11766    
11767     #data
11768     <input type="checkbox" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11769     #errors
11770    
11771     #data
11772     <input type="checkbox" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11773     #errors
11774    
11775     #data
11776     <input type="checkbox" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11777     #errors
11778     /input/@autofocus;boolean:invalid;m
11779    
11780     #data
11781     <input type="radio" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11782     #errors
11783    
11784     #data
11785     <input type="radio" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11786     #errors
11787    
11788     #data
11789     <input type="radio" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11790     #errors
11791    
11792     #data
11793     <input type="radio" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11794     #errors
11795     /input/@autofocus;boolean:invalid;m
11796    
11797     #data
11798     <input type="file" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11799     #errors
11800    
11801     #data
11802     <input type="file" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11803     #errors
11804    
11805     #data
11806     <input type="file" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11807     #errors
11808    
11809     #data
11810     <input type="file" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11811     #errors
11812     /input/@autofocus;boolean:invalid;m
11813    
11814     #data
11815     <input type="submit" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11816     #errors
11817    
11818     #data
11819     <input type="submit" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11820     #errors
11821    
11822     #data
11823     <input type="submit" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11824     #errors
11825    
11826     #data
11827     <input type="submit" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11828     #errors
11829     /input/@autofocus;boolean:invalid;m
11830    
11831     #data
11832     <input type="image" src="" alt="x" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11833     #errors
11834    
11835     #data
11836     <input type="image" src="" alt="x" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11837     #errors
11838    
11839     #data
11840     <input type="image" src="" alt="x" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11841     #errors
11842    
11843     #data
11844     <input type="image" src="" alt="x" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11845     #errors
11846     /input/@autofocus;boolean:invalid;m
11847    
11848     #data
11849     <input type="reset" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11850     #errors
11851    
11852     #data
11853     <input type="reset" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11854     #errors
11855    
11856     #data
11857     <input type="reset" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11858     #errors
11859    
11860     #data
11861     <input type="reset" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11862     #errors
11863     /input/@autofocus;boolean:invalid;m
11864    
11865     #data
11866     <input type="button" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11867     #errors
11868    
11869     #data
11870     <input type="button" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11871     #errors
11872    
11873     #data
11874     <input type="button" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11875     #errors
11876    
11877     #data
11878     <input type="button" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11879     #errors
11880     /input/@autofocus;boolean:invalid;m
11881    
11882     #data
11883     <input type="add" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11884     #errors
11885     /input/@type;enumerated:invalid;m
11886    
11887     #data
11888     <input type="add" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11889     #errors
11890     /input/@type;enumerated:invalid;m
11891    
11892     #data
11893     <input type="add" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11894     #errors
11895     /input/@type;enumerated:invalid;m
11896    
11897     #data
11898     <input type="add" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11899     #errors
11900     /input/@autofocus;boolean:invalid;m
11901     /input/@type;enumerated:invalid;m
11902    
11903     #data
11904     <input type="remove" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11905     #errors
11906     /input/@type;enumerated:invalid;m
11907    
11908     #data
11909     <input type="remove" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11910     #errors
11911     /input/@type;enumerated:invalid;m
11912    
11913     #data
11914     <input type="remove" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11915     #errors
11916     /input/@type;enumerated:invalid;m
11917    
11918     #data
11919     <input type="remove" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11920     #errors
11921     /input/@autofocus;boolean:invalid;m
11922     /input/@type;enumerated:invalid;m
11923    
11924     #data
11925     <input type="move-up" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11926     #errors
11927     /input/@type;enumerated:invalid;m
11928    
11929     #data
11930     <input type="move-up" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11931     #errors
11932     /input/@type;enumerated:invalid;m
11933    
11934     #data
11935     <input type="move-up" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11936     #errors
11937     /input/@type;enumerated:invalid;m
11938    
11939     #data
11940     <input type="move-up" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11941     #errors
11942     /input/@autofocus;boolean:invalid;m
11943     /input/@type;enumerated:invalid;m
11944    
11945     #data
11946     <input type="move-down" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11947     #errors
11948     /input/@type;enumerated:invalid;m
11949    
11950     #data
11951     <input type="move-down" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11952     #errors
11953     /input/@type;enumerated:invalid;m
11954    
11955     #data
11956     <input type="move-down" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11957     #errors
11958     /input/@type;enumerated:invalid;m
11959    
11960     #data
11961     <input type="move-down" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11962     #errors
11963     /input/@autofocus;boolean:invalid;m
11964     /input/@type;enumerated:invalid;m
11965 wakaba 1.18
11966     #data
11967     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
11968     action=""
11969     />
11970     #errors
11971 wakaba 1.24 /input/@action;attribute not defined;m
11972 wakaba 1.18
11973     #data
11974     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
11975     action="http://www.w3.org/"
11976     />
11977     #errors
11978 wakaba 1.24 /input/@action;attribute not defined;m
11979 wakaba 1.18
11980     #data
11981     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
11982     action="test"
11983     />
11984     #errors
11985 wakaba 1.24 /input/@action;attribute not defined;m
11986 wakaba 1.18
11987     #data
11988     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
11989     action="#test"
11990     />
11991     #errors
11992 wakaba 1.24 /input/@action;attribute not defined;m
11993 wakaba 1.18
11994     #data
11995     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
11996     action="[]"
11997     />
11998     #errors
11999     /input/@action;syntax error:iriref3987;m
12000 wakaba 1.24 /input/@action;attribute not defined;m
12001 wakaba 1.18
12002     #data
12003     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12004     method=""
12005     />
12006     #errors
12007     /input/@method;enumerated:invalid;m
12008 wakaba 1.24 /input/@method;attribute not defined;m
12009 wakaba 1.18
12010     #data
12011     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12012     method="get"
12013     />
12014     #errors
12015 wakaba 1.24 /input/@method;attribute not defined;m
12016 wakaba 1.18
12017     #data
12018     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12019     method="GET"
12020     />
12021     #errors
12022 wakaba 1.24 /input/@method;attribute not defined;m
12023 wakaba 1.18
12024     #data
12025     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12026     method="post"
12027     />
12028     #errors
12029 wakaba 1.24 /input/@method;attribute not defined;m
12030 wakaba 1.18
12031     #data
12032     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12033     method="POST"
12034     />
12035     #errors
12036 wakaba 1.24 /input/@method;attribute not defined;m
12037 wakaba 1.18
12038     #data
12039     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12040     method="put"
12041     />
12042     #errors
12043 wakaba 1.24 /input/@method;attribute not defined;m
12044 wakaba 1.18
12045     #data
12046     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12047     method="PUT"
12048     />
12049     #errors
12050 wakaba 1.24 /input/@method;attribute not defined;m
12051 wakaba 1.18
12052     #data
12053     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12054     method="delete"
12055     />
12056     #errors
12057 wakaba 1.24 /input/@method;attribute not defined;m
12058 wakaba 1.18
12059     #data
12060     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12061     method="DELETE"
12062     />
12063     #errors
12064 wakaba 1.24 /input/@method;attribute not defined;m
12065 wakaba 1.18
12066     #data
12067     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12068     method="GEt"
12069     />
12070     #errors
12071 wakaba 1.24 /input/@method;attribute not defined;m
12072 wakaba 1.18
12073     #data
12074     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12075     method="deleTE"
12076     />
12077     #errors
12078 wakaba 1.24 /input/@method;attribute not defined;m
12079 wakaba 1.18
12080     #data
12081     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12082     method="head"
12083     />
12084     #errors
12085     /input/@method;enumerated:invalid;m
12086 wakaba 1.24 /input/@method;attribute not defined;m
12087 wakaba 1.18
12088     #data
12089     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12090     method="m-get"
12091     />
12092     #errors
12093     /input/@method;enumerated:invalid;m
12094 wakaba 1.24 /input/@method;attribute not defined;m
12095 wakaba 1.18
12096     #data
12097     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12098     method="get "
12099     />
12100     #errors
12101     /input/@method;enumerated:invalid;m
12102 wakaba 1.24 /input/@method;attribute not defined;m
12103 wakaba 1.18
12104     #data
12105     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12106     method="getall"
12107     />
12108     #errors
12109     /input/@method;enumerated:invalid;m
12110 wakaba 1.24 /input/@method;attribute not defined;m
12111 wakaba 1.18
12112     #data
12113     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12114     method="push"
12115     />
12116     #errors
12117     /input/@method;enumerated:invalid;m
12118 wakaba 1.24 /input/@method;attribute not defined;m
12119 wakaba 1.18
12120     #data
12121     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12122     method="method"
12123     />
12124     #errors
12125     /input/@method;enumerated:invalid;m
12126 wakaba 1.24 /input/@method;attribute not defined;m
12127 wakaba 1.18
12128     #data
12129     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12130     enctype=""
12131     />
12132     #errors
12133     /input/@enctype;enumerated:invalid;m
12134 wakaba 1.24 /input/@enctype;attribute not defined;m
12135 wakaba 1.18
12136     #data
12137     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12138     enctype="application/x-www-form-urlencoded"
12139     />
12140     #errors
12141 wakaba 1.24 /input/@enctype;attribute not defined;m
12142 wakaba 1.18
12143     #data
12144     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12145     enctype="APPLICATION/X-WWW-FORM-URLENCODED"
12146     />
12147     #errors
12148 wakaba 1.24 /input/@enctype;attribute not defined;m
12149 wakaba 1.18
12150     #data
12151     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12152     enctype="Application/x-www-form-urlencoded"
12153     />
12154     #errors
12155 wakaba 1.24 /input/@enctype;attribute not defined;m
12156 wakaba 1.18
12157     #data
12158     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12159     enctype="multipart/form-data"
12160     />
12161     #errors
12162 wakaba 1.24 /input/@enctype;attribute not defined;m
12163 wakaba 1.18
12164     #data
12165     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12166     enctype="Multipart/Form-Data"
12167     />
12168     #errors
12169 wakaba 1.24 /input/@enctype;attribute not defined;m
12170 wakaba 1.18
12171     #data
12172     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12173     enctype="text/plain"
12174     />
12175     #errors
12176 wakaba 1.24 /input/@enctype;attribute not defined;m
12177 wakaba 1.18
12178     #data
12179     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12180     enctype="TEXT/plain"
12181     />
12182     #errors
12183 wakaba 1.24 /input/@enctype;attribute not defined;m
12184 wakaba 1.18
12185     #data
12186     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12187     enctype="application/x-url-encoded"
12188     />
12189     #errors
12190     /input/@enctype;enumerated:invalid;m
12191 wakaba 1.24 /input/@enctype;attribute not defined;m
12192 wakaba 1.18
12193     #data
12194     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12195     enctype="application/x-sgml-urlencoded"
12196     />
12197     #errors
12198     /input/@enctype;enumerated:invalid;m
12199 wakaba 1.24 /input/@enctype;attribute not defined;m
12200 wakaba 1.18
12201     #data
12202     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12203     enctype="application/x-www-form-urlencoded; charset=utf-8"
12204     />
12205     #errors
12206     /input/@enctype;enumerated:invalid;m
12207 wakaba 1.24 /input/@enctype;attribute not defined;m
12208 wakaba 1.18
12209     #data
12210     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12211     enctype=" text/plain "
12212     />
12213     #errors
12214     /input/@enctype;enumerated:invalid;m
12215 wakaba 1.24 /input/@enctype;attribute not defined;m
12216 wakaba 1.18
12217     #data
12218     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12219     enctype="image/png"
12220     />
12221     #errors
12222     /input/@enctype;enumerated:invalid;m
12223 wakaba 1.24 /input/@enctype;attribute not defined;m
12224 wakaba 1.18
12225     #data
12226     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12227     enctype="enctype"
12228     />
12229     #errors
12230     /input/@enctype;enumerated:invalid;m
12231 wakaba 1.24 /input/@enctype;attribute not defined;m
12232 wakaba 1.18
12233     #data
12234     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12235     enctype="multipart/related"
12236     />
12237     #errors
12238     /input/@enctype;enumerated:invalid;m
12239 wakaba 1.24 /input/@enctype;attribute not defined;m
12240 wakaba 1.18
12241     #data
12242     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12243     enctype="application/xml"
12244     />
12245     #errors
12246     /input/@enctype;enumerated:invalid;m
12247 wakaba 1.24 /input/@enctype;attribute not defined;m
12248 wakaba 1.18
12249     #data
12250     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12251     enctype="text/xml"
12252     />
12253     #errors
12254     /input/@enctype;enumerated:invalid;m
12255 wakaba 1.24 /input/@enctype;attribute not defined;m
12256 wakaba 1.18
12257     #data
12258     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12259     enctype="text/html"
12260     />
12261     #errors
12262     /input/@enctype;enumerated:invalid;m
12263 wakaba 1.24 /input/@enctype;attribute not defined;m
12264 wakaba 1.18
12265     #data
12266     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12267     target=""
12268     />
12269     #errors
12270     /input/@target;window name:empty;m
12271 wakaba 1.24 /input/@target;attribute not defined;m
12272 wakaba 1.18
12273     #data
12274     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12275     target="_blank"
12276     />
12277     #errors
12278 wakaba 1.24 /input/@target;attribute not defined;m
12279 wakaba 1.18
12280     #data
12281     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12282     target="_self"
12283     />
12284     #errors
12285 wakaba 1.24 /input/@target;attribute not defined;m
12286 wakaba 1.18
12287     #data
12288     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12289     target="_parent"
12290     />
12291     #errors
12292 wakaba 1.24 /input/@target;attribute not defined;m
12293 wakaba 1.18
12294     #data
12295     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12296     target="_top"
12297     />
12298     #errors
12299 wakaba 1.24 /input/@target;attribute not defined;m
12300 wakaba 1.18
12301     #data
12302     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12303     target="new"
12304     />
12305     #errors
12306 wakaba 1.24 /input/@target;attribute not defined;m
12307 wakaba 1.18
12308     #data
12309     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12310     target="result"
12311     />
12312     #errors
12313 wakaba 1.24 /input/@target;attribute not defined;m
12314 wakaba 1.18
12315     #data
12316     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12317     target="_BLANK"
12318     />
12319     #errors
12320 wakaba 1.24 /input/@target;attribute not defined;m
12321 wakaba 1.18
12322     #data
12323     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12324     target="_SElf"
12325     />
12326     #errors
12327 wakaba 1.24 /input/@target;attribute not defined;m
12328 wakaba 1.18
12329     #data
12330     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12331     target="_new"
12332     />
12333     #errors
12334 wakaba 1.24 /input/@target;attribute not defined;m
12335 wakaba 1.18 /input/@target;window name:reserved;m
12336    
12337     #data
12338     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12339     target="_blank "
12340     />
12341     #errors
12342 wakaba 1.24 /input/@target;attribute not defined;m
12343 wakaba 1.18 /input/@target;window name:reserved;m
12344    
12345     #data
12346     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12347     target="_new window"
12348     />
12349     #errors
12350 wakaba 1.24 /input/@target;attribute not defined;m
12351 wakaba 1.18 /input/@target;window name:reserved;m
12352    
12353     #data
12354     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12355     target="new window"
12356     />
12357     #errors
12358 wakaba 1.24 /input/@target;attribute not defined;m
12359 wakaba 1.18
12360     #data
12361     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12362     target="_content"
12363     />
12364     #errors
12365 wakaba 1.24 /input/@target;attribute not defined;m
12366 wakaba 1.18 /input/@target;window name:reserved;m
12367    
12368     #data
12369     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12370     target="_replace"
12371     />
12372     #errors
12373 wakaba 1.24 /input/@target;attribute not defined;m
12374 wakaba 1.18 /input/@target;window name:reserved;m
12375    
12376     #data
12377     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12378     target="_search"
12379     />
12380     #errors
12381 wakaba 1.24 /input/@target;attribute not defined;m
12382 wakaba 1.18 /input/@target;window name:reserved;m
12383    
12384     #data
12385     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12386     novalidate=""
12387     />
12388     #errors
12389 wakaba 1.24 /input/@novalidate;attribute not defined;m
12390 wakaba 1.18
12391     #data
12392     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12393     novalidate="novalidate"
12394     />
12395     #errors
12396 wakaba 1.24 /input/@novalidate;attribute not defined;m
12397 wakaba 1.18
12398     #data
12399     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12400     novalidate="NoValidate"
12401     />
12402     #errors
12403 wakaba 1.24 /input/@novalidate;attribute not defined;m
12404 wakaba 1.18
12405     #data
12406     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12407     novalidate="yes"
12408     />
12409     #errors
12410     /input/@novalidate;boolean:invalid;m
12411 wakaba 1.24 /input/@novalidate;attribute not defined;m
12412 wakaba 1.18
12413     #data
12414     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12415     novalidate="no validate"
12416     />
12417     #errors
12418     /input/@novalidate;boolean:invalid;m
12419 wakaba 1.24 /input/@novalidate;attribute not defined;m
12420 wakaba 1.18
12421     #data
12422     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12423     action=""
12424     />
12425     #errors
12426 wakaba 1.24 /input/@action;attribute not defined;m
12427 wakaba 1.18
12428     #data
12429     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12430     action="http://www.w3.org/"
12431     />
12432     #errors
12433 wakaba 1.24 /input/@action;attribute not defined;m
12434 wakaba 1.18
12435     #data
12436     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12437     action="test"
12438     />
12439     #errors
12440 wakaba 1.24 /input/@action;attribute not defined;m
12441 wakaba 1.18
12442     #data
12443     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12444     action="#test"
12445     />
12446     #errors
12447 wakaba 1.24 /input/@action;attribute not defined;m
12448 wakaba 1.18
12449     #data
12450     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12451     action="[]"
12452     />
12453     #errors
12454 wakaba 1.24 /input/@action;attribute not defined;m
12455 wakaba 1.18 /input/@action;syntax error:iriref3987;m
12456    
12457     #data
12458     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12459     method=""
12460     />
12461     #errors
12462     /input/@method;enumerated:invalid;m
12463 wakaba 1.24 /input/@method;attribute not defined;m
12464 wakaba 1.18
12465     #data
12466     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12467     method="get"
12468     />
12469     #errors
12470 wakaba 1.24 /input/@method;attribute not defined;m
12471 wakaba 1.18
12472     #data
12473     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12474     method="GET"
12475     />
12476     #errors
12477 wakaba 1.24 /input/@method;attribute not defined;m
12478 wakaba 1.18
12479     #data
12480     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12481     method="post"
12482     />
12483     #errors
12484 wakaba 1.24 /input/@method;attribute not defined;m
12485 wakaba 1.18
12486     #data
12487     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12488     method="POST"
12489     />
12490     #errors
12491 wakaba 1.24 /input/@method;attribute not defined;m
12492 wakaba 1.18
12493     #data
12494     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12495     method="put"
12496     />
12497     #errors
12498 wakaba 1.24 /input/@method;attribute not defined;m
12499 wakaba 1.18
12500     #data
12501     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12502     method="PUT"
12503     />
12504     #errors
12505 wakaba 1.24 /input/@method;attribute not defined;m
12506 wakaba 1.18
12507     #data
12508     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12509     method="delete"
12510     />
12511     #errors
12512 wakaba 1.24 /input/@method;attribute not defined;m
12513 wakaba 1.18
12514     #data
12515     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12516     method="DELETE"
12517     />
12518     #errors
12519 wakaba 1.24 /input/@method;attribute not defined;m
12520 wakaba 1.18
12521     #data
12522     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12523     method="GEt"
12524     />
12525     #errors
12526 wakaba 1.24 /input/@method;attribute not defined;m
12527 wakaba 1.18
12528     #data
12529     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12530     method="deleTE"
12531     />
12532     #errors
12533 wakaba 1.24 /input/@method;attribute not defined;m
12534 wakaba 1.18
12535     #data
12536     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12537     method="head"
12538     />
12539     #errors
12540 wakaba 1.24 /input/@method;attribute not defined;m
12541 wakaba 1.18 /input/@method;enumerated:invalid;m
12542    
12543     #data
12544     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12545     method="m-get"
12546     />
12547     #errors
12548 wakaba 1.24 /input/@method;attribute not defined;m
12549 wakaba 1.18 /input/@method;enumerated:invalid;m
12550    
12551     #data
12552     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12553     method="get "
12554     />
12555     #errors
12556 wakaba 1.24 /input/@method;attribute not defined;m
12557 wakaba 1.18 /input/@method;enumerated:invalid;m
12558    
12559     #data
12560     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12561     method="getall"
12562     />
12563     #errors
12564 wakaba 1.24 /input/@method;attribute not defined;m
12565 wakaba 1.18 /input/@method;enumerated:invalid;m
12566    
12567     #data
12568     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12569     method="push"
12570     />
12571     #errors
12572 wakaba 1.24 /input/@method;attribute not defined;m
12573 wakaba 1.18 /input/@method;enumerated:invalid;m
12574    
12575     #data
12576     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12577     method="method"
12578     />
12579     #errors
12580 wakaba 1.24 /input/@method;attribute not defined;m
12581 wakaba 1.18 /input/@method;enumerated:invalid;m
12582    
12583     #data
12584     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12585     enctype=""
12586     />
12587     #errors
12588     /input/@enctype;enumerated:invalid;m
12589 wakaba 1.24 /input/@enctype;attribute not defined;m
12590 wakaba 1.18
12591     #data
12592     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12593     enctype="application/x-www-form-urlencoded"
12594     />
12595     #errors
12596 wakaba 1.24 /input/@enctype;attribute not defined;m
12597 wakaba 1.18
12598     #data
12599     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12600     enctype="APPLICATION/X-WWW-FORM-URLENCODED"
12601     />
12602     #errors
12603 wakaba 1.24 /input/@enctype;attribute not defined;m
12604 wakaba 1.18
12605     #data
12606     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12607     enctype="Application/x-www-form-urlencoded"
12608     />
12609     #errors
12610 wakaba 1.24 /input/@enctype;attribute not defined;m
12611 wakaba 1.18
12612     #data
12613     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12614     enctype="multipart/form-data"
12615     />
12616     #errors
12617 wakaba 1.24 /input/@enctype;attribute not defined;m
12618 wakaba 1.18
12619     #data
12620     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12621     enctype="Multipart/Form-Data"
12622     />
12623     #errors
12624 wakaba 1.24 /input/@enctype;attribute not defined;m
12625 wakaba 1.18
12626     #data
12627     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12628     enctype="text/plain"
12629     />
12630     #errors
12631 wakaba 1.24 /input/@enctype;attribute not defined;m
12632 wakaba 1.18
12633     #data
12634     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12635     enctype="TEXT/plain"
12636     />
12637     #errors
12638 wakaba 1.24 /input/@enctype;attribute not defined;m
12639 wakaba 1.18
12640     #data
12641     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12642     enctype="application/x-url-encoded"
12643     />
12644     #errors
12645     /input/@enctype;enumerated:invalid;m
12646 wakaba 1.24 /input/@enctype;attribute not defined;m
12647 wakaba 1.18
12648     #data
12649     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12650     enctype="application/x-sgml-urlencoded"
12651     />
12652     #errors
12653     /input/@enctype;enumerated:invalid;m
12654 wakaba 1.24 /input/@enctype;attribute not defined;m
12655 wakaba 1.18
12656     #data
12657     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12658     enctype="application/x-www-form-urlencoded; charset=utf-8"
12659     />
12660     #errors
12661     /input/@enctype;enumerated:invalid;m
12662 wakaba 1.24 /input/@enctype;attribute not defined;m
12663 wakaba 1.18
12664     #data
12665     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12666     enctype=" text/plain "
12667     />
12668     #errors
12669     /input/@enctype;enumerated:invalid;m
12670 wakaba 1.24 /input/@enctype;attribute not defined;m
12671 wakaba 1.18
12672     #data
12673     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12674     enctype="image/png"
12675     />
12676     #errors
12677     /input/@enctype;enumerated:invalid;m
12678 wakaba 1.24 /input/@enctype;attribute not defined;m
12679 wakaba 1.18
12680     #data
12681     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12682     enctype="enctype"
12683     />
12684     #errors
12685     /input/@enctype;enumerated:invalid;m
12686 wakaba 1.24 /input/@enctype;attribute not defined;m
12687 wakaba 1.18
12688     #data
12689     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12690     enctype="multipart/related"
12691     />
12692     #errors
12693     /input/@enctype;enumerated:invalid;m
12694 wakaba 1.24 /input/@enctype;attribute not defined;m
12695 wakaba 1.18
12696     #data
12697     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12698     enctype="application/xml"
12699     />
12700     #errors
12701     /input/@enctype;enumerated:invalid;m
12702 wakaba 1.24 /input/@enctype;attribute not defined;m
12703 wakaba 1.18
12704     #data
12705     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12706     enctype="text/xml"
12707     />
12708     #errors
12709     /input/@enctype;enumerated:invalid;m
12710 wakaba 1.24 /input/@enctype;attribute not defined;m
12711 wakaba 1.18
12712     #data
12713     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12714     enctype="text/html"
12715     />
12716     #errors
12717     /input/@enctype;enumerated:invalid;m
12718 wakaba 1.24 /input/@enctype;attribute not defined;m
12719 wakaba 1.18
12720     #data
12721     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12722     target=""
12723     />
12724     #errors
12725     /input/@target;window name:empty;m
12726 wakaba 1.24 /input/@target;attribute not defined;m
12727 wakaba 1.18
12728     #data
12729     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12730     target="_blank"
12731     />
12732     #errors
12733 wakaba 1.24 /input/@target;attribute not defined;m
12734 wakaba 1.18
12735     #data
12736     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12737     target="_self"
12738     />
12739     #errors
12740 wakaba 1.24 /input/@target;attribute not defined;m
12741 wakaba 1.18
12742     #data
12743     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12744     target="_parent"
12745     />
12746     #errors
12747 wakaba 1.24 /input/@target;attribute not defined;m
12748 wakaba 1.18
12749     #data
12750     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12751     target="_top"
12752     />
12753     #errors
12754 wakaba 1.24 /input/@target;attribute not defined;m
12755 wakaba 1.18
12756     #data
12757     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12758     target="new"
12759     />
12760     #errors
12761 wakaba 1.24 /input/@target;attribute not defined;m
12762 wakaba 1.18
12763     #data
12764     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12765     target="result"
12766     />
12767     #errors
12768 wakaba 1.24 /input/@target;attribute not defined;m
12769 wakaba 1.18
12770     #data
12771     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12772     target="_BLANK"
12773     />
12774     #errors
12775 wakaba 1.24 /input/@target;attribute not defined;m
12776 wakaba 1.18
12777     #data
12778     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12779     target="_SElf"
12780     />
12781     #errors
12782 wakaba 1.24 /input/@target;attribute not defined;m
12783 wakaba 1.18
12784     #data
12785     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12786     target="_new"
12787     />
12788     #errors
12789     /input/@target;window name:reserved;m
12790 wakaba 1.24 /input/@target;attribute not defined;m
12791 wakaba 1.18
12792     #data
12793     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12794     target="_blank "
12795     />
12796     #errors
12797     /input/@target;window name:reserved;m
12798 wakaba 1.24 /input/@target;attribute not defined;m
12799 wakaba 1.18
12800     #data
12801     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12802     target="_new window"
12803     />
12804     #errors
12805     /input/@target;window name:reserved;m
12806 wakaba 1.24 /input/@target;attribute not defined;m
12807 wakaba 1.18
12808     #data
12809     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12810     target="new window"
12811     />
12812     #errors
12813 wakaba 1.24 /input/@target;attribute not defined;m
12814 wakaba 1.18
12815     #data
12816     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12817     target="_content"
12818     />
12819     #errors
12820     /input/@target;window name:reserved;m
12821 wakaba 1.24 /input/@target;attribute not defined;m
12822 wakaba 1.18
12823     #data
12824     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12825     target="_replace"
12826     />
12827     #errors
12828     /input/@target;window name:reserved;m
12829 wakaba 1.24 /input/@target;attribute not defined;m
12830 wakaba 1.18
12831     #data
12832     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12833     target="_search"
12834     />
12835     #errors
12836     /input/@target;window name:reserved;m
12837 wakaba 1.24 /input/@target;attribute not defined;m
12838 wakaba 1.18
12839     #data
12840     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12841     novalidate=""
12842     />
12843     #errors
12844 wakaba 1.24 /input/@novalidate;attribute not defined;m
12845 wakaba 1.18
12846     #data
12847     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12848     novalidate="novalidate"
12849     />
12850     #errors
12851 wakaba 1.24 /input/@novalidate;attribute not defined;m
12852 wakaba 1.18
12853     #data
12854     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12855     novalidate="NoValidate"
12856     />
12857     #errors
12858 wakaba 1.24 /input/@novalidate;attribute not defined;m
12859 wakaba 1.18
12860     #data
12861     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12862     novalidate="yes"
12863     />
12864     #errors
12865     /input/@novalidate;boolean:invalid;m
12866 wakaba 1.24 /input/@novalidate;attribute not defined;m
12867 wakaba 1.18
12868     #data
12869     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12870     novalidate="no validate"
12871     />
12872     #errors
12873     /input/@novalidate;boolean:invalid;m
12874 wakaba 1.24 /input/@novalidate;attribute not defined;m
12875 wakaba 1.18
12876     #data
12877     <input type="hidden" xmlns="http://www.w3.org/1999/xhtml"
12878     novalidate=""
12879     />
12880     #errors
12881     /input/@novalidate;input attr not applicable;hidden;m
12882 wakaba 1.24 /input/@novalidate;attribute not defined;m
12883 wakaba 1.18
12884     #data
12885     <input type="text" xmlns="http://www.w3.org/1999/xhtml"
12886     novalidate=""
12887     />
12888     #errors
12889     /input/@novalidate;input attr not applicable;text;m
12890 wakaba 1.24 /input/@novalidate;attribute not defined;m
12891 wakaba 1.18
12892     #data
12893     <input type="search" xmlns="http://www.w3.org/1999/xhtml"
12894     novalidate=""
12895     />
12896     #errors
12897     /input/@novalidate;input attr not applicable;search;m
12898 wakaba 1.24 /input/@novalidate;attribute not defined;m
12899 wakaba 1.18
12900     #data
12901     <input type="url" xmlns="http://www.w3.org/1999/xhtml"
12902     novalidate=""
12903     />
12904     #errors
12905     /input/@novalidate;input attr not applicable;url;m
12906 wakaba 1.24 /input/@novalidate;attribute not defined;m
12907 wakaba 1.18
12908     #data
12909     <input type="email" xmlns="http://www.w3.org/1999/xhtml"
12910     novalidate=""
12911     />
12912     #errors
12913     /input/@novalidate;input attr not applicable;email;m
12914 wakaba 1.24 /input/@novalidate;attribute not defined;m
12915 wakaba 1.18
12916     #data
12917     <input type="password" xmlns="http://www.w3.org/1999/xhtml"
12918     novalidate=""
12919     />
12920     #errors
12921     /input/@novalidate;input attr not applicable;password;m
12922 wakaba 1.24 /input/@novalidate;attribute not defined;m
12923 wakaba 1.18
12924     #data
12925     <input type="datetime" xmlns="http://www.w3.org/1999/xhtml"
12926     novalidate=""
12927     />
12928     #errors
12929     /input/@novalidate;input attr not applicable;datetime;m
12930 wakaba 1.24 /input/@novalidate;attribute not defined;m
12931 wakaba 1.18
12932     #data
12933     <input type="date" xmlns="http://www.w3.org/1999/xhtml"
12934     novalidate=""
12935     />
12936     #errors
12937     /input/@novalidate;input attr not applicable;date;m
12938 wakaba 1.24 /input/@novalidate;attribute not defined;m
12939 wakaba 1.18
12940     #data
12941     <input type="month" xmlns="http://www.w3.org/1999/xhtml"
12942     novalidate=""
12943     />
12944     #errors
12945     /input/@novalidate;input attr not applicable;month;m
12946 wakaba 1.24 /input/@novalidate;attribute not defined;m
12947 wakaba 1.18
12948     #data
12949     <input type="week" xmlns="http://www.w3.org/1999/xhtml"
12950     novalidate=""
12951     />
12952     #errors
12953     /input/@novalidate;input attr not applicable;week;m
12954 wakaba 1.24 /input/@novalidate;attribute not defined;m
12955 wakaba 1.18
12956     #data
12957     <input type="time" xmlns="http://www.w3.org/1999/xhtml"
12958     novalidate=""
12959     />
12960     #errors
12961     /input/@novalidate;input attr not applicable;time;m
12962 wakaba 1.24 /input/@novalidate;attribute not defined;m
12963 wakaba 1.18
12964     #data
12965     <input type="datetime-local" xmlns="http://www.w3.org/1999/xhtml"
12966     novalidate=""
12967     />
12968     #errors
12969     /input/@novalidate;input attr not applicable;datetime-local;m
12970 wakaba 1.24 /input/@novalidate;attribute not defined;m
12971 wakaba 1.18
12972     #data
12973     <input type="number" xmlns="http://www.w3.org/1999/xhtml"
12974     novalidate=""
12975     />
12976     #errors
12977     /input/@novalidate;input attr not applicable;number;m
12978 wakaba 1.24 /input/@novalidate;attribute not defined;m
12979 wakaba 1.18
12980     #data
12981     <input type="range" xmlns="http://www.w3.org/1999/xhtml"
12982     novalidate=""
12983     />
12984     #errors
12985     /input/@novalidate;input attr not applicable;range;m
12986 wakaba 1.24 /input/@novalidate;attribute not defined;m
12987 wakaba 1.18
12988     #data
12989     <input type="color" xmlns="http://www.w3.org/1999/xhtml"
12990     novalidate=""
12991     />
12992     #errors
12993     /input/@novalidate;input attr not applicable;color;m
12994 wakaba 1.24 /input/@novalidate;attribute not defined;m
12995 wakaba 1.18
12996     #data
12997     <input type="checkbox" xmlns="http://www.w3.org/1999/xhtml"
12998     novalidate=""
12999     />
13000     #errors
13001     /input/@novalidate;input attr not applicable;checkbox;m
13002 wakaba 1.24 /input/@novalidate;attribute not defined;m
13003 wakaba 1.18
13004     #data
13005     <input type="radio" xmlns="http://www.w3.org/1999/xhtml"
13006     novalidate=""
13007     />
13008     #errors
13009     /input/@novalidate;input attr not applicable;radio;m
13010 wakaba 1.24 /input/@novalidate;attribute not defined;m
13011 wakaba 1.18
13012     #data
13013     <input type="file" xmlns="http://www.w3.org/1999/xhtml"
13014     novalidate=""
13015     />
13016     #errors
13017     /input/@novalidate;input attr not applicable;file;m
13018 wakaba 1.24 /input/@novalidate;attribute not defined;m
13019 wakaba 1.18
13020     #data
13021     <input type="reset" xmlns="http://www.w3.org/1999/xhtml"
13022     novalidate=""
13023     />
13024     #errors
13025     /input/@novalidate;input attr not applicable;reset;m
13026 wakaba 1.24 /input/@novalidate;attribute not defined;m
13027 wakaba 1.18
13028     #data
13029     <input type="button" xmlns="http://www.w3.org/1999/xhtml"
13030     novalidate=""
13031     />
13032     #errors
13033     /input/@novalidate;input attr not applicable;button;m
13034 wakaba 1.24 /input/@novalidate;attribute not defined;m
13035 wakaba 1.19
13036     #data
13037     <input type="date" xmlns="http://www.w3.org/1999/xhtml"
13038     value="0000-11-22"/>
13039     #errors
13040     /input/@value;datetime:bad year;m
13041    
13042     #data
13043     <input type="datetime" xmlns="http://www.w3.org/1999/xhtml"
13044     value="0000-11-22T00:11:22Z"/>
13045     #errors
13046     /input/@value;datetime:bad year;m
13047    
13048     #data
13049     <input type="month" xmlns="http://www.w3.org/1999/xhtml"
13050     value="0000-11"/>
13051     #errors
13052     /input/@value;datetime:bad year;m
13053    
13054     #data
13055     <input type="week" xmlns="http://www.w3.org/1999/xhtml"
13056     value="0000-W11"/>
13057     #errors
13058     /input/@value;datetime:bad year;m
13059    
13060     #data
13061     <input type="datetime-local" xmlns="http://www.w3.org/1999/xhtml"
13062     value="0000-11-22T00:11:22"/>
13063     #errors
13064     /input/@value;datetime:bad year;m
13065 wakaba 1.21
13066     #data
13067     <input type="image" xmlns="http://www.w3.org/1999/xhtml"
13068     width="" alt="x"/>
13069     #errors
13070     /input/@width;nninteger:syntax error;m
13071    
13072     #data
13073     <input type="image" xmlns="http://www.w3.org/1999/xhtml"
13074     width="120" alt="x"/>
13075     #errors
13076    
13077     #data
13078     <input type="image" xmlns="http://www.w3.org/1999/xhtml"
13079     width="0" alt="x"/>
13080     #errors
13081    
13082     #data
13083     <input type="text" xmlns="http://www.w3.org/1999/xhtml"
13084     width="120" alt="x"/>
13085     #errors
13086     /input/@width;input attr not applicable;text;m
13087 wakaba 1.22 /input/@alt;input attr not applicable;text;m
13088 wakaba 1.21
13089     #data
13090     <input type="image" xmlns="http://www.w3.org/1999/xhtml"
13091     height=""/>
13092     #errors
13093     /input/@height;nninteger:syntax error;m
13094    
13095     #data
13096     <input type="image" xmlns="http://www.w3.org/1999/xhtml"
13097     height="120" alt="x"/>
13098     #errors
13099    
13100     #data
13101     <input type="image" xmlns="http://www.w3.org/1999/xhtml"
13102     height="0" alt="x"/>
13103     #errors
13104    
13105     #data
13106     <input type="text" xmlns="http://www.w3.org/1999/xhtml"
13107     height="120"/>
13108     #errors
13109     /input/@height;input attr not applicable;text;m
13110 wakaba 1.22
13111     #data
13112     <input type="url" xmlns="http://www.w3.org/1999/xhtml"
13113     value=""/>
13114     #errors
13115    
13116     #data
13117     <input type="url" xmlns="http://www.w3.org/1999/xhtml"
13118     value="http://www.test.exmaple/"/>
13119     #errors
13120    
13121     #data
13122     <input type="url" xmlns="http://www.w3.org/1999/xhtml"
13123     value="http://test/[44::]/"/>
13124     #errors
13125     /input/@value;syntax error:iriref3987;m
13126    
13127     #data
13128     <input type="text" xmlns="http://www.w3.org/1999/xhtml"
13129     value="http://test/[44::]/"/>
13130     #errors
13131    
13132     #data
13133     <input type="search" xmlns="http://www.w3.org/1999/xhtml"
13134     value="http://test/[44::]/"/>
13135     #errors
13136    
13137     #data
13138     <input type="password" xmlns="http://www.w3.org/1999/xhtml"
13139     value="http://test/[44::]/"/>
13140     #errors
13141    
13142     #data
13143     <input type="email" xmlns="http://www.w3.org/1999/xhtml"
13144     value="http://test/[44::]/"/>
13145     #errors
13146     /input/@value;email:syntax error;m
13147    
13148     #data
13149     <input type="URL" xmlns="http://www.w3.org/1999/xhtml"
13150     value="http://test/[44::]/"/>
13151     #errors
13152     /input/@value;syntax error:iriref3987;m
13153 wakaba 1.23
13154     #data
13155     <input type="tel" xmlns="http://www.w3.org/1999/xhtml"/>
13156     #errors
13157    
13158     #data
13159     <input type="tel" xmlns="http://www.w3.org/1999/xhtml"
13160     value=""/>
13161     #errors
13162    
13163     #data
13164     <input type="tel" xmlns="http://www.w3.org/1999/xhtml"
13165     value="xxx"/>
13166     #errors
13167    
13168     #data
13169     <input type="tel" xmlns="http://www.w3.org/1999/xhtml"
13170     maxlength="65" value=""/>
13171     #errors
13172    
13173     #data
13174     <input type="tel" xmlns="http://www.w3.org/1999/xhtml"
13175     value="xxx&#xa;"/>
13176     #errors
13177     /input/@value;newline in value;m
13178    
13179     #data
13180     <input type="tel" xmlns="http://www.w3.org/1999/xhtml"
13181     min="1" max="10"/>
13182     #errors
13183     /input/@min;input attr not applicable;tel;m
13184     /input/@max;input attr not applicable;tel;m
13185    
13186     #data
13187     <input type="tel" xmlns="http://www.w3.org/1999/xhtml"
13188     alt="x"/>
13189     #errors
13190     /input/@alt;input attr not applicable;tel;m
13191    
13192     #data
13193     <input type="tel" xmlns="http://www.w3.org/1999/xhtml"
13194     multiple=""/>
13195     #errors
13196     /input/@multiple;input attr not applicable;tel;m
13197 wakaba 1.24
13198     #data
13199     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13200     formaction=""
13201     />
13202     #errors
13203    
13204     #data
13205     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13206     formaction="http://www.w3.org/"
13207     />
13208     #errors
13209    
13210     #data
13211     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13212     formaction="test"
13213     />
13214     #errors
13215    
13216     #data
13217     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13218     formaction="#test"
13219     />
13220     #errors
13221    
13222     #data
13223     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13224     formaction="[]"
13225     />
13226     #errors
13227     /input/@formaction;syntax error:iriref3987;m
13228    
13229     #data
13230     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13231     formmethod=""
13232     />
13233     #errors
13234     /input/@formmethod;enumerated:invalid;m
13235    
13236     #data
13237     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13238     formmethod="get"
13239     />
13240     #errors
13241    
13242     #data
13243     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13244     formmethod="GET"
13245     />
13246     #errors
13247    
13248     #data
13249     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13250     formmethod="post"
13251     />
13252     #errors
13253    
13254     #data
13255     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13256     formmethod="POST"
13257     />
13258     #errors
13259    
13260     #data
13261     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13262     formmethod="put"
13263     />
13264     #errors
13265    
13266     #data
13267     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13268     formmethod="PUT"
13269     />
13270     #errors
13271    
13272     #data
13273     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13274     formmethod="delete"
13275     />
13276     #errors
13277    
13278     #data
13279     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13280     formmethod="DELETE"
13281     />
13282     #errors
13283    
13284     #data
13285     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13286     formmethod="GEt"
13287     />
13288     #errors
13289    
13290     #data
13291     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13292     formmethod="deleTE"
13293     />
13294     #errors
13295    
13296     #data
13297     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13298     formmethod="head"
13299     />
13300     #errors
13301     /input/@formmethod;enumerated:invalid;m
13302    
13303     #data
13304     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13305     formmethod="m-get"
13306     />
13307     #errors
13308     /input/@formmethod;enumerated:invalid;m
13309    
13310     #data
13311     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13312     formmethod="get "
13313     />
13314     #errors
13315     /input/@formmethod;enumerated:invalid;m
13316    
13317     #data
13318     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13319     formmethod="getall"
13320     />
13321     #errors
13322     /input/@formmethod;enumerated:invalid;m
13323    
13324     #data
13325     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13326     formmethod="push"
13327     />
13328     #errors
13329     /input/@formmethod;enumerated:invalid;m
13330    
13331     #data
13332     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13333     formmethod="formmethod"
13334     />
13335     #errors
13336     /input/@formmethod;enumerated:invalid;m
13337    
13338     #data
13339     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13340     formenctype=""
13341     />
13342     #errors
13343     /input/@formenctype;enumerated:invalid;m
13344    
13345     #data
13346     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13347     formenctype="application/x-www-form-urlencoded"
13348     />
13349     #errors
13350    
13351     #data
13352     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13353     formenctype="APPLICATION/X-WWW-FORM-URLENCODED"
13354     />
13355     #errors
13356    
13357     #data
13358     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13359     formenctype="Application/x-www-form-urlencoded"
13360     />
13361     #errors
13362    
13363     #data
13364     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13365     formenctype="multipart/form-data"
13366     />
13367     #errors
13368    
13369     #data
13370     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13371     formenctype="Multipart/Form-Data"
13372     />
13373     #errors
13374    
13375     #data
13376     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13377     formenctype="text/plain"
13378     />
13379     #errors
13380    
13381     #data
13382     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13383     formenctype="TEXT/plain"
13384     />
13385     #errors
13386    
13387     #data
13388     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13389     formenctype="application/x-url-encoded"
13390     />
13391     #errors
13392     /input/@formenctype;enumerated:invalid;m
13393    
13394     #data
13395     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13396     formenctype="application/x-sgml-urlencoded"
13397     />
13398     #errors
13399     /input/@formenctype;enumerated:invalid;m
13400    
13401     #data
13402     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13403     formenctype="application/x-www-form-urlencoded; charset=utf-8"
13404     />
13405     #errors
13406     /input/@formenctype;enumerated:invalid;m
13407    
13408     #data
13409     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13410     formenctype=" text/plain "
13411     />
13412     #errors
13413     /input/@formenctype;enumerated:invalid;m
13414    
13415     #data
13416     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13417     formenctype="image/png"
13418     />
13419     #errors
13420     /input/@formenctype;enumerated:invalid;m
13421    
13422     #data
13423     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13424     formenctype="formenctype"
13425     />
13426     #errors
13427     /input/@formenctype;enumerated:invalid;m
13428    
13429     #data
13430     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13431     formenctype="multipart/related"
13432     />
13433     #errors
13434     /input/@formenctype;enumerated:invalid;m
13435    
13436     #data
13437     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13438     formenctype="application/xml"
13439     />
13440     #errors
13441     /input/@formenctype;enumerated:invalid;m
13442    
13443     #data
13444     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13445     formenctype="text/xml"
13446     />
13447     #errors
13448     /input/@formenctype;enumerated:invalid;m
13449    
13450     #data
13451     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13452     formenctype="text/html"
13453     />
13454     #errors
13455     /input/@formenctype;enumerated:invalid;m
13456    
13457     #data
13458     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13459     formtarget=""
13460     />
13461     #errors
13462     /input/@formtarget;window name:empty;m
13463    
13464     #data
13465     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13466     formtarget="_blank"
13467     />
13468     #errors
13469    
13470     #data
13471     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13472     formtarget="_self"
13473     />
13474     #errors
13475    
13476     #data
13477     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13478     formtarget="_parent"
13479     />
13480     #errors
13481    
13482     #data
13483     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13484     formtarget="_top"
13485     />
13486     #errors
13487    
13488     #data
13489     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13490     formtarget="new"
13491     />
13492     #errors
13493    
13494     #data
13495     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13496     formtarget="result"
13497     />
13498     #errors
13499    
13500     #data
13501     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13502     formtarget="_BLANK"
13503     />
13504     #errors
13505    
13506     #data
13507     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13508     formtarget="_SElf"
13509     />
13510     #errors
13511    
13512     #data
13513     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13514     formtarget="_new"
13515     />
13516     #errors
13517     /input/@formtarget;window name:reserved;m
13518    
13519     #data
13520     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13521     formtarget="_blank "
13522     />
13523     #errors
13524     /input/@formtarget;window name:reserved;m
13525    
13526     #data
13527     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13528     formtarget="_new window"
13529     />
13530     #errors
13531     /input/@formtarget;window name:reserved;m
13532    
13533     #data
13534     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13535     formtarget="new window"
13536     />
13537     #errors
13538    
13539     #data
13540     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13541     formtarget="_content"
13542     />
13543     #errors
13544     /input/@formtarget;window name:reserved;m
13545    
13546     #data
13547     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13548     formtarget="_replace"
13549     />
13550     #errors
13551     /input/@formtarget;window name:reserved;m
13552    
13553     #data
13554     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13555     formtarget="_search"
13556     />
13557     #errors
13558     /input/@formtarget;window name:reserved;m
13559    
13560     #data
13561     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13562     formnovalidate=""
13563     />
13564     #errors
13565    
13566     #data
13567     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13568     formnovalidate="formnovalidate"
13569     />
13570     #errors
13571    
13572     #data
13573     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13574     formnovalidate="Formnovalidate"
13575     />
13576     #errors
13577    
13578     #data
13579     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13580     formnovalidate="yes"
13581     />
13582     #errors
13583     /input/@formnovalidate;boolean:invalid;m
13584    
13585     #data
13586     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13587     formnovalidate="novalidate"
13588     />
13589     #errors
13590     /input/@formnovalidate;boolean:invalid;m
13591    
13592     #data
13593     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13594     formnovalidate="no validate"
13595     />
13596     #errors
13597     /input/@formnovalidate;boolean:invalid;m
13598    
13599     #data
13600     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13601     formaction=""
13602     />
13603     #errors
13604    
13605     #data
13606     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13607     formaction="http://www.w3.org/"
13608     />
13609     #errors
13610    
13611     #data
13612     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13613     formaction="test"
13614     />
13615     #errors
13616    
13617     #data
13618     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13619     formaction="#test"
13620     />
13621     #errors
13622    
13623     #data
13624     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13625     formaction="[]"
13626     />
13627     #errors
13628     /input/@formaction;syntax error:iriref3987;m
13629    
13630     #data
13631     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13632     formmethod=""
13633     />
13634     #errors
13635     /input/@formmethod;enumerated:invalid;m
13636    
13637     #data
13638     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13639     formmethod="get"
13640     />
13641     #errors
13642    
13643     #data
13644     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13645     formmethod="GET"
13646     />
13647     #errors
13648    
13649     #data
13650     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13651     formmethod="post"
13652     />
13653     #errors
13654    
13655     #data
13656     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13657     formmethod="POST"
13658     />
13659     #errors
13660    
13661     #data
13662     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13663     formmethod="put"
13664     />
13665     #errors
13666    
13667     #data
13668     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13669     formmethod="PUT"
13670     />
13671     #errors
13672    
13673     #data
13674     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13675     formmethod="delete"
13676     />
13677     #errors
13678    
13679     #data
13680     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13681     formmethod="DELETE"
13682     />
13683     #errors
13684    
13685     #data
13686     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13687     formmethod="GEt"
13688     />
13689     #errors
13690    
13691     #data
13692     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13693     formmethod="deleTE"
13694     />
13695     #errors
13696    
13697     #data
13698     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13699     formmethod="head"
13700     />
13701     #errors
13702     /input/@formmethod;enumerated:invalid;m
13703    
13704     #data
13705     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13706     formmethod="m-get"
13707     />
13708     #errors
13709     /input/@formmethod;enumerated:invalid;m
13710    
13711     #data
13712     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13713     formmethod="get "
13714     />
13715     #errors
13716     /input/@formmethod;enumerated:invalid;m
13717    
13718     #data
13719     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13720     formmethod="getall"
13721     />
13722     #errors
13723     /input/@formmethod;enumerated:invalid;m
13724    
13725     #data
13726     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13727     formmethod="push"
13728     />
13729     #errors
13730     /input/@formmethod;enumerated:invalid;m
13731    
13732     #data
13733     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13734     formmethod="formmethod"
13735     />
13736     #errors
13737     /input/@formmethod;enumerated:invalid;m
13738    
13739     #data
13740     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13741     formenctype=""
13742     />
13743     #errors
13744     /input/@formenctype;enumerated:invalid;m
13745    
13746     #data
13747     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13748     formenctype="application/x-www-form-urlencoded"
13749     />
13750     #errors
13751    
13752     #data
13753     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13754     formenctype="APPLICATION/X-WWW-FORM-URLENCODED"
13755     />
13756     #errors
13757    
13758     #data
13759     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13760     formenctype="Application/x-www-form-urlencoded"
13761     />
13762     #errors
13763    
13764     #data
13765     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13766     formenctype="multipart/form-data"
13767     />
13768     #errors
13769    
13770     #data
13771     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13772     formenctype="Multipart/Form-Data"
13773     />
13774     #errors
13775    
13776     #data
13777     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13778     formenctype="text/plain"
13779     />
13780     #errors
13781    
13782     #data
13783     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13784     formenctype="TEXT/plain"
13785     />
13786     #errors
13787    
13788     #data
13789     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13790     formenctype="application/x-url-encoded"
13791     />
13792     #errors
13793     /input/@formenctype;enumerated:invalid;m
13794    
13795     #data
13796     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13797     formenctype="application/x-sgml-urlencoded"
13798     />
13799     #errors
13800     /input/@formenctype;enumerated:invalid;m
13801    
13802     #data
13803     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13804     formenctype="application/x-www-form-urlencoded; charset=utf-8"
13805     />
13806     #errors
13807     /input/@formenctype;enumerated:invalid;m
13808    
13809     #data
13810     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13811     formenctype=" text/plain "
13812     />
13813     #errors
13814     /input/@formenctype;enumerated:invalid;m
13815    
13816     #data
13817     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13818     formenctype="image/png"
13819     />
13820     #errors
13821     /input/@formenctype;enumerated:invalid;m
13822    
13823     #data
13824     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13825     formenctype="formenctype"
13826     />
13827     #errors
13828     /input/@formenctype;enumerated:invalid;m
13829    
13830     #data
13831     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13832     formenctype="multipart/related"
13833     />
13834     #errors
13835     /input/@formenctype;enumerated:invalid;m
13836    
13837     #data
13838     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13839     formenctype="application/xml"
13840     />
13841     #errors
13842     /input/@formenctype;enumerated:invalid;m
13843    
13844     #data
13845     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13846     formenctype="text/xml"
13847     />
13848     #errors
13849     /input/@formenctype;enumerated:invalid;m
13850    
13851     #data
13852     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13853     formenctype="text/html"
13854     />
13855     #errors
13856     /input/@formenctype;enumerated:invalid;m
13857    
13858     #data
13859     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13860     formtarget=""
13861     />
13862     #errors
13863     /input/@formtarget;window name:empty;m
13864    
13865     #data
13866     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13867     formtarget="_blank"
13868     />
13869     #errors
13870    
13871     #data
13872     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13873     formtarget="_self"
13874     />
13875     #errors
13876    
13877     #data
13878     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13879     formtarget="_parent"
13880     />
13881     #errors
13882    
13883     #data
13884     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13885     formtarget="_top"
13886     />
13887     #errors
13888    
13889     #data
13890     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13891     formtarget="new"
13892     />
13893     #errors
13894    
13895     #data
13896     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13897     formtarget="result"
13898     />
13899     #errors
13900    
13901     #data
13902     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13903     formtarget="_BLANK"
13904     />
13905     #errors
13906    
13907     #data
13908     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13909     formtarget="_SElf"
13910     />
13911     #errors
13912    
13913     #data
13914     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13915     formtarget="_new"
13916     />
13917     #errors
13918     /input/@formtarget;window name:reserved;m
13919    
13920     #data
13921     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13922     formtarget="_blank "
13923     />
13924     #errors
13925     /input/@formtarget;window name:reserved;m
13926    
13927     #data
13928     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13929     formtarget="_new window"
13930     />
13931     #errors
13932     /input/@formtarget;window name:reserved;m
13933    
13934     #data
13935     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13936     formtarget="new window"
13937     />
13938     #errors
13939    
13940     #data
13941     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13942     formtarget="_content"
13943     />
13944     #errors
13945     /input/@formtarget;window name:reserved;m
13946    
13947     #data
13948     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13949     formtarget="_replace"
13950     />
13951     #errors
13952     /input/@formtarget;window name:reserved;m
13953    
13954     #data
13955     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13956     formtarget="_search"
13957     />
13958     #errors
13959     /input/@formtarget;window name:reserved;m
13960    
13961     #data
13962     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13963     formnovalidate=""
13964     />
13965     #errors
13966    
13967     #data
13968     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13969     formnovalidate="formnovalidate"
13970     />
13971     #errors
13972    
13973     #data
13974     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13975     formnovalidate="Formnovalidate"
13976     />
13977     #errors
13978    
13979     #data
13980     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13981     formnovalidate="yes"
13982     />
13983     #errors
13984     /input/@formnovalidate;boolean:invalid;m
13985    
13986     #data
13987     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13988     formnovalidate="novalidate"
13989     />
13990     #errors
13991     /input/@formnovalidate;boolean:invalid;m
13992    
13993     #data
13994     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13995     formnovalidate="no validate"
13996     />
13997     #errors
13998     /input/@formnovalidate;boolean:invalid;m
13999    
14000     #data
14001     <input type="hidden" xmlns="http://www.w3.org/1999/xhtml"
14002     formnovalidate=""
14003     />
14004     #errors
14005     /input/@formnovalidate;input attr not applicable;hidden;m
14006    
14007     #data
14008     <input type="text" xmlns="http://www.w3.org/1999/xhtml"
14009     formnovalidate=""
14010     />
14011     #errors
14012     /input/@formnovalidate;input attr not applicable;text;m
14013    
14014     #data
14015     <input type="search" xmlns="http://www.w3.org/1999/xhtml"
14016     formnovalidate=""
14017     />
14018     #errors
14019     /input/@formnovalidate;input attr not applicable;search;m
14020    
14021     #data
14022     <input type="url" xmlns="http://www.w3.org/1999/xhtml"
14023     formnovalidate=""
14024     />
14025     #errors
14026     /input/@formnovalidate;input attr not applicable;url;m
14027    
14028     #data
14029     <input type="email" xmlns="http://www.w3.org/1999/xhtml"
14030     formnovalidate=""
14031     />
14032     #errors
14033     /input/@formnovalidate;input attr not applicable;email;m
14034    
14035     #data
14036     <input type="password" xmlns="http://www.w3.org/1999/xhtml"
14037     formnovalidate=""
14038     />
14039     #errors
14040     /input/@formnovalidate;input attr not applicable;password;m
14041    
14042     #data
14043     <input type="datetime" xmlns="http://www.w3.org/1999/xhtml"
14044     formnovalidate=""
14045     />
14046     #errors
14047     /input/@formnovalidate;input attr not applicable;datetime;m
14048    
14049     #data
14050     <input type="date" xmlns="http://www.w3.org/1999/xhtml"
14051     formnovalidate=""
14052     />
14053     #errors
14054     /input/@formnovalidate;input attr not applicable;date;m
14055    
14056     #data
14057     <input type="month" xmlns="http://www.w3.org/1999/xhtml"
14058     formnovalidate=""
14059     />
14060     #errors
14061     /input/@formnovalidate;input attr not applicable;month;m
14062    
14063     #data
14064     <input type="week" xmlns="http://www.w3.org/1999/xhtml"
14065     formnovalidate=""
14066     />
14067     #errors
14068     /input/@formnovalidate;input attr not applicable;week;m
14069    
14070     #data
14071     <input type="time" xmlns="http://www.w3.org/1999/xhtml"
14072     formnovalidate=""
14073     />
14074     #errors
14075     /input/@formnovalidate;input attr not applicable;time;m
14076    
14077     #data
14078     <input type="datetime-local" xmlns="http://www.w3.org/1999/xhtml"
14079     formnovalidate=""
14080     />
14081     #errors
14082     /input/@formnovalidate;input attr not applicable;datetime-local;m
14083    
14084     #data
14085     <input type="number" xmlns="http://www.w3.org/1999/xhtml"
14086     formnovalidate=""
14087     />
14088     #errors
14089     /input/@formnovalidate;input attr not applicable;number;m
14090    
14091     #data
14092     <input type="range" xmlns="http://www.w3.org/1999/xhtml"
14093     formnovalidate=""
14094     />
14095     #errors
14096     /input/@formnovalidate;input attr not applicable;range;m
14097    
14098     #data
14099     <input type="color" xmlns="http://www.w3.org/1999/xhtml"
14100     formnovalidate=""
14101     />
14102     #errors
14103     /input/@formnovalidate;input attr not applicable;color;m
14104    
14105     #data
14106     <input type="checkbox" xmlns="http://www.w3.org/1999/xhtml"
14107     formnovalidate=""
14108     />
14109     #errors
14110     /input/@formnovalidate;input attr not applicable;checkbox;m
14111    
14112     #data
14113     <input type="radio" xmlns="http://www.w3.org/1999/xhtml"
14114     formnovalidate=""
14115     />
14116     #errors
14117     /input/@formnovalidate;input attr not applicable;radio;m
14118    
14119     #data
14120     <input type="file" xmlns="http://www.w3.org/1999/xhtml"
14121     formnovalidate=""
14122     />
14123     #errors
14124     /input/@formnovalidate;input attr not applicable;file;m
14125    
14126     #data
14127     <input type="reset" xmlns="http://www.w3.org/1999/xhtml"
14128     formnovalidate=""
14129     />
14130     #errors
14131     /input/@formnovalidate;input attr not applicable;reset;m
14132    
14133     #data
14134     <input type="button" xmlns="http://www.w3.org/1999/xhtml"
14135     formnovalidate=""
14136     />
14137     #errors
14138     /input/@formnovalidate;input attr not applicable;button;m
14139    
14140     #data
14141     <input type="button" xmlns="http://www.w3.org/1999/xhtml"
14142     formaction=""
14143     />
14144     #errors
14145     /input/@formaction;input attr not applicable;button;m
14146    
14147     #data
14148     <input type="button" xmlns="http://www.w3.org/1999/xhtml"
14149     formmethod="post"
14150     />
14151     #errors
14152     /input/@formmethod;input attr not applicable;button;m
14153    
14154     #data
14155     <input type="button" xmlns="http://www.w3.org/1999/xhtml"
14156     formenctype=""
14157     />
14158     #errors
14159     /input/@formenctype;input attr not applicable;button;m
14160    
14161     #data
14162     <input type="button" xmlns="http://www.w3.org/1999/xhtml"
14163     formtarget="x"
14164     />
14165     #errors
14166     /input/@formtarget;input attr not applicable;button;m

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24