/[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.17 - (hide annotations) (download)
Fri Dec 12 12:59:17 2008 UTC (17 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.16: +916 -0 lines
++ whatpm/t/dom-conformance/ChangeLog	12 Dec 2008 12:59:07 -0000
	* html-form-input.dat: Added test data for <input disabled> and
	<input autofocus>.

	* html-forms-1.dat: Added test data for <fieldset disabled>,
	<output for>, and <{formcontrol} name>.  Added test data for
	<{formcontrol} autofocus="">'s uniqueness.

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

++ whatpm/Whatpm/ChangeLog	12 Dec 2008 12:54:19 -0000
	* ContentChecker.pm: Introduced new flag |has_autofocus|.  Added
	support for new |id_type| value of |any|, which means any kind of
	element is allowed as a referenced element.

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	12 Dec 2008 12:56:56 -0000
	* HTML.pm: Added checking for the uniqueness of |autofocus=""|
	attribute.  Implemented |name=""| attribute for form controls.
	Added U+000C into character class of space characters (it should
	have been, but was not in some of regular expressions).  Updated
	definitions for |output| elements.

2008-12-12  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    
601     #data
602     <input xmlns="http://www.w3.org/1999/xhtml"
603     type="hidden" name="a"
604     alt=""/>
605     #errors
606     /input/@alt;input attr not applicable;hidden;m
607    
608     #data
609     <input xmlns="http://www.w3.org/1999/xhtml"
610     type="hidden" name="a"
611     autocomplete=""/>
612     #errors
613     /input/@autocomplete;input attr not applicable;hidden;m
614    
615     #data
616     <input xmlns="http://www.w3.org/1999/xhtml"
617     type="hidden" name="a"
618     checked=""/>
619     #errors
620     /input/@checked;input attr not applicable;hidden;m
621    
622     #data
623     <input xmlns="http://www.w3.org/1999/xhtml"
624     type="hidden" name="a"
625     enctype=""/>
626     #errors
627     /input/@enctype;input attr not applicable;hidden;m
628    
629     #data
630     <input xmlns="http://www.w3.org/1999/xhtml"
631     type="hidden" name="a"
632     list=""/>
633     #errors
634     /input/@list;input attr not applicable;hidden;m
635    
636     #data
637     <input xmlns="http://www.w3.org/1999/xhtml"
638     type="hidden" name="a"
639     max=""/>
640     #errors
641     /input/@max;input attr not applicable;hidden;m
642    
643     #data
644     <input xmlns="http://www.w3.org/1999/xhtml"
645     type="hidden" name="a"
646     maxlength=""/>
647     #errors
648     /input/@maxlength;input attr not applicable;hidden;m
649    
650     #data
651     <input xmlns="http://www.w3.org/1999/xhtml"
652     type="hidden" name="a"
653     method=""/>
654     #errors
655     /input/@method;input attr not applicable;hidden;m
656    
657     #data
658     <input xmlns="http://www.w3.org/1999/xhtml"
659     type="hidden" name="a"
660     min=""/>
661     #errors
662     /input/@min;input attr not applicable;hidden;m
663    
664     #data
665     <input xmlns="http://www.w3.org/1999/xhtml"
666     type="hidden" name="a"
667     pattern=""/>
668     #errors
669     /input/@pattern;input attr not applicable;hidden;m
670    
671     #data
672     <input xmlns="http://www.w3.org/1999/xhtml"
673     type="hidden" name="a"
674     readonly=""/>
675     #errors
676     /input/@readonly;input attr not applicable;hidden;m
677    
678     #data
679     <input xmlns="http://www.w3.org/1999/xhtml"
680     type="hidden" name="a"
681     required=""/>
682     #errors
683     /input/@required;input attr not applicable;hidden;m
684    
685     #data
686     <input xmlns="http://www.w3.org/1999/xhtml"
687     type="hidden" name="a"
688     size=""/>
689     #errors
690     /input/@size;input attr not applicable;hidden;m
691    
692     #data
693     <input xmlns="http://www.w3.org/1999/xhtml"
694     type="hidden" name="a"
695     src=""/>
696     #errors
697     /input/@src;input attr not applicable;hidden;m
698    
699     #data
700     <input xmlns="http://www.w3.org/1999/xhtml"
701     type="hidden" name="a"
702     step=""/>
703     #errors
704     /input/@step;input attr not applicable;hidden;m
705    
706     #data
707     <input xmlns="http://www.w3.org/1999/xhtml"
708     type="hidden" name="a"
709     target=""/>
710     #errors
711     /input/@target;input attr not applicable;hidden;m
712    
713     #data
714     <input xmlns="http://www.w3.org/1999/xhtml"
715     type="hidden" accpet="" name="a"/>
716     #errors
717     /input/@accpet;attribute not defined;m
718 wakaba 1.4
719     #data
720     <input xmlns="http://www.w3.org/1999/xhtml"
721     accept=""/>
722     #errors
723     /input/@accept;input attr not applicable;text;m
724    
725     #data
726     <input xmlns="http://www.w3.org/1999/xhtml"
727     action=""/>
728     #errors
729     /input/@action;input attr not applicable;text;m
730    
731     #data
732     <input xmlns="http://www.w3.org/1999/xhtml"
733     alt=""/>
734     #errors
735     /input/@alt;input attr not applicable;text;m
736    
737     #data
738     <input xmlns="http://www.w3.org/1999/xhtml"
739     checked=""/>
740     #errors
741     /input/@checked;input attr not applicable;text;m
742    
743     #data
744     <input xmlns="http://www.w3.org/1999/xhtml"
745     enctype=""/>
746     #errors
747     /input/@enctype;input attr not applicable;text;m
748    
749     #data
750     <input xmlns="http://www.w3.org/1999/xhtml"
751     max=""/>
752     #errors
753     /input/@max;input attr not applicable;text;m
754    
755     #data
756     <input xmlns="http://www.w3.org/1999/xhtml"
757     method=""/>
758     #errors
759     /input/@method;input attr not applicable;text;m
760    
761     #data
762     <input xmlns="http://www.w3.org/1999/xhtml"
763     min=""/>
764     #errors
765     /input/@min;input attr not applicable;text;m
766    
767     #data
768     <input xmlns="http://www.w3.org/1999/xhtml"
769     src=""/>
770     #errors
771     /input/@src;input attr not applicable;text;m
772    
773     #data
774     <input xmlns="http://www.w3.org/1999/xhtml"
775     step=""/>
776     #errors
777     /input/@step;input attr not applicable;text;m
778    
779     #data
780     <input xmlns="http://www.w3.org/1999/xhtml"
781     target=""/>
782     #errors
783     /input/@target;input attr not applicable;text;m
784    
785     #data
786     <input xmlns="http://www.w3.org/1999/xhtml"
787     type="email" accept=""/>
788     #errors
789 wakaba 1.10 /input/@accept;input attr not applicable;email;m
790 wakaba 1.4
791     #data
792     <input xmlns="http://www.w3.org/1999/xhtml"
793     type="email" action=""/>
794     #errors
795 wakaba 1.10 /input/@action;input attr not applicable;email;m
796 wakaba 1.4
797     #data
798     <input xmlns="http://www.w3.org/1999/xhtml"
799     type="email" alt=""/>
800     #errors
801 wakaba 1.10 /input/@alt;input attr not applicable;email;m
802 wakaba 1.4
803     #data
804     <input xmlns="http://www.w3.org/1999/xhtml"
805     type="email" checked=""/>
806     #errors
807 wakaba 1.10 /input/@checked;input attr not applicable;email;m
808 wakaba 1.4
809     #data
810     <input xmlns="http://www.w3.org/1999/xhtml"
811     type="email" enctype=""/>
812     #errors
813 wakaba 1.10 /input/@enctype;input attr not applicable;email;m
814 wakaba 1.4
815     #data
816     <input xmlns="http://www.w3.org/1999/xhtml"
817     type="email" max=""/>
818     #errors
819 wakaba 1.10 /input/@max;input attr not applicable;email;m
820 wakaba 1.4
821     #data
822     <input xmlns="http://www.w3.org/1999/xhtml"
823     type="email" method=""/>
824     #errors
825 wakaba 1.10 /input/@method;input attr not applicable;email;m
826 wakaba 1.4
827     #data
828     <input xmlns="http://www.w3.org/1999/xhtml"
829     type="email" min=""/>
830     #errors
831 wakaba 1.10 /input/@min;input attr not applicable;email;m
832 wakaba 1.4
833     #data
834     <input xmlns="http://www.w3.org/1999/xhtml"
835     type="email" src=""/>
836     #errors
837 wakaba 1.10 /input/@src;input attr not applicable;email;m
838 wakaba 1.4
839     #data
840     <input xmlns="http://www.w3.org/1999/xhtml"
841     type="email" step=""/>
842     #errors
843 wakaba 1.10 /input/@step;input attr not applicable;email;m
844 wakaba 1.4
845     #data
846     <input xmlns="http://www.w3.org/1999/xhtml"
847     type="email" target=""/>
848     #errors
849 wakaba 1.10 /input/@target;input attr not applicable;email;m
850 wakaba 1.4
851     #data
852     <input xmlns="http://www.w3.org/1999/xhtml"
853     type="url" accept=""/>
854     #errors
855 wakaba 1.10 /input/@accept;input attr not applicable;url;m
856 wakaba 1.4
857     #data
858     <input xmlns="http://www.w3.org/1999/xhtml"
859     type="url" action=""/>
860     #errors
861 wakaba 1.10 /input/@action;input attr not applicable;url;m
862 wakaba 1.4
863     #data
864     <input xmlns="http://www.w3.org/1999/xhtml"
865     type="url" alt=""/>
866     #errors
867 wakaba 1.10 /input/@alt;input attr not applicable;url;m
868 wakaba 1.4
869     #data
870     <input xmlns="http://www.w3.org/1999/xhtml"
871     type="url" checked=""/>
872     #errors
873 wakaba 1.10 /input/@checked;input attr not applicable;url;m
874 wakaba 1.4
875     #data
876     <input xmlns="http://www.w3.org/1999/xhtml"
877     type="url" enctype=""/>
878     #errors
879 wakaba 1.10 /input/@enctype;input attr not applicable;url;m
880 wakaba 1.4
881     #data
882     <input xmlns="http://www.w3.org/1999/xhtml"
883     type="url" max=""/>
884     #errors
885 wakaba 1.10 /input/@max;input attr not applicable;url;m
886 wakaba 1.4
887     #data
888     <input xmlns="http://www.w3.org/1999/xhtml"
889     type="url" method=""/>
890     #errors
891 wakaba 1.10 /input/@method;input attr not applicable;url;m
892 wakaba 1.4
893     #data
894     <input xmlns="http://www.w3.org/1999/xhtml"
895     type="url" min=""/>
896     #errors
897 wakaba 1.10 /input/@min;input attr not applicable;url;m
898 wakaba 1.4
899     #data
900     <input xmlns="http://www.w3.org/1999/xhtml"
901     type="url" src=""/>
902     #errors
903 wakaba 1.10 /input/@src;input attr not applicable;url;m
904 wakaba 1.4
905     #data
906     <input xmlns="http://www.w3.org/1999/xhtml"
907     type="url" step=""/>
908     #errors
909 wakaba 1.10 /input/@step;input attr not applicable;url;m
910 wakaba 1.4
911     #data
912     <input xmlns="http://www.w3.org/1999/xhtml"
913     type="url" target=""/>
914     #errors
915 wakaba 1.10 /input/@target;input attr not applicable;url;m
916 wakaba 1.4
917     #data
918     <input xmlns="http://www.w3.org/1999/xhtml"
919 wakaba 1.12 type="search" accept=""/>
920     #errors
921     /input/@accept;input attr not applicable;search;m
922    
923     #data
924     <input xmlns="http://www.w3.org/1999/xhtml"
925     type="search" action=""/>
926     #errors
927     /input/@action;input attr not applicable;search;m
928    
929     #data
930     <input xmlns="http://www.w3.org/1999/xhtml"
931     type="search" alt=""/>
932     #errors
933     /input/@alt;input attr not applicable;search;m
934    
935     #data
936     <input xmlns="http://www.w3.org/1999/xhtml"
937     type="search" checked=""/>
938     #errors
939     /input/@checked;input attr not applicable;search;m
940    
941     #data
942     <input xmlns="http://www.w3.org/1999/xhtml"
943     type="search" enctype=""/>
944     #errors
945     /input/@enctype;input attr not applicable;search;m
946    
947     #data
948     <input xmlns="http://www.w3.org/1999/xhtml"
949     type="search" max=""/>
950     #errors
951     /input/@max;input attr not applicable;search;m
952    
953     #data
954     <input xmlns="http://www.w3.org/1999/xhtml"
955     type="search" method=""/>
956     #errors
957     /input/@method;input attr not applicable;search;m
958    
959     #data
960     <input xmlns="http://www.w3.org/1999/xhtml"
961     type="search" min=""/>
962     #errors
963     /input/@min;input attr not applicable;search;m
964    
965     #data
966     <input xmlns="http://www.w3.org/1999/xhtml"
967     type="search" src=""/>
968     #errors
969     /input/@src;input attr not applicable;search;m
970    
971     #data
972     <input xmlns="http://www.w3.org/1999/xhtml"
973     type="search" step=""/>
974     #errors
975     /input/@step;input attr not applicable;search;m
976    
977     #data
978     <input xmlns="http://www.w3.org/1999/xhtml"
979     type="search" target=""/>
980     #errors
981     /input/@target;input attr not applicable;search;m
982    
983     #data
984     <input xmlns="http://www.w3.org/1999/xhtml"
985 wakaba 1.4 type="password" accept=""/>
986     #errors
987 wakaba 1.10 /input/@accept;input attr not applicable;password;m
988 wakaba 1.4
989     #data
990     <input xmlns="http://www.w3.org/1999/xhtml"
991     type="password" action=""/>
992     #errors
993 wakaba 1.10 /input/@action;input attr not applicable;password;m
994 wakaba 1.4
995     #data
996     <input xmlns="http://www.w3.org/1999/xhtml"
997     type="password" alt=""/>
998     #errors
999 wakaba 1.10 /input/@alt;input attr not applicable;password;m
1000 wakaba 1.4
1001     #data
1002     <input xmlns="http://www.w3.org/1999/xhtml"
1003     type="password" checked=""/>
1004     #errors
1005 wakaba 1.10 /input/@checked;input attr not applicable;password;m
1006 wakaba 1.4
1007     #data
1008     <input xmlns="http://www.w3.org/1999/xhtml"
1009     type="password" enctype=""/>
1010     #errors
1011 wakaba 1.10 /input/@enctype;input attr not applicable;password;m
1012 wakaba 1.4
1013     #data
1014     <input xmlns="http://www.w3.org/1999/xhtml"
1015     type="password" list=""/>
1016     #errors
1017 wakaba 1.10 /input/@list;input attr not applicable;password;m
1018 wakaba 1.4
1019     #data
1020     <input xmlns="http://www.w3.org/1999/xhtml"
1021     type="password" max=""/>
1022     #errors
1023 wakaba 1.10 /input/@max;input attr not applicable;password;m
1024 wakaba 1.4
1025     #data
1026     <input xmlns="http://www.w3.org/1999/xhtml"
1027     type="password" method=""/>
1028     #errors
1029 wakaba 1.10 /input/@method;input attr not applicable;password;m
1030 wakaba 1.4
1031     #data
1032     <input xmlns="http://www.w3.org/1999/xhtml"
1033     type="password" min=""/>
1034     #errors
1035 wakaba 1.10 /input/@min;input attr not applicable;password;m
1036 wakaba 1.4
1037     #data
1038     <input xmlns="http://www.w3.org/1999/xhtml"
1039     type="password" src=""/>
1040     #errors
1041 wakaba 1.10 /input/@src;input attr not applicable;password;m
1042 wakaba 1.4
1043     #data
1044     <input xmlns="http://www.w3.org/1999/xhtml"
1045     type="password" step=""/>
1046     #errors
1047 wakaba 1.10 /input/@step;input attr not applicable;password;m
1048 wakaba 1.4
1049     #data
1050     <input xmlns="http://www.w3.org/1999/xhtml"
1051     type="password" target=""/>
1052     #errors
1053 wakaba 1.10 /input/@target;input attr not applicable;password;m
1054 wakaba 1.4
1055     #data
1056     <input xmlns="http://www.w3.org/1999/xhtml"
1057     type="datetime"
1058     accept=""/>
1059     #errors
1060     /input/@accept;input attr not applicable;datetime;m
1061    
1062     #data
1063     <input xmlns="http://www.w3.org/1999/xhtml"
1064     type="datetime"
1065     action=""/>
1066     #errors
1067     /input/@action;input attr not applicable;datetime;m
1068    
1069     #data
1070     <input xmlns="http://www.w3.org/1999/xhtml"
1071     type="datetime"
1072     alt=""/>
1073     #errors
1074     /input/@alt;input attr not applicable;datetime;m
1075    
1076     #data
1077     <input xmlns="http://www.w3.org/1999/xhtml"
1078     type="datetime"
1079     checked=""/>
1080     #errors
1081     /input/@checked;input attr not applicable;datetime;m
1082    
1083     #data
1084     <input xmlns="http://www.w3.org/1999/xhtml"
1085     type="datetime"
1086     enctype=""/>
1087     #errors
1088     /input/@enctype;input attr not applicable;datetime;m
1089    
1090     #data
1091     <input xmlns="http://www.w3.org/1999/xhtml"
1092     type="datetime"
1093     maxlength=""/>
1094     #errors
1095     /input/@maxlength;input attr not applicable;datetime;m
1096    
1097     #data
1098     <input xmlns="http://www.w3.org/1999/xhtml"
1099     type="datetime"
1100     method=""/>
1101     #errors
1102     /input/@method;input attr not applicable;datetime;m
1103    
1104     #data
1105     <input xmlns="http://www.w3.org/1999/xhtml"
1106     type="datetime"
1107     pattern=""/>
1108     #errors
1109     /input/@pattern;input attr not applicable;datetime;m
1110    
1111     #data
1112     <input xmlns="http://www.w3.org/1999/xhtml"
1113     type="datetime"
1114     size=""/>
1115     #errors
1116     /input/@size;input attr not applicable;datetime;m
1117    
1118     #data
1119     <input xmlns="http://www.w3.org/1999/xhtml"
1120     type="datetime"
1121     src=""/>
1122     #errors
1123     /input/@src;input attr not applicable;datetime;m
1124    
1125     #data
1126     <input xmlns="http://www.w3.org/1999/xhtml"
1127     type="datetime"
1128     target=""/>
1129     #errors
1130     /input/@target;input attr not applicable;datetime;m
1131 wakaba 1.5
1132     #data
1133     <input xmlns="http://www.w3.org/1999/xhtml"
1134     type="date"
1135     accept=""/>
1136     #errors
1137     /input/@accept;input attr not applicable;date;m
1138    
1139     #data
1140     <input xmlns="http://www.w3.org/1999/xhtml"
1141     type="date"
1142     action=""/>
1143     #errors
1144     /input/@action;input attr not applicable;date;m
1145    
1146     #data
1147     <input xmlns="http://www.w3.org/1999/xhtml"
1148     type="date"
1149     alt=""/>
1150     #errors
1151     /input/@alt;input attr not applicable;date;m
1152    
1153     #data
1154     <input xmlns="http://www.w3.org/1999/xhtml"
1155     type="date"
1156     checked=""/>
1157     #errors
1158     /input/@checked;input attr not applicable;date;m
1159    
1160     #data
1161     <input xmlns="http://www.w3.org/1999/xhtml"
1162     type="date"
1163     enctype=""/>
1164     #errors
1165     /input/@enctype;input attr not applicable;date;m
1166    
1167     #data
1168     <input xmlns="http://www.w3.org/1999/xhtml"
1169     type="date"
1170     maxlength=""/>
1171     #errors
1172     /input/@maxlength;input attr not applicable;date;m
1173    
1174     #data
1175     <input xmlns="http://www.w3.org/1999/xhtml"
1176     type="date"
1177     method=""/>
1178     #errors
1179     /input/@method;input attr not applicable;date;m
1180    
1181     #data
1182     <input xmlns="http://www.w3.org/1999/xhtml"
1183     type="date"
1184     pattern=""/>
1185     #errors
1186     /input/@pattern;input attr not applicable;date;m
1187    
1188     #data
1189     <input xmlns="http://www.w3.org/1999/xhtml"
1190     type="date"
1191     size=""/>
1192     #errors
1193     /input/@size;input attr not applicable;date;m
1194    
1195     #data
1196     <input xmlns="http://www.w3.org/1999/xhtml"
1197     type="date"
1198     src=""/>
1199     #errors
1200     /input/@src;input attr not applicable;date;m
1201    
1202     #data
1203     <input xmlns="http://www.w3.org/1999/xhtml"
1204     type="date"
1205     target=""/>
1206     #errors
1207     /input/@target;input attr not applicable;date;m
1208    
1209     #data
1210     <input xmlns="http://www.w3.org/1999/xhtml"
1211     type="month"
1212     accept=""/>
1213     #errors
1214     /input/@accept;input attr not applicable;month;m
1215    
1216     #data
1217     <input xmlns="http://www.w3.org/1999/xhtml"
1218     type="month"
1219     action=""/>
1220     #errors
1221     /input/@action;input attr not applicable;month;m
1222    
1223     #data
1224     <input xmlns="http://www.w3.org/1999/xhtml"
1225     type="month"
1226     alt=""/>
1227     #errors
1228     /input/@alt;input attr not applicable;month;m
1229    
1230     #data
1231     <input xmlns="http://www.w3.org/1999/xhtml"
1232     type="month"
1233     checked=""/>
1234     #errors
1235     /input/@checked;input attr not applicable;month;m
1236    
1237     #data
1238     <input xmlns="http://www.w3.org/1999/xhtml"
1239     type="month"
1240     enctype=""/>
1241     #errors
1242     /input/@enctype;input attr not applicable;month;m
1243    
1244     #data
1245     <input xmlns="http://www.w3.org/1999/xhtml"
1246     type="month"
1247     maxlength=""/>
1248     #errors
1249     /input/@maxlength;input attr not applicable;month;m
1250    
1251     #data
1252     <input xmlns="http://www.w3.org/1999/xhtml"
1253     type="month"
1254     method=""/>
1255     #errors
1256     /input/@method;input attr not applicable;month;m
1257    
1258     #data
1259     <input xmlns="http://www.w3.org/1999/xhtml"
1260     type="month"
1261     pattern=""/>
1262     #errors
1263     /input/@pattern;input attr not applicable;month;m
1264    
1265     #data
1266     <input xmlns="http://www.w3.org/1999/xhtml"
1267     type="month"
1268     size=""/>
1269     #errors
1270     /input/@size;input attr not applicable;month;m
1271    
1272     #data
1273     <input xmlns="http://www.w3.org/1999/xhtml"
1274     type="month"
1275     src=""/>
1276     #errors
1277     /input/@src;input attr not applicable;month;m
1278    
1279     #data
1280     <input xmlns="http://www.w3.org/1999/xhtml"
1281     type="month"
1282     target=""/>
1283     #errors
1284     /input/@target;input attr not applicable;month;m
1285    
1286     #data
1287     <input xmlns="http://www.w3.org/1999/xhtml"
1288     type="week"
1289     accept=""/>
1290     #errors
1291     /input/@accept;input attr not applicable;week;m
1292    
1293     #data
1294     <input xmlns="http://www.w3.org/1999/xhtml"
1295     type="week"
1296     action=""/>
1297     #errors
1298     /input/@action;input attr not applicable;week;m
1299    
1300     #data
1301     <input xmlns="http://www.w3.org/1999/xhtml"
1302     type="week"
1303     alt=""/>
1304     #errors
1305     /input/@alt;input attr not applicable;week;m
1306    
1307     #data
1308     <input xmlns="http://www.w3.org/1999/xhtml"
1309     type="week"
1310     checked=""/>
1311     #errors
1312     /input/@checked;input attr not applicable;week;m
1313    
1314     #data
1315     <input xmlns="http://www.w3.org/1999/xhtml"
1316     type="week"
1317     enctype=""/>
1318     #errors
1319     /input/@enctype;input attr not applicable;week;m
1320    
1321     #data
1322     <input xmlns="http://www.w3.org/1999/xhtml"
1323     type="week"
1324     maxlength=""/>
1325     #errors
1326     /input/@maxlength;input attr not applicable;week;m
1327    
1328     #data
1329     <input xmlns="http://www.w3.org/1999/xhtml"
1330     type="week"
1331     method=""/>
1332     #errors
1333     /input/@method;input attr not applicable;week;m
1334    
1335     #data
1336     <input xmlns="http://www.w3.org/1999/xhtml"
1337     type="week"
1338     pattern=""/>
1339     #errors
1340     /input/@pattern;input attr not applicable;week;m
1341    
1342     #data
1343     <input xmlns="http://www.w3.org/1999/xhtml"
1344     type="week"
1345     size=""/>
1346     #errors
1347     /input/@size;input attr not applicable;week;m
1348    
1349     #data
1350     <input xmlns="http://www.w3.org/1999/xhtml"
1351     type="week"
1352     src=""/>
1353     #errors
1354     /input/@src;input attr not applicable;week;m
1355    
1356     #data
1357     <input xmlns="http://www.w3.org/1999/xhtml"
1358     type="week"
1359     target=""/>
1360     #errors
1361     /input/@target;input attr not applicable;week;m
1362    
1363     #data
1364     <input xmlns="http://www.w3.org/1999/xhtml"
1365     type="time"
1366     accept=""/>
1367     #errors
1368     /input/@accept;input attr not applicable;time;m
1369    
1370     #data
1371     <input xmlns="http://www.w3.org/1999/xhtml"
1372     type="time"
1373     action=""/>
1374     #errors
1375     /input/@action;input attr not applicable;time;m
1376    
1377     #data
1378     <input xmlns="http://www.w3.org/1999/xhtml"
1379     type="time"
1380     alt=""/>
1381     #errors
1382     /input/@alt;input attr not applicable;time;m
1383    
1384     #data
1385     <input xmlns="http://www.w3.org/1999/xhtml"
1386     type="time"
1387     checked=""/>
1388     #errors
1389     /input/@checked;input attr not applicable;time;m
1390    
1391     #data
1392     <input xmlns="http://www.w3.org/1999/xhtml"
1393     type="time"
1394     enctype=""/>
1395     #errors
1396     /input/@enctype;input attr not applicable;time;m
1397    
1398     #data
1399     <input xmlns="http://www.w3.org/1999/xhtml"
1400     type="time"
1401     maxlength=""/>
1402     #errors
1403     /input/@maxlength;input attr not applicable;time;m
1404    
1405     #data
1406     <input xmlns="http://www.w3.org/1999/xhtml"
1407     type="time"
1408     method=""/>
1409     #errors
1410     /input/@method;input attr not applicable;time;m
1411    
1412     #data
1413     <input xmlns="http://www.w3.org/1999/xhtml"
1414     type="time"
1415     pattern=""/>
1416     #errors
1417     /input/@pattern;input attr not applicable;time;m
1418    
1419     #data
1420     <input xmlns="http://www.w3.org/1999/xhtml"
1421     type="time"
1422     size=""/>
1423     #errors
1424     /input/@size;input attr not applicable;time;m
1425    
1426     #data
1427     <input xmlns="http://www.w3.org/1999/xhtml"
1428     type="time"
1429     src=""/>
1430     #errors
1431     /input/@src;input attr not applicable;time;m
1432    
1433     #data
1434     <input xmlns="http://www.w3.org/1999/xhtml"
1435     type="time"
1436     target=""/>
1437     #errors
1438     /input/@target;input attr not applicable;time;m
1439    
1440     #data
1441     <input xmlns="http://www.w3.org/1999/xhtml"
1442     type="datetime-local"
1443     accept=""/>
1444     #errors
1445     /input/@accept;input attr not applicable;datetime-local;m
1446    
1447     #data
1448     <input xmlns="http://www.w3.org/1999/xhtml"
1449     type="datetime-local"
1450     action=""/>
1451     #errors
1452     /input/@action;input attr not applicable;datetime-local;m
1453    
1454     #data
1455     <input xmlns="http://www.w3.org/1999/xhtml"
1456     type="datetime-local"
1457     alt=""/>
1458     #errors
1459     /input/@alt;input attr not applicable;datetime-local;m
1460    
1461     #data
1462     <input xmlns="http://www.w3.org/1999/xhtml"
1463     type="datetime-local"
1464     checked=""/>
1465     #errors
1466     /input/@checked;input attr not applicable;datetime-local;m
1467    
1468     #data
1469     <input xmlns="http://www.w3.org/1999/xhtml"
1470     type="datetime-local"
1471     enctype=""/>
1472     #errors
1473     /input/@enctype;input attr not applicable;datetime-local;m
1474    
1475     #data
1476     <input xmlns="http://www.w3.org/1999/xhtml"
1477     type="datetime-local"
1478     maxlength=""/>
1479     #errors
1480     /input/@maxlength;input attr not applicable;datetime-local;m
1481    
1482     #data
1483     <input xmlns="http://www.w3.org/1999/xhtml"
1484     type="datetime-local"
1485     method=""/>
1486     #errors
1487     /input/@method;input attr not applicable;datetime-local;m
1488    
1489     #data
1490     <input xmlns="http://www.w3.org/1999/xhtml"
1491     type="datetime-local"
1492     pattern=""/>
1493     #errors
1494     /input/@pattern;input attr not applicable;datetime-local;m
1495    
1496     #data
1497     <input xmlns="http://www.w3.org/1999/xhtml"
1498     type="datetime-local"
1499     size=""/>
1500     #errors
1501     /input/@size;input attr not applicable;datetime-local;m
1502    
1503     #data
1504     <input xmlns="http://www.w3.org/1999/xhtml"
1505     type="datetime-local"
1506     src=""/>
1507     #errors
1508     /input/@src;input attr not applicable;datetime-local;m
1509    
1510     #data
1511     <input xmlns="http://www.w3.org/1999/xhtml"
1512     type="datetime-local"
1513     target=""/>
1514     #errors
1515     /input/@target;input attr not applicable;datetime-local;m
1516    
1517     #data
1518     <input xmlns="http://www.w3.org/1999/xhtml"
1519     type="number"
1520     accept=""/>
1521     #errors
1522     /input/@accept;input attr not applicable;number;m
1523    
1524     #data
1525     <input xmlns="http://www.w3.org/1999/xhtml"
1526     type="number"
1527     action=""/>
1528     #errors
1529     /input/@action;input attr not applicable;number;m
1530    
1531     #data
1532     <input xmlns="http://www.w3.org/1999/xhtml"
1533     type="number"
1534     alt=""/>
1535     #errors
1536     /input/@alt;input attr not applicable;number;m
1537    
1538     #data
1539     <input xmlns="http://www.w3.org/1999/xhtml"
1540     type="number"
1541     checked=""/>
1542     #errors
1543     /input/@checked;input attr not applicable;number;m
1544    
1545     #data
1546     <input xmlns="http://www.w3.org/1999/xhtml"
1547     type="number"
1548     enctype=""/>
1549     #errors
1550     /input/@enctype;input attr not applicable;number;m
1551    
1552     #data
1553     <input xmlns="http://www.w3.org/1999/xhtml"
1554     type="number"
1555     maxlength=""/>
1556     #errors
1557     /input/@maxlength;input attr not applicable;number;m
1558    
1559     #data
1560     <input xmlns="http://www.w3.org/1999/xhtml"
1561     type="number"
1562     method=""/>
1563     #errors
1564     /input/@method;input attr not applicable;number;m
1565    
1566     #data
1567     <input xmlns="http://www.w3.org/1999/xhtml"
1568     type="number"
1569     pattern=""/>
1570     #errors
1571     /input/@pattern;input attr not applicable;number;m
1572    
1573     #data
1574     <input xmlns="http://www.w3.org/1999/xhtml"
1575     type="number"
1576     size=""/>
1577     #errors
1578     /input/@size;input attr not applicable;number;m
1579    
1580     #data
1581     <input xmlns="http://www.w3.org/1999/xhtml"
1582     type="number"
1583     src=""/>
1584     #errors
1585     /input/@src;input attr not applicable;number;m
1586    
1587     #data
1588     <input xmlns="http://www.w3.org/1999/xhtml"
1589     type="number"
1590     target=""/>
1591     #errors
1592     /input/@target;input attr not applicable;number;m
1593    
1594     #data
1595     <input xmlns="http://www.w3.org/1999/xhtml"
1596     type="range"
1597     accept=""/>
1598     #errors
1599     /input/@accept;input attr not applicable;range;m
1600    
1601     #data
1602     <input xmlns="http://www.w3.org/1999/xhtml"
1603     type="range"
1604     action=""/>
1605     #errors
1606     /input/@action;input attr not applicable;range;m
1607    
1608     #data
1609     <input xmlns="http://www.w3.org/1999/xhtml"
1610     type="range"
1611     alt=""/>
1612     #errors
1613     /input/@alt;input attr not applicable;range;m
1614    
1615     #data
1616     <input xmlns="http://www.w3.org/1999/xhtml"
1617     type="range"
1618     checked=""/>
1619     #errors
1620     /input/@checked;input attr not applicable;range;m
1621    
1622     #data
1623     <input xmlns="http://www.w3.org/1999/xhtml"
1624     type="range"
1625     enctype=""/>
1626     #errors
1627     /input/@enctype;input attr not applicable;range;m
1628    
1629     #data
1630     <input xmlns="http://www.w3.org/1999/xhtml"
1631     type="range"
1632     maxlength=""/>
1633     #errors
1634     /input/@maxlength;input attr not applicable;range;m
1635    
1636     #data
1637     <input xmlns="http://www.w3.org/1999/xhtml"
1638     type="range"
1639     method=""/>
1640     #errors
1641     /input/@method;input attr not applicable;range;m
1642    
1643     #data
1644     <input xmlns="http://www.w3.org/1999/xhtml"
1645     type="range"
1646     pattern=""/>
1647     #errors
1648     /input/@pattern;input attr not applicable;range;m
1649    
1650     #data
1651     <input xmlns="http://www.w3.org/1999/xhtml"
1652     type="range"
1653     size=""/>
1654     #errors
1655     /input/@size;input attr not applicable;range;m
1656    
1657     #data
1658     <input xmlns="http://www.w3.org/1999/xhtml"
1659     type="range"
1660     src=""/>
1661     #errors
1662     /input/@src;input attr not applicable;range;m
1663    
1664     #data
1665     <input xmlns="http://www.w3.org/1999/xhtml"
1666     type="range"
1667     target=""/>
1668     #errors
1669     /input/@target;input attr not applicable;range;m
1670    
1671     #data
1672     <input xmlns="http://www.w3.org/1999/xhtml"
1673     type="range"
1674     readonly=""/>
1675     #errors
1676     /input/@readonly;input attr not applicable;range;m
1677    
1678     #data
1679     <input xmlns="http://www.w3.org/1999/xhtml"
1680     type="range"
1681     required=""/>
1682     #errors
1683     /input/@required;input attr not applicable;range;m
1684    
1685     #data
1686     <input xmlns="http://www.w3.org/1999/xhtml"
1687 wakaba 1.13 type="color"
1688     accept=""/>
1689     #errors
1690     /input/@accept;input attr not applicable;color;m
1691    
1692     #data
1693     <input xmlns="http://www.w3.org/1999/xhtml"
1694     type="color"
1695     action=""/>
1696     #errors
1697     /input/@action;input attr not applicable;color;m
1698    
1699     #data
1700     <input xmlns="http://www.w3.org/1999/xhtml"
1701     type="color"
1702     alt=""/>
1703     #errors
1704     /input/@alt;input attr not applicable;color;m
1705    
1706     #data
1707     <input xmlns="http://www.w3.org/1999/xhtml"
1708     type="color"
1709     checked=""/>
1710     #errors
1711     /input/@checked;input attr not applicable;color;m
1712    
1713     #data
1714     <input xmlns="http://www.w3.org/1999/xhtml"
1715     type="color"
1716     enctype=""/>
1717     #errors
1718     /input/@enctype;input attr not applicable;color;m
1719    
1720     #data
1721     <input xmlns="http://www.w3.org/1999/xhtml"
1722     type="color"
1723     maxlength=""/>
1724     #errors
1725     /input/@maxlength;input attr not applicable;color;m
1726    
1727     #data
1728     <input xmlns="http://www.w3.org/1999/xhtml"
1729     type="color"
1730     method=""/>
1731     #errors
1732     /input/@method;input attr not applicable;color;m
1733    
1734     #data
1735     <input xmlns="http://www.w3.org/1999/xhtml"
1736     type="color"
1737     pattern=""/>
1738     #errors
1739     /input/@pattern;input attr not applicable;color;m
1740    
1741     #data
1742     <input xmlns="http://www.w3.org/1999/xhtml"
1743     type="color"
1744     size=""/>
1745     #errors
1746     /input/@size;input attr not applicable;color;m
1747    
1748     #data
1749     <input xmlns="http://www.w3.org/1999/xhtml"
1750     type="color"
1751     src=""/>
1752     #errors
1753     /input/@src;input attr not applicable;color;m
1754    
1755     #data
1756     <input xmlns="http://www.w3.org/1999/xhtml"
1757     type="color"
1758     target=""/>
1759     #errors
1760     /input/@target;input attr not applicable;color;m
1761    
1762     #data
1763     <input xmlns="http://www.w3.org/1999/xhtml"
1764     type="color"
1765     readonly=""/>
1766     #errors
1767     /input/@readonly;input attr not applicable;color;m
1768    
1769     #data
1770     <input xmlns="http://www.w3.org/1999/xhtml"
1771     type="color"
1772     required=""/>
1773     #errors
1774     /input/@required;input attr not applicable;color;m
1775    
1776     #data
1777     <input xmlns="http://www.w3.org/1999/xhtml"
1778     type="color"
1779     max=""/>
1780     #errors
1781     /input/@max;input attr not applicable;color;m
1782    
1783     #data
1784     <input xmlns="http://www.w3.org/1999/xhtml"
1785     type="color"
1786     min=""/>
1787     #errors
1788     /input/@min;input attr not applicable;color;m
1789    
1790     #data
1791     <input xmlns="http://www.w3.org/1999/xhtml"
1792     type="color"
1793     step=""/>
1794     #errors
1795     /input/@step;input attr not applicable;color;m
1796    
1797     #data
1798     <input xmlns="http://www.w3.org/1999/xhtml"
1799 wakaba 1.5 type="checkbox"
1800     accept=""/>
1801     #errors
1802     /input/@accept;input attr not applicable;checkbox;m
1803    
1804     #data
1805     <input xmlns="http://www.w3.org/1999/xhtml"
1806     type="checkbox"
1807     action=""/>
1808     #errors
1809     /input/@action;input attr not applicable;checkbox;m
1810    
1811     #data
1812     <input xmlns="http://www.w3.org/1999/xhtml"
1813     type="checkbox"
1814     alt=""/>
1815     #errors
1816     /input/@alt;input attr not applicable;checkbox;m
1817    
1818     #data
1819     <input xmlns="http://www.w3.org/1999/xhtml"
1820     type="checkbox"
1821     autocomplete=""/>
1822     #errors
1823     /input/@autocomplete;input attr not applicable;checkbox;m
1824    
1825     #data
1826     <input xmlns="http://www.w3.org/1999/xhtml"
1827     type="checkbox"
1828     enctype=""/>
1829     #errors
1830     /input/@enctype;input attr not applicable;checkbox;m
1831    
1832     #data
1833     <input xmlns="http://www.w3.org/1999/xhtml"
1834     type="checkbox"
1835     list=""/>
1836     #errors
1837     /input/@list;input attr not applicable;checkbox;m
1838    
1839     #data
1840     <input xmlns="http://www.w3.org/1999/xhtml"
1841     type="checkbox"
1842     max=""/>
1843     #errors
1844     /input/@max;input attr not applicable;checkbox;m
1845    
1846     #data
1847     <input xmlns="http://www.w3.org/1999/xhtml"
1848     type="checkbox"
1849     maxlength=""/>
1850     #errors
1851     /input/@maxlength;input attr not applicable;checkbox;m
1852    
1853     #data
1854     <input xmlns="http://www.w3.org/1999/xhtml"
1855     type="checkbox"
1856     method=""/>
1857     #errors
1858     /input/@method;input attr not applicable;checkbox;m
1859    
1860     #data
1861     <input xmlns="http://www.w3.org/1999/xhtml"
1862     type="checkbox"
1863     min=""/>
1864     #errors
1865     /input/@min;input attr not applicable;checkbox;m
1866    
1867     #data
1868     <input xmlns="http://www.w3.org/1999/xhtml"
1869     type="checkbox"
1870     pattern=""/>
1871     #errors
1872     /input/@pattern;input attr not applicable;checkbox;m
1873    
1874     #data
1875     <input xmlns="http://www.w3.org/1999/xhtml"
1876     type="checkbox"
1877     readonly=""/>
1878     #errors
1879     /input/@readonly;input attr not applicable;checkbox;m
1880    
1881     #data
1882     <input xmlns="http://www.w3.org/1999/xhtml"
1883     type="checkbox"
1884     size=""/>
1885     #errors
1886     /input/@size;input attr not applicable;checkbox;m
1887    
1888     #data
1889     <input xmlns="http://www.w3.org/1999/xhtml"
1890     type="checkbox"
1891     src=""/>
1892     #errors
1893     /input/@src;input attr not applicable;checkbox;m
1894    
1895     #data
1896     <input xmlns="http://www.w3.org/1999/xhtml"
1897     type="checkbox"
1898     step=""/>
1899     #errors
1900     /input/@step;input attr not applicable;checkbox;m
1901    
1902     #data
1903     <input xmlns="http://www.w3.org/1999/xhtml"
1904     type="checkbox"
1905     target=""/>
1906     #errors
1907     /input/@target;input attr not applicable;checkbox;m
1908    
1909     #data
1910     <input xmlns="http://www.w3.org/1999/xhtml"
1911     type="radio"
1912     accept=""/>
1913     #errors
1914     /input/@accept;input attr not applicable;radio;m
1915    
1916     #data
1917     <input xmlns="http://www.w3.org/1999/xhtml"
1918     type="radio"
1919     action=""/>
1920     #errors
1921     /input/@action;input attr not applicable;radio;m
1922    
1923     #data
1924     <input xmlns="http://www.w3.org/1999/xhtml"
1925     type="radio"
1926     alt=""/>
1927     #errors
1928     /input/@alt;input attr not applicable;radio;m
1929    
1930     #data
1931     <input xmlns="http://www.w3.org/1999/xhtml"
1932     type="radio"
1933     autocomplete=""/>
1934     #errors
1935     /input/@autocomplete;input attr not applicable;radio;m
1936    
1937     #data
1938     <input xmlns="http://www.w3.org/1999/xhtml"
1939     type="radio"
1940     enctype=""/>
1941     #errors
1942     /input/@enctype;input attr not applicable;radio;m
1943    
1944     #data
1945     <input xmlns="http://www.w3.org/1999/xhtml"
1946     type="radio"
1947     list=""/>
1948     #errors
1949     /input/@list;input attr not applicable;radio;m
1950    
1951     #data
1952     <input xmlns="http://www.w3.org/1999/xhtml"
1953     type="radio"
1954     max=""/>
1955     #errors
1956     /input/@max;input attr not applicable;radio;m
1957    
1958     #data
1959     <input xmlns="http://www.w3.org/1999/xhtml"
1960     type="radio"
1961     maxlength=""/>
1962     #errors
1963     /input/@maxlength;input attr not applicable;radio;m
1964    
1965     #data
1966     <input xmlns="http://www.w3.org/1999/xhtml"
1967     type="radio"
1968     method=""/>
1969     #errors
1970     /input/@method;input attr not applicable;radio;m
1971    
1972     #data
1973     <input xmlns="http://www.w3.org/1999/xhtml"
1974     type="radio"
1975     min=""/>
1976     #errors
1977     /input/@min;input attr not applicable;radio;m
1978    
1979     #data
1980     <input xmlns="http://www.w3.org/1999/xhtml"
1981     type="radio"
1982     pattern=""/>
1983     #errors
1984     /input/@pattern;input attr not applicable;radio;m
1985    
1986     #data
1987     <input xmlns="http://www.w3.org/1999/xhtml"
1988     type="radio"
1989     readonly=""/>
1990     #errors
1991     /input/@readonly;input attr not applicable;radio;m
1992    
1993     #data
1994     <input xmlns="http://www.w3.org/1999/xhtml"
1995     type="radio"
1996     size=""/>
1997     #errors
1998     /input/@size;input attr not applicable;radio;m
1999    
2000     #data
2001     <input xmlns="http://www.w3.org/1999/xhtml"
2002     type="radio"
2003     src=""/>
2004     #errors
2005     /input/@src;input attr not applicable;radio;m
2006    
2007     #data
2008     <input xmlns="http://www.w3.org/1999/xhtml"
2009     type="radio"
2010     step=""/>
2011     #errors
2012     /input/@step;input attr not applicable;radio;m
2013    
2014     #data
2015     <input xmlns="http://www.w3.org/1999/xhtml"
2016     type="radio"
2017     target=""/>
2018     #errors
2019     /input/@target;input attr not applicable;radio;m
2020    
2021     #data
2022     <input xmlns="http://www.w3.org/1999/xhtml"
2023     type="file"
2024     value=""/>
2025     #errors
2026     /input/@value;input attr not applicable;file;m
2027    
2028     #data
2029     <input xmlns="http://www.w3.org/1999/xhtml"
2030     type="file"
2031     action=""/>
2032     #errors
2033     /input/@action;input attr not applicable;file;m
2034    
2035     #data
2036     <input xmlns="http://www.w3.org/1999/xhtml"
2037     type="file"
2038     alt=""/>
2039     #errors
2040     /input/@alt;input attr not applicable;file;m
2041    
2042     #data
2043     <input xmlns="http://www.w3.org/1999/xhtml"
2044     type="file"
2045     autocomplete=""/>
2046     #errors
2047     /input/@autocomplete;input attr not applicable;file;m
2048    
2049     #data
2050     <input xmlns="http://www.w3.org/1999/xhtml"
2051     type="file"
2052     checked=""/>
2053     #errors
2054     /input/@checked;input attr not applicable;file;m
2055    
2056     #data
2057     <input xmlns="http://www.w3.org/1999/xhtml"
2058     type="file"
2059     enctype=""/>
2060     #errors
2061     /input/@enctype;input attr not applicable;file;m
2062    
2063     #data
2064     <input xmlns="http://www.w3.org/1999/xhtml"
2065     type="file"
2066     list=""/>
2067     #errors
2068     /input/@list;input attr not applicable;file;m
2069    
2070     #data
2071     <input xmlns="http://www.w3.org/1999/xhtml"
2072     type="file"
2073     max=""/>
2074     #errors
2075     /input/@max;input attr not applicable;file;m
2076    
2077     #data
2078     <input xmlns="http://www.w3.org/1999/xhtml"
2079     type="file"
2080     maxlength=""/>
2081     #errors
2082     /input/@maxlength;input attr not applicable;file;m
2083    
2084     #data
2085     <input xmlns="http://www.w3.org/1999/xhtml"
2086     type="file"
2087     method=""/>
2088     #errors
2089     /input/@method;input attr not applicable;file;m
2090    
2091     #data
2092     <input xmlns="http://www.w3.org/1999/xhtml"
2093     type="file"
2094     min=""/>
2095     #errors
2096     /input/@min;input attr not applicable;file;m
2097    
2098     #data
2099     <input xmlns="http://www.w3.org/1999/xhtml"
2100     type="file"
2101     pattern=""/>
2102     #errors
2103     /input/@pattern;input attr not applicable;file;m
2104    
2105     #data
2106     <input xmlns="http://www.w3.org/1999/xhtml"
2107     type="file"
2108     readonly=""/>
2109     #errors
2110     /input/@readonly;input attr not applicable;file;m
2111    
2112     #data
2113     <input xmlns="http://www.w3.org/1999/xhtml"
2114     type="file"
2115     size=""/>
2116     #errors
2117     /input/@size;input attr not applicable;file;m
2118    
2119     #data
2120     <input xmlns="http://www.w3.org/1999/xhtml"
2121     type="file"
2122     src=""/>
2123     #errors
2124     /input/@src;input attr not applicable;file;m
2125    
2126     #data
2127     <input xmlns="http://www.w3.org/1999/xhtml"
2128     type="file"
2129     step=""/>
2130     #errors
2131     /input/@step;input attr not applicable;file;m
2132    
2133     #data
2134     <input xmlns="http://www.w3.org/1999/xhtml"
2135     type="file"
2136     target=""/>
2137     #errors
2138     /input/@target;input attr not applicable;file;m
2139    
2140     #data
2141     <input xmlns="http://www.w3.org/1999/xhtml"
2142     type="submit"
2143     accept=""/>
2144     #errors
2145     /input/@accept;input attr not applicable;submit;m
2146    
2147     #data
2148     <input xmlns="http://www.w3.org/1999/xhtml"
2149     type="submit"
2150     alt=""/>
2151     #errors
2152     /input/@alt;input attr not applicable;submit;m
2153    
2154     #data
2155     <input xmlns="http://www.w3.org/1999/xhtml"
2156     type="submit"
2157     autocomplete=""/>
2158     #errors
2159     /input/@autocomplete;input attr not applicable;submit;m
2160    
2161     #data
2162     <input xmlns="http://www.w3.org/1999/xhtml"
2163     type="submit"
2164     checked=""/>
2165     #errors
2166     /input/@checked;input attr not applicable;submit;m
2167    
2168     #data
2169     <input xmlns="http://www.w3.org/1999/xhtml"
2170     type="submit"
2171     list=""/>
2172     #errors
2173     /input/@list;input attr not applicable;submit;m
2174    
2175     #data
2176     <input xmlns="http://www.w3.org/1999/xhtml"
2177     type="submit"
2178     max=""/>
2179     #errors
2180     /input/@max;input attr not applicable;submit;m
2181    
2182     #data
2183     <input xmlns="http://www.w3.org/1999/xhtml"
2184     type="submit"
2185     maxlength=""/>
2186     #errors
2187     /input/@maxlength;input attr not applicable;submit;m
2188    
2189     #data
2190     <input xmlns="http://www.w3.org/1999/xhtml"
2191     type="submit"
2192     min=""/>
2193     #errors
2194     /input/@min;input attr not applicable;submit;m
2195    
2196     #data
2197     <input xmlns="http://www.w3.org/1999/xhtml"
2198     type="submit"
2199     pattern=""/>
2200     #errors
2201     /input/@pattern;input attr not applicable;submit;m
2202    
2203     #data
2204     <input xmlns="http://www.w3.org/1999/xhtml"
2205     type="submit"
2206     readonly=""/>
2207     #errors
2208     /input/@readonly;input attr not applicable;submit;m
2209    
2210     #data
2211     <input xmlns="http://www.w3.org/1999/xhtml"
2212     type="submit"
2213     required=""/>
2214     #errors
2215     /input/@required;input attr not applicable;submit;m
2216    
2217     #data
2218     <input xmlns="http://www.w3.org/1999/xhtml"
2219     type="submit"
2220     size=""/>
2221     #errors
2222     /input/@size;input attr not applicable;submit;m
2223    
2224     #data
2225     <input xmlns="http://www.w3.org/1999/xhtml"
2226     type="submit"
2227     src=""/>
2228     #errors
2229     /input/@src;input attr not applicable;submit;m
2230    
2231     #data
2232     <input xmlns="http://www.w3.org/1999/xhtml"
2233     type="submit"
2234     step=""/>
2235     #errors
2236     /input/@step;input attr not applicable;submit;m
2237    
2238     #data
2239     <input xmlns="http://www.w3.org/1999/xhtml"
2240     type="image" alt="x" src=""
2241     accept=""/>
2242     #errors
2243     /input/@accept;input attr not applicable;image;m
2244    
2245     #data
2246     <input xmlns="http://www.w3.org/1999/xhtml"
2247     type="image" alt="x" src=""
2248     autocomplete=""/>
2249     #errors
2250     /input/@autocomplete;input attr not applicable;image;m
2251    
2252     #data
2253     <input xmlns="http://www.w3.org/1999/xhtml"
2254     type="image" alt="x" src=""
2255     checked=""/>
2256     #errors
2257     /input/@checked;input attr not applicable;image;m
2258    
2259     #data
2260     <input xmlns="http://www.w3.org/1999/xhtml"
2261     type="image" alt="x" src=""
2262     list=""/>
2263     #errors
2264     /input/@list;input attr not applicable;image;m
2265    
2266     #data
2267     <input xmlns="http://www.w3.org/1999/xhtml"
2268     type="image" alt="x" src=""
2269     max=""/>
2270     #errors
2271     /input/@max;input attr not applicable;image;m
2272    
2273     #data
2274     <input xmlns="http://www.w3.org/1999/xhtml"
2275     type="image" alt="x" src=""
2276     maxlength=""/>
2277     #errors
2278     /input/@maxlength;input attr not applicable;image;m
2279    
2280     #data
2281     <input xmlns="http://www.w3.org/1999/xhtml"
2282     type="image" alt="x" src=""
2283     min=""/>
2284     #errors
2285     /input/@min;input attr not applicable;image;m
2286    
2287     #data
2288     <input xmlns="http://www.w3.org/1999/xhtml"
2289     type="image" alt="x" src=""
2290     pattern=""/>
2291     #errors
2292     /input/@pattern;input attr not applicable;image;m
2293    
2294     #data
2295     <input xmlns="http://www.w3.org/1999/xhtml"
2296     type="image" alt="x" src=""
2297     readonly=""/>
2298     #errors
2299     /input/@readonly;input attr not applicable;image;m
2300    
2301     #data
2302     <input xmlns="http://www.w3.org/1999/xhtml"
2303     type="image" alt="x" src=""
2304     required=""/>
2305     #errors
2306     /input/@required;input attr not applicable;image;m
2307    
2308     #data
2309     <input xmlns="http://www.w3.org/1999/xhtml"
2310     type="image" alt="x" src=""
2311     size=""/>
2312     #errors
2313     /input/@size;input attr not applicable;image;m
2314    
2315     #data
2316     <input xmlns="http://www.w3.org/1999/xhtml"
2317     type="image" alt="x" src=""
2318     step=""/>
2319     #errors
2320     /input/@step;input attr not applicable;image;m
2321    
2322     #data
2323     <input xmlns="http://www.w3.org/1999/xhtml"
2324     type="image" alt="x" src=""
2325     value=""/>
2326     #errors
2327     /input/@value;input attr not applicable;image;m
2328    
2329     #data
2330     <input xmlns="http://www.w3.org/1999/xhtml"
2331     type="image" alt="" src=""/>
2332     #errors
2333     /input/@alt;empty anchor image alt;m
2334    
2335     #data
2336     <input xmlns="http://www.w3.org/1999/xhtml"
2337     type="image" alt=" " src=""/>
2338     #errors
2339    
2340     #data
2341     <input xmlns="http://www.w3.org/1999/xhtml"
2342     type="image" alt="
2343     " src=""/>
2344     #errors
2345    
2346     #data
2347     <input xmlns="http://www.w3.org/1999/xhtml"
2348     type="image" alt="[image]" src=""/>
2349     #errors
2350    
2351     #data
2352     <input xmlns="http://www.w3.org/1999/xhtml"
2353     type="reset"
2354     accept=""/>
2355     #errors
2356     /input/@accept;input attr not applicable;reset;m
2357    
2358     #data
2359     <input xmlns="http://www.w3.org/1999/xhtml"
2360     type="reset"
2361     action=""/>
2362     #errors
2363     /input/@action;input attr not applicable;reset;m
2364    
2365     #data
2366     <input xmlns="http://www.w3.org/1999/xhtml"
2367     type="reset"
2368     alt=""/>
2369     #errors
2370     /input/@alt;input attr not applicable;reset;m
2371    
2372     #data
2373     <input xmlns="http://www.w3.org/1999/xhtml"
2374     type="reset"
2375     autocomplete=""/>
2376     #errors
2377     /input/@autocomplete;input attr not applicable;reset;m
2378    
2379     #data
2380     <input xmlns="http://www.w3.org/1999/xhtml"
2381     type="reset"
2382     checked=""/>
2383     #errors
2384     /input/@checked;input attr not applicable;reset;m
2385    
2386     #data
2387     <input xmlns="http://www.w3.org/1999/xhtml"
2388     type="reset"
2389     enctype=""/>
2390     #errors
2391     /input/@enctype;input attr not applicable;reset;m
2392    
2393     #data
2394     <input xmlns="http://www.w3.org/1999/xhtml"
2395     type="reset"
2396     list=""/>
2397     #errors
2398     /input/@list;input attr not applicable;reset;m
2399    
2400     #data
2401     <input xmlns="http://www.w3.org/1999/xhtml"
2402     type="reset"
2403     max=""/>
2404     #errors
2405     /input/@max;input attr not applicable;reset;m
2406    
2407     #data
2408     <input xmlns="http://www.w3.org/1999/xhtml"
2409     type="reset"
2410     maxlength=""/>
2411     #errors
2412     /input/@maxlength;input attr not applicable;reset;m
2413    
2414     #data
2415     <input xmlns="http://www.w3.org/1999/xhtml"
2416     type="reset"
2417     method=""/>
2418     #errors
2419     /input/@method;input attr not applicable;reset;m
2420    
2421     #data
2422     <input xmlns="http://www.w3.org/1999/xhtml"
2423     type="reset"
2424     min=""/>
2425     #errors
2426     /input/@min;input attr not applicable;reset;m
2427    
2428     #data
2429     <input xmlns="http://www.w3.org/1999/xhtml"
2430     type="reset"
2431     pattern=""/>
2432     #errors
2433     /input/@pattern;input attr not applicable;reset;m
2434    
2435     #data
2436     <input xmlns="http://www.w3.org/1999/xhtml"
2437     type="reset"
2438     readonly=""/>
2439     #errors
2440     /input/@readonly;input attr not applicable;reset;m
2441    
2442     #data
2443     <input xmlns="http://www.w3.org/1999/xhtml"
2444     type="reset"
2445     required=""/>
2446     #errors
2447     /input/@required;input attr not applicable;reset;m
2448    
2449     #data
2450     <input xmlns="http://www.w3.org/1999/xhtml"
2451     type="reset"
2452     size=""/>
2453     #errors
2454     /input/@size;input attr not applicable;reset;m
2455    
2456     #data
2457     <input xmlns="http://www.w3.org/1999/xhtml"
2458     type="reset"
2459     src=""/>
2460     #errors
2461     /input/@src;input attr not applicable;reset;m
2462    
2463     #data
2464     <input xmlns="http://www.w3.org/1999/xhtml"
2465     type="reset"
2466     step=""/>
2467     #errors
2468     /input/@step;input attr not applicable;reset;m
2469    
2470     #data
2471     <input xmlns="http://www.w3.org/1999/xhtml"
2472     type="reset"
2473     target=""/>
2474     #errors
2475     /input/@target;input attr not applicable;reset;m
2476    
2477     #data
2478     <input xmlns="http://www.w3.org/1999/xhtml"
2479     type="button"
2480     accept=""/>
2481     #errors
2482     /input/@accept;input attr not applicable;button;m
2483    
2484     #data
2485     <input xmlns="http://www.w3.org/1999/xhtml"
2486     type="button"
2487     action=""/>
2488     #errors
2489     /input/@action;input attr not applicable;button;m
2490    
2491     #data
2492     <input xmlns="http://www.w3.org/1999/xhtml"
2493     type="button"
2494     alt=""/>
2495     #errors
2496     /input/@alt;input attr not applicable;button;m
2497    
2498     #data
2499     <input xmlns="http://www.w3.org/1999/xhtml"
2500     type="button"
2501     autocomplete=""/>
2502     #errors
2503     /input/@autocomplete;input attr not applicable;button;m
2504    
2505     #data
2506     <input xmlns="http://www.w3.org/1999/xhtml"
2507     type="button"
2508     checked=""/>
2509     #errors
2510     /input/@checked;input attr not applicable;button;m
2511    
2512     #data
2513     <input xmlns="http://www.w3.org/1999/xhtml"
2514     type="button"
2515     enctype=""/>
2516     #errors
2517     /input/@enctype;input attr not applicable;button;m
2518    
2519     #data
2520     <input xmlns="http://www.w3.org/1999/xhtml"
2521     type="button"
2522     list=""/>
2523     #errors
2524     /input/@list;input attr not applicable;button;m
2525    
2526     #data
2527     <input xmlns="http://www.w3.org/1999/xhtml"
2528     type="button"
2529     max=""/>
2530     #errors
2531     /input/@max;input attr not applicable;button;m
2532    
2533     #data
2534     <input xmlns="http://www.w3.org/1999/xhtml"
2535     type="button"
2536     maxlength=""/>
2537     #errors
2538     /input/@maxlength;input attr not applicable;button;m
2539    
2540     #data
2541     <input xmlns="http://www.w3.org/1999/xhtml"
2542     type="button"
2543     method=""/>
2544     #errors
2545     /input/@method;input attr not applicable;button;m
2546    
2547     #data
2548     <input xmlns="http://www.w3.org/1999/xhtml"
2549     type="button"
2550     min=""/>
2551     #errors
2552     /input/@min;input attr not applicable;button;m
2553    
2554     #data
2555     <input xmlns="http://www.w3.org/1999/xhtml"
2556     type="button"
2557     pattern=""/>
2558     #errors
2559     /input/@pattern;input attr not applicable;button;m
2560    
2561     #data
2562     <input xmlns="http://www.w3.org/1999/xhtml"
2563     type="button"
2564     readonly=""/>
2565     #errors
2566     /input/@readonly;input attr not applicable;button;m
2567    
2568     #data
2569     <input xmlns="http://www.w3.org/1999/xhtml"
2570     type="button"
2571     required=""/>
2572     #errors
2573     /input/@required;input attr not applicable;button;m
2574    
2575     #data
2576     <input xmlns="http://www.w3.org/1999/xhtml"
2577     type="button"
2578     size=""/>
2579     #errors
2580     /input/@size;input attr not applicable;button;m
2581    
2582     #data
2583     <input xmlns="http://www.w3.org/1999/xhtml"
2584     type="button"
2585     src=""/>
2586     #errors
2587     /input/@src;input attr not applicable;button;m
2588    
2589     #data
2590     <input xmlns="http://www.w3.org/1999/xhtml"
2591     type="button"
2592     step=""/>
2593     #errors
2594     /input/@step;input attr not applicable;button;m
2595    
2596     #data
2597     <input xmlns="http://www.w3.org/1999/xhtml"
2598     type="button"
2599     target=""/>
2600     #errors
2601     /input/@target;input attr not applicable;button;m
2602    
2603     #data
2604     <input xmlns="http://www.w3.org/1999/xhtml"
2605     type="add"
2606     accept=""/>
2607     #errors
2608     /input/@accept;input attr not applicable;add;m
2609     /input/@type;enumerated:invalid;m
2610    
2611     #data
2612     <input xmlns="http://www.w3.org/1999/xhtml"
2613     type="add"
2614     action=""/>
2615     #errors
2616     /input/@action;input attr not applicable;add;m
2617     /input/@type;enumerated:invalid;m
2618    
2619     #data
2620     <input xmlns="http://www.w3.org/1999/xhtml"
2621     type="add"
2622     alt=""/>
2623     #errors
2624     /input/@alt;input attr not applicable;add;m
2625     /input/@type;enumerated:invalid;m
2626    
2627     #data
2628     <input xmlns="http://www.w3.org/1999/xhtml"
2629     type="add"
2630     autocomplete=""/>
2631     #errors
2632     /input/@autocomplete;input attr not applicable;add;m
2633     /input/@type;enumerated:invalid;m
2634    
2635     #data
2636     <input xmlns="http://www.w3.org/1999/xhtml"
2637     type="add"
2638     checked=""/>
2639     #errors
2640     /input/@checked;input attr not applicable;add;m
2641     /input/@type;enumerated:invalid;m
2642    
2643     #data
2644     <input xmlns="http://www.w3.org/1999/xhtml"
2645     type="add"
2646     enctype=""/>
2647     #errors
2648     /input/@enctype;input attr not applicable;add;m
2649     /input/@type;enumerated:invalid;m
2650    
2651     #data
2652     <input xmlns="http://www.w3.org/1999/xhtml"
2653     type="add"
2654     list=""/>
2655     #errors
2656     /input/@list;input attr not applicable;add;m
2657     /input/@type;enumerated:invalid;m
2658    
2659     #data
2660     <input xmlns="http://www.w3.org/1999/xhtml"
2661     type="add"
2662     max=""/>
2663     #errors
2664     /input/@max;input attr not applicable;add;m
2665     /input/@type;enumerated:invalid;m
2666    
2667     #data
2668     <input xmlns="http://www.w3.org/1999/xhtml"
2669     type="add"
2670     maxlength=""/>
2671     #errors
2672     /input/@maxlength;input attr not applicable;add;m
2673     /input/@type;enumerated:invalid;m
2674    
2675     #data
2676     <input xmlns="http://www.w3.org/1999/xhtml"
2677     type="add"
2678     method=""/>
2679     #errors
2680     /input/@method;input attr not applicable;add;m
2681     /input/@type;enumerated:invalid;m
2682    
2683     #data
2684     <input xmlns="http://www.w3.org/1999/xhtml"
2685     type="add"
2686     min=""/>
2687     #errors
2688     /input/@min;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     pattern=""/>
2695     #errors
2696     /input/@pattern;input attr not applicable;add;m
2697     /input/@type;enumerated:invalid;m
2698    
2699     #data
2700     <input xmlns="http://www.w3.org/1999/xhtml"
2701     type="add"
2702     readonly=""/>
2703     #errors
2704     /input/@readonly;input attr not applicable;add;m
2705     /input/@type;enumerated:invalid;m
2706    
2707     #data
2708     <input xmlns="http://www.w3.org/1999/xhtml"
2709     type="add"
2710     required=""/>
2711     #errors
2712     /input/@required;input attr not applicable;add;m
2713     /input/@type;enumerated:invalid;m
2714    
2715     #data
2716     <input xmlns="http://www.w3.org/1999/xhtml"
2717     type="add"
2718     size=""/>
2719     #errors
2720     /input/@size;input attr not applicable;add;m
2721     /input/@type;enumerated:invalid;m
2722    
2723     #data
2724     <input xmlns="http://www.w3.org/1999/xhtml"
2725     type="add"
2726     src=""/>
2727     #errors
2728     /input/@src;input attr not applicable;add;m
2729     /input/@type;enumerated:invalid;m
2730    
2731     #data
2732     <input xmlns="http://www.w3.org/1999/xhtml"
2733     type="add"
2734     step=""/>
2735     #errors
2736     /input/@step;input attr not applicable;add;m
2737     /input/@type;enumerated:invalid;m
2738    
2739     #data
2740     <input xmlns="http://www.w3.org/1999/xhtml"
2741     type="add"
2742     target=""/>
2743     #errors
2744     /input/@target;input attr not applicable;add;m
2745     /input/@type;enumerated:invalid;m
2746    
2747     #data
2748     <input xmlns="http://www.w3.org/1999/xhtml"
2749     type="remove"
2750     accept=""/>
2751     #errors
2752     /input/@accept;input attr not applicable;remove;m
2753     /input/@type;enumerated:invalid;m
2754    
2755     #data
2756     <input xmlns="http://www.w3.org/1999/xhtml"
2757     type="remove"
2758     action=""/>
2759     #errors
2760     /input/@action;input attr not applicable;remove;m
2761     /input/@type;enumerated:invalid;m
2762    
2763     #data
2764     <input xmlns="http://www.w3.org/1999/xhtml"
2765     type="remove"
2766     alt=""/>
2767     #errors
2768     /input/@alt;input attr not applicable;remove;m
2769     /input/@type;enumerated:invalid;m
2770    
2771     #data
2772     <input xmlns="http://www.w3.org/1999/xhtml"
2773     type="remove"
2774     autocomplete=""/>
2775     #errors
2776     /input/@autocomplete;input attr not applicable;remove;m
2777     /input/@type;enumerated:invalid;m
2778    
2779     #data
2780     <input xmlns="http://www.w3.org/1999/xhtml"
2781     type="remove"
2782     checked=""/>
2783     #errors
2784     /input/@checked;input attr not applicable;remove;m
2785     /input/@type;enumerated:invalid;m
2786    
2787     #data
2788     <input xmlns="http://www.w3.org/1999/xhtml"
2789     type="remove"
2790     enctype=""/>
2791     #errors
2792     /input/@enctype;input attr not applicable;remove;m
2793     /input/@type;enumerated:invalid;m
2794    
2795     #data
2796     <input xmlns="http://www.w3.org/1999/xhtml"
2797     type="remove"
2798     list=""/>
2799     #errors
2800     /input/@list;input attr not applicable;remove;m
2801     /input/@type;enumerated:invalid;m
2802    
2803     #data
2804     <input xmlns="http://www.w3.org/1999/xhtml"
2805     type="remove"
2806     max=""/>
2807     #errors
2808     /input/@max;input attr not applicable;remove;m
2809     /input/@type;enumerated:invalid;m
2810    
2811     #data
2812     <input xmlns="http://www.w3.org/1999/xhtml"
2813     type="remove"
2814     maxlength=""/>
2815     #errors
2816     /input/@maxlength;input attr not applicable;remove;m
2817     /input/@type;enumerated:invalid;m
2818    
2819     #data
2820     <input xmlns="http://www.w3.org/1999/xhtml"
2821     type="remove"
2822     method=""/>
2823     #errors
2824     /input/@method;input attr not applicable;remove;m
2825     /input/@type;enumerated:invalid;m
2826    
2827     #data
2828     <input xmlns="http://www.w3.org/1999/xhtml"
2829     type="remove"
2830     min=""/>
2831     #errors
2832     /input/@min;input attr not applicable;remove;m
2833     /input/@type;enumerated:invalid;m
2834    
2835     #data
2836     <input xmlns="http://www.w3.org/1999/xhtml"
2837     type="remove"
2838     pattern=""/>
2839     #errors
2840     /input/@pattern;input attr not applicable;remove;m
2841     /input/@type;enumerated:invalid;m
2842    
2843     #data
2844     <input xmlns="http://www.w3.org/1999/xhtml"
2845     type="remove"
2846     readonly=""/>
2847     #errors
2848     /input/@readonly;input attr not applicable;remove;m
2849     /input/@type;enumerated:invalid;m
2850    
2851     #data
2852     <input xmlns="http://www.w3.org/1999/xhtml"
2853     type="remove"
2854     required=""/>
2855     #errors
2856     /input/@required;input attr not applicable;remove;m
2857     /input/@type;enumerated:invalid;m
2858    
2859     #data
2860     <input xmlns="http://www.w3.org/1999/xhtml"
2861     type="remove"
2862     size=""/>
2863     #errors
2864     /input/@size;input attr not applicable;remove;m
2865     /input/@type;enumerated:invalid;m
2866    
2867     #data
2868     <input xmlns="http://www.w3.org/1999/xhtml"
2869     type="remove"
2870     src=""/>
2871     #errors
2872     /input/@src;input attr not applicable;remove;m
2873     /input/@type;enumerated:invalid;m
2874    
2875     #data
2876     <input xmlns="http://www.w3.org/1999/xhtml"
2877     type="remove"
2878     step=""/>
2879     #errors
2880     /input/@step;input attr not applicable;remove;m
2881     /input/@type;enumerated:invalid;m
2882    
2883     #data
2884     <input xmlns="http://www.w3.org/1999/xhtml"
2885     type="remove"
2886     target=""/>
2887     #errors
2888     /input/@target;input attr not applicable;remove;m
2889     /input/@type;enumerated:invalid;m
2890    
2891     #data
2892     <input xmlns="http://www.w3.org/1999/xhtml"
2893     type="move-up"
2894     accept=""/>
2895     #errors
2896     /input/@accept;input attr not applicable;move-up;m
2897     /input/@type;enumerated:invalid;m
2898    
2899     #data
2900     <input xmlns="http://www.w3.org/1999/xhtml"
2901     type="move-up"
2902     action=""/>
2903     #errors
2904     /input/@action;input attr not applicable;move-up;m
2905     /input/@type;enumerated:invalid;m
2906    
2907     #data
2908     <input xmlns="http://www.w3.org/1999/xhtml"
2909     type="move-up"
2910     alt=""/>
2911     #errors
2912     /input/@alt;input attr not applicable;move-up;m
2913     /input/@type;enumerated:invalid;m
2914    
2915     #data
2916     <input xmlns="http://www.w3.org/1999/xhtml"
2917     type="move-up"
2918     autocomplete=""/>
2919     #errors
2920     /input/@autocomplete;input attr not applicable;move-up;m
2921     /input/@type;enumerated:invalid;m
2922    
2923     #data
2924     <input xmlns="http://www.w3.org/1999/xhtml"
2925     type="move-up"
2926     checked=""/>
2927     #errors
2928     /input/@checked;input attr not applicable;move-up;m
2929     /input/@type;enumerated:invalid;m
2930    
2931     #data
2932     <input xmlns="http://www.w3.org/1999/xhtml"
2933     type="move-up"
2934     enctype=""/>
2935     #errors
2936     /input/@enctype;input attr not applicable;move-up;m
2937     /input/@type;enumerated:invalid;m
2938    
2939     #data
2940     <input xmlns="http://www.w3.org/1999/xhtml"
2941     type="move-up"
2942     list=""/>
2943     #errors
2944     /input/@list;input attr not applicable;move-up;m
2945     /input/@type;enumerated:invalid;m
2946    
2947     #data
2948     <input xmlns="http://www.w3.org/1999/xhtml"
2949     type="move-up"
2950     max=""/>
2951     #errors
2952     /input/@max;input attr not applicable;move-up;m
2953     /input/@type;enumerated:invalid;m
2954    
2955     #data
2956     <input xmlns="http://www.w3.org/1999/xhtml"
2957     type="move-up"
2958     maxlength=""/>
2959     #errors
2960     /input/@maxlength;input attr not applicable;move-up;m
2961     /input/@type;enumerated:invalid;m
2962    
2963     #data
2964     <input xmlns="http://www.w3.org/1999/xhtml"
2965     type="move-up"
2966     method=""/>
2967     #errors
2968     /input/@method;input attr not applicable;move-up;m
2969     /input/@type;enumerated:invalid;m
2970    
2971     #data
2972     <input xmlns="http://www.w3.org/1999/xhtml"
2973     type="move-up"
2974     min=""/>
2975     #errors
2976     /input/@min;input attr not applicable;move-up;m
2977     /input/@type;enumerated:invalid;m
2978    
2979     #data
2980     <input xmlns="http://www.w3.org/1999/xhtml"
2981     type="move-up"
2982     pattern=""/>
2983     #errors
2984     /input/@pattern;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     readonly=""/>
2991     #errors
2992     /input/@readonly;input attr not applicable;move-up;m
2993     /input/@type;enumerated:invalid;m
2994    
2995     #data
2996     <input xmlns="http://www.w3.org/1999/xhtml"
2997     type="move-up"
2998     required=""/>
2999     #errors
3000     /input/@required;input attr not applicable;move-up;m
3001     /input/@type;enumerated:invalid;m
3002    
3003     #data
3004     <input xmlns="http://www.w3.org/1999/xhtml"
3005     type="move-up"
3006     size=""/>
3007     #errors
3008     /input/@size;input attr not applicable;move-up;m
3009     /input/@type;enumerated:invalid;m
3010    
3011     #data
3012     <input xmlns="http://www.w3.org/1999/xhtml"
3013     type="move-up"
3014     src=""/>
3015     #errors
3016     /input/@src;input attr not applicable;move-up;m
3017     /input/@type;enumerated:invalid;m
3018    
3019     #data
3020     <input xmlns="http://www.w3.org/1999/xhtml"
3021     type="move-up"
3022     step=""/>
3023     #errors
3024     /input/@step;input attr not applicable;move-up;m
3025     /input/@type;enumerated:invalid;m
3026    
3027     #data
3028     <input xmlns="http://www.w3.org/1999/xhtml"
3029     type="move-up"
3030     target=""/>
3031     #errors
3032     /input/@target;input attr not applicable;move-up;m
3033     /input/@type;enumerated:invalid;m
3034    
3035     #data
3036     <input xmlns="http://www.w3.org/1999/xhtml"
3037     type="move-down"
3038     accept=""/>
3039     #errors
3040     /input/@accept;input attr not applicable;move-down;m
3041     /input/@type;enumerated:invalid;m
3042    
3043     #data
3044     <input xmlns="http://www.w3.org/1999/xhtml"
3045     type="move-down"
3046     action=""/>
3047     #errors
3048     /input/@action;input attr not applicable;move-down;m
3049     /input/@type;enumerated:invalid;m
3050    
3051     #data
3052     <input xmlns="http://www.w3.org/1999/xhtml"
3053     type="move-down"
3054     alt=""/>
3055     #errors
3056     /input/@alt;input attr not applicable;move-down;m
3057     /input/@type;enumerated:invalid;m
3058    
3059     #data
3060     <input xmlns="http://www.w3.org/1999/xhtml"
3061     type="move-down"
3062     autocomplete=""/>
3063     #errors
3064     /input/@autocomplete;input attr not applicable;move-down;m
3065     /input/@type;enumerated:invalid;m
3066    
3067     #data
3068     <input xmlns="http://www.w3.org/1999/xhtml"
3069     type="move-down"
3070     checked=""/>
3071     #errors
3072     /input/@checked;input attr not applicable;move-down;m
3073     /input/@type;enumerated:invalid;m
3074    
3075     #data
3076     <input xmlns="http://www.w3.org/1999/xhtml"
3077     type="move-down"
3078     enctype=""/>
3079     #errors
3080     /input/@enctype;input attr not applicable;move-down;m
3081     /input/@type;enumerated:invalid;m
3082    
3083     #data
3084     <input xmlns="http://www.w3.org/1999/xhtml"
3085     type="move-down"
3086     list=""/>
3087     #errors
3088     /input/@list;input attr not applicable;move-down;m
3089     /input/@type;enumerated:invalid;m
3090    
3091     #data
3092     <input xmlns="http://www.w3.org/1999/xhtml"
3093     type="move-down"
3094     max=""/>
3095     #errors
3096     /input/@max;input attr not applicable;move-down;m
3097     /input/@type;enumerated:invalid;m
3098    
3099     #data
3100     <input xmlns="http://www.w3.org/1999/xhtml"
3101     type="move-down"
3102     maxlength=""/>
3103     #errors
3104     /input/@maxlength;input attr not applicable;move-down;m
3105     /input/@type;enumerated:invalid;m
3106    
3107     #data
3108     <input xmlns="http://www.w3.org/1999/xhtml"
3109     type="move-down"
3110     method=""/>
3111     #errors
3112     /input/@method;input attr not applicable;move-down;m
3113     /input/@type;enumerated:invalid;m
3114    
3115     #data
3116     <input xmlns="http://www.w3.org/1999/xhtml"
3117     type="move-down"
3118     min=""/>
3119     #errors
3120     /input/@min;input attr not applicable;move-down;m
3121     /input/@type;enumerated:invalid;m
3122    
3123     #data
3124     <input xmlns="http://www.w3.org/1999/xhtml"
3125     type="move-down"
3126     pattern=""/>
3127     #errors
3128     /input/@pattern;input attr not applicable;move-down;m
3129     /input/@type;enumerated:invalid;m
3130    
3131     #data
3132     <input xmlns="http://www.w3.org/1999/xhtml"
3133     type="move-down"
3134     readonly=""/>
3135     #errors
3136     /input/@readonly;input attr not applicable;move-down;m
3137     /input/@type;enumerated:invalid;m
3138    
3139     #data
3140     <input xmlns="http://www.w3.org/1999/xhtml"
3141     type="move-down"
3142     required=""/>
3143     #errors
3144     /input/@required;input attr not applicable;move-down;m
3145     /input/@type;enumerated:invalid;m
3146    
3147     #data
3148     <input xmlns="http://www.w3.org/1999/xhtml"
3149     type="move-down"
3150     size=""/>
3151     #errors
3152     /input/@size;input attr not applicable;move-down;m
3153     /input/@type;enumerated:invalid;m
3154    
3155     #data
3156     <input xmlns="http://www.w3.org/1999/xhtml"
3157     type="move-down"
3158     src=""/>
3159     #errors
3160     /input/@src;input attr not applicable;move-down;m
3161     /input/@type;enumerated:invalid;m
3162    
3163     #data
3164     <input xmlns="http://www.w3.org/1999/xhtml"
3165     type="move-down"
3166     step=""/>
3167     #errors
3168     /input/@step;input attr not applicable;move-down;m
3169     /input/@type;enumerated:invalid;m
3170    
3171     #data
3172     <input xmlns="http://www.w3.org/1999/xhtml"
3173     type="move-down"
3174     target=""/>
3175     #errors
3176     /input/@target;input attr not applicable;move-down;m
3177     /input/@type;enumerated:invalid;m
3178    
3179     #data
3180     <input xmlns="http://www.w3.org/1999/xhtml"
3181 wakaba 1.15 type="file"
3182     accept=""/>
3183     #errors
3184     /input/@accept;IMTnp:syntax error;m
3185    
3186     #data
3187     <input xmlns="http://www.w3.org/1999/xhtml"
3188     type="file"
3189     accept=","/>
3190     #errors
3191     /input/@accept;IMTnp:syntax error;m
3192     /input/@accept;duplicate token;m
3193    
3194     #data
3195     <input xmlns="http://www.w3.org/1999/xhtml"
3196     type="file"
3197     accept="text/plain"/>
3198     #errors
3199    
3200     #data
3201     <input xmlns="http://www.w3.org/1999/xhtml"
3202     type="file"
3203     accept="text/plain,text/html"/>
3204     #errors
3205    
3206     #data
3207     <input xmlns="http://www.w3.org/1999/xhtml"
3208     type="file"
3209     accept="text/plain, text/html"/>
3210     #errors
3211     /input/@accept;IMTnp:syntax error;m
3212    
3213     #data
3214     <input xmlns="http://www.w3.org/1999/xhtml"
3215     type="file"
3216     accept="text/plain,"/>
3217     #errors
3218     /input/@accept;IMTnp:syntax error;m
3219    
3220     #data
3221     <input xmlns="http://www.w3.org/1999/xhtml"
3222     type="file"
3223     accept="image/png"/>
3224     #errors
3225    
3226     #data
3227     <input xmlns="http://www.w3.org/1999/xhtml"
3228     type="file"
3229     accept=",image/png"/>
3230     #errors
3231     /input/@accept;IMTnp:syntax error;m
3232    
3233     #data
3234     <input xmlns="http://www.w3.org/1999/xhtml"
3235     type="file"
3236     accept="image/png,,image/jpeg"/>
3237     #errors
3238     /input/@accept;IMTnp:syntax error;m
3239    
3240     #data
3241     <input xmlns="http://www.w3.org/1999/xhtml"
3242     type="file"
3243     accept=" image/png "/>
3244     #errors
3245     /input/@accept;IMTnp:syntax error;m
3246    
3247     #data
3248     <input xmlns="http://www.w3.org/1999/xhtml"
3249     type="file"
3250     accept="image/*"/>
3251     #errors
3252    
3253     #data
3254     <input xmlns="http://www.w3.org/1999/xhtml"
3255     type="file"
3256     accept="audio/*"/>
3257     #errors
3258    
3259     #data
3260     <input xmlns="http://www.w3.org/1999/xhtml"
3261     type="file"
3262     accept="video/*"/>
3263     #errors
3264    
3265     #data
3266     <input xmlns="http://www.w3.org/1999/xhtml"
3267     type="file"
3268     accept="text/*"/>
3269     #errors
3270     /input/@accept;IMTnp:syntax error;m
3271    
3272     #data
3273     <input xmlns="http://www.w3.org/1999/xhtml"
3274     type="file"
3275     accept="multipart/*"/>
3276     #errors
3277     /input/@accept;IMTnp:syntax error;m
3278    
3279     #data
3280     <input xmlns="http://www.w3.org/1999/xhtml"
3281     type="file"
3282     accept="model/*"/>
3283     #errors
3284     /input/@accept;IMTnp:syntax error;m
3285    
3286     #data
3287     <input xmlns="http://www.w3.org/1999/xhtml"
3288     type="file"
3289     accept="application/*"/>
3290     #errors
3291     /input/@accept;IMTnp:syntax error;m
3292    
3293     #data
3294     <input xmlns="http://www.w3.org/1999/xhtml"
3295     type="file"
3296     accept="message/*"/>
3297     #errors
3298     /input/@accept;IMTnp:syntax error;m
3299    
3300     #data
3301     <input xmlns="http://www.w3.org/1999/xhtml"
3302     type="file"
3303     accept="font/*"/>
3304     #errors
3305     /input/@accept;IMTnp:syntax error;m
3306    
3307     #data
3308     <input xmlns="http://www.w3.org/1999/xhtml"
3309     type="file"
3310     accept="*/*"/>
3311     #errors
3312     /input/@accept;IMTnp:syntax error;m
3313    
3314     #data
3315     <input xmlns="http://www.w3.org/1999/xhtml"
3316     type="file"
3317     accept="*/*+xml"/>
3318     #errors
3319     /input/@accept;IMTnp:syntax error;m
3320    
3321     #data
3322     <input xmlns="http://www.w3.org/1999/xhtml"
3323     type="file"
3324     accept="*/xml"/>
3325     #errors
3326     /input/@accept;IMTnp:syntax error;m
3327    
3328     #data
3329     <input xmlns="http://www.w3.org/1999/xhtml"
3330     type="file"
3331     accept="image/png,video/*"/>
3332     #errors
3333    
3334     #data
3335     <input xmlns="http://www.w3.org/1999/xhtml"
3336     type="file"
3337     accept="audio/*,audio/mpeg"/>
3338     #errors
3339    
3340     #data
3341     <input xmlns="http://www.w3.org/1999/xhtml"
3342     type="file"
3343     accept="audio/*,video/*"/>
3344     #errors
3345    
3346     #data
3347     <input xmlns="http://www.w3.org/1999/xhtml"
3348     type="file"
3349     accept="AUDIO/*"/>
3350     #errors
3351    
3352     #data
3353     <input xmlns="http://www.w3.org/1999/xhtml"
3354     type="file"
3355     accept="imagE/*"/>
3356     #errors
3357    
3358     #data
3359     <input xmlns="http://www.w3.org/1999/xhtml"
3360     type="file"
3361     accept="Image/*,TEXT/plain"/>
3362     #errors
3363    
3364     #data
3365     <input xmlns="http://www.w3.org/1999/xhtml"
3366     type="file"
3367     accept="application/XML"/>
3368     #errors
3369    
3370     #data
3371     <input xmlns="http://www.w3.org/1999/xhtml"
3372     type="file"
3373     accept="text/plain,text/plain"/>
3374     #errors
3375     /input/@accept;duplicate token;m
3376    
3377     #data
3378     <input xmlns="http://www.w3.org/1999/xhtml"
3379     type="file"
3380     accept="image/*,image/*"/>
3381     #errors
3382     /input/@accept;duplicate token;m
3383    
3384     #data
3385     <input xmlns="http://www.w3.org/1999/xhtml"
3386     type="file"
3387     accept="image/png,image/PNG"/>
3388     #errors
3389     /input/@accept;duplicate token;m
3390    
3391     #data
3392     <input xmlns="http://www.w3.org/1999/xhtml"
3393     type="file"
3394     accept="Audio/*,audio/*"/>
3395     #errors
3396     /input/@accept;duplicate token;m
3397    
3398     #data
3399     <input xmlns="http://www.w3.org/1999/xhtml"
3400     type="file"
3401     accept="text/javascript; version=1.1"/>
3402     #errors
3403     /input/@accept;IMTnp:syntax error;m
3404    
3405     #data
3406     <input xmlns="http://www.w3.org/1999/xhtml"
3407     type="file"
3408     accept='text/plain;x-param="image/png,image/jpeg,image/svg+xml"'/>
3409     #errors
3410     /input/@accept;IMTnp:syntax error;m
3411     /input/@accept;IMTnp:syntax error;m
3412    
3413     #data
3414     <input xmlns="http://www.w3.org/1999/xhtml"
3415     type="file"
3416     accept='text/plain;x-param="image/png,image/JPEG,image/svg+xml",image/jpeg'/>
3417     #errors
3418     /input/@accept;IMTnp:syntax error;m
3419     /input/@accept;IMTnp:syntax error;m
3420     /input/@accept;duplicate token;m
3421    
3422     #data
3423     <input xmlns="http://www.w3.org/1999/xhtml"
3424 wakaba 1.5 type="text"
3425     value=""/>
3426     #errors
3427    
3428     #data
3429     <input xmlns="http://www.w3.org/1999/xhtml"
3430     type="text"
3431     value="abc xyz"/>
3432     #errors
3433    
3434     #data
3435     <input xmlns="http://www.w3.org/1999/xhtml"
3436 wakaba 1.12 type="text"
3437     value="abc&#xa;xyz"/>
3438     #errors
3439     /input/@value;newline in value;m
3440    
3441     #data
3442     <input xmlns="http://www.w3.org/1999/xhtml"
3443     type="text"
3444     value="abc&#xd;xyz"/>
3445     #errors
3446     /input/@value;newline in value;m
3447    
3448     #data
3449     <input xmlns="http://www.w3.org/1999/xhtml"
3450     type="text"
3451     value="abc&#xd;&#xa;xyz"/>
3452     #errors
3453     /input/@value;newline in value;m
3454    
3455     #data
3456     <input xmlns="http://www.w3.org/1999/xhtml"
3457     type="search"
3458     value=""/>
3459     #errors
3460    
3461     #data
3462     <input xmlns="http://www.w3.org/1999/xhtml"
3463     type="search"
3464     value="abc xyz"/>
3465     #errors
3466    
3467     #data
3468     <input xmlns="http://www.w3.org/1999/xhtml"
3469     type="search"
3470     value="abc&#xa;xyz"/>
3471     #errors
3472     /input/@value;newline in value;m
3473    
3474     #data
3475     <input xmlns="http://www.w3.org/1999/xhtml"
3476     type="search"
3477     value="abc&#xd;xyz"/>
3478     #errors
3479     /input/@value;newline in value;m
3480    
3481     #data
3482     <input xmlns="http://www.w3.org/1999/xhtml"
3483     type="search"
3484     value="abc&#xd;&#xa;xyz"/>
3485     #errors
3486     /input/@value;newline in value;m
3487    
3488     #data
3489     <input xmlns="http://www.w3.org/1999/xhtml"
3490 wakaba 1.5 type="password"
3491     value=""/>
3492     #errors
3493    
3494     #data
3495     <input xmlns="http://www.w3.org/1999/xhtml"
3496     type="password"
3497     value="abc xyz"/>
3498     #errors
3499    
3500     #data
3501     <input xmlns="http://www.w3.org/1999/xhtml"
3502 wakaba 1.12 type="password"
3503     value="abc&#xa;xyz"/>
3504     #errors
3505     /input/@value;newline in value;m
3506    
3507     #data
3508     <input xmlns="http://www.w3.org/1999/xhtml"
3509     type="password"
3510     value="abc&#xd;xyz"/>
3511     #errors
3512     /input/@value;newline in value;m
3513    
3514     #data
3515     <input xmlns="http://www.w3.org/1999/xhtml"
3516     type="password"
3517     value="abc&#xd;&#xa;xyz"/>
3518     #errors
3519     /input/@value;newline in value;m
3520    
3521     #data
3522     <input xmlns="http://www.w3.org/1999/xhtml"
3523     type="url"
3524     value=""/>
3525     #errors
3526    
3527     #data
3528     <input xmlns="http://www.w3.org/1999/xhtml"
3529     type="url"
3530     value="http://www.example.com/"/>
3531     #errors
3532    
3533     #data
3534     <input xmlns="http://www.w3.org/1999/xhtml"
3535     type="url"
3536     value="[]"/>
3537     #errors
3538     /input/@value;syntax error:iriref3987;m
3539    
3540     #data
3541     <input xmlns="http://www.w3.org/1999/xhtml"
3542     type="url"
3543     value="http://test/&#xa;"/>
3544     #errors
3545     /input/@value;syntax error:iriref3987;m
3546    
3547     #data
3548     <input xmlns="http://www.w3.org/1999/xhtml"
3549     type="email"
3550     value=""/>
3551     #errors
3552     /input/@value;email:syntax error;m
3553    
3554     #data
3555     <input xmlns="http://www.w3.org/1999/xhtml"
3556     type="email"
3557     value="@"/>
3558     #errors
3559     /input/@value;email:syntax error;m
3560    
3561     #data
3562     <input xmlns="http://www.w3.org/1999/xhtml"
3563     type="email"
3564     value="a@b"/>
3565     #errors
3566    
3567     #data
3568     <input xmlns="http://www.w3.org/1999/xhtml"
3569     type="email"
3570     value="[email protected]"/>
3571     #errors
3572    
3573     #data
3574     <input xmlns="http://www.w3.org/1999/xhtml"
3575     type="email"
3576     value='"foo"@[bar.test]'/>
3577     #errors
3578     /input/@value;email:syntax error;m
3579    
3580     #data
3581     <input xmlns="http://www.w3.org/1999/xhtml"
3582     type="email"
3583     value='""@example.net'/>
3584     #errors
3585     /input/@value;email:syntax error;m
3586    
3587     #data
3588     <input xmlns="http://www.w3.org/1999/xhtml"
3589     type="email"
3590     value='"a."@example.jp'/>
3591     #errors
3592     /input/@value;email:syntax error;m
3593    
3594     #data
3595     <input xmlns="http://www.w3.org/1999/xhtml"
3596     type="email"
3597     value="[email protected]"/>
3598     #errors
3599     /input/@value;email:syntax error;m
3600    
3601     #data
3602     <input xmlns="http://www.w3.org/1999/xhtml"
3603     type="email"
3604     value="[email protected]"/>
3605     #errors
3606     /input/@value;email:syntax error;m
3607    
3608     #data
3609     <input xmlns="http://www.w3.org/1999/xhtml"
3610     type="email"
3611     value="[email protected]"/>
3612     #errors
3613    
3614     #data
3615     <input xmlns="http://www.w3.org/1999/xhtml"
3616     type="email"
3617     value="a..b@c"/>
3618     #errors
3619     /input/@value;email:syntax error;m
3620    
3621     #data
3622     <input xmlns="http://www.w3.org/1999/xhtml"
3623     type="email"
3624     value="[email protected]"/>
3625     #errors
3626     /input/@value;email:syntax error;m
3627    
3628     #data
3629     <input xmlns="http://www.w3.org/1999/xhtml"
3630     type="email"
3631     value="[email protected]."/>
3632     #errors
3633     /input/@value;email:syntax error;m
3634    
3635     #data
3636     <input xmlns="http://www.w3.org/1999/xhtml"
3637     type="email"
3638     value="[email protected]"/>
3639     #errors
3640     /input/@value;email:syntax error;m
3641    
3642     #data
3643     <input xmlns="http://www.w3.org/1999/xhtml"
3644     type="email"
3645     value=" a@b "/>
3646     #errors
3647     /input/@value;email:syntax error;m
3648    
3649     #data
3650     <input xmlns="http://www.w3.org/1999/xhtml"
3651     type="email" multiple=""
3652     value=""/>
3653     #errors
3654     /input/@value;email:syntax error;m
3655    
3656     #data
3657     <input xmlns="http://www.w3.org/1999/xhtml"
3658     type="email" multiple=""
3659     value=" "/>
3660     #errors
3661     /input/@value;email:syntax error;m
3662    
3663     #data
3664     <input xmlns="http://www.w3.org/1999/xhtml"
3665     type="email" multiple=""
3666     value="a@b"/>
3667     #errors
3668    
3669     #data
3670     <input xmlns="http://www.w3.org/1999/xhtml"
3671     type="email" multiple=""
3672     value="a@b,c@d"/>
3673     #errors
3674    
3675     #data
3676     <input xmlns="http://www.w3.org/1999/xhtml"
3677     type="email" multiple=""
3678     value="[email protected], [email protected]"/>
3679     #errors
3680    
3681     #data
3682     <input xmlns="http://www.w3.org/1999/xhtml"
3683     type="email" multiple=""
3684     value=","/>
3685     #errors
3686     /input/@value;email:syntax error;m
3687     /input/@value;email:syntax error;m
3688    
3689     #data
3690     <input xmlns="http://www.w3.org/1999/xhtml"
3691     type="email" multiple=""
3692     value="a@b,"/>
3693     #errors
3694     /input/@value;email:syntax error;m
3695    
3696     #data
3697     <input xmlns="http://www.w3.org/1999/xhtml"
3698     type="email" multiple=""
3699     value=",a@b"/>
3700     #errors
3701     /input/@value;email:syntax error;m
3702    
3703     #data
3704     <input xmlns="http://www.w3.org/1999/xhtml"
3705     type="email" multiple=""
3706     value="a@b,,c@d"/>
3707     #errors
3708     /input/@value;email:syntax error;m
3709    
3710     #data
3711     <input xmlns="http://www.w3.org/1999/xhtml"
3712     type="email" multiple=""
3713     value="a@b.,c@d"/>
3714     #errors
3715     /input/@value;email:syntax error;m
3716    
3717     #data
3718     <input xmlns="http://www.w3.org/1999/xhtml"
3719     type="email" multiple=""
3720     value="<a@b>,c@d"/>
3721     #errors
3722     /input/@value;email:syntax error;m
3723    
3724     #data
3725     <input xmlns="http://www.w3.org/1999/xhtml"
3726 wakaba 1.13 type="color"
3727     value=""/>
3728     #errors
3729     /input/@value;scolor:syntax error;m
3730    
3731     #data
3732     <input xmlns="http://www.w3.org/1999/xhtml"
3733     type="color"
3734     value="#"/>
3735     #errors
3736     /input/@value;scolor:syntax error;m
3737    
3738     #data
3739     <input xmlns="http://www.w3.org/1999/xhtml"
3740     type="color"
3741     value="#a"/>
3742     #errors
3743     /input/@value;scolor:syntax error;m
3744    
3745     #data
3746     <input xmlns="http://www.w3.org/1999/xhtml"
3747     type="color"
3748     value="#12"/>
3749     #errors
3750     /input/@value;scolor:syntax error;m
3751    
3752     #data
3753     <input xmlns="http://www.w3.org/1999/xhtml"
3754     type="color"
3755     value="#124"/>
3756     #errors
3757     /input/@value;scolor:syntax error;m
3758    
3759     #data
3760     <input xmlns="http://www.w3.org/1999/xhtml"
3761     type="color"
3762     value="#1234"/>
3763     #errors
3764     /input/@value;scolor:syntax error;m
3765    
3766     #data
3767     <input xmlns="http://www.w3.org/1999/xhtml"
3768     type="color"
3769     value="#12345"/>
3770     #errors
3771     /input/@value;scolor:syntax error;m
3772    
3773     #data
3774     <input xmlns="http://www.w3.org/1999/xhtml"
3775     type="color"
3776     value="#123456"/>
3777     #errors
3778    
3779     #data
3780     <input xmlns="http://www.w3.org/1999/xhtml"
3781     type="color"
3782     value="#abcdef"/>
3783     #errors
3784    
3785     #data
3786     <input xmlns="http://www.w3.org/1999/xhtml"
3787     type="color"
3788     value="#xyxxsa"/>
3789     #errors
3790     /input/@value;scolor:syntax error;m
3791    
3792     #data
3793     <input xmlns="http://www.w3.org/1999/xhtml"
3794     type="color"
3795     value="aaaaaa"/>
3796     #errors
3797     /input/@value;scolor:syntax error;m
3798    
3799     #data
3800     <input xmlns="http://www.w3.org/1999/xhtml"
3801     type="color"
3802     value="red"/>
3803     #errors
3804     /input/@value;scolor:syntax error;m
3805    
3806     #data
3807     <input xmlns="http://www.w3.org/1999/xhtml"
3808     type="color"
3809     value=" #111111"/>
3810     #errors
3811     /input/@value;scolor:syntax error;m
3812    
3813     #data
3814     <input xmlns="http://www.w3.org/1999/xhtml"
3815     type="color"
3816     value="#AAAAAA"/>
3817     #errors
3818    
3819     #data
3820     <input xmlns="http://www.w3.org/1999/xhtml"
3821     type="color"
3822     value="#aaaaaf#"/>
3823     #errors
3824     /input/@value;scolor:syntax error;m
3825    
3826     #data
3827     <input xmlns="http://www.w3.org/1999/xhtml"
3828     type="color"
3829     value="#aaaaaa,#bbbbbb"/>
3830     #errors
3831     /input/@value;scolor:syntax error;m
3832    
3833     #data
3834     <input xmlns="http://www.w3.org/1999/xhtml"
3835 wakaba 1.5 type="submit"
3836     value=""/>
3837     #errors
3838    
3839     #data
3840     <input xmlns="http://www.w3.org/1999/xhtml"
3841     type="submit"
3842     value="abc xyz"/>
3843     #errors
3844    
3845     #data
3846     <input xmlns="http://www.w3.org/1999/xhtml"
3847     type="reset"
3848     value=""/>
3849     #errors
3850    
3851     #data
3852     <input xmlns="http://www.w3.org/1999/xhtml"
3853     type="reset"
3854     value="abc xyz"/>
3855     #errors
3856    
3857     #data
3858     <input xmlns="http://www.w3.org/1999/xhtml"
3859     type="button"
3860     value=""/>
3861     #errors
3862    
3863     #data
3864     <input xmlns="http://www.w3.org/1999/xhtml"
3865     type="button"
3866     value="abc xyz"/>
3867     #errors
3868    
3869     #data
3870     <input xmlns="http://www.w3.org/1999/xhtml"
3871     type="add"
3872     value=""/>
3873     #errors
3874     /input/@type;enumerated:invalid;m
3875    
3876     #data
3877     <input xmlns="http://www.w3.org/1999/xhtml"
3878     type="add"
3879     value="abc xyz"/>
3880     #errors
3881     /input/@type;enumerated:invalid;m
3882    
3883     #data
3884     <input xmlns="http://www.w3.org/1999/xhtml"
3885     type="remove"
3886     value=""/>
3887     #errors
3888     /input/@type;enumerated:invalid;m
3889    
3890     #data
3891     <input xmlns="http://www.w3.org/1999/xhtml"
3892     type="remove"
3893     value="abc xyz"/>
3894     #errors
3895     /input/@type;enumerated:invalid;m
3896    
3897     #data
3898     <input xmlns="http://www.w3.org/1999/xhtml"
3899     type="move-up"
3900     value=""/>
3901     #errors
3902     /input/@type;enumerated:invalid;m
3903    
3904     #data
3905     <input xmlns="http://www.w3.org/1999/xhtml"
3906     type="move-up"
3907     value="abc xyz"/>
3908     #errors
3909     /input/@type;enumerated:invalid;m
3910    
3911     #data
3912     <input xmlns="http://www.w3.org/1999/xhtml"
3913     type="move-down"
3914     value=""/>
3915     #errors
3916     /input/@type;enumerated:invalid;m
3917    
3918     #data
3919     <input xmlns="http://www.w3.org/1999/xhtml"
3920     type="move-down"
3921     value="abc xyz"/>
3922     #errors
3923     /input/@type;enumerated:invalid;m
3924 wakaba 1.6
3925     #data
3926     <input xmlns="http://www.w3.org/1999/xhtml"
3927     type="text"
3928     autocomplete=""/>
3929     #errors
3930     /input/@autocomplete;enumerated:invalid;m
3931    
3932     #data
3933     <input xmlns="http://www.w3.org/1999/xhtml"
3934     type="text"
3935     autocomplete="on"/>
3936     #errors
3937    
3938     #data
3939     <input xmlns="http://www.w3.org/1999/xhtml"
3940     type="text"
3941     autocomplete="off"/>
3942     #errors
3943    
3944     #data
3945     <input xmlns="http://www.w3.org/1999/xhtml"
3946     type="text"
3947     autocomplete="ON"/>
3948     #errors
3949    
3950     #data
3951     <input xmlns="http://www.w3.org/1999/xhtml"
3952     type="text"
3953     autocomplete="OFF"/>
3954     #errors
3955    
3956     #data
3957     <input xmlns="http://www.w3.org/1999/xhtml"
3958     type="text"
3959     autocomplete="OfF"/>
3960     #errors
3961    
3962     #data
3963     <input xmlns="http://www.w3.org/1999/xhtml"
3964     type="text"
3965     autocomplete="on "/>
3966     #errors
3967     /input/@autocomplete;enumerated:invalid;m
3968    
3969     #data
3970     <input xmlns="http://www.w3.org/1999/xhtml"
3971     type="text"
3972     autocomplete=" off"/>
3973     #errors
3974     /input/@autocomplete;enumerated:invalid;m
3975    
3976     #data
3977     <input xmlns="http://www.w3.org/1999/xhtml"
3978     type="text"
3979     autocomplete="yes"/>
3980     #errors
3981     /input/@autocomplete;enumerated:invalid;m
3982    
3983     #data
3984     <input xmlns="http://www.w3.org/1999/xhtml"
3985     type="text"
3986     autocomplete="no"/>
3987     #errors
3988     /input/@autocomplete;enumerated:invalid;m
3989    
3990     #data
3991     <input xmlns="http://www.w3.org/1999/xhtml"
3992     type="text"
3993     autocomplete="true"/>
3994     #errors
3995     /input/@autocomplete;enumerated:invalid;m
3996    
3997     #data
3998     <input xmlns="http://www.w3.org/1999/xhtml"
3999     type="text"
4000     autocomplete="false"/>
4001     #errors
4002     /input/@autocomplete;enumerated:invalid;m
4003    
4004     #data
4005     <input xmlns="http://www.w3.org/1999/xhtml"
4006     type="text"
4007     autocomplete="autocomplete"/>
4008     #errors
4009     /input/@autocomplete;enumerated:invalid;m
4010    
4011     #data
4012     <input xmlns="http://www.w3.org/1999/xhtml"
4013     type="text"
4014     autocomplete="inherit"/>
4015     #errors
4016     /input/@autocomplete;enumerated:invalid;m
4017    
4018     #data
4019     <input xmlns="http://www.w3.org/1999/xhtml"
4020     type="password"
4021     autocomplete=""/>
4022     #errors
4023     /input/@autocomplete;enumerated:invalid;m
4024    
4025     #data
4026     <input xmlns="http://www.w3.org/1999/xhtml"
4027     type="password"
4028     autocomplete="on"/>
4029     #errors
4030    
4031     #data
4032     <input xmlns="http://www.w3.org/1999/xhtml"
4033     type="password"
4034     autocomplete="off"/>
4035     #errors
4036    
4037     #data
4038     <input xmlns="http://www.w3.org/1999/xhtml"
4039     type="datetime"
4040     autocomplete=""/>
4041     #errors
4042     /input/@autocomplete;enumerated:invalid;m
4043    
4044     #data
4045     <input xmlns="http://www.w3.org/1999/xhtml"
4046     type="datetime"
4047     autocomplete="on"/>
4048     #errors
4049    
4050     #data
4051     <input xmlns="http://www.w3.org/1999/xhtml"
4052     type="datetime"
4053     autocomplete="off"/>
4054     #errors
4055    
4056     #data
4057     <input xmlns="http://www.w3.org/1999/xhtml"
4058     type="date"
4059     autocomplete=""/>
4060     #errors
4061     /input/@autocomplete;enumerated:invalid;m
4062    
4063     #data
4064     <input xmlns="http://www.w3.org/1999/xhtml"
4065     type="date"
4066     autocomplete="on"/>
4067     #errors
4068    
4069     #data
4070     <input xmlns="http://www.w3.org/1999/xhtml"
4071     type="date"
4072     autocomplete="off"/>
4073     #errors
4074    
4075     #data
4076     <input xmlns="http://www.w3.org/1999/xhtml"
4077     type="month"
4078     autocomplete=""/>
4079     #errors
4080     /input/@autocomplete;enumerated:invalid;m
4081    
4082     #data
4083     <input xmlns="http://www.w3.org/1999/xhtml"
4084     type="month"
4085     autocomplete="on"/>
4086     #errors
4087    
4088     #data
4089     <input xmlns="http://www.w3.org/1999/xhtml"
4090     type="month"
4091     autocomplete="off"/>
4092     #errors
4093    
4094     #data
4095     <input xmlns="http://www.w3.org/1999/xhtml"
4096     type="week"
4097     autocomplete=""/>
4098     #errors
4099     /input/@autocomplete;enumerated:invalid;m
4100    
4101     #data
4102     <input xmlns="http://www.w3.org/1999/xhtml"
4103     type="week"
4104     autocomplete="on"/>
4105     #errors
4106    
4107     #data
4108     <input xmlns="http://www.w3.org/1999/xhtml"
4109     type="week"
4110     autocomplete="off"/>
4111     #errors
4112    
4113     #data
4114     <input xmlns="http://www.w3.org/1999/xhtml"
4115     type="time"
4116     autocomplete=""/>
4117     #errors
4118     /input/@autocomplete;enumerated:invalid;m
4119    
4120     #data
4121     <input xmlns="http://www.w3.org/1999/xhtml"
4122     type="time"
4123     autocomplete="on"/>
4124     #errors
4125    
4126     #data
4127     <input xmlns="http://www.w3.org/1999/xhtml"
4128     type="time"
4129     autocomplete="off"/>
4130     #errors
4131    
4132     #data
4133     <input xmlns="http://www.w3.org/1999/xhtml"
4134     type="datetime-local"
4135     autocomplete=""/>
4136     #errors
4137     /input/@autocomplete;enumerated:invalid;m
4138    
4139     #data
4140     <input xmlns="http://www.w3.org/1999/xhtml"
4141     type="datetime-local"
4142     autocomplete="on"/>
4143     #errors
4144    
4145     #data
4146     <input xmlns="http://www.w3.org/1999/xhtml"
4147     type="datetime-local"
4148     autocomplete="off"/>
4149     #errors
4150    
4151     #data
4152     <input xmlns="http://www.w3.org/1999/xhtml"
4153     type="number"
4154     autocomplete=""/>
4155     #errors
4156     /input/@autocomplete;enumerated:invalid;m
4157    
4158     #data
4159     <input xmlns="http://www.w3.org/1999/xhtml"
4160     type="number"
4161     autocomplete="on"/>
4162     #errors
4163    
4164     #data
4165     <input xmlns="http://www.w3.org/1999/xhtml"
4166     type="number"
4167     autocomplete="off"/>
4168     #errors
4169    
4170     #data
4171     <input xmlns="http://www.w3.org/1999/xhtml"
4172     type="range"
4173     autocomplete=""/>
4174     #errors
4175     /input/@autocomplete;enumerated:invalid;m
4176    
4177     #data
4178     <input xmlns="http://www.w3.org/1999/xhtml"
4179     type="range"
4180     autocomplete="on"/>
4181     #errors
4182    
4183     #data
4184     <input xmlns="http://www.w3.org/1999/xhtml"
4185     type="range"
4186     autocomplete="off"/>
4187     #errors
4188    
4189     #data
4190     <input xmlns="http://www.w3.org/1999/xhtml"
4191     type="range"
4192     autocomplete="ON"/>
4193     #errors
4194    
4195     #data
4196     <input xmlns="http://www.w3.org/1999/xhtml"
4197     type="range"
4198     autocomplete="OFF"/>
4199     #errors
4200    
4201     #data
4202     <input xmlns="http://www.w3.org/1999/xhtml"
4203     type="range"
4204     autocomplete="OfF"/>
4205     #errors
4206    
4207     #data
4208     <input xmlns="http://www.w3.org/1999/xhtml"
4209     type="range"
4210     autocomplete="on "/>
4211     #errors
4212     /input/@autocomplete;enumerated:invalid;m
4213    
4214     #data
4215     <input xmlns="http://www.w3.org/1999/xhtml"
4216     type="range"
4217     autocomplete=" off"/>
4218     #errors
4219     /input/@autocomplete;enumerated:invalid;m
4220    
4221     #data
4222     <input xmlns="http://www.w3.org/1999/xhtml"
4223     type="range"
4224     autocomplete="yes"/>
4225     #errors
4226     /input/@autocomplete;enumerated:invalid;m
4227    
4228     #data
4229     <input xmlns="http://www.w3.org/1999/xhtml"
4230     type="range"
4231     autocomplete="no"/>
4232     #errors
4233     /input/@autocomplete;enumerated:invalid;m
4234    
4235     #data
4236     <input xmlns="http://www.w3.org/1999/xhtml"
4237     type="range"
4238     autocomplete="true"/>
4239     #errors
4240     /input/@autocomplete;enumerated:invalid;m
4241    
4242     #data
4243     <input xmlns="http://www.w3.org/1999/xhtml"
4244     type="range"
4245     autocomplete="false"/>
4246     #errors
4247     /input/@autocomplete;enumerated:invalid;m
4248    
4249     #data
4250     <input xmlns="http://www.w3.org/1999/xhtml"
4251     type="range"
4252     autocomplete="autocomplete"/>
4253     #errors
4254     /input/@autocomplete;enumerated:invalid;m
4255    
4256     #data
4257     <input xmlns="http://www.w3.org/1999/xhtml"
4258     type="range"
4259     autocomplete="inherit"/>
4260     #errors
4261     /input/@autocomplete;enumerated:invalid;m
4262    
4263 wakaba 1.13
4264     #data
4265     <input xmlns="http://www.w3.org/1999/xhtml"
4266     type="color"
4267     autocomplete=""/>
4268     #errors
4269     /input/@autocomplete;enumerated:invalid;m
4270    
4271     #data
4272     <input xmlns="http://www.w3.org/1999/xhtml"
4273     type="color"
4274     autocomplete="on"/>
4275     #errors
4276    
4277     #data
4278     <input xmlns="http://www.w3.org/1999/xhtml"
4279     type="color"
4280     autocomplete="off"/>
4281     #errors
4282    
4283     #data
4284     <input xmlns="http://www.w3.org/1999/xhtml"
4285     type="color"
4286     autocomplete="ON"/>
4287     #errors
4288    
4289     #data
4290     <input xmlns="http://www.w3.org/1999/xhtml"
4291     type="color"
4292     autocomplete="OFF"/>
4293     #errors
4294    
4295     #data
4296     <input xmlns="http://www.w3.org/1999/xhtml"
4297     type="color"
4298     autocomplete="OfF"/>
4299     #errors
4300    
4301     #data
4302     <input xmlns="http://www.w3.org/1999/xhtml"
4303     type="color"
4304     autocomplete="on "/>
4305     #errors
4306     /input/@autocomplete;enumerated:invalid;m
4307    
4308     #data
4309     <input xmlns="http://www.w3.org/1999/xhtml"
4310     type="color"
4311     autocomplete=" off"/>
4312     #errors
4313     /input/@autocomplete;enumerated:invalid;m
4314    
4315     #data
4316     <input xmlns="http://www.w3.org/1999/xhtml"
4317     type="color"
4318     autocomplete="yes"/>
4319     #errors
4320     /input/@autocomplete;enumerated:invalid;m
4321    
4322     #data
4323     <input xmlns="http://www.w3.org/1999/xhtml"
4324     type="color"
4325     autocomplete="no"/>
4326     #errors
4327     /input/@autocomplete;enumerated:invalid;m
4328    
4329     #data
4330     <input xmlns="http://www.w3.org/1999/xhtml"
4331     type="color"
4332     autocomplete="true"/>
4333     #errors
4334     /input/@autocomplete;enumerated:invalid;m
4335    
4336     #data
4337     <input xmlns="http://www.w3.org/1999/xhtml"
4338     type="color"
4339     autocomplete="false"/>
4340     #errors
4341     /input/@autocomplete;enumerated:invalid;m
4342    
4343     #data
4344     <input xmlns="http://www.w3.org/1999/xhtml"
4345     type="color"
4346     autocomplete="autocomplete"/>
4347     #errors
4348     /input/@autocomplete;enumerated:invalid;m
4349    
4350     #data
4351     <input xmlns="http://www.w3.org/1999/xhtml"
4352     type="color"
4353     autocomplete="inherit"/>
4354     #errors
4355     /input/@autocomplete;enumerated:invalid;m
4356    
4357 wakaba 1.6 #data
4358     <input xmlns="http://www.w3.org/1999/xhtml"
4359     type="text"
4360     readonly=""/>
4361     #errors
4362    
4363     #data
4364     <input xmlns="http://www.w3.org/1999/xhtml"
4365     type="text"
4366     readonly="readonly"/>
4367     #errors
4368    
4369     #data
4370     <input xmlns="http://www.w3.org/1999/xhtml"
4371     type="text"
4372     readonly="Readonly"/>
4373     #errors
4374    
4375     #data
4376     <input xmlns="http://www.w3.org/1999/xhtml"
4377     type="text"
4378     readonly="ReadOnly"/>
4379     #errors
4380    
4381     #data
4382     <input xmlns="http://www.w3.org/1999/xhtml"
4383     type="text"
4384     readonly="readonly "/>
4385     #errors
4386     /input/@readonly;boolean:invalid;m
4387    
4388     #data
4389     <input xmlns="http://www.w3.org/1999/xhtml"
4390     type="text"
4391     readonly=" readonly"/>
4392     #errors
4393     /input/@readonly;boolean:invalid;m
4394    
4395     #data
4396     <input xmlns="http://www.w3.org/1999/xhtml"
4397     type="text"
4398     readonly="yes"/>
4399     #errors
4400     /input/@readonly;boolean:invalid;m
4401    
4402     #data
4403     <input xmlns="http://www.w3.org/1999/xhtml"
4404     type="text"
4405     readonly="true"/>
4406     #errors
4407     /input/@readonly;boolean:invalid;m
4408    
4409     #data
4410     <input xmlns="http://www.w3.org/1999/xhtml"
4411     type="text"
4412     readonly="off"/>
4413     #errors
4414     /input/@readonly;boolean:invalid;m
4415    
4416     #data
4417     <input xmlns="http://www.w3.org/1999/xhtml"
4418     type="email"
4419     readonly=""/>
4420     #errors
4421    
4422     #data
4423     <input xmlns="http://www.w3.org/1999/xhtml"
4424     type="email"
4425     readonly="readonly"/>
4426     #errors
4427    
4428     #data
4429     <input xmlns="http://www.w3.org/1999/xhtml"
4430     type="email"
4431     readonly="Readonly"/>
4432     #errors
4433    
4434     #data
4435     <input xmlns="http://www.w3.org/1999/xhtml"
4436     type="email"
4437     readonly="ReadOnly"/>
4438     #errors
4439    
4440     #data
4441     <input xmlns="http://www.w3.org/1999/xhtml"
4442     type="email"
4443     readonly="readonly "/>
4444     #errors
4445     /input/@readonly;boolean:invalid;m
4446    
4447     #data
4448     <input xmlns="http://www.w3.org/1999/xhtml"
4449     type="email"
4450     readonly=" readonly"/>
4451     #errors
4452     /input/@readonly;boolean:invalid;m
4453    
4454     #data
4455     <input xmlns="http://www.w3.org/1999/xhtml"
4456     type="email"
4457     readonly="yes"/>
4458     #errors
4459     /input/@readonly;boolean:invalid;m
4460    
4461     #data
4462     <input xmlns="http://www.w3.org/1999/xhtml"
4463     type="email"
4464     readonly="true"/>
4465     #errors
4466     /input/@readonly;boolean:invalid;m
4467    
4468     #data
4469     <input xmlns="http://www.w3.org/1999/xhtml"
4470     type="email"
4471     readonly="off"/>
4472     #errors
4473     /input/@readonly;boolean:invalid;m
4474    
4475     #data
4476     <input xmlns="http://www.w3.org/1999/xhtml"
4477     type="url"
4478     readonly=""/>
4479     #errors
4480    
4481     #data
4482     <input xmlns="http://www.w3.org/1999/xhtml"
4483     type="url"
4484     readonly="readonly"/>
4485     #errors
4486    
4487     #data
4488     <input xmlns="http://www.w3.org/1999/xhtml"
4489     type="url"
4490     readonly="Readonly"/>
4491     #errors
4492    
4493     #data
4494     <input xmlns="http://www.w3.org/1999/xhtml"
4495     type="url"
4496     readonly="ReadOnly"/>
4497     #errors
4498    
4499     #data
4500     <input xmlns="http://www.w3.org/1999/xhtml"
4501     type="url"
4502     readonly="readonly "/>
4503     #errors
4504     /input/@readonly;boolean:invalid;m
4505    
4506     #data
4507     <input xmlns="http://www.w3.org/1999/xhtml"
4508     type="url"
4509     readonly=" readonly"/>
4510     #errors
4511     /input/@readonly;boolean:invalid;m
4512    
4513     #data
4514     <input xmlns="http://www.w3.org/1999/xhtml"
4515     type="url"
4516     readonly="yes"/>
4517     #errors
4518     /input/@readonly;boolean:invalid;m
4519    
4520     #data
4521     <input xmlns="http://www.w3.org/1999/xhtml"
4522     type="url"
4523     readonly="true"/>
4524     #errors
4525     /input/@readonly;boolean:invalid;m
4526    
4527     #data
4528     <input xmlns="http://www.w3.org/1999/xhtml"
4529     type="url"
4530     readonly="off"/>
4531     #errors
4532     /input/@readonly;boolean:invalid;m
4533    
4534     #data
4535     <input xmlns="http://www.w3.org/1999/xhtml"
4536 wakaba 1.12 type="search"
4537     readonly=""/>
4538     #errors
4539    
4540     #data
4541     <input xmlns="http://www.w3.org/1999/xhtml"
4542     type="search"
4543     readonly="readonly"/>
4544     #errors
4545    
4546     #data
4547     <input xmlns="http://www.w3.org/1999/xhtml"
4548     type="search"
4549     readonly="Readonly"/>
4550     #errors
4551    
4552     #data
4553     <input xmlns="http://www.w3.org/1999/xhtml"
4554     type="search"
4555     readonly="ReadOnly"/>
4556     #errors
4557    
4558     #data
4559     <input xmlns="http://www.w3.org/1999/xhtml"
4560     type="search"
4561     readonly="readonly "/>
4562     #errors
4563     /input/@readonly;boolean:invalid;m
4564    
4565     #data
4566     <input xmlns="http://www.w3.org/1999/xhtml"
4567     type="search"
4568     readonly=" readonly"/>
4569     #errors
4570     /input/@readonly;boolean:invalid;m
4571    
4572     #data
4573     <input xmlns="http://www.w3.org/1999/xhtml"
4574     type="search"
4575     readonly="yes"/>
4576     #errors
4577     /input/@readonly;boolean:invalid;m
4578    
4579     #data
4580     <input xmlns="http://www.w3.org/1999/xhtml"
4581     type="search"
4582     readonly="true"/>
4583     #errors
4584     /input/@readonly;boolean:invalid;m
4585    
4586     #data
4587     <input xmlns="http://www.w3.org/1999/xhtml"
4588     type="search"
4589     readonly="off"/>
4590     #errors
4591     /input/@readonly;boolean:invalid;m
4592    
4593     #data
4594     <input xmlns="http://www.w3.org/1999/xhtml"
4595 wakaba 1.6 type="password"
4596     readonly=""/>
4597     #errors
4598    
4599     #data
4600     <input xmlns="http://www.w3.org/1999/xhtml"
4601     type="password"
4602     readonly="readonly"/>
4603     #errors
4604    
4605     #data
4606     <input xmlns="http://www.w3.org/1999/xhtml"
4607     type="password"
4608     readonly="Readonly"/>
4609     #errors
4610    
4611     #data
4612     <input xmlns="http://www.w3.org/1999/xhtml"
4613     type="password"
4614     readonly="ReadOnly"/>
4615     #errors
4616    
4617     #data
4618     <input xmlns="http://www.w3.org/1999/xhtml"
4619     type="password"
4620     readonly="readonly "/>
4621     #errors
4622     /input/@readonly;boolean:invalid;m
4623    
4624     #data
4625     <input xmlns="http://www.w3.org/1999/xhtml"
4626     type="password"
4627     readonly=" readonly"/>
4628     #errors
4629     /input/@readonly;boolean:invalid;m
4630    
4631     #data
4632     <input xmlns="http://www.w3.org/1999/xhtml"
4633     type="password"
4634     readonly="yes"/>
4635     #errors
4636     /input/@readonly;boolean:invalid;m
4637    
4638     #data
4639     <input xmlns="http://www.w3.org/1999/xhtml"
4640     type="password"
4641     readonly="true"/>
4642     #errors
4643     /input/@readonly;boolean:invalid;m
4644    
4645     #data
4646     <input xmlns="http://www.w3.org/1999/xhtml"
4647     type="password"
4648     readonly="off"/>
4649     #errors
4650     /input/@readonly;boolean:invalid;m
4651    
4652     #data
4653     <input xmlns="http://www.w3.org/1999/xhtml"
4654     type="datetime"
4655     readonly=""/>
4656     #errors
4657    
4658     #data
4659     <input xmlns="http://www.w3.org/1999/xhtml"
4660     type="datetime"
4661     readonly="readonly"/>
4662     #errors
4663    
4664     #data
4665     <input xmlns="http://www.w3.org/1999/xhtml"
4666     type="datetime"
4667     readonly="Readonly"/>
4668     #errors
4669    
4670     #data
4671     <input xmlns="http://www.w3.org/1999/xhtml"
4672     type="datetime"
4673     readonly="ReadOnly"/>
4674     #errors
4675    
4676     #data
4677     <input xmlns="http://www.w3.org/1999/xhtml"
4678     type="datetime"
4679     readonly="readonly "/>
4680     #errors
4681     /input/@readonly;boolean:invalid;m
4682    
4683     #data
4684     <input xmlns="http://www.w3.org/1999/xhtml"
4685     type="datetime"
4686     readonly=" readonly"/>
4687     #errors
4688     /input/@readonly;boolean:invalid;m
4689    
4690     #data
4691     <input xmlns="http://www.w3.org/1999/xhtml"
4692     type="datetime"
4693     readonly="yes"/>
4694     #errors
4695     /input/@readonly;boolean:invalid;m
4696    
4697     #data
4698     <input xmlns="http://www.w3.org/1999/xhtml"
4699     type="datetime"
4700     readonly="true"/>
4701     #errors
4702     /input/@readonly;boolean:invalid;m
4703    
4704     #data
4705     <input xmlns="http://www.w3.org/1999/xhtml"
4706     type="datetime"
4707     readonly="off"/>
4708     #errors
4709     /input/@readonly;boolean:invalid;m
4710    
4711     #data
4712     <input xmlns="http://www.w3.org/1999/xhtml"
4713     type="date"
4714     readonly=""/>
4715     #errors
4716    
4717     #data
4718     <input xmlns="http://www.w3.org/1999/xhtml"
4719     type="date"
4720     readonly="readonly"/>
4721     #errors
4722    
4723     #data
4724     <input xmlns="http://www.w3.org/1999/xhtml"
4725     type="date"
4726     readonly="Readonly"/>
4727     #errors
4728    
4729     #data
4730     <input xmlns="http://www.w3.org/1999/xhtml"
4731     type="date"
4732     readonly="ReadOnly"/>
4733     #errors
4734    
4735     #data
4736     <input xmlns="http://www.w3.org/1999/xhtml"
4737     type="date"
4738     readonly="readonly "/>
4739     #errors
4740     /input/@readonly;boolean:invalid;m
4741    
4742     #data
4743     <input xmlns="http://www.w3.org/1999/xhtml"
4744     type="date"
4745     readonly=" readonly"/>
4746     #errors
4747     /input/@readonly;boolean:invalid;m
4748    
4749     #data
4750     <input xmlns="http://www.w3.org/1999/xhtml"
4751     type="date"
4752     readonly="yes"/>
4753     #errors
4754     /input/@readonly;boolean:invalid;m
4755    
4756     #data
4757     <input xmlns="http://www.w3.org/1999/xhtml"
4758     type="date"
4759     readonly="true"/>
4760     #errors
4761     /input/@readonly;boolean:invalid;m
4762    
4763     #data
4764     <input xmlns="http://www.w3.org/1999/xhtml"
4765     type="date"
4766     readonly="off"/>
4767     #errors
4768     /input/@readonly;boolean:invalid;m
4769    
4770     #data
4771     <input xmlns="http://www.w3.org/1999/xhtml"
4772     type="month"
4773     readonly=""/>
4774     #errors
4775    
4776     #data
4777     <input xmlns="http://www.w3.org/1999/xhtml"
4778     type="month"
4779     readonly="readonly"/>
4780     #errors
4781    
4782     #data
4783     <input xmlns="http://www.w3.org/1999/xhtml"
4784     type="month"
4785     readonly="Readonly"/>
4786     #errors
4787    
4788     #data
4789     <input xmlns="http://www.w3.org/1999/xhtml"
4790     type="month"
4791     readonly="ReadOnly"/>
4792     #errors
4793    
4794     #data
4795     <input xmlns="http://www.w3.org/1999/xhtml"
4796     type="month"
4797     readonly="readonly "/>
4798     #errors
4799     /input/@readonly;boolean:invalid;m
4800    
4801     #data
4802     <input xmlns="http://www.w3.org/1999/xhtml"
4803     type="month"
4804     readonly=" readonly"/>
4805     #errors
4806     /input/@readonly;boolean:invalid;m
4807    
4808     #data
4809     <input xmlns="http://www.w3.org/1999/xhtml"
4810     type="month"
4811     readonly="yes"/>
4812     #errors
4813     /input/@readonly;boolean:invalid;m
4814    
4815     #data
4816     <input xmlns="http://www.w3.org/1999/xhtml"
4817     type="month"
4818     readonly="true"/>
4819     #errors
4820     /input/@readonly;boolean:invalid;m
4821    
4822     #data
4823     <input xmlns="http://www.w3.org/1999/xhtml"
4824     type="month"
4825     readonly="off"/>
4826     #errors
4827     /input/@readonly;boolean:invalid;m
4828    
4829     #data
4830     <input xmlns="http://www.w3.org/1999/xhtml"
4831     type="week"
4832     readonly=""/>
4833     #errors
4834    
4835     #data
4836     <input xmlns="http://www.w3.org/1999/xhtml"
4837     type="week"
4838     readonly="readonly"/>
4839     #errors
4840    
4841     #data
4842     <input xmlns="http://www.w3.org/1999/xhtml"
4843     type="week"
4844     readonly="Readonly"/>
4845     #errors
4846    
4847     #data
4848     <input xmlns="http://www.w3.org/1999/xhtml"
4849     type="week"
4850     readonly="ReadOnly"/>
4851     #errors
4852    
4853     #data
4854     <input xmlns="http://www.w3.org/1999/xhtml"
4855     type="week"
4856     readonly="readonly "/>
4857     #errors
4858     /input/@readonly;boolean:invalid;m
4859    
4860     #data
4861     <input xmlns="http://www.w3.org/1999/xhtml"
4862     type="week"
4863     readonly=" readonly"/>
4864     #errors
4865     /input/@readonly;boolean:invalid;m
4866    
4867     #data
4868     <input xmlns="http://www.w3.org/1999/xhtml"
4869     type="week"
4870     readonly="yes"/>
4871     #errors
4872     /input/@readonly;boolean:invalid;m
4873    
4874     #data
4875     <input xmlns="http://www.w3.org/1999/xhtml"
4876     type="week"
4877     readonly="true"/>
4878     #errors
4879     /input/@readonly;boolean:invalid;m
4880    
4881     #data
4882     <input xmlns="http://www.w3.org/1999/xhtml"
4883     type="week"
4884     readonly="off"/>
4885     #errors
4886     /input/@readonly;boolean:invalid;m
4887    
4888     #data
4889     <input xmlns="http://www.w3.org/1999/xhtml"
4890     type="time"
4891     readonly=""/>
4892     #errors
4893    
4894     #data
4895     <input xmlns="http://www.w3.org/1999/xhtml"
4896     type="time"
4897     readonly="readonly"/>
4898     #errors
4899    
4900     #data
4901     <input xmlns="http://www.w3.org/1999/xhtml"
4902     type="time"
4903     readonly="Readonly"/>
4904     #errors
4905    
4906     #data
4907     <input xmlns="http://www.w3.org/1999/xhtml"
4908     type="time"
4909     readonly="ReadOnly"/>
4910     #errors
4911    
4912     #data
4913     <input xmlns="http://www.w3.org/1999/xhtml"
4914     type="time"
4915     readonly="readonly "/>
4916     #errors
4917     /input/@readonly;boolean:invalid;m
4918    
4919     #data
4920     <input xmlns="http://www.w3.org/1999/xhtml"
4921     type="time"
4922     readonly=" readonly"/>
4923     #errors
4924     /input/@readonly;boolean:invalid;m
4925    
4926     #data
4927     <input xmlns="http://www.w3.org/1999/xhtml"
4928     type="time"
4929     readonly="yes"/>
4930     #errors
4931     /input/@readonly;boolean:invalid;m
4932    
4933     #data
4934     <input xmlns="http://www.w3.org/1999/xhtml"
4935     type="time"
4936     readonly="true"/>
4937     #errors
4938     /input/@readonly;boolean:invalid;m
4939    
4940     #data
4941     <input xmlns="http://www.w3.org/1999/xhtml"
4942     type="time"
4943     readonly="off"/>
4944     #errors
4945     /input/@readonly;boolean:invalid;m
4946    
4947     #data
4948     <input xmlns="http://www.w3.org/1999/xhtml"
4949     type="datetime-local"
4950     readonly=""/>
4951     #errors
4952    
4953     #data
4954     <input xmlns="http://www.w3.org/1999/xhtml"
4955     type="datetime-local"
4956     readonly="readonly"/>
4957     #errors
4958    
4959     #data
4960     <input xmlns="http://www.w3.org/1999/xhtml"
4961     type="datetime-local"
4962     readonly="Readonly"/>
4963     #errors
4964    
4965     #data
4966     <input xmlns="http://www.w3.org/1999/xhtml"
4967     type="datetime-local"
4968     readonly="ReadOnly"/>
4969     #errors
4970    
4971     #data
4972     <input xmlns="http://www.w3.org/1999/xhtml"
4973     type="datetime-local"
4974     readonly="readonly "/>
4975     #errors
4976     /input/@readonly;boolean:invalid;m
4977    
4978     #data
4979     <input xmlns="http://www.w3.org/1999/xhtml"
4980     type="datetime-local"
4981     readonly=" readonly"/>
4982     #errors
4983     /input/@readonly;boolean:invalid;m
4984    
4985     #data
4986     <input xmlns="http://www.w3.org/1999/xhtml"
4987     type="datetime-local"
4988     readonly="yes"/>
4989     #errors
4990     /input/@readonly;boolean:invalid;m
4991    
4992     #data
4993     <input xmlns="http://www.w3.org/1999/xhtml"
4994     type="datetime-local"
4995     readonly="true"/>
4996     #errors
4997     /input/@readonly;boolean:invalid;m
4998    
4999     #data
5000     <input xmlns="http://www.w3.org/1999/xhtml"
5001     type="datetime-local"
5002     readonly="off"/>
5003     #errors
5004     /input/@readonly;boolean:invalid;m
5005    
5006     #data
5007     <input xmlns="http://www.w3.org/1999/xhtml"
5008     type="number"
5009     readonly=""/>
5010     #errors
5011    
5012     #data
5013     <input xmlns="http://www.w3.org/1999/xhtml"
5014     type="number"
5015     readonly="readonly"/>
5016     #errors
5017    
5018     #data
5019     <input xmlns="http://www.w3.org/1999/xhtml"
5020     type="number"
5021     readonly="Readonly"/>
5022     #errors
5023    
5024     #data
5025     <input xmlns="http://www.w3.org/1999/xhtml"
5026     type="number"
5027     readonly="ReadOnly"/>
5028     #errors
5029    
5030     #data
5031     <input xmlns="http://www.w3.org/1999/xhtml"
5032     type="number"
5033     readonly="readonly "/>
5034     #errors
5035     /input/@readonly;boolean:invalid;m
5036    
5037     #data
5038     <input xmlns="http://www.w3.org/1999/xhtml"
5039     type="number"
5040     readonly=" readonly"/>
5041     #errors
5042     /input/@readonly;boolean:invalid;m
5043    
5044     #data
5045     <input xmlns="http://www.w3.org/1999/xhtml"
5046     type="number"
5047     readonly="yes"/>
5048     #errors
5049     /input/@readonly;boolean:invalid;m
5050    
5051     #data
5052     <input xmlns="http://www.w3.org/1999/xhtml"
5053     type="number"
5054     readonly="true"/>
5055     #errors
5056     /input/@readonly;boolean:invalid;m
5057    
5058     #data
5059     <input xmlns="http://www.w3.org/1999/xhtml"
5060     type="number"
5061     readonly="off"/>
5062     #errors
5063     /input/@readonly;boolean:invalid;m
5064    
5065     #data
5066     <input xmlns="http://www.w3.org/1999/xhtml"
5067     type="text"
5068     size=""/>
5069     #errors
5070     /input/@size;nninteger:syntax error;m
5071    
5072     #data
5073     <input xmlns="http://www.w3.org/1999/xhtml"
5074     type="text"
5075     size="0"/>
5076     #errors
5077 wakaba 1.8 /input/@size;nninteger:out of range;m
5078 wakaba 1.6
5079     #data
5080     <input xmlns="http://www.w3.org/1999/xhtml"
5081     type="text"
5082     size="1"/>
5083     #errors
5084    
5085     #data
5086     <input xmlns="http://www.w3.org/1999/xhtml"
5087     type="text"
5088     size="100"/>
5089     #errors
5090    
5091     #data
5092     <input xmlns="http://www.w3.org/1999/xhtml"
5093     type="text"
5094     size="000000010"/>
5095     #errors
5096    
5097     #data
5098     <input xmlns="http://www.w3.org/1999/xhtml"
5099     type="text"
5100     size="-0"/>
5101     #errors
5102     /input/@size;nninteger:syntax error;m
5103    
5104     #data
5105     <input xmlns="http://www.w3.org/1999/xhtml"
5106     type="text"
5107     size="-12"/>
5108     #errors
5109     /input/@size;nninteger:syntax error;m
5110    
5111     #data
5112     <input xmlns="http://www.w3.org/1999/xhtml"
5113     type="text"
5114     size="0.00"/>
5115     #errors
5116     /input/@size;nninteger:syntax error;m
5117    
5118     #data
5119     <input xmlns="http://www.w3.org/1999/xhtml"
5120     type="text"
5121     size="100.0"/>
5122     #errors
5123     /input/@size;nninteger:syntax error;m
5124    
5125     #data
5126     <input xmlns="http://www.w3.org/1999/xhtml"
5127     type="text"
5128     size=" 4"/>
5129     #errors
5130     /input/@size;nninteger:syntax error;m
5131    
5132     #data
5133     <input xmlns="http://www.w3.org/1999/xhtml"
5134     type="text"
5135     size="55 "/>
5136     #errors
5137     /input/@size;nninteger:syntax error;m
5138    
5139     #data
5140     <input xmlns="http://www.w3.org/1999/xhtml"
5141     type="text"
5142     size="+43"/>
5143     #errors
5144     /input/@size;nninteger:syntax error;m
5145    
5146     #data
5147     <input xmlns="http://www.w3.org/1999/xhtml"
5148     type="text"
5149     size="4e5"/>
5150     #errors
5151     /input/@size;nninteger:syntax error;m
5152    
5153     #data
5154     <input xmlns="http://www.w3.org/1999/xhtml"
5155     type="text"
5156     size="4px"/>
5157     #errors
5158     /input/@size;nninteger:syntax error;m
5159    
5160     #data
5161     <input xmlns="http://www.w3.org/1999/xhtml"
5162     type="text"
5163     size="5em"/>
5164     #errors
5165     /input/@size;nninteger:syntax error;m
5166    
5167     #data
5168     <input xmlns="http://www.w3.org/1999/xhtml"
5169     type="email"
5170     size=""/>
5171     #errors
5172     /input/@size;nninteger:syntax error;m
5173    
5174     #data
5175     <input xmlns="http://www.w3.org/1999/xhtml"
5176     type="email"
5177     size="0"/>
5178     #errors
5179 wakaba 1.8 /input/@size;nninteger:out of range;m
5180 wakaba 1.6
5181     #data
5182     <input xmlns="http://www.w3.org/1999/xhtml"
5183 wakaba 1.12 type="email"
5184     size="1"/>
5185     #errors
5186    
5187     #data
5188     <input xmlns="http://www.w3.org/1999/xhtml"
5189     type="email"
5190     size="100"/>
5191     #errors
5192    
5193     #data
5194     <input xmlns="http://www.w3.org/1999/xhtml"
5195     type="email"
5196     size="000000010"/>
5197     #errors
5198    
5199     #data
5200     <input xmlns="http://www.w3.org/1999/xhtml"
5201     type="email"
5202     size="-0"/>
5203     #errors
5204     /input/@size;nninteger:syntax error;m
5205    
5206     #data
5207     <input xmlns="http://www.w3.org/1999/xhtml"
5208     type="email"
5209     size="-12"/>
5210     #errors
5211     /input/@size;nninteger:syntax error;m
5212    
5213     #data
5214     <input xmlns="http://www.w3.org/1999/xhtml"
5215     type="email"
5216     size="0.00"/>
5217     #errors
5218     /input/@size;nninteger:syntax error;m
5219    
5220     #data
5221     <input xmlns="http://www.w3.org/1999/xhtml"
5222     type="email"
5223     size="100.0"/>
5224     #errors
5225     /input/@size;nninteger:syntax error;m
5226    
5227     #data
5228     <input xmlns="http://www.w3.org/1999/xhtml"
5229     type="email"
5230     size=" 4"/>
5231     #errors
5232     /input/@size;nninteger:syntax error;m
5233    
5234     #data
5235     <input xmlns="http://www.w3.org/1999/xhtml"
5236     type="email"
5237     size="55 "/>
5238     #errors
5239     /input/@size;nninteger:syntax error;m
5240    
5241     #data
5242     <input xmlns="http://www.w3.org/1999/xhtml"
5243     type="email"
5244     size="+43"/>
5245     #errors
5246     /input/@size;nninteger:syntax error;m
5247    
5248     #data
5249     <input xmlns="http://www.w3.org/1999/xhtml"
5250     type="email"
5251     size="4e5"/>
5252     #errors
5253     /input/@size;nninteger:syntax error;m
5254    
5255     #data
5256     <input xmlns="http://www.w3.org/1999/xhtml"
5257     type="email"
5258     size="4px"/>
5259     #errors
5260     /input/@size;nninteger:syntax error;m
5261    
5262     #data
5263     <input xmlns="http://www.w3.org/1999/xhtml"
5264     type="email"
5265     size="5em"/>
5266     #errors
5267     /input/@size;nninteger:syntax error;m
5268    
5269     #data
5270     <input xmlns="http://www.w3.org/1999/xhtml"
5271     type="url"
5272     size=""/>
5273     #errors
5274     /input/@size;nninteger:syntax error;m
5275    
5276     #data
5277     <input xmlns="http://www.w3.org/1999/xhtml"
5278     type="url"
5279     size="0"/>
5280     #errors
5281     /input/@size;nninteger:out of range;m
5282    
5283     #data
5284     <input xmlns="http://www.w3.org/1999/xhtml"
5285     type="url"
5286 wakaba 1.6 size="1"/>
5287     #errors
5288    
5289     #data
5290     <input xmlns="http://www.w3.org/1999/xhtml"
5291 wakaba 1.12 type="url"
5292 wakaba 1.6 size="100"/>
5293     #errors
5294    
5295     #data
5296     <input xmlns="http://www.w3.org/1999/xhtml"
5297 wakaba 1.12 type="url"
5298 wakaba 1.6 size="000000010"/>
5299     #errors
5300    
5301     #data
5302     <input xmlns="http://www.w3.org/1999/xhtml"
5303 wakaba 1.12 type="url"
5304 wakaba 1.6 size="-0"/>
5305     #errors
5306     /input/@size;nninteger:syntax error;m
5307    
5308     #data
5309     <input xmlns="http://www.w3.org/1999/xhtml"
5310 wakaba 1.12 type="url"
5311 wakaba 1.6 size="-12"/>
5312     #errors
5313     /input/@size;nninteger:syntax error;m
5314    
5315     #data
5316     <input xmlns="http://www.w3.org/1999/xhtml"
5317 wakaba 1.12 type="url"
5318 wakaba 1.6 size="0.00"/>
5319     #errors
5320     /input/@size;nninteger:syntax error;m
5321    
5322     #data
5323     <input xmlns="http://www.w3.org/1999/xhtml"
5324 wakaba 1.12 type="url"
5325 wakaba 1.6 size="100.0"/>
5326     #errors
5327     /input/@size;nninteger:syntax error;m
5328    
5329     #data
5330     <input xmlns="http://www.w3.org/1999/xhtml"
5331 wakaba 1.12 type="url"
5332 wakaba 1.6 size=" 4"/>
5333     #errors
5334     /input/@size;nninteger:syntax error;m
5335    
5336     #data
5337     <input xmlns="http://www.w3.org/1999/xhtml"
5338 wakaba 1.12 type="url"
5339 wakaba 1.6 size="55 "/>
5340     #errors
5341     /input/@size;nninteger:syntax error;m
5342    
5343     #data
5344     <input xmlns="http://www.w3.org/1999/xhtml"
5345 wakaba 1.12 type="url"
5346 wakaba 1.6 size="+43"/>
5347     #errors
5348     /input/@size;nninteger:syntax error;m
5349    
5350     #data
5351     <input xmlns="http://www.w3.org/1999/xhtml"
5352 wakaba 1.12 type="url"
5353 wakaba 1.6 size="4e5"/>
5354     #errors
5355     /input/@size;nninteger:syntax error;m
5356    
5357     #data
5358     <input xmlns="http://www.w3.org/1999/xhtml"
5359 wakaba 1.12 type="url"
5360 wakaba 1.6 size="4px"/>
5361     #errors
5362     /input/@size;nninteger:syntax error;m
5363    
5364     #data
5365     <input xmlns="http://www.w3.org/1999/xhtml"
5366 wakaba 1.12 type="url"
5367 wakaba 1.6 size="5em"/>
5368     #errors
5369     /input/@size;nninteger:syntax error;m
5370    
5371     #data
5372     <input xmlns="http://www.w3.org/1999/xhtml"
5373 wakaba 1.12 type="search"
5374 wakaba 1.6 size=""/>
5375     #errors
5376     /input/@size;nninteger:syntax error;m
5377    
5378     #data
5379     <input xmlns="http://www.w3.org/1999/xhtml"
5380 wakaba 1.12 type="search"
5381 wakaba 1.6 size="0"/>
5382     #errors
5383 wakaba 1.8 /input/@size;nninteger:out of range;m
5384 wakaba 1.6
5385     #data
5386     <input xmlns="http://www.w3.org/1999/xhtml"
5387 wakaba 1.12 type="search"
5388 wakaba 1.6 size="1"/>
5389     #errors
5390    
5391     #data
5392     <input xmlns="http://www.w3.org/1999/xhtml"
5393 wakaba 1.12 type="search"
5394 wakaba 1.6 size="100"/>
5395     #errors
5396    
5397     #data
5398     <input xmlns="http://www.w3.org/1999/xhtml"
5399 wakaba 1.12 type="search"
5400 wakaba 1.6 size="000000010"/>
5401     #errors
5402    
5403     #data
5404     <input xmlns="http://www.w3.org/1999/xhtml"
5405 wakaba 1.12 type="search"
5406 wakaba 1.6 size="-0"/>
5407     #errors
5408     /input/@size;nninteger:syntax error;m
5409    
5410     #data
5411     <input xmlns="http://www.w3.org/1999/xhtml"
5412 wakaba 1.12 type="search"
5413 wakaba 1.6 size="-12"/>
5414     #errors
5415     /input/@size;nninteger:syntax error;m
5416    
5417     #data
5418     <input xmlns="http://www.w3.org/1999/xhtml"
5419 wakaba 1.12 type="search"
5420 wakaba 1.6 size="0.00"/>
5421     #errors
5422     /input/@size;nninteger:syntax error;m
5423    
5424     #data
5425     <input xmlns="http://www.w3.org/1999/xhtml"
5426 wakaba 1.12 type="search"
5427 wakaba 1.6 size="100.0"/>
5428     #errors
5429     /input/@size;nninteger:syntax error;m
5430    
5431     #data
5432     <input xmlns="http://www.w3.org/1999/xhtml"
5433 wakaba 1.12 type="search"
5434 wakaba 1.6 size=" 4"/>
5435     #errors
5436     /input/@size;nninteger:syntax error;m
5437    
5438     #data
5439     <input xmlns="http://www.w3.org/1999/xhtml"
5440 wakaba 1.12 type="search"
5441 wakaba 1.6 size="55 "/>
5442     #errors
5443     /input/@size;nninteger:syntax error;m
5444    
5445     #data
5446     <input xmlns="http://www.w3.org/1999/xhtml"
5447 wakaba 1.12 type="search"
5448 wakaba 1.6 size="+43"/>
5449     #errors
5450     /input/@size;nninteger:syntax error;m
5451    
5452     #data
5453     <input xmlns="http://www.w3.org/1999/xhtml"
5454 wakaba 1.12 type="search"
5455 wakaba 1.6 size="4e5"/>
5456     #errors
5457     /input/@size;nninteger:syntax error;m
5458    
5459     #data
5460     <input xmlns="http://www.w3.org/1999/xhtml"
5461 wakaba 1.12 type="search"
5462 wakaba 1.6 size="4px"/>
5463     #errors
5464     /input/@size;nninteger:syntax error;m
5465    
5466     #data
5467     <input xmlns="http://www.w3.org/1999/xhtml"
5468 wakaba 1.12 type="search"
5469 wakaba 1.6 size="5em"/>
5470     #errors
5471     /input/@size;nninteger:syntax error;m
5472    
5473     #data
5474     <input xmlns="http://www.w3.org/1999/xhtml"
5475     type="password"
5476     size=""/>
5477     #errors
5478     /input/@size;nninteger:syntax error;m
5479    
5480     #data
5481     <input xmlns="http://www.w3.org/1999/xhtml"
5482     type="password"
5483     size="0"/>
5484     #errors
5485 wakaba 1.8 /input/@size;nninteger:out of range;m
5486 wakaba 1.6
5487     #data
5488     <input xmlns="http://www.w3.org/1999/xhtml"
5489     type="password"
5490     size="1"/>
5491     #errors
5492    
5493     #data
5494     <input xmlns="http://www.w3.org/1999/xhtml"
5495     type="password"
5496     size="100"/>
5497     #errors
5498    
5499     #data
5500     <input xmlns="http://www.w3.org/1999/xhtml"
5501     type="password"
5502     size="000000010"/>
5503     #errors
5504    
5505     #data
5506     <input xmlns="http://www.w3.org/1999/xhtml"
5507     type="password"
5508     size="-0"/>
5509     #errors
5510     /input/@size;nninteger:syntax error;m
5511    
5512     #data
5513     <input xmlns="http://www.w3.org/1999/xhtml"
5514     type="password"
5515     size="-12"/>
5516     #errors
5517     /input/@size;nninteger:syntax error;m
5518    
5519     #data
5520     <input xmlns="http://www.w3.org/1999/xhtml"
5521     type="password"
5522     size="0.00"/>
5523     #errors
5524     /input/@size;nninteger:syntax error;m
5525    
5526     #data
5527     <input xmlns="http://www.w3.org/1999/xhtml"
5528     type="password"
5529     size="100.0"/>
5530     #errors
5531     /input/@size;nninteger:syntax error;m
5532    
5533     #data
5534     <input xmlns="http://www.w3.org/1999/xhtml"
5535     type="password"
5536     size=" 4"/>
5537     #errors
5538     /input/@size;nninteger:syntax error;m
5539    
5540     #data
5541     <input xmlns="http://www.w3.org/1999/xhtml"
5542     type="password"
5543     size="55 "/>
5544     #errors
5545     /input/@size;nninteger:syntax error;m
5546    
5547     #data
5548     <input xmlns="http://www.w3.org/1999/xhtml"
5549     type="password"
5550     size="+43"/>
5551     #errors
5552     /input/@size;nninteger:syntax error;m
5553    
5554     #data
5555     <input xmlns="http://www.w3.org/1999/xhtml"
5556     type="password"
5557     size="4e5"/>
5558     #errors
5559     /input/@size;nninteger:syntax error;m
5560    
5561     #data
5562     <input xmlns="http://www.w3.org/1999/xhtml"
5563     type="password"
5564     size="4px"/>
5565     #errors
5566     /input/@size;nninteger:syntax error;m
5567    
5568     #data
5569     <input xmlns="http://www.w3.org/1999/xhtml"
5570     type="password"
5571     size="5em"/>
5572     #errors
5573     /input/@size;nninteger:syntax error;m
5574 wakaba 1.7
5575     #data
5576     <input xmlns="http://www.w3.org/1999/xhtml"
5577     type="text"
5578     required=""/>
5579     #errors
5580    
5581     #data
5582     <input xmlns="http://www.w3.org/1999/xhtml"
5583     type="text"
5584     required="required"/>
5585     #errors
5586    
5587     #data
5588     <input xmlns="http://www.w3.org/1999/xhtml"
5589     type="text"
5590     required="Required"/>
5591     #errors
5592    
5593     #data
5594     <input xmlns="http://www.w3.org/1999/xhtml"
5595     type="text"
5596     required="RequireD"/>
5597     #errors
5598    
5599     #data
5600     <input xmlns="http://www.w3.org/1999/xhtml"
5601     type="text"
5602     required="required "/>
5603     #errors
5604     /input/@required;boolean:invalid;m
5605    
5606     #data
5607     <input xmlns="http://www.w3.org/1999/xhtml"
5608     type="text"
5609     required=" required"/>
5610     #errors
5611     /input/@required;boolean:invalid;m
5612    
5613     #data
5614     <input xmlns="http://www.w3.org/1999/xhtml"
5615     type="text"
5616     required="yes"/>
5617     #errors
5618     /input/@required;boolean:invalid;m
5619    
5620     #data
5621     <input xmlns="http://www.w3.org/1999/xhtml"
5622     type="text"
5623     required="true"/>
5624     #errors
5625     /input/@required;boolean:invalid;m
5626    
5627     #data
5628     <input xmlns="http://www.w3.org/1999/xhtml"
5629     type="text"
5630     required="off"/>
5631     #errors
5632     /input/@required;boolean:invalid;m
5633    
5634     #data
5635     <input xmlns="http://www.w3.org/1999/xhtml"
5636     type="email"
5637     required=""/>
5638     #errors
5639    
5640     #data
5641     <input xmlns="http://www.w3.org/1999/xhtml"
5642     type="email"
5643     required="required"/>
5644     #errors
5645    
5646     #data
5647     <input xmlns="http://www.w3.org/1999/xhtml"
5648     type="email"
5649     required="Required"/>
5650     #errors
5651    
5652     #data
5653     <input xmlns="http://www.w3.org/1999/xhtml"
5654     type="email"
5655     required="RequireD"/>
5656     #errors
5657    
5658     #data
5659     <input xmlns="http://www.w3.org/1999/xhtml"
5660     type="email"
5661     required="required "/>
5662     #errors
5663     /input/@required;boolean:invalid;m
5664    
5665     #data
5666     <input xmlns="http://www.w3.org/1999/xhtml"
5667     type="email"
5668     required=" required"/>
5669     #errors
5670     /input/@required;boolean:invalid;m
5671    
5672     #data
5673     <input xmlns="http://www.w3.org/1999/xhtml"
5674     type="email"
5675     required="yes"/>
5676     #errors
5677     /input/@required;boolean:invalid;m
5678    
5679     #data
5680     <input xmlns="http://www.w3.org/1999/xhtml"
5681     type="email"
5682     required="true"/>
5683     #errors
5684     /input/@required;boolean:invalid;m
5685    
5686     #data
5687     <input xmlns="http://www.w3.org/1999/xhtml"
5688     type="email"
5689     required="off"/>
5690     #errors
5691     /input/@required;boolean:invalid;m
5692    
5693     #data
5694     <input xmlns="http://www.w3.org/1999/xhtml"
5695     type="url"
5696     required=""/>
5697     #errors
5698    
5699     #data
5700     <input xmlns="http://www.w3.org/1999/xhtml"
5701     type="url"
5702     required="required"/>
5703     #errors
5704    
5705     #data
5706     <input xmlns="http://www.w3.org/1999/xhtml"
5707     type="url"
5708     required="Required"/>
5709     #errors
5710    
5711     #data
5712     <input xmlns="http://www.w3.org/1999/xhtml"
5713     type="url"
5714     required="RequireD"/>
5715     #errors
5716    
5717     #data
5718     <input xmlns="http://www.w3.org/1999/xhtml"
5719     type="url"
5720     required="required "/>
5721     #errors
5722     /input/@required;boolean:invalid;m
5723    
5724     #data
5725     <input xmlns="http://www.w3.org/1999/xhtml"
5726     type="url"
5727     required=" required"/>
5728     #errors
5729     /input/@required;boolean:invalid;m
5730    
5731     #data
5732     <input xmlns="http://www.w3.org/1999/xhtml"
5733     type="url"
5734     required="yes"/>
5735     #errors
5736     /input/@required;boolean:invalid;m
5737    
5738     #data
5739     <input xmlns="http://www.w3.org/1999/xhtml"
5740     type="url"
5741     required="true"/>
5742     #errors
5743     /input/@required;boolean:invalid;m
5744    
5745     #data
5746     <input xmlns="http://www.w3.org/1999/xhtml"
5747     type="url"
5748     required="off"/>
5749     #errors
5750     /input/@required;boolean:invalid;m
5751    
5752     #data
5753     <input xmlns="http://www.w3.org/1999/xhtml"
5754 wakaba 1.12 type="search"
5755     required=""/>
5756     #errors
5757    
5758     #data
5759     <input xmlns="http://www.w3.org/1999/xhtml"
5760     type="search"
5761     required="required"/>
5762     #errors
5763    
5764     #data
5765     <input xmlns="http://www.w3.org/1999/xhtml"
5766     type="search"
5767     required="Required"/>
5768     #errors
5769    
5770     #data
5771     <input xmlns="http://www.w3.org/1999/xhtml"
5772     type="search"
5773     required="RequireD"/>
5774     #errors
5775    
5776     #data
5777     <input xmlns="http://www.w3.org/1999/xhtml"
5778     type="search"
5779     required="required "/>
5780     #errors
5781     /input/@required;boolean:invalid;m
5782    
5783     #data
5784     <input xmlns="http://www.w3.org/1999/xhtml"
5785     type="search"
5786     required=" required"/>
5787     #errors
5788     /input/@required;boolean:invalid;m
5789    
5790     #data
5791     <input xmlns="http://www.w3.org/1999/xhtml"
5792     type="search"
5793     required="yes"/>
5794     #errors
5795     /input/@required;boolean:invalid;m
5796    
5797     #data
5798     <input xmlns="http://www.w3.org/1999/xhtml"
5799     type="search"
5800     required="true"/>
5801     #errors
5802     /input/@required;boolean:invalid;m
5803    
5804     #data
5805     <input xmlns="http://www.w3.org/1999/xhtml"
5806     type="search"
5807     required="off"/>
5808     #errors
5809     /input/@required;boolean:invalid;m
5810    
5811     #data
5812     <input xmlns="http://www.w3.org/1999/xhtml"
5813 wakaba 1.7 type="password"
5814     required=""/>
5815     #errors
5816    
5817     #data
5818     <input xmlns="http://www.w3.org/1999/xhtml"
5819     type="password"
5820     required="required"/>
5821     #errors
5822    
5823     #data
5824     <input xmlns="http://www.w3.org/1999/xhtml"
5825     type="password"
5826     required="Required"/>
5827     #errors
5828    
5829     #data
5830     <input xmlns="http://www.w3.org/1999/xhtml"
5831     type="password"
5832     required="RequireD"/>
5833     #errors
5834    
5835     #data
5836     <input xmlns="http://www.w3.org/1999/xhtml"
5837     type="password"
5838     required="required "/>
5839     #errors
5840     /input/@required;boolean:invalid;m
5841    
5842     #data
5843     <input xmlns="http://www.w3.org/1999/xhtml"
5844     type="password"
5845     required=" required"/>
5846     #errors
5847     /input/@required;boolean:invalid;m
5848    
5849     #data
5850     <input xmlns="http://www.w3.org/1999/xhtml"
5851     type="password"
5852     required="yes"/>
5853     #errors
5854     /input/@required;boolean:invalid;m
5855    
5856     #data
5857     <input xmlns="http://www.w3.org/1999/xhtml"
5858     type="password"
5859     required="true"/>
5860     #errors
5861     /input/@required;boolean:invalid;m
5862    
5863     #data
5864     <input xmlns="http://www.w3.org/1999/xhtml"
5865     type="password"
5866     required="off"/>
5867     #errors
5868     /input/@required;boolean:invalid;m
5869    
5870     #data
5871     <input xmlns="http://www.w3.org/1999/xhtml"
5872     type="datetime"
5873     required=""/>
5874     #errors
5875    
5876     #data
5877     <input xmlns="http://www.w3.org/1999/xhtml"
5878     type="datetime"
5879     required="required"/>
5880     #errors
5881    
5882     #data
5883     <input xmlns="http://www.w3.org/1999/xhtml"
5884     type="datetime"
5885     required="Required"/>
5886     #errors
5887    
5888     #data
5889     <input xmlns="http://www.w3.org/1999/xhtml"
5890     type="datetime"
5891     required="RequireD"/>
5892     #errors
5893    
5894     #data
5895     <input xmlns="http://www.w3.org/1999/xhtml"
5896     type="datetime"
5897     required="required "/>
5898     #errors
5899     /input/@required;boolean:invalid;m
5900    
5901     #data
5902     <input xmlns="http://www.w3.org/1999/xhtml"
5903     type="datetime"
5904     required=" required"/>
5905     #errors
5906     /input/@required;boolean:invalid;m
5907    
5908     #data
5909     <input xmlns="http://www.w3.org/1999/xhtml"
5910     type="datetime"
5911     required="yes"/>
5912     #errors
5913     /input/@required;boolean:invalid;m
5914    
5915     #data
5916     <input xmlns="http://www.w3.org/1999/xhtml"
5917     type="datetime"
5918     required="true"/>
5919     #errors
5920     /input/@required;boolean:invalid;m
5921    
5922     #data
5923     <input xmlns="http://www.w3.org/1999/xhtml"
5924     type="datetime"
5925     required="off"/>
5926     #errors
5927     /input/@required;boolean:invalid;m
5928    
5929     #data
5930     <input xmlns="http://www.w3.org/1999/xhtml"
5931     type="date"
5932     required=""/>
5933     #errors
5934    
5935     #data
5936     <input xmlns="http://www.w3.org/1999/xhtml"
5937     type="date"
5938     required="required"/>
5939     #errors
5940    
5941     #data
5942     <input xmlns="http://www.w3.org/1999/xhtml"
5943     type="date"
5944     required="Required"/>
5945     #errors
5946    
5947     #data
5948     <input xmlns="http://www.w3.org/1999/xhtml"
5949     type="date"
5950     required="RequireD"/>
5951     #errors
5952    
5953     #data
5954     <input xmlns="http://www.w3.org/1999/xhtml"
5955     type="date"
5956     required="required "/>
5957     #errors
5958     /input/@required;boolean:invalid;m
5959    
5960     #data
5961     <input xmlns="http://www.w3.org/1999/xhtml"
5962     type="date"
5963     required=" required"/>
5964     #errors
5965     /input/@required;boolean:invalid;m
5966    
5967     #data
5968     <input xmlns="http://www.w3.org/1999/xhtml"
5969     type="date"
5970     required="yes"/>
5971     #errors
5972     /input/@required;boolean:invalid;m
5973    
5974     #data
5975     <input xmlns="http://www.w3.org/1999/xhtml"
5976     type="date"
5977     required="true"/>
5978     #errors
5979     /input/@required;boolean:invalid;m
5980    
5981     #data
5982     <input xmlns="http://www.w3.org/1999/xhtml"
5983     type="date"
5984     required="off"/>
5985     #errors
5986     /input/@required;boolean:invalid;m
5987    
5988     #data
5989     <input xmlns="http://www.w3.org/1999/xhtml"
5990     type="month"
5991     required=""/>
5992     #errors
5993    
5994     #data
5995     <input xmlns="http://www.w3.org/1999/xhtml"
5996     type="month"
5997     required="required"/>
5998     #errors
5999    
6000     #data
6001     <input xmlns="http://www.w3.org/1999/xhtml"
6002     type="month"
6003     required="Required"/>
6004     #errors
6005    
6006     #data
6007     <input xmlns="http://www.w3.org/1999/xhtml"
6008     type="month"
6009     required="RequireD"/>
6010     #errors
6011    
6012     #data
6013     <input xmlns="http://www.w3.org/1999/xhtml"
6014     type="month"
6015     required="required "/>
6016     #errors
6017     /input/@required;boolean:invalid;m
6018    
6019     #data
6020     <input xmlns="http://www.w3.org/1999/xhtml"
6021     type="month"
6022     required=" required"/>
6023     #errors
6024     /input/@required;boolean:invalid;m
6025    
6026     #data
6027     <input xmlns="http://www.w3.org/1999/xhtml"
6028     type="month"
6029     required="yes"/>
6030     #errors
6031     /input/@required;boolean:invalid;m
6032    
6033     #data
6034     <input xmlns="http://www.w3.org/1999/xhtml"
6035     type="month"
6036     required="true"/>
6037     #errors
6038     /input/@required;boolean:invalid;m
6039    
6040     #data
6041     <input xmlns="http://www.w3.org/1999/xhtml"
6042     type="month"
6043     required="off"/>
6044     #errors
6045     /input/@required;boolean:invalid;m
6046    
6047     #data
6048     <input xmlns="http://www.w3.org/1999/xhtml"
6049     type="week"
6050     required=""/>
6051     #errors
6052    
6053     #data
6054     <input xmlns="http://www.w3.org/1999/xhtml"
6055     type="week"
6056     required="required"/>
6057     #errors
6058    
6059     #data
6060     <input xmlns="http://www.w3.org/1999/xhtml"
6061     type="week"
6062     required="Required"/>
6063     #errors
6064    
6065     #data
6066     <input xmlns="http://www.w3.org/1999/xhtml"
6067     type="week"
6068     required="RequireD"/>
6069     #errors
6070    
6071     #data
6072     <input xmlns="http://www.w3.org/1999/xhtml"
6073     type="week"
6074     required="required "/>
6075     #errors
6076     /input/@required;boolean:invalid;m
6077    
6078     #data
6079     <input xmlns="http://www.w3.org/1999/xhtml"
6080     type="week"
6081     required=" required"/>
6082     #errors
6083     /input/@required;boolean:invalid;m
6084    
6085     #data
6086     <input xmlns="http://www.w3.org/1999/xhtml"
6087     type="week"
6088     required="yes"/>
6089     #errors
6090     /input/@required;boolean:invalid;m
6091    
6092     #data
6093     <input xmlns="http://www.w3.org/1999/xhtml"
6094     type="week"
6095     required="true"/>
6096     #errors
6097     /input/@required;boolean:invalid;m
6098    
6099     #data
6100     <input xmlns="http://www.w3.org/1999/xhtml"
6101     type="week"
6102     required="off"/>
6103     #errors
6104     /input/@required;boolean:invalid;m
6105    
6106     #data
6107     <input xmlns="http://www.w3.org/1999/xhtml"
6108     type="time"
6109     required=""/>
6110     #errors
6111    
6112     #data
6113     <input xmlns="http://www.w3.org/1999/xhtml"
6114     type="time"
6115     required="required"/>
6116     #errors
6117    
6118     #data
6119     <input xmlns="http://www.w3.org/1999/xhtml"
6120     type="time"
6121     required="Required"/>
6122     #errors
6123    
6124     #data
6125     <input xmlns="http://www.w3.org/1999/xhtml"
6126     type="time"
6127     required="RequireD"/>
6128     #errors
6129    
6130     #data
6131     <input xmlns="http://www.w3.org/1999/xhtml"
6132     type="time"
6133     required="required "/>
6134     #errors
6135     /input/@required;boolean:invalid;m
6136    
6137     #data
6138     <input xmlns="http://www.w3.org/1999/xhtml"
6139     type="time"
6140     required=" required"/>
6141     #errors
6142     /input/@required;boolean:invalid;m
6143    
6144     #data
6145     <input xmlns="http://www.w3.org/1999/xhtml"
6146     type="time"
6147     required="yes"/>
6148     #errors
6149     /input/@required;boolean:invalid;m
6150    
6151     #data
6152     <input xmlns="http://www.w3.org/1999/xhtml"
6153     type="time"
6154     required="true"/>
6155     #errors
6156     /input/@required;boolean:invalid;m
6157    
6158     #data
6159     <input xmlns="http://www.w3.org/1999/xhtml"
6160     type="time"
6161     required="off"/>
6162     #errors
6163     /input/@required;boolean:invalid;m
6164    
6165     #data
6166     <input xmlns="http://www.w3.org/1999/xhtml"
6167     type="datetime-local"
6168     required=""/>
6169     #errors
6170    
6171     #data
6172     <input xmlns="http://www.w3.org/1999/xhtml"
6173     type="datetime-local"
6174     required="required"/>
6175     #errors
6176    
6177     #data
6178     <input xmlns="http://www.w3.org/1999/xhtml"
6179     type="datetime-local"
6180     required="Required"/>
6181     #errors
6182    
6183     #data
6184     <input xmlns="http://www.w3.org/1999/xhtml"
6185     type="datetime-local"
6186     required="RequireD"/>
6187     #errors
6188    
6189     #data
6190     <input xmlns="http://www.w3.org/1999/xhtml"
6191     type="datetime-local"
6192     required="required "/>
6193     #errors
6194     /input/@required;boolean:invalid;m
6195    
6196     #data
6197     <input xmlns="http://www.w3.org/1999/xhtml"
6198     type="datetime-local"
6199     required=" required"/>
6200     #errors
6201     /input/@required;boolean:invalid;m
6202    
6203     #data
6204     <input xmlns="http://www.w3.org/1999/xhtml"
6205     type="datetime-local"
6206     required="yes"/>
6207     #errors
6208     /input/@required;boolean:invalid;m
6209    
6210     #data
6211     <input xmlns="http://www.w3.org/1999/xhtml"
6212     type="datetime-local"
6213     required="true"/>
6214     #errors
6215     /input/@required;boolean:invalid;m
6216    
6217     #data
6218     <input xmlns="http://www.w3.org/1999/xhtml"
6219     type="datetime-local"
6220     required="off"/>
6221     #errors
6222     /input/@required;boolean:invalid;m
6223    
6224     #data
6225     <input xmlns="http://www.w3.org/1999/xhtml"
6226     type="number"
6227     required=""/>
6228     #errors
6229    
6230     #data
6231     <input xmlns="http://www.w3.org/1999/xhtml"
6232     type="number"
6233     required="required"/>
6234     #errors
6235    
6236     #data
6237     <input xmlns="http://www.w3.org/1999/xhtml"
6238     type="number"
6239     required="Required"/>
6240     #errors
6241    
6242     #data
6243     <input xmlns="http://www.w3.org/1999/xhtml"
6244     type="number"
6245     required="RequireD"/>
6246     #errors
6247    
6248     #data
6249     <input xmlns="http://www.w3.org/1999/xhtml"
6250     type="number"
6251     required="required "/>
6252     #errors
6253     /input/@required;boolean:invalid;m
6254    
6255     #data
6256     <input xmlns="http://www.w3.org/1999/xhtml"
6257     type="number"
6258     required=" required"/>
6259     #errors
6260     /input/@required;boolean:invalid;m
6261    
6262     #data
6263     <input xmlns="http://www.w3.org/1999/xhtml"
6264     type="number"
6265     required="yes"/>
6266     #errors
6267     /input/@required;boolean:invalid;m
6268    
6269     #data
6270     <input xmlns="http://www.w3.org/1999/xhtml"
6271     type="number"
6272     required="true"/>
6273     #errors
6274     /input/@required;boolean:invalid;m
6275    
6276     #data
6277     <input xmlns="http://www.w3.org/1999/xhtml"
6278     type="number"
6279     required="off"/>
6280     #errors
6281     /input/@required;boolean:invalid;m
6282    
6283     #data
6284     <input xmlns="http://www.w3.org/1999/xhtml"
6285     type="checkbox"
6286     required=""/>
6287     #errors
6288    
6289     #data
6290     <input xmlns="http://www.w3.org/1999/xhtml"
6291     type="checkbox"
6292     required="required"/>
6293     #errors
6294    
6295     #data
6296     <input xmlns="http://www.w3.org/1999/xhtml"
6297     type="checkbox"
6298     required="Required"/>
6299     #errors
6300    
6301     #data
6302     <input xmlns="http://www.w3.org/1999/xhtml"
6303     type="checkbox"
6304     required="RequireD"/>
6305     #errors
6306    
6307     #data
6308     <input xmlns="http://www.w3.org/1999/xhtml"
6309     type="checkbox"
6310     required="required "/>
6311     #errors
6312     /input/@required;boolean:invalid;m
6313    
6314     #data
6315     <input xmlns="http://www.w3.org/1999/xhtml"
6316     type="checkbox"
6317     required=" required"/>
6318     #errors
6319     /input/@required;boolean:invalid;m
6320    
6321     #data
6322     <input xmlns="http://www.w3.org/1999/xhtml"
6323     type="checkbox"
6324     required="yes"/>
6325     #errors
6326     /input/@required;boolean:invalid;m
6327    
6328     #data
6329     <input xmlns="http://www.w3.org/1999/xhtml"
6330     type="checkbox"
6331     required="true"/>
6332     #errors
6333     /input/@required;boolean:invalid;m
6334    
6335     #data
6336     <input xmlns="http://www.w3.org/1999/xhtml"
6337     type="checkbox"
6338     required="off"/>
6339     #errors
6340     /input/@required;boolean:invalid;m
6341    
6342     #data
6343     <input xmlns="http://www.w3.org/1999/xhtml"
6344     type="radio"
6345     required=""/>
6346     #errors
6347    
6348     #data
6349     <input xmlns="http://www.w3.org/1999/xhtml"
6350     type="radio"
6351     required="required"/>
6352     #errors
6353    
6354     #data
6355     <input xmlns="http://www.w3.org/1999/xhtml"
6356     type="radio"
6357     required="Required"/>
6358     #errors
6359    
6360     #data
6361     <input xmlns="http://www.w3.org/1999/xhtml"
6362     type="radio"
6363     required="RequireD"/>
6364     #errors
6365    
6366     #data
6367     <input xmlns="http://www.w3.org/1999/xhtml"
6368     type="radio"
6369     required="required "/>
6370     #errors
6371     /input/@required;boolean:invalid;m
6372    
6373     #data
6374     <input xmlns="http://www.w3.org/1999/xhtml"
6375     type="radio"
6376     required=" required"/>
6377     #errors
6378     /input/@required;boolean:invalid;m
6379    
6380     #data
6381     <input xmlns="http://www.w3.org/1999/xhtml"
6382     type="radio"
6383     required="yes"/>
6384     #errors
6385     /input/@required;boolean:invalid;m
6386    
6387     #data
6388     <input xmlns="http://www.w3.org/1999/xhtml"
6389     type="radio"
6390     required="true"/>
6391     #errors
6392     /input/@required;boolean:invalid;m
6393    
6394     #data
6395     <input xmlns="http://www.w3.org/1999/xhtml"
6396     type="radio"
6397     required="off"/>
6398     #errors
6399     /input/@required;boolean:invalid;m
6400    
6401     #data
6402     <input xmlns="http://www.w3.org/1999/xhtml"
6403     type="file"
6404     required=""/>
6405     #errors
6406    
6407     #data
6408     <input xmlns="http://www.w3.org/1999/xhtml"
6409     type="file"
6410     required="required"/>
6411     #errors
6412    
6413     #data
6414     <input xmlns="http://www.w3.org/1999/xhtml"
6415     type="file"
6416     required="Required"/>
6417     #errors
6418    
6419     #data
6420     <input xmlns="http://www.w3.org/1999/xhtml"
6421     type="file"
6422     required="RequireD"/>
6423     #errors
6424    
6425     #data
6426     <input xmlns="http://www.w3.org/1999/xhtml"
6427     type="file"
6428     required="required "/>
6429     #errors
6430     /input/@required;boolean:invalid;m
6431    
6432     #data
6433     <input xmlns="http://www.w3.org/1999/xhtml"
6434     type="file"
6435     required=" required"/>
6436     #errors
6437     /input/@required;boolean:invalid;m
6438    
6439     #data
6440     <input xmlns="http://www.w3.org/1999/xhtml"
6441     type="file"
6442     required="yes"/>
6443     #errors
6444     /input/@required;boolean:invalid;m
6445    
6446     #data
6447     <input xmlns="http://www.w3.org/1999/xhtml"
6448     type="file"
6449     required="true"/>
6450     #errors
6451     /input/@required;boolean:invalid;m
6452    
6453     #data
6454     <input xmlns="http://www.w3.org/1999/xhtml"
6455     type="file"
6456     required="off"/>
6457     #errors
6458     /input/@required;boolean:invalid;m
6459 wakaba 1.8
6460     #data
6461     <input xmlns="http://www.w3.org/1999/xhtml"
6462     type="text"
6463     maxlength=""/>
6464     #errors
6465     /input/@maxlength;nninteger:syntax error;m
6466    
6467     #data
6468     <input xmlns="http://www.w3.org/1999/xhtml"
6469     type="text"
6470     maxlength="0"/>
6471     #errors
6472    
6473     #data
6474     <input xmlns="http://www.w3.org/1999/xhtml"
6475     type="text"
6476     maxlength="1"/>
6477     #errors
6478    
6479     #data
6480     <input xmlns="http://www.w3.org/1999/xhtml"
6481     type="text"
6482     maxlength="100"/>
6483     #errors
6484    
6485     #data
6486     <input xmlns="http://www.w3.org/1999/xhtml"
6487     type="text"
6488     maxlength="000000010"/>
6489     #errors
6490    
6491     #data
6492     <input xmlns="http://www.w3.org/1999/xhtml"
6493     type="text"
6494     maxlength="-0"/>
6495     #errors
6496     /input/@maxlength;nninteger:syntax error;m
6497    
6498     #data
6499     <input xmlns="http://www.w3.org/1999/xhtml"
6500     type="text"
6501     maxlength="-12"/>
6502     #errors
6503     /input/@maxlength;nninteger:syntax error;m
6504    
6505     #data
6506     <input xmlns="http://www.w3.org/1999/xhtml"
6507     type="text"
6508     maxlength="0.00"/>
6509     #errors
6510     /input/@maxlength;nninteger:syntax error;m
6511    
6512     #data
6513     <input xmlns="http://www.w3.org/1999/xhtml"
6514     type="text"
6515     maxlength="100.0"/>
6516     #errors
6517     /input/@maxlength;nninteger:syntax error;m
6518    
6519     #data
6520     <input xmlns="http://www.w3.org/1999/xhtml"
6521     type="text"
6522     maxlength=" 4"/>
6523     #errors
6524     /input/@maxlength;nninteger:syntax error;m
6525    
6526     #data
6527     <input xmlns="http://www.w3.org/1999/xhtml"
6528     type="text"
6529     maxlength="55 "/>
6530     #errors
6531     /input/@maxlength;nninteger:syntax error;m
6532    
6533     #data
6534     <input xmlns="http://www.w3.org/1999/xhtml"
6535     type="text"
6536     maxlength="+43"/>
6537     #errors
6538     /input/@maxlength;nninteger:syntax error;m
6539    
6540     #data
6541     <input xmlns="http://www.w3.org/1999/xhtml"
6542     type="text"
6543     maxlength="4e5"/>
6544     #errors
6545     /input/@maxlength;nninteger:syntax error;m
6546    
6547     #data
6548     <input xmlns="http://www.w3.org/1999/xhtml"
6549     type="text"
6550     maxlength="4px"/>
6551     #errors
6552     /input/@maxlength;nninteger:syntax error;m
6553    
6554     #data
6555     <input xmlns="http://www.w3.org/1999/xhtml"
6556     type="text"
6557     maxlength="5em"/>
6558     #errors
6559     /input/@maxlength;nninteger:syntax error;m
6560    
6561     #data
6562     <input xmlns="http://www.w3.org/1999/xhtml"
6563     type="email"
6564     maxlength=""/>
6565     #errors
6566     /input/@maxlength;nninteger:syntax error;m
6567    
6568     #data
6569     <input xmlns="http://www.w3.org/1999/xhtml"
6570     type="email"
6571     maxlength="0"/>
6572     #errors
6573    
6574     #data
6575     <input xmlns="http://www.w3.org/1999/xhtml"
6576     type="email"
6577     maxlength="1"/>
6578     #errors
6579    
6580     #data
6581     <input xmlns="http://www.w3.org/1999/xhtml"
6582     type="email"
6583     maxlength="100"/>
6584     #errors
6585    
6586     #data
6587     <input xmlns="http://www.w3.org/1999/xhtml"
6588     type="email"
6589     maxlength="000000010"/>
6590     #errors
6591    
6592     #data
6593     <input xmlns="http://www.w3.org/1999/xhtml"
6594     type="email"
6595     maxlength="-0"/>
6596     #errors
6597     /input/@maxlength;nninteger:syntax error;m
6598    
6599     #data
6600     <input xmlns="http://www.w3.org/1999/xhtml"
6601     type="email"
6602     maxlength="-12"/>
6603     #errors
6604     /input/@maxlength;nninteger:syntax error;m
6605    
6606     #data
6607     <input xmlns="http://www.w3.org/1999/xhtml"
6608     type="email"
6609     maxlength="0.00"/>
6610     #errors
6611     /input/@maxlength;nninteger:syntax error;m
6612    
6613     #data
6614     <input xmlns="http://www.w3.org/1999/xhtml"
6615     type="email"
6616     maxlength="100.0"/>
6617     #errors
6618     /input/@maxlength;nninteger:syntax error;m
6619    
6620     #data
6621     <input xmlns="http://www.w3.org/1999/xhtml"
6622     type="email"
6623     maxlength=" 4"/>
6624     #errors
6625     /input/@maxlength;nninteger:syntax error;m
6626    
6627     #data
6628     <input xmlns="http://www.w3.org/1999/xhtml"
6629     type="email"
6630     maxlength="55 "/>
6631     #errors
6632     /input/@maxlength;nninteger:syntax error;m
6633    
6634     #data
6635     <input xmlns="http://www.w3.org/1999/xhtml"
6636     type="email"
6637     maxlength="+43"/>
6638     #errors
6639     /input/@maxlength;nninteger:syntax error;m
6640    
6641     #data
6642     <input xmlns="http://www.w3.org/1999/xhtml"
6643     type="email"
6644     maxlength="4e5"/>
6645     #errors
6646     /input/@maxlength;nninteger:syntax error;m
6647    
6648     #data
6649     <input xmlns="http://www.w3.org/1999/xhtml"
6650     type="email"
6651     maxlength="4px"/>
6652     #errors
6653     /input/@maxlength;nninteger:syntax error;m
6654    
6655     #data
6656     <input xmlns="http://www.w3.org/1999/xhtml"
6657     type="email"
6658     maxlength="5em"/>
6659     #errors
6660     /input/@maxlength;nninteger:syntax error;m
6661    
6662     #data
6663     <input xmlns="http://www.w3.org/1999/xhtml"
6664     type="url"
6665     maxlength=""/>
6666     #errors
6667     /input/@maxlength;nninteger:syntax error;m
6668    
6669     #data
6670     <input xmlns="http://www.w3.org/1999/xhtml"
6671     type="url"
6672     maxlength="0"/>
6673     #errors
6674    
6675     #data
6676     <input xmlns="http://www.w3.org/1999/xhtml"
6677     type="url"
6678     maxlength="1"/>
6679     #errors
6680    
6681     #data
6682     <input xmlns="http://www.w3.org/1999/xhtml"
6683     type="url"
6684     maxlength="100"/>
6685     #errors
6686    
6687     #data
6688     <input xmlns="http://www.w3.org/1999/xhtml"
6689     type="url"
6690     maxlength="000000010"/>
6691     #errors
6692    
6693     #data
6694     <input xmlns="http://www.w3.org/1999/xhtml"
6695     type="url"
6696     maxlength="-0"/>
6697     #errors
6698     /input/@maxlength;nninteger:syntax error;m
6699    
6700     #data
6701     <input xmlns="http://www.w3.org/1999/xhtml"
6702     type="url"
6703     maxlength="-12"/>
6704     #errors
6705     /input/@maxlength;nninteger:syntax error;m
6706    
6707     #data
6708     <input xmlns="http://www.w3.org/1999/xhtml"
6709     type="url"
6710     maxlength="0.00"/>
6711     #errors
6712     /input/@maxlength;nninteger:syntax error;m
6713    
6714     #data
6715     <input xmlns="http://www.w3.org/1999/xhtml"
6716     type="url"
6717     maxlength="100.0"/>
6718     #errors
6719     /input/@maxlength;nninteger:syntax error;m
6720    
6721     #data
6722     <input xmlns="http://www.w3.org/1999/xhtml"
6723     type="url"
6724     maxlength=" 4"/>
6725     #errors
6726     /input/@maxlength;nninteger:syntax error;m
6727    
6728     #data
6729     <input xmlns="http://www.w3.org/1999/xhtml"
6730     type="url"
6731     maxlength="55 "/>
6732     #errors
6733     /input/@maxlength;nninteger:syntax error;m
6734    
6735     #data
6736     <input xmlns="http://www.w3.org/1999/xhtml"
6737     type="url"
6738     maxlength="+43"/>
6739     #errors
6740     /input/@maxlength;nninteger:syntax error;m
6741    
6742     #data
6743     <input xmlns="http://www.w3.org/1999/xhtml"
6744     type="url"
6745     maxlength="4e5"/>
6746     #errors
6747     /input/@maxlength;nninteger:syntax error;m
6748    
6749     #data
6750     <input xmlns="http://www.w3.org/1999/xhtml"
6751     type="url"
6752     maxlength="4px"/>
6753     #errors
6754     /input/@maxlength;nninteger:syntax error;m
6755    
6756     #data
6757     <input xmlns="http://www.w3.org/1999/xhtml"
6758     type="url"
6759     maxlength="5em"/>
6760     #errors
6761     /input/@maxlength;nninteger:syntax error;m
6762    
6763     #data
6764     <input xmlns="http://www.w3.org/1999/xhtml"
6765 wakaba 1.12 type="search"
6766     maxlength=""/>
6767     #errors
6768     /input/@maxlength;nninteger:syntax error;m
6769    
6770     #data
6771     <input xmlns="http://www.w3.org/1999/xhtml"
6772     type="search"
6773     maxlength="0"/>
6774     #errors
6775    
6776     #data
6777     <input xmlns="http://www.w3.org/1999/xhtml"
6778     type="search"
6779     maxlength="1"/>
6780     #errors
6781    
6782     #data
6783     <input xmlns="http://www.w3.org/1999/xhtml"
6784     type="search"
6785     maxlength="100"/>
6786     #errors
6787    
6788     #data
6789     <input xmlns="http://www.w3.org/1999/xhtml"
6790     type="search"
6791     maxlength="000000010"/>
6792     #errors
6793    
6794     #data
6795     <input xmlns="http://www.w3.org/1999/xhtml"
6796     type="search"
6797     maxlength="-0"/>
6798     #errors
6799     /input/@maxlength;nninteger:syntax error;m
6800    
6801     #data
6802     <input xmlns="http://www.w3.org/1999/xhtml"
6803     type="search"
6804     maxlength="-12"/>
6805     #errors
6806     /input/@maxlength;nninteger:syntax error;m
6807    
6808     #data
6809     <input xmlns="http://www.w3.org/1999/xhtml"
6810     type="search"
6811     maxlength="0.00"/>
6812     #errors
6813     /input/@maxlength;nninteger:syntax error;m
6814    
6815     #data
6816     <input xmlns="http://www.w3.org/1999/xhtml"
6817     type="search"
6818     maxlength="100.0"/>
6819     #errors
6820     /input/@maxlength;nninteger:syntax error;m
6821    
6822     #data
6823     <input xmlns="http://www.w3.org/1999/xhtml"
6824     type="search"
6825     maxlength=" 4"/>
6826     #errors
6827     /input/@maxlength;nninteger:syntax error;m
6828    
6829     #data
6830     <input xmlns="http://www.w3.org/1999/xhtml"
6831     type="search"
6832     maxlength="55 "/>
6833     #errors
6834     /input/@maxlength;nninteger:syntax error;m
6835    
6836     #data
6837     <input xmlns="http://www.w3.org/1999/xhtml"
6838     type="search"
6839     maxlength="+43"/>
6840     #errors
6841     /input/@maxlength;nninteger:syntax error;m
6842    
6843     #data
6844     <input xmlns="http://www.w3.org/1999/xhtml"
6845     type="search"
6846     maxlength="4e5"/>
6847     #errors
6848     /input/@maxlength;nninteger:syntax error;m
6849    
6850     #data
6851     <input xmlns="http://www.w3.org/1999/xhtml"
6852     type="search"
6853     maxlength="4px"/>
6854     #errors
6855     /input/@maxlength;nninteger:syntax error;m
6856    
6857     #data
6858     <input xmlns="http://www.w3.org/1999/xhtml"
6859     type="search"
6860     maxlength="5em"/>
6861     #errors
6862     /input/@maxlength;nninteger:syntax error;m
6863    
6864     #data
6865     <input xmlns="http://www.w3.org/1999/xhtml"
6866 wakaba 1.8 type="password"
6867     maxlength=""/>
6868     #errors
6869     /input/@maxlength;nninteger:syntax error;m
6870    
6871     #data
6872     <input xmlns="http://www.w3.org/1999/xhtml"
6873     type="password"
6874     maxlength="0"/>
6875     #errors
6876    
6877     #data
6878     <input xmlns="http://www.w3.org/1999/xhtml"
6879     type="password"
6880     maxlength="1"/>
6881     #errors
6882    
6883     #data
6884     <input xmlns="http://www.w3.org/1999/xhtml"
6885     type="password"
6886     maxlength="100"/>
6887     #errors
6888    
6889     #data
6890     <input xmlns="http://www.w3.org/1999/xhtml"
6891     type="password"
6892     maxlength="000000010"/>
6893     #errors
6894    
6895     #data
6896     <input xmlns="http://www.w3.org/1999/xhtml"
6897     type="password"
6898     maxlength="-0"/>
6899     #errors
6900     /input/@maxlength;nninteger:syntax error;m
6901    
6902     #data
6903     <input xmlns="http://www.w3.org/1999/xhtml"
6904     type="password"
6905     maxlength="-12"/>
6906     #errors
6907     /input/@maxlength;nninteger:syntax error;m
6908    
6909     #data
6910     <input xmlns="http://www.w3.org/1999/xhtml"
6911     type="password"
6912     maxlength="0.00"/>
6913     #errors
6914     /input/@maxlength;nninteger:syntax error;m
6915    
6916     #data
6917     <input xmlns="http://www.w3.org/1999/xhtml"
6918     type="password"
6919     maxlength="100.0"/>
6920     #errors
6921     /input/@maxlength;nninteger:syntax error;m
6922    
6923     #data
6924     <input xmlns="http://www.w3.org/1999/xhtml"
6925     type="password"
6926     maxlength=" 4"/>
6927     #errors
6928     /input/@maxlength;nninteger:syntax error;m
6929    
6930     #data
6931     <input xmlns="http://www.w3.org/1999/xhtml"
6932     type="password"
6933     maxlength="55 "/>
6934     #errors
6935     /input/@maxlength;nninteger:syntax error;m
6936    
6937     #data
6938     <input xmlns="http://www.w3.org/1999/xhtml"
6939     type="password"
6940     maxlength="+43"/>
6941     #errors
6942     /input/@maxlength;nninteger:syntax error;m
6943    
6944     #data
6945     <input xmlns="http://www.w3.org/1999/xhtml"
6946     type="password"
6947     maxlength="4e5"/>
6948     #errors
6949     /input/@maxlength;nninteger:syntax error;m
6950    
6951     #data
6952     <input xmlns="http://www.w3.org/1999/xhtml"
6953     type="password"
6954     maxlength="4px"/>
6955     #errors
6956     /input/@maxlength;nninteger:syntax error;m
6957    
6958     #data
6959     <input xmlns="http://www.w3.org/1999/xhtml"
6960     type="password"
6961     maxlength="5em"/>
6962     #errors
6963     /input/@maxlength;nninteger:syntax error;m
6964    
6965     #data
6966     <input xmlns="http://www.w3.org/1999/xhtml"
6967     type="text"
6968     value=""
6969     maxlength="1"/>
6970     #errors
6971    
6972     #data
6973     <input xmlns="http://www.w3.org/1999/xhtml"
6974     type="text"
6975     value="ab"
6976     maxlength="1"/>
6977     #errors
6978     /input/@value;value too long;m
6979    
6980     #data
6981     <input xmlns="http://www.w3.org/1999/xhtml"
6982     type="text"
6983     value=""
6984     maxlength="0"/>
6985     #errors
6986    
6987     #data
6988     <input xmlns="http://www.w3.org/1999/xhtml"
6989     type="text"
6990     value="1234567890"
6991     maxlength="10"/>
6992     #errors
6993    
6994     #data
6995     <input xmlns="http://www.w3.org/1999/xhtml"
6996     type="text"
6997     value="12345678901"
6998     maxlength="10"/>
6999     #errors
7000     /input/@value;value too long;m
7001    
7002     #data escaped
7003     <input xmlns="http://www.w3.org/1999/xhtml"
7004     type="text"
7005     value="\U00010000"
7006     maxlength="1"/>
7007     #errors
7008    
7009     #data
7010     <input xmlns="http://www.w3.org/1999/xhtml"
7011     type="email"
7012     value=""
7013     maxlength="1"/>
7014     #errors
7015 wakaba 1.13 /input/@value;email:syntax error;m
7016 wakaba 1.8
7017     #data
7018     <input xmlns="http://www.w3.org/1999/xhtml"
7019     type="email"
7020     value="ab"
7021     maxlength="1"/>
7022     #errors
7023     /input/@value;value too long;m
7024 wakaba 1.13 /input/@value;email:syntax error;m
7025 wakaba 1.8
7026     #data
7027     <input xmlns="http://www.w3.org/1999/xhtml"
7028     type="email"
7029     value=""
7030     maxlength="0"/>
7031     #errors
7032 wakaba 1.13 /input/@value;email:syntax error;m
7033 wakaba 1.8
7034     #data
7035     <input xmlns="http://www.w3.org/1999/xhtml"
7036     type="email"
7037     value="1234567890"
7038     maxlength="10"/>
7039     #errors
7040 wakaba 1.13 /input/@value;email:syntax error;m
7041 wakaba 1.8
7042     #data
7043     <input xmlns="http://www.w3.org/1999/xhtml"
7044     type="email"
7045     value="12345678901"
7046     maxlength="10"/>
7047     #errors
7048     /input/@value;value too long;m
7049 wakaba 1.13 /input/@value;email:syntax error;m
7050 wakaba 1.8
7051     #data escaped
7052     <input xmlns="http://www.w3.org/1999/xhtml"
7053     type="email"
7054     value="\U00010000"
7055     maxlength="1"/>
7056     #errors
7057 wakaba 1.13 /input/@value;email:syntax error;m
7058 wakaba 1.8
7059     #data
7060     <input xmlns="http://www.w3.org/1999/xhtml"
7061     type="url"
7062     value=""
7063     maxlength="1"/>
7064     #errors
7065    
7066     #data
7067     <input xmlns="http://www.w3.org/1999/xhtml"
7068     type="url"
7069     value="ab"
7070     maxlength="1"/>
7071     #errors
7072     /input/@value;value too long;m
7073    
7074     #data
7075     <input xmlns="http://www.w3.org/1999/xhtml"
7076     type="url"
7077     value=""
7078     maxlength="0"/>
7079     #errors
7080    
7081     #data
7082     <input xmlns="http://www.w3.org/1999/xhtml"
7083     type="url"
7084     value="1234567890"
7085     maxlength="10"/>
7086     #errors
7087    
7088     #data
7089     <input xmlns="http://www.w3.org/1999/xhtml"
7090     type="url"
7091     value="12345678901"
7092     maxlength="10"/>
7093     #errors
7094     /input/@value;value too long;m
7095    
7096     #data escaped
7097     <input xmlns="http://www.w3.org/1999/xhtml"
7098     type="url"
7099     value="\U00010000"
7100     maxlength="1"/>
7101     #errors
7102    
7103     #data
7104     <input xmlns="http://www.w3.org/1999/xhtml"
7105 wakaba 1.12 type="search"
7106     value=""
7107     maxlength="1"/>
7108     #errors
7109    
7110     #data
7111     <input xmlns="http://www.w3.org/1999/xhtml"
7112     type="search"
7113     value="ab"
7114     maxlength="1"/>
7115     #errors
7116     /input/@value;value too long;m
7117    
7118     #data
7119     <input xmlns="http://www.w3.org/1999/xhtml"
7120     type="search"
7121     value=""
7122     maxlength="0"/>
7123     #errors
7124    
7125     #data
7126     <input xmlns="http://www.w3.org/1999/xhtml"
7127     type="search"
7128     value="1234567890"
7129     maxlength="10"/>
7130     #errors
7131    
7132     #data
7133     <input xmlns="http://www.w3.org/1999/xhtml"
7134     type="search"
7135     value="12345678901"
7136     maxlength="10"/>
7137     #errors
7138     /input/@value;value too long;m
7139    
7140     #data escaped
7141     <input xmlns="http://www.w3.org/1999/xhtml"
7142     type="search"
7143     value="\U00010000"
7144     maxlength="1"/>
7145     #errors
7146    
7147     #data
7148     <input xmlns="http://www.w3.org/1999/xhtml"
7149 wakaba 1.8 type="password"
7150     value=""
7151     maxlength="1"/>
7152     #errors
7153    
7154     #data
7155     <input xmlns="http://www.w3.org/1999/xhtml"
7156     type="password"
7157     value="ab"
7158     maxlength="1"/>
7159     #errors
7160     /input/@value;value too long;m
7161    
7162     #data
7163     <input xmlns="http://www.w3.org/1999/xhtml"
7164     type="password"
7165     value=""
7166     maxlength="0"/>
7167     #errors
7168    
7169     #data
7170     <input xmlns="http://www.w3.org/1999/xhtml"
7171     type="password"
7172     value="1234567890"
7173     maxlength="10"/>
7174     #errors
7175    
7176     #data
7177     <input xmlns="http://www.w3.org/1999/xhtml"
7178     type="password"
7179     value="12345678901"
7180     maxlength="10"/>
7181     #errors
7182     /input/@value;value too long;m
7183    
7184     #data escaped
7185     <input xmlns="http://www.w3.org/1999/xhtml"
7186     type="password"
7187     value="\U00010000"
7188     maxlength="1"/>
7189     #errors
7190    
7191     #data escaped
7192     <input xmlns="http://www.w3.org/1999/xhtml"
7193     type="password"
7194     value="\U00010000\U00010000"
7195     maxlength="3"/>
7196     #errors
7197 wakaba 1.9
7198     #data
7199     <input xmlns="http://www.w3.org/1999/xhtml"
7200     type="datetime"
7201     step="1"/>
7202     #errors
7203    
7204     #data
7205     <input xmlns="http://www.w3.org/1999/xhtml"
7206     type="datetime"
7207     step="100"/>
7208     #errors
7209    
7210     #data
7211     <input xmlns="http://www.w3.org/1999/xhtml"
7212     type="datetime"
7213     step="0000001"/>
7214     #errors
7215    
7216     #data
7217     <input xmlns="http://www.w3.org/1999/xhtml"
7218     type="datetime"
7219     step="32"/>
7220     #errors
7221    
7222     #data
7223     <input xmlns="http://www.w3.org/1999/xhtml"
7224     type="datetime"
7225     step="-1.4142135623730950488016887242097e0"/>
7226     #errors
7227    
7228     #data
7229     <input xmlns="http://www.w3.org/1999/xhtml"
7230     type="datetime"
7231     step="3.17e4"/>
7232     #errors
7233    
7234     #data
7235     <input xmlns="http://www.w3.org/1999/xhtml"
7236     type="datetime"
7237     step="0.4500"/>
7238     #errors
7239    
7240     #data
7241     <input xmlns="http://www.w3.org/1999/xhtml"
7242     type="datetime"
7243     step="0042.000"/>
7244     #errors
7245    
7246     #data
7247     <input xmlns="http://www.w3.org/1999/xhtml"
7248     type="datetime"
7249     step="42e0"/>
7250     #errors
7251    
7252     #data
7253     <input xmlns="http://www.w3.org/1999/xhtml"
7254     type="datetime"
7255     step="4.2e1"/>
7256     #errors
7257    
7258     #data
7259     <input xmlns="http://www.w3.org/1999/xhtml"
7260     type="datetime"
7261     step="420e-1"/>
7262     #errors
7263    
7264     #data
7265     <input xmlns="http://www.w3.org/1999/xhtml"
7266     type="datetime"
7267     step=""/>
7268     #errors
7269     /input/@step;float:syntax error;m
7270    
7271     #data
7272     <input xmlns="http://www.w3.org/1999/xhtml"
7273     type="datetime"
7274     step="+0"/>
7275     #errors
7276     /input/@step;float:syntax error;m
7277    
7278     #data
7279     <input xmlns="http://www.w3.org/1999/xhtml"
7280     type="datetime"
7281     step="0e+0"/>
7282     #errors
7283     /input/@step;float:syntax error;m
7284    
7285     #data
7286     <input xmlns="http://www.w3.org/1999/xhtml"
7287     type="datetime"
7288     step="+1e+3"/>
7289     #errors
7290     /input/@step;float:syntax error;m
7291    
7292     #data
7293     <input xmlns="http://www.w3.org/1999/xhtml"
7294     type="datetime"
7295     step=".42e2"/>
7296     #errors
7297     /input/@step;float:syntax error;m
7298    
7299     #data
7300     <input xmlns="http://www.w3.org/1999/xhtml"
7301     type="datetime"
7302     step="65000"/>
7303     #errors
7304    
7305     #data
7306     <input xmlns="http://www.w3.org/1999/xhtml"
7307     type="datetime"
7308     step="66000.0"/>
7309     #errors
7310    
7311     #data
7312     <input xmlns="http://www.w3.org/1999/xhtml"
7313     type="datetime"
7314     step="any"/>
7315     #errors
7316    
7317     #data
7318     <input xmlns="http://www.w3.org/1999/xhtml"
7319     type="datetime"
7320     step="Any"/>
7321     #errors
7322    
7323     #data
7324     <input xmlns="http://www.w3.org/1999/xhtml"
7325     type="datetime"
7326     step="ANY"/>
7327     #errors
7328    
7329     #data
7330     <input xmlns="http://www.w3.org/1999/xhtml"
7331     type="datetime"
7332     step="any "/>
7333     #errors
7334     /input/@step;float:syntax error;m
7335    
7336     #data
7337     <input xmlns="http://www.w3.org/1999/xhtml"
7338     type="datetime"
7339     step=" Any"/>
7340     #errors
7341     /input/@step;float:syntax error;m
7342    
7343     #data
7344     <input xmlns="http://www.w3.org/1999/xhtml"
7345     type="datetime"
7346     step="anything"/>
7347     #errors
7348     /input/@step;float:syntax error;m
7349    
7350     #data
7351     <input xmlns="http://www.w3.org/1999/xhtml"
7352     type="datetime"
7353     step=""/>
7354     #errors
7355     /input/@step;float:syntax error;m
7356    
7357     #data
7358     <input xmlns="http://www.w3.org/1999/xhtml"
7359     type="datetime"
7360     step="0"/>
7361     #errors
7362     /input/@step;float:out of range;m
7363    
7364     #data
7365     <input xmlns="http://www.w3.org/1999/xhtml"
7366     type="datetime"
7367     step="0.00"/>
7368     #errors
7369     /input/@step;float:out of range;m
7370    
7371     #data
7372     <input xmlns="http://www.w3.org/1999/xhtml"
7373     type="date"
7374     step="1"/>
7375     #errors
7376    
7377     #data
7378     <input xmlns="http://www.w3.org/1999/xhtml"
7379     type="date"
7380     step="100"/>
7381     #errors
7382    
7383     #data
7384     <input xmlns="http://www.w3.org/1999/xhtml"
7385     type="date"
7386     step="0000001"/>
7387     #errors
7388    
7389     #data
7390     <input xmlns="http://www.w3.org/1999/xhtml"
7391     type="date"
7392     step="32"/>
7393     #errors
7394    
7395     #data
7396     <input xmlns="http://www.w3.org/1999/xhtml"
7397     type="date"
7398     step="-1.4142135623730950488016887242097e0"/>
7399     #errors
7400    
7401     #data
7402     <input xmlns="http://www.w3.org/1999/xhtml"
7403     type="date"
7404     step="3.17e4"/>
7405     #errors
7406    
7407     #data
7408     <input xmlns="http://www.w3.org/1999/xhtml"
7409     type="date"
7410     step="0.4500"/>
7411     #errors
7412    
7413     #data
7414     <input xmlns="http://www.w3.org/1999/xhtml"
7415     type="date"
7416     step="0042.000"/>
7417     #errors
7418    
7419     #data
7420     <input xmlns="http://www.w3.org/1999/xhtml"
7421     type="date"
7422     step="42e0"/>
7423     #errors
7424    
7425     #data
7426     <input xmlns="http://www.w3.org/1999/xhtml"
7427     type="date"
7428     step="4.2e1"/>
7429     #errors
7430    
7431     #data
7432     <input xmlns="http://www.w3.org/1999/xhtml"
7433     type="date"
7434     step="420e-1"/>
7435     #errors
7436    
7437     #data
7438     <input xmlns="http://www.w3.org/1999/xhtml"
7439     type="date"
7440     step=""/>
7441     #errors
7442     /input/@step;float:syntax error;m
7443    
7444     #data
7445     <input xmlns="http://www.w3.org/1999/xhtml"
7446     type="date"
7447     step="+0"/>
7448     #errors
7449     /input/@step;float:syntax error;m
7450    
7451     #data
7452     <input xmlns="http://www.w3.org/1999/xhtml"
7453     type="date"
7454     step="0e+0"/>
7455     #errors
7456     /input/@step;float:syntax error;m
7457    
7458     #data
7459     <input xmlns="http://www.w3.org/1999/xhtml"
7460     type="date"
7461     step="+1e+3"/>
7462     #errors
7463     /input/@step;float:syntax error;m
7464    
7465     #data
7466     <input xmlns="http://www.w3.org/1999/xhtml"
7467     type="date"
7468     step=".42e2"/>
7469     #errors
7470     /input/@step;float:syntax error;m
7471    
7472     #data
7473     <input xmlns="http://www.w3.org/1999/xhtml"
7474     type="date"
7475     step="65000"/>
7476     #errors
7477    
7478     #data
7479     <input xmlns="http://www.w3.org/1999/xhtml"
7480     type="date"
7481     step="66000.0"/>
7482     #errors
7483    
7484     #data
7485     <input xmlns="http://www.w3.org/1999/xhtml"
7486     type="date"
7487     step="any"/>
7488     #errors
7489    
7490     #data
7491     <input xmlns="http://www.w3.org/1999/xhtml"
7492     type="date"
7493     step="Any"/>
7494     #errors
7495    
7496     #data
7497     <input xmlns="http://www.w3.org/1999/xhtml"
7498     type="date"
7499     step="ANY"/>
7500     #errors
7501    
7502     #data
7503     <input xmlns="http://www.w3.org/1999/xhtml"
7504     type="date"
7505     step="any "/>
7506     #errors
7507     /input/@step;float:syntax error;m
7508    
7509     #data
7510     <input xmlns="http://www.w3.org/1999/xhtml"
7511     type="date"
7512     step=" Any"/>
7513     #errors
7514     /input/@step;float:syntax error;m
7515    
7516     #data
7517     <input xmlns="http://www.w3.org/1999/xhtml"
7518     type="date"
7519     step="anything"/>
7520     #errors
7521     /input/@step;float:syntax error;m
7522    
7523     #data
7524     <input xmlns="http://www.w3.org/1999/xhtml"
7525     type="date"
7526     step=""/>
7527     #errors
7528     /input/@step;float:syntax error;m
7529    
7530     #data
7531     <input xmlns="http://www.w3.org/1999/xhtml"
7532     type="date"
7533     step="0"/>
7534     #errors
7535     /input/@step;float:out of range;m
7536    
7537     #data
7538     <input xmlns="http://www.w3.org/1999/xhtml"
7539     type="date"
7540     step="0.00"/>
7541     #errors
7542     /input/@step;float:out of range;m
7543    
7544     #data
7545     <input xmlns="http://www.w3.org/1999/xhtml"
7546     type="month"
7547     step="1"/>
7548     #errors
7549    
7550     #data
7551     <input xmlns="http://www.w3.org/1999/xhtml"
7552     type="month"
7553     step="100"/>
7554     #errors
7555    
7556     #data
7557     <input xmlns="http://www.w3.org/1999/xhtml"
7558     type="month"
7559     step="0000001"/>
7560     #errors
7561    
7562     #data
7563     <input xmlns="http://www.w3.org/1999/xhtml"
7564     type="month"
7565     step="32"/>
7566     #errors
7567    
7568     #data
7569     <input xmlns="http://www.w3.org/1999/xhtml"
7570     type="month"
7571     step="-1.4142135623730950488016887242097e0"/>
7572     #errors
7573    
7574     #data
7575     <input xmlns="http://www.w3.org/1999/xhtml"
7576     type="month"
7577     step="3.17e4"/>
7578     #errors
7579    
7580     #data
7581     <input xmlns="http://www.w3.org/1999/xhtml"
7582     type="month"
7583     step="0.4500"/>
7584     #errors
7585    
7586     #data
7587     <input xmlns="http://www.w3.org/1999/xhtml"
7588     type="month"
7589     step="0042.000"/>
7590     #errors
7591    
7592     #data
7593     <input xmlns="http://www.w3.org/1999/xhtml"
7594     type="month"
7595     step="42e0"/>
7596     #errors
7597    
7598     #data
7599     <input xmlns="http://www.w3.org/1999/xhtml"
7600     type="month"
7601     step="4.2e1"/>
7602     #errors
7603    
7604     #data
7605     <input xmlns="http://www.w3.org/1999/xhtml"
7606     type="month"
7607     step="420e-1"/>
7608     #errors
7609    
7610     #data
7611     <input xmlns="http://www.w3.org/1999/xhtml"
7612     type="month"
7613     step=""/>
7614     #errors
7615     /input/@step;float:syntax error;m
7616    
7617     #data
7618     <input xmlns="http://www.w3.org/1999/xhtml"
7619     type="month"
7620     step="+0"/>
7621     #errors
7622     /input/@step;float:syntax error;m
7623    
7624     #data
7625     <input xmlns="http://www.w3.org/1999/xhtml"
7626     type="month"
7627     step="0e+0"/>
7628     #errors
7629     /input/@step;float:syntax error;m
7630    
7631     #data
7632     <input xmlns="http://www.w3.org/1999/xhtml"
7633     type="month"
7634     step="+1e+3"/>
7635     #errors
7636     /input/@step;float:syntax error;m
7637    
7638     #data
7639     <input xmlns="http://www.w3.org/1999/xhtml"
7640     type="month"
7641     step=".42e2"/>
7642     #errors
7643     /input/@step;float:syntax error;m
7644    
7645     #data
7646     <input xmlns="http://www.w3.org/1999/xhtml"
7647     type="month"
7648     step="65000"/>
7649     #errors
7650    
7651     #data
7652     <input xmlns="http://www.w3.org/1999/xhtml"
7653     type="month"
7654     step="66000.0"/>
7655     #errors
7656    
7657     #data
7658     <input xmlns="http://www.w3.org/1999/xhtml"
7659     type="month"
7660     step="any"/>
7661     #errors
7662    
7663     #data
7664     <input xmlns="http://www.w3.org/1999/xhtml"
7665     type="month"
7666     step="Any"/>
7667     #errors
7668    
7669     #data
7670     <input xmlns="http://www.w3.org/1999/xhtml"
7671     type="month"
7672     step="ANY"/>
7673     #errors
7674    
7675     #data
7676     <input xmlns="http://www.w3.org/1999/xhtml"
7677     type="month"
7678     step="any "/>
7679     #errors
7680     /input/@step;float:syntax error;m
7681    
7682     #data
7683     <input xmlns="http://www.w3.org/1999/xhtml"
7684     type="month"
7685     step=" Any"/>
7686     #errors
7687     /input/@step;float:syntax error;m
7688    
7689     #data
7690     <input xmlns="http://www.w3.org/1999/xhtml"
7691     type="month"
7692     step="anything"/>
7693     #errors
7694     /input/@step;float:syntax error;m
7695    
7696     #data
7697     <input xmlns="http://www.w3.org/1999/xhtml"
7698     type="month"
7699     step=""/>
7700     #errors
7701     /input/@step;float:syntax error;m
7702    
7703     #data
7704     <input xmlns="http://www.w3.org/1999/xhtml"
7705     type="month"
7706     step="0"/>
7707     #errors
7708     /input/@step;float:out of range;m
7709    
7710     #data
7711     <input xmlns="http://www.w3.org/1999/xhtml"
7712     type="month"
7713     step="0.00"/>
7714     #errors
7715     /input/@step;float:out of range;m
7716    
7717     #data
7718     <input xmlns="http://www.w3.org/1999/xhtml"
7719     type="week"
7720     step="1"/>
7721     #errors
7722    
7723     #data
7724     <input xmlns="http://www.w3.org/1999/xhtml"
7725     type="week"
7726     step="100"/>
7727     #errors
7728    
7729     #data
7730     <input xmlns="http://www.w3.org/1999/xhtml"
7731     type="week"
7732     step="0000001"/>
7733     #errors
7734    
7735     #data
7736     <input xmlns="http://www.w3.org/1999/xhtml"
7737     type="week"
7738     step="32"/>
7739     #errors
7740    
7741     #data
7742     <input xmlns="http://www.w3.org/1999/xhtml"
7743     type="week"
7744     step="-1.4142135623730950488016887242097e0"/>
7745     #errors
7746    
7747     #data
7748     <input xmlns="http://www.w3.org/1999/xhtml"
7749     type="week"
7750     step="3.17e4"/>
7751     #errors
7752    
7753     #data
7754     <input xmlns="http://www.w3.org/1999/xhtml"
7755     type="week"
7756     step="0.4500"/>
7757     #errors
7758    
7759     #data
7760     <input xmlns="http://www.w3.org/1999/xhtml"
7761     type="week"
7762     step="0042.000"/>
7763     #errors
7764    
7765     #data
7766     <input xmlns="http://www.w3.org/1999/xhtml"
7767     type="week"
7768     step="42e0"/>
7769     #errors
7770    
7771     #data
7772     <input xmlns="http://www.w3.org/1999/xhtml"
7773     type="week"
7774     step="4.2e1"/>
7775     #errors
7776    
7777     #data
7778     <input xmlns="http://www.w3.org/1999/xhtml"
7779     type="week"
7780     step="420e-1"/>
7781     #errors
7782    
7783     #data
7784     <input xmlns="http://www.w3.org/1999/xhtml"
7785     type="week"
7786     step=""/>
7787     #errors
7788     /input/@step;float:syntax error;m
7789    
7790     #data
7791     <input xmlns="http://www.w3.org/1999/xhtml"
7792     type="week"
7793     step="+0"/>
7794     #errors
7795     /input/@step;float:syntax error;m
7796    
7797     #data
7798     <input xmlns="http://www.w3.org/1999/xhtml"
7799     type="week"
7800     step="0e+0"/>
7801     #errors
7802     /input/@step;float:syntax error;m
7803    
7804     #data
7805     <input xmlns="http://www.w3.org/1999/xhtml"
7806     type="week"
7807     step="+1e+3"/>
7808     #errors
7809     /input/@step;float:syntax error;m
7810    
7811     #data
7812     <input xmlns="http://www.w3.org/1999/xhtml"
7813     type="week"
7814     step=".42e2"/>
7815     #errors
7816     /input/@step;float:syntax error;m
7817    
7818     #data
7819     <input xmlns="http://www.w3.org/1999/xhtml"
7820     type="week"
7821     step="65000"/>
7822     #errors
7823    
7824     #data
7825     <input xmlns="http://www.w3.org/1999/xhtml"
7826     type="week"
7827     step="66000.0"/>
7828     #errors
7829    
7830     #data
7831     <input xmlns="http://www.w3.org/1999/xhtml"
7832     type="week"
7833     step="any"/>
7834     #errors
7835    
7836     #data
7837     <input xmlns="http://www.w3.org/1999/xhtml"
7838     type="week"
7839     step="Any"/>
7840     #errors
7841    
7842     #data
7843     <input xmlns="http://www.w3.org/1999/xhtml"
7844     type="week"
7845     step="ANY"/>
7846     #errors
7847    
7848     #data
7849     <input xmlns="http://www.w3.org/1999/xhtml"
7850     type="week"
7851     step="any "/>
7852     #errors
7853     /input/@step;float:syntax error;m
7854    
7855     #data
7856     <input xmlns="http://www.w3.org/1999/xhtml"
7857     type="week"
7858     step=" Any"/>
7859     #errors
7860     /input/@step;float:syntax error;m
7861    
7862     #data
7863     <input xmlns="http://www.w3.org/1999/xhtml"
7864     type="week"
7865     step="anything"/>
7866     #errors
7867     /input/@step;float:syntax error;m
7868    
7869     #data
7870     <input xmlns="http://www.w3.org/1999/xhtml"
7871     type="week"
7872     step=""/>
7873     #errors
7874     /input/@step;float:syntax error;m
7875    
7876     #data
7877     <input xmlns="http://www.w3.org/1999/xhtml"
7878     type="week"
7879     step="0"/>
7880     #errors
7881     /input/@step;float:out of range;m
7882    
7883     #data
7884     <input xmlns="http://www.w3.org/1999/xhtml"
7885     type="week"
7886     step="0.00"/>
7887     #errors
7888     /input/@step;float:out of range;m
7889    
7890     #data
7891     <input xmlns="http://www.w3.org/1999/xhtml"
7892     type="time"
7893     step="1"/>
7894     #errors
7895    
7896     #data
7897     <input xmlns="http://www.w3.org/1999/xhtml"
7898     type="time"
7899     step="100"/>
7900     #errors
7901    
7902     #data
7903     <input xmlns="http://www.w3.org/1999/xhtml"
7904     type="time"
7905     step="0000001"/>
7906     #errors
7907    
7908     #data
7909     <input xmlns="http://www.w3.org/1999/xhtml"
7910     type="time"
7911     step="32"/>
7912     #errors
7913    
7914     #data
7915     <input xmlns="http://www.w3.org/1999/xhtml"
7916     type="time"
7917     step="-1.4142135623730950488016887242097e0"/>
7918     #errors
7919    
7920     #data
7921     <input xmlns="http://www.w3.org/1999/xhtml"
7922     type="time"
7923     step="3.17e4"/>
7924     #errors
7925    
7926     #data
7927     <input xmlns="http://www.w3.org/1999/xhtml"
7928     type="time"
7929     step="0.4500"/>
7930     #errors
7931    
7932     #data
7933     <input xmlns="http://www.w3.org/1999/xhtml"
7934     type="time"
7935     step="0042.000"/>
7936     #errors
7937    
7938     #data
7939     <input xmlns="http://www.w3.org/1999/xhtml"
7940     type="time"
7941     step="42e0"/>
7942     #errors
7943    
7944     #data
7945     <input xmlns="http://www.w3.org/1999/xhtml"
7946     type="time"
7947     step="4.2e1"/>
7948     #errors
7949    
7950     #data
7951     <input xmlns="http://www.w3.org/1999/xhtml"
7952     type="time"
7953     step="420e-1"/>
7954     #errors
7955    
7956     #data
7957     <input xmlns="http://www.w3.org/1999/xhtml"
7958     type="time"
7959     step=""/>
7960     #errors
7961     /input/@step;float:syntax error;m
7962    
7963     #data
7964     <input xmlns="http://www.w3.org/1999/xhtml"
7965     type="time"
7966     step="+0"/>
7967     #errors
7968     /input/@step;float:syntax error;m
7969    
7970     #data
7971     <input xmlns="http://www.w3.org/1999/xhtml"
7972     type="time"
7973     step="0e+0"/>
7974     #errors
7975     /input/@step;float:syntax error;m
7976    
7977     #data
7978     <input xmlns="http://www.w3.org/1999/xhtml"
7979     type="time"
7980     step="+1e+3"/>
7981     #errors
7982     /input/@step;float:syntax error;m
7983    
7984     #data
7985     <input xmlns="http://www.w3.org/1999/xhtml"
7986     type="time"
7987     step=".42e2"/>
7988     #errors
7989     /input/@step;float:syntax error;m
7990    
7991     #data
7992     <input xmlns="http://www.w3.org/1999/xhtml"
7993     type="time"
7994     step="65000"/>
7995     #errors
7996    
7997     #data
7998     <input xmlns="http://www.w3.org/1999/xhtml"
7999     type="time"
8000     step="66000.0"/>
8001     #errors
8002    
8003     #data
8004     <input xmlns="http://www.w3.org/1999/xhtml"
8005     type="time"
8006     step="any"/>
8007     #errors
8008    
8009     #data
8010     <input xmlns="http://www.w3.org/1999/xhtml"
8011     type="time"
8012     step="Any"/>
8013     #errors
8014    
8015     #data
8016     <input xmlns="http://www.w3.org/1999/xhtml"
8017     type="time"
8018     step="ANY"/>
8019     #errors
8020    
8021     #data
8022     <input xmlns="http://www.w3.org/1999/xhtml"
8023     type="time"
8024     step="any "/>
8025     #errors
8026     /input/@step;float:syntax error;m
8027    
8028     #data
8029     <input xmlns="http://www.w3.org/1999/xhtml"
8030     type="time"
8031     step=" Any"/>
8032     #errors
8033     /input/@step;float:syntax error;m
8034    
8035     #data
8036     <input xmlns="http://www.w3.org/1999/xhtml"
8037     type="time"
8038     step="anything"/>
8039     #errors
8040     /input/@step;float:syntax error;m
8041    
8042     #data
8043     <input xmlns="http://www.w3.org/1999/xhtml"
8044     type="time"
8045     step=""/>
8046     #errors
8047     /input/@step;float:syntax error;m
8048    
8049     #data
8050     <input xmlns="http://www.w3.org/1999/xhtml"
8051     type="time"
8052     step="0"/>
8053     #errors
8054     /input/@step;float:out of range;m
8055    
8056     #data
8057     <input xmlns="http://www.w3.org/1999/xhtml"
8058     type="time"
8059     step="0.00"/>
8060     #errors
8061     /input/@step;float:out of range;m
8062    
8063     #data
8064     <input xmlns="http://www.w3.org/1999/xhtml"
8065     type="datetime-local"
8066     step="1"/>
8067     #errors
8068    
8069     #data
8070     <input xmlns="http://www.w3.org/1999/xhtml"
8071     type="datetime-local"
8072     step="100"/>
8073     #errors
8074    
8075     #data
8076     <input xmlns="http://www.w3.org/1999/xhtml"
8077     type="datetime-local"
8078     step="0000001"/>
8079     #errors
8080    
8081     #data
8082     <input xmlns="http://www.w3.org/1999/xhtml"
8083     type="datetime-local"
8084     step="32"/>
8085     #errors
8086    
8087     #data
8088     <input xmlns="http://www.w3.org/1999/xhtml"
8089     type="datetime-local"
8090     step="-1.4142135623730950488016887242097e0"/>
8091     #errors
8092    
8093     #data
8094     <input xmlns="http://www.w3.org/1999/xhtml"
8095     type="datetime-local"
8096     step="3.17e4"/>
8097     #errors
8098    
8099     #data
8100     <input xmlns="http://www.w3.org/1999/xhtml"
8101     type="datetime-local"
8102     step="0.4500"/>
8103     #errors
8104    
8105     #data
8106     <input xmlns="http://www.w3.org/1999/xhtml"
8107     type="datetime-local"
8108     step="0042.000"/>
8109     #errors
8110    
8111     #data
8112     <input xmlns="http://www.w3.org/1999/xhtml"
8113     type="datetime-local"
8114     step="42e0"/>
8115     #errors
8116    
8117     #data
8118     <input xmlns="http://www.w3.org/1999/xhtml"
8119     type="datetime-local"
8120     step="4.2e1"/>
8121     #errors
8122    
8123     #data
8124     <input xmlns="http://www.w3.org/1999/xhtml"
8125     type="datetime-local"
8126     step="420e-1"/>
8127     #errors
8128    
8129     #data
8130     <input xmlns="http://www.w3.org/1999/xhtml"
8131     type="datetime-local"
8132     step=""/>
8133     #errors
8134     /input/@step;float:syntax error;m
8135    
8136     #data
8137     <input xmlns="http://www.w3.org/1999/xhtml"
8138     type="datetime-local"
8139     step="+0"/>
8140     #errors
8141     /input/@step;float:syntax error;m
8142    
8143     #data
8144     <input xmlns="http://www.w3.org/1999/xhtml"
8145     type="datetime-local"
8146     step="0e+0"/>
8147     #errors
8148     /input/@step;float:syntax error;m
8149    
8150     #data
8151     <input xmlns="http://www.w3.org/1999/xhtml"
8152     type="datetime-local"
8153     step="+1e+3"/>
8154     #errors
8155     /input/@step;float:syntax error;m
8156    
8157     #data
8158     <input xmlns="http://www.w3.org/1999/xhtml"
8159     type="datetime-local"
8160     step=".42e2"/>
8161     #errors
8162     /input/@step;float:syntax error;m
8163    
8164     #data
8165     <input xmlns="http://www.w3.org/1999/xhtml"
8166     type="datetime-local"
8167     step="65000"/>
8168     #errors
8169    
8170     #data
8171     <input xmlns="http://www.w3.org/1999/xhtml"
8172     type="datetime-local"
8173     step="66000.0"/>
8174     #errors
8175    
8176     #data
8177     <input xmlns="http://www.w3.org/1999/xhtml"
8178     type="datetime-local"
8179     step="any"/>
8180     #errors
8181    
8182     #data
8183     <input xmlns="http://www.w3.org/1999/xhtml"
8184     type="datetime-local"
8185     step="Any"/>
8186     #errors
8187    
8188     #data
8189     <input xmlns="http://www.w3.org/1999/xhtml"
8190     type="datetime-local"
8191     step="ANY"/>
8192     #errors
8193    
8194     #data
8195     <input xmlns="http://www.w3.org/1999/xhtml"
8196     type="datetime-local"
8197     step="any "/>
8198     #errors
8199     /input/@step;float:syntax error;m
8200    
8201     #data
8202     <input xmlns="http://www.w3.org/1999/xhtml"
8203     type="datetime-local"
8204     step=" Any"/>
8205     #errors
8206     /input/@step;float:syntax error;m
8207    
8208     #data
8209     <input xmlns="http://www.w3.org/1999/xhtml"
8210     type="datetime-local"
8211     step="anything"/>
8212     #errors
8213     /input/@step;float:syntax error;m
8214    
8215     #data
8216     <input xmlns="http://www.w3.org/1999/xhtml"
8217     type="datetime-local"
8218     step=""/>
8219     #errors
8220     /input/@step;float:syntax error;m
8221    
8222     #data
8223     <input xmlns="http://www.w3.org/1999/xhtml"
8224     type="datetime-local"
8225     step="0"/>
8226     #errors
8227     /input/@step;float:out of range;m
8228    
8229     #data
8230     <input xmlns="http://www.w3.org/1999/xhtml"
8231     type="datetime-local"
8232     step="0.00"/>
8233     #errors
8234     /input/@step;float:out of range;m
8235    
8236     #data
8237     <input xmlns="http://www.w3.org/1999/xhtml"
8238     type="number"
8239     step="1"/>
8240     #errors
8241    
8242     #data
8243     <input xmlns="http://www.w3.org/1999/xhtml"
8244     type="number"
8245     step="100"/>
8246     #errors
8247    
8248     #data
8249     <input xmlns="http://www.w3.org/1999/xhtml"
8250     type="number"
8251     step="0000001"/>
8252     #errors
8253    
8254     #data
8255     <input xmlns="http://www.w3.org/1999/xhtml"
8256     type="number"
8257     step="32"/>
8258     #errors
8259    
8260     #data
8261     <input xmlns="http://www.w3.org/1999/xhtml"
8262     type="number"
8263     step="-1.4142135623730950488016887242097e0"/>
8264     #errors
8265    
8266     #data
8267     <input xmlns="http://www.w3.org/1999/xhtml"
8268     type="number"
8269     step="3.17e4"/>
8270     #errors
8271    
8272     #data
8273     <input xmlns="http://www.w3.org/1999/xhtml"
8274     type="number"
8275     step="0.4500"/>
8276     #errors
8277    
8278     #data
8279     <input xmlns="http://www.w3.org/1999/xhtml"
8280     type="number"
8281     step="0042.000"/>
8282     #errors
8283    
8284     #data
8285     <input xmlns="http://www.w3.org/1999/xhtml"
8286     type="number"
8287     step="42e0"/>
8288     #errors
8289    
8290     #data
8291     <input xmlns="http://www.w3.org/1999/xhtml"
8292     type="number"
8293     step="4.2e1"/>
8294     #errors
8295    
8296     #data
8297     <input xmlns="http://www.w3.org/1999/xhtml"
8298     type="number"
8299     step="420e-1"/>
8300     #errors
8301    
8302     #data
8303     <input xmlns="http://www.w3.org/1999/xhtml"
8304     type="number"
8305     step=""/>
8306     #errors
8307     /input/@step;float:syntax error;m
8308    
8309     #data
8310     <input xmlns="http://www.w3.org/1999/xhtml"
8311     type="number"
8312     step="+0"/>
8313     #errors
8314     /input/@step;float:syntax error;m
8315    
8316     #data
8317     <input xmlns="http://www.w3.org/1999/xhtml"
8318     type="number"
8319     step="0e+0"/>
8320     #errors
8321     /input/@step;float:syntax error;m
8322    
8323     #data
8324     <input xmlns="http://www.w3.org/1999/xhtml"
8325     type="number"
8326     step="+1e+3"/>
8327     #errors
8328     /input/@step;float:syntax error;m
8329    
8330     #data
8331     <input xmlns="http://www.w3.org/1999/xhtml"
8332     type="number"
8333     step=".42e2"/>
8334     #errors
8335     /input/@step;float:syntax error;m
8336    
8337     #data
8338     <input xmlns="http://www.w3.org/1999/xhtml"
8339     type="number"
8340     step="65000"/>
8341     #errors
8342    
8343     #data
8344     <input xmlns="http://www.w3.org/1999/xhtml"
8345     type="number"
8346     step="66000.0"/>
8347     #errors
8348    
8349     #data
8350     <input xmlns="http://www.w3.org/1999/xhtml"
8351     type="number"
8352     step="any"/>
8353     #errors
8354    
8355     #data
8356     <input xmlns="http://www.w3.org/1999/xhtml"
8357     type="number"
8358     step="Any"/>
8359     #errors
8360    
8361     #data
8362     <input xmlns="http://www.w3.org/1999/xhtml"
8363     type="number"
8364     step="ANY"/>
8365     #errors
8366    
8367     #data
8368     <input xmlns="http://www.w3.org/1999/xhtml"
8369     type="number"
8370     step="any "/>
8371     #errors
8372     /input/@step;float:syntax error;m
8373    
8374     #data
8375     <input xmlns="http://www.w3.org/1999/xhtml"
8376     type="number"
8377     step=" Any"/>
8378     #errors
8379     /input/@step;float:syntax error;m
8380    
8381     #data
8382     <input xmlns="http://www.w3.org/1999/xhtml"
8383     type="number"
8384     step="anything"/>
8385     #errors
8386     /input/@step;float:syntax error;m
8387    
8388     #data
8389     <input xmlns="http://www.w3.org/1999/xhtml"
8390     type="number"
8391     step=""/>
8392     #errors
8393     /input/@step;float:syntax error;m
8394    
8395     #data
8396     <input xmlns="http://www.w3.org/1999/xhtml"
8397     type="number"
8398     step="0"/>
8399     #errors
8400     /input/@step;float:out of range;m
8401    
8402     #data
8403     <input xmlns="http://www.w3.org/1999/xhtml"
8404     type="number"
8405     step="0.00"/>
8406     #errors
8407     /input/@step;float:out of range;m
8408    
8409     #data
8410     <input xmlns="http://www.w3.org/1999/xhtml"
8411     type="range"
8412     step="1"/>
8413     #errors
8414    
8415     #data
8416     <input xmlns="http://www.w3.org/1999/xhtml"
8417     type="range"
8418     step="100"/>
8419     #errors
8420    
8421     #data
8422     <input xmlns="http://www.w3.org/1999/xhtml"
8423     type="range"
8424     step="0000001"/>
8425     #errors
8426    
8427     #data
8428     <input xmlns="http://www.w3.org/1999/xhtml"
8429     type="range"
8430     step="32"/>
8431     #errors
8432    
8433     #data
8434     <input xmlns="http://www.w3.org/1999/xhtml"
8435     type="range"
8436     step="-1.4142135623730950488016887242097e0"/>
8437     #errors
8438    
8439     #data
8440     <input xmlns="http://www.w3.org/1999/xhtml"
8441     type="range"
8442     step="3.17e4"/>
8443     #errors
8444    
8445     #data
8446     <input xmlns="http://www.w3.org/1999/xhtml"
8447     type="range"
8448     step="0.4500"/>
8449     #errors
8450    
8451     #data
8452     <input xmlns="http://www.w3.org/1999/xhtml"
8453     type="range"
8454     step="0042.000"/>
8455     #errors
8456    
8457     #data
8458     <input xmlns="http://www.w3.org/1999/xhtml"
8459     type="range"
8460     step="42e0"/>
8461     #errors
8462    
8463     #data
8464     <input xmlns="http://www.w3.org/1999/xhtml"
8465     type="range"
8466     step="4.2e1"/>
8467     #errors
8468    
8469     #data
8470     <input xmlns="http://www.w3.org/1999/xhtml"
8471     type="range"
8472     step="420e-1"/>
8473     #errors
8474    
8475     #data
8476     <input xmlns="http://www.w3.org/1999/xhtml"
8477     type="range"
8478     step=""/>
8479     #errors
8480     /input/@step;float:syntax error;m
8481    
8482     #data
8483     <input xmlns="http://www.w3.org/1999/xhtml"
8484     type="range"
8485     step="+0"/>
8486     #errors
8487     /input/@step;float:syntax error;m
8488    
8489     #data
8490     <input xmlns="http://www.w3.org/1999/xhtml"
8491     type="range"
8492     step="0e+0"/>
8493     #errors
8494     /input/@step;float:syntax error;m
8495    
8496     #data
8497     <input xmlns="http://www.w3.org/1999/xhtml"
8498     type="range"
8499     step="+1e+3"/>
8500     #errors
8501     /input/@step;float:syntax error;m
8502    
8503     #data
8504     <input xmlns="http://www.w3.org/1999/xhtml"
8505     type="range"
8506     step=".42e2"/>
8507     #errors
8508     /input/@step;float:syntax error;m
8509    
8510     #data
8511     <input xmlns="http://www.w3.org/1999/xhtml"
8512     type="range"
8513     step="65000"/>
8514     #errors
8515    
8516     #data
8517     <input xmlns="http://www.w3.org/1999/xhtml"
8518     type="range"
8519     step="66000.0"/>
8520     #errors
8521    
8522     #data
8523     <input xmlns="http://www.w3.org/1999/xhtml"
8524     type="range"
8525     step="any"/>
8526     #errors
8527    
8528     #data
8529     <input xmlns="http://www.w3.org/1999/xhtml"
8530     type="range"
8531     step="Any"/>
8532     #errors
8533    
8534     #data
8535     <input xmlns="http://www.w3.org/1999/xhtml"
8536     type="range"
8537     step="ANY"/>
8538     #errors
8539    
8540     #data
8541     <input xmlns="http://www.w3.org/1999/xhtml"
8542     type="range"
8543     step="any "/>
8544     #errors
8545     /input/@step;float:syntax error;m
8546    
8547     #data
8548     <input xmlns="http://www.w3.org/1999/xhtml"
8549     type="range"
8550     step=" Any"/>
8551     #errors
8552     /input/@step;float:syntax error;m
8553    
8554     #data
8555     <input xmlns="http://www.w3.org/1999/xhtml"
8556     type="range"
8557     step="anything"/>
8558     #errors
8559     /input/@step;float:syntax error;m
8560    
8561     #data
8562     <input xmlns="http://www.w3.org/1999/xhtml"
8563     type="range"
8564     step=""/>
8565     #errors
8566     /input/@step;float:syntax error;m
8567    
8568     #data
8569     <input xmlns="http://www.w3.org/1999/xhtml"
8570     type="range"
8571     step="0"/>
8572     #errors
8573     /input/@step;float:out of range;m
8574    
8575     #data
8576     <input xmlns="http://www.w3.org/1999/xhtml"
8577     type="range"
8578     step="0.00"/>
8579     #errors
8580     /input/@step;float:out of range;m
8581 wakaba 1.10
8582     #data
8583     <input xmlns="http://www.w3.org/1999/xhtml"
8584 wakaba 1.14 type="hidden"
8585     multiple=""/>
8586     #errors
8587     /input/@multiple;input attr not applicable;hidden;m
8588    
8589     #data
8590     <input xmlns="http://www.w3.org/1999/xhtml"
8591     type="text"
8592     multiple=""/>
8593     #errors
8594     /input/@multiple;input attr not applicable;text;m
8595    
8596     #data
8597     <input xmlns="http://www.w3.org/1999/xhtml"
8598     type="search"
8599     multiple=""/>
8600     #errors
8601     /input/@multiple;input attr not applicable;search;m
8602    
8603     #data
8604     <input xmlns="http://www.w3.org/1999/xhtml"
8605     type="url"
8606     multiple=""/>
8607     #errors
8608     /input/@multiple;input attr not applicable;url;m
8609    
8610     #data
8611     <input xmlns="http://www.w3.org/1999/xhtml"
8612     type="password"
8613     multiple=""/>
8614     #errors
8615     /input/@multiple;input attr not applicable;password;m
8616    
8617     #data
8618     <input xmlns="http://www.w3.org/1999/xhtml"
8619     type="datetime"
8620     multiple=""/>
8621     #errors
8622     /input/@multiple;input attr not applicable;datetime;m
8623    
8624     #data
8625     <input xmlns="http://www.w3.org/1999/xhtml"
8626     type="date"
8627     multiple=""/>
8628     #errors
8629     /input/@multiple;input attr not applicable;date;m
8630    
8631     #data
8632     <input xmlns="http://www.w3.org/1999/xhtml"
8633     type="month"
8634     multiple=""/>
8635     #errors
8636     /input/@multiple;input attr not applicable;month;m
8637    
8638     #data
8639     <input xmlns="http://www.w3.org/1999/xhtml"
8640     type="week"
8641     multiple=""/>
8642     #errors
8643     /input/@multiple;input attr not applicable;week;m
8644    
8645     #data
8646     <input xmlns="http://www.w3.org/1999/xhtml"
8647     type="time"
8648     multiple=""/>
8649     #errors
8650     /input/@multiple;input attr not applicable;time;m
8651    
8652     #data
8653     <input xmlns="http://www.w3.org/1999/xhtml"
8654     type="datetime-local"
8655     multiple=""/>
8656     #errors
8657     /input/@multiple;input attr not applicable;datetime-local;m
8658    
8659     #data
8660     <input xmlns="http://www.w3.org/1999/xhtml"
8661     type="number"
8662     multiple=""/>
8663     #errors
8664     /input/@multiple;input attr not applicable;number;m
8665    
8666     #data
8667     <input xmlns="http://www.w3.org/1999/xhtml"
8668     type="range"
8669     multiple=""/>
8670     #errors
8671     /input/@multiple;input attr not applicable;range;m
8672    
8673     #data
8674     <input xmlns="http://www.w3.org/1999/xhtml"
8675     type="color"
8676     multiple=""/>
8677     #errors
8678     /input/@multiple;input attr not applicable;color;m
8679    
8680     #data
8681     <input xmlns="http://www.w3.org/1999/xhtml"
8682     type="checkbox"
8683     multiple=""/>
8684     #errors
8685     /input/@multiple;input attr not applicable;checkbox;m
8686    
8687     #data
8688     <input xmlns="http://www.w3.org/1999/xhtml"
8689     type="radio"
8690     multiple=""/>
8691     #errors
8692     /input/@multiple;input attr not applicable;radio;m
8693    
8694     #data
8695     <input xmlns="http://www.w3.org/1999/xhtml"
8696     type="submit"
8697     multiple=""/>
8698     #errors
8699     /input/@multiple;input attr not applicable;submit;m
8700    
8701     #data
8702     <input xmlns="http://www.w3.org/1999/xhtml"
8703     type="image"
8704     src="" alt="x"
8705     multiple=""/>
8706     #errors
8707     /input/@multiple;input attr not applicable;image;m
8708    
8709     #data
8710     <input xmlns="http://www.w3.org/1999/xhtml"
8711     type="reset"
8712     multiple=""/>
8713     #errors
8714     /input/@multiple;input attr not applicable;reset;m
8715    
8716     #data
8717     <input xmlns="http://www.w3.org/1999/xhtml"
8718     type="button"
8719     multiple=""/>
8720     #errors
8721     /input/@multiple;input attr not applicable;button;m
8722    
8723     #data
8724     <input xmlns="http://www.w3.org/1999/xhtml"
8725     type="add"
8726     multiple=""/>
8727     #errors
8728     /input/@multiple;input attr not applicable;add;m
8729     /input/@type;enumerated:invalid;m
8730    
8731     #data
8732     <input xmlns="http://www.w3.org/1999/xhtml"
8733     type="remove"
8734     multiple=""/>
8735     #errors
8736     /input/@multiple;input attr not applicable;remove;m
8737     /input/@type;enumerated:invalid;m
8738    
8739     #data
8740     <input xmlns="http://www.w3.org/1999/xhtml"
8741     type="move-up"
8742     multiple=""/>
8743     #errors
8744     /input/@multiple;input attr not applicable;move-up;m
8745     /input/@type;enumerated:invalid;m
8746    
8747     #data
8748     <input xmlns="http://www.w3.org/1999/xhtml"
8749     type="move-down"
8750     multiple=""/>
8751     #errors
8752     /input/@multiple;input attr not applicable;move-down;m
8753     /input/@type;enumerated:invalid;m
8754    
8755     #data
8756     <input xmlns="http://www.w3.org/1999/xhtml"
8757     type="email"
8758     multiple=""/>
8759     #errors
8760    
8761     #data
8762     <input xmlns="http://www.w3.org/1999/xhtml"
8763     type="email"
8764     multiple="multiple"/>
8765     #errors
8766    
8767     #data
8768     <input xmlns="http://www.w3.org/1999/xhtml"
8769     type="email"
8770     multiple="Multiple"/>
8771     #errors
8772    
8773     #data
8774     <input xmlns="http://www.w3.org/1999/xhtml"
8775     type="email"
8776     multiple=" multiple"/>
8777     #errors
8778     /input/@multiple;boolean:invalid;m
8779    
8780     #data
8781     <input xmlns="http://www.w3.org/1999/xhtml"
8782     type="email"
8783     multiple="yes"/>
8784     #errors
8785     /input/@multiple;boolean:invalid;m
8786    
8787     #data
8788     <input xmlns="http://www.w3.org/1999/xhtml"
8789     type="file"
8790     multiple=""/>
8791     #errors
8792    
8793     #data
8794     <input xmlns="http://www.w3.org/1999/xhtml"
8795     type="file"
8796     multiple="multiple"/>
8797     #errors
8798    
8799     #data
8800     <input xmlns="http://www.w3.org/1999/xhtml"
8801     type="file"
8802     multiple="Multiple"/>
8803     #errors
8804    
8805     #data
8806     <input xmlns="http://www.w3.org/1999/xhtml"
8807     type="file"
8808     multiple=" multiple"/>
8809     #errors
8810     /input/@multiple;boolean:invalid;m
8811    
8812     #data
8813     <input xmlns="http://www.w3.org/1999/xhtml"
8814     type="file"
8815     multiple="yes"/>
8816     #errors
8817     /input/@multiple;boolean:invalid;m
8818 wakaba 1.15
8819     #data
8820     <input xmlns="http://www.w3.org/1999/xhtml"
8821     type="text"
8822     pattern=""/>
8823     #errors
8824     /input/@pattern;SUBDOC
8825     /input;attribute missing;title;s
8826    
8827     #data
8828     <input xmlns="http://www.w3.org/1999/xhtml"
8829     type="text"
8830     pattern="" title="empty"/>
8831     #errors
8832     /input/@pattern;SUBDOC
8833    
8834     #data
8835     <input xmlns="http://www.w3.org/1999/xhtml"
8836     type="search"
8837     pattern=""/>
8838     #errors
8839     /input/@pattern;SUBDOC
8840     /input;attribute missing;title;s
8841    
8842     #data
8843     <input xmlns="http://www.w3.org/1999/xhtml"
8844     type="search"
8845     pattern="" title="empty"/>
8846     #errors
8847     /input/@pattern;SUBDOC
8848    
8849     #data
8850     <input xmlns="http://www.w3.org/1999/xhtml"
8851     type="url"
8852     pattern=""/>
8853     #errors
8854     /input/@pattern;SUBDOC
8855     /input;attribute missing;title;s
8856    
8857     #data
8858     <input xmlns="http://www.w3.org/1999/xhtml"
8859     type="url"
8860     pattern="" title="empty"/>
8861     #errors
8862     /input/@pattern;SUBDOC
8863    
8864     #data
8865     <input xmlns="http://www.w3.org/1999/xhtml"
8866     type="email"
8867     pattern=""/>
8868     #errors
8869     /input/@pattern;SUBDOC
8870     /input;attribute missing;title;s
8871    
8872     #data
8873     <input xmlns="http://www.w3.org/1999/xhtml"
8874     type="email"
8875     pattern="" title="empty"/>
8876     #errors
8877     /input/@pattern;SUBDOC
8878    
8879     #data
8880     <input xmlns="http://www.w3.org/1999/xhtml"
8881     type="password"
8882     pattern=""/>
8883     #errors
8884     /input/@pattern;SUBDOC
8885     /input;attribute missing;title;s
8886    
8887     #data
8888     <input xmlns="http://www.w3.org/1999/xhtml"
8889     type="password"
8890     pattern="" title="empty"/>
8891     #errors
8892     /input/@pattern;SUBDOC
8893 wakaba 1.14
8894     #data
8895     <input xmlns="http://www.w3.org/1999/xhtml"
8896     type="hidden"
8897     placeholder=""/>
8898     #errors
8899     /input/@placeholder;input attr not applicable;hidden;m
8900    
8901     #data
8902     <input xmlns="http://www.w3.org/1999/xhtml"
8903     type="datetime"
8904     placeholder=""/>
8905     #errors
8906     /input/@placeholder;input attr not applicable;datetime;m
8907    
8908     #data
8909     <input xmlns="http://www.w3.org/1999/xhtml"
8910     type="date"
8911     placeholder=""/>
8912     #errors
8913     /input/@placeholder;input attr not applicable;date;m
8914    
8915     #data
8916     <input xmlns="http://www.w3.org/1999/xhtml"
8917     type="month"
8918     placeholder=""/>
8919     #errors
8920     /input/@placeholder;input attr not applicable;month;m
8921    
8922     #data
8923     <input xmlns="http://www.w3.org/1999/xhtml"
8924     type="week"
8925     placeholder=""/>
8926     #errors
8927     /input/@placeholder;input attr not applicable;week;m
8928    
8929     #data
8930     <input xmlns="http://www.w3.org/1999/xhtml"
8931     type="time"
8932     placeholder=""/>
8933     #errors
8934     /input/@placeholder;input attr not applicable;time;m
8935    
8936     #data
8937     <input xmlns="http://www.w3.org/1999/xhtml"
8938     type="datetime-local"
8939     placeholder=""/>
8940     #errors
8941     /input/@placeholder;input attr not applicable;datetime-local;m
8942    
8943     #data
8944     <input xmlns="http://www.w3.org/1999/xhtml"
8945     type="number"
8946     placeholder=""/>
8947     #errors
8948     /input/@placeholder;input attr not applicable;number;m
8949    
8950     #data
8951     <input xmlns="http://www.w3.org/1999/xhtml"
8952     type="range"
8953     placeholder=""/>
8954     #errors
8955     /input/@placeholder;input attr not applicable;range;m
8956    
8957     #data
8958     <input xmlns="http://www.w3.org/1999/xhtml"
8959     type="color"
8960     placeholder=""/>
8961     #errors
8962     /input/@placeholder;input attr not applicable;color;m
8963    
8964     #data
8965     <input xmlns="http://www.w3.org/1999/xhtml"
8966     type="checkbox"
8967     placeholder=""/>
8968     #errors
8969     /input/@placeholder;input attr not applicable;checkbox;m
8970    
8971     #data
8972     <input xmlns="http://www.w3.org/1999/xhtml"
8973     type="radio"
8974     placeholder=""/>
8975     #errors
8976     /input/@placeholder;input attr not applicable;radio;m
8977    
8978     #data
8979     <input xmlns="http://www.w3.org/1999/xhtml"
8980     type="file"
8981     placeholder=""/>
8982     #errors
8983     /input/@placeholder;input attr not applicable;file;m
8984    
8985     #data
8986     <input xmlns="http://www.w3.org/1999/xhtml"
8987     type="submit"
8988     placeholder=""/>
8989     #errors
8990     /input/@placeholder;input attr not applicable;submit;m
8991    
8992     #data
8993     <input xmlns="http://www.w3.org/1999/xhtml"
8994     type="image"
8995     src="" alt="x"
8996     placeholder=""/>
8997     #errors
8998     /input/@placeholder;input attr not applicable;image;m
8999    
9000     #data
9001     <input xmlns="http://www.w3.org/1999/xhtml"
9002     type="reset"
9003     placeholder=""/>
9004     #errors
9005     /input/@placeholder;input attr not applicable;reset;m
9006    
9007     #data
9008     <input xmlns="http://www.w3.org/1999/xhtml"
9009     type="button"
9010     placeholder=""/>
9011     #errors
9012     /input/@placeholder;input attr not applicable;button;m
9013    
9014     #data
9015     <input xmlns="http://www.w3.org/1999/xhtml"
9016     type="add"
9017     placeholder=""/>
9018     #errors
9019     /input/@placeholder;input attr not applicable;add;m
9020     /input/@type;enumerated:invalid;m
9021    
9022     #data
9023     <input xmlns="http://www.w3.org/1999/xhtml"
9024     type="remove"
9025     placeholder=""/>
9026     #errors
9027     /input/@placeholder;input attr not applicable;remove;m
9028     /input/@type;enumerated:invalid;m
9029    
9030     #data
9031     <input xmlns="http://www.w3.org/1999/xhtml"
9032     type="move-up"
9033     placeholder=""/>
9034     #errors
9035     /input/@placeholder;input attr not applicable;move-up;m
9036     /input/@type;enumerated:invalid;m
9037    
9038     #data
9039     <input xmlns="http://www.w3.org/1999/xhtml"
9040     type="move-down"
9041     placeholder=""/>
9042     #errors
9043     /input/@placeholder;input attr not applicable;move-down;m
9044     /input/@type;enumerated:invalid;m
9045    
9046     #data
9047     <input xmlns="http://www.w3.org/1999/xhtml"
9048     type="text"
9049     placeholder=""/>
9050     #errors
9051    
9052     #data
9053     <input xmlns="http://www.w3.org/1999/xhtml"
9054     type="text"
9055     placeholder="xxx"/>
9056     #errors
9057    
9058     #data
9059     <input xmlns="http://www.w3.org/1999/xhtml"
9060     type="text"
9061     placeholder="&#xa;"/>
9062     #errors
9063     /input/@placeholder;newline in value;m
9064    
9065     #data
9066     <input xmlns="http://www.w3.org/1999/xhtml"
9067     type="text"
9068     placeholder="&#xd;"/>
9069     #errors
9070     /input/@placeholder;newline in value;m
9071    
9072     #data
9073     <input xmlns="http://www.w3.org/1999/xhtml"
9074     type="search"
9075     placeholder=""/>
9076     #errors
9077    
9078     #data
9079     <input xmlns="http://www.w3.org/1999/xhtml"
9080     type="search"
9081     placeholder="xxx"/>
9082     #errors
9083    
9084     #data
9085     <input xmlns="http://www.w3.org/1999/xhtml"
9086     type="search"
9087     placeholder="&#xa;"/>
9088     #errors
9089     /input/@placeholder;newline in value;m
9090    
9091     #data
9092     <input xmlns="http://www.w3.org/1999/xhtml"
9093     type="search"
9094     placeholder="&#xd;"/>
9095     #errors
9096     /input/@placeholder;newline in value;m
9097    
9098     #data
9099     <input xmlns="http://www.w3.org/1999/xhtml"
9100     type="url"
9101     placeholder=""/>
9102     #errors
9103    
9104     #data
9105     <input xmlns="http://www.w3.org/1999/xhtml"
9106     type="url"
9107     placeholder="xxx"/>
9108     #errors
9109    
9110     #data
9111     <input xmlns="http://www.w3.org/1999/xhtml"
9112     type="url"
9113     placeholder="&#xa;"/>
9114     #errors
9115     /input/@placeholder;newline in value;m
9116    
9117     #data
9118     <input xmlns="http://www.w3.org/1999/xhtml"
9119     type="url"
9120     placeholder="&#xd;"/>
9121     #errors
9122     /input/@placeholder;newline in value;m
9123    
9124     #data
9125     <input xmlns="http://www.w3.org/1999/xhtml"
9126     type="email"
9127     placeholder=""/>
9128     #errors
9129    
9130     #data
9131     <input xmlns="http://www.w3.org/1999/xhtml"
9132     type="email"
9133     placeholder="xxx"/>
9134     #errors
9135    
9136     #data
9137     <input xmlns="http://www.w3.org/1999/xhtml"
9138     type="email"
9139     placeholder="&#xa;"/>
9140     #errors
9141     /input/@placeholder;newline in value;m
9142    
9143     #data
9144     <input xmlns="http://www.w3.org/1999/xhtml"
9145     type="email"
9146     placeholder="&#xd;"/>
9147     #errors
9148     /input/@placeholder;newline in value;m
9149    
9150     #data
9151     <input xmlns="http://www.w3.org/1999/xhtml"
9152     type="password"
9153     placeholder=""/>
9154     #errors
9155    
9156     #data
9157     <input xmlns="http://www.w3.org/1999/xhtml"
9158     type="password"
9159     placeholder="xxx"/>
9160     #errors
9161    
9162     #data
9163     <input xmlns="http://www.w3.org/1999/xhtml"
9164     type="password"
9165     placeholder="&#xa;"/>
9166     #errors
9167     /input/@placeholder;newline in value;m
9168    
9169     #data
9170     <input xmlns="http://www.w3.org/1999/xhtml"
9171     type="password"
9172     placeholder="&#xd;"/>
9173     #errors
9174     /input/@placeholder;newline in value;m
9175    
9176     #data
9177     <input xmlns="http://www.w3.org/1999/xhtml"
9178 wakaba 1.10 accept-charset=""/>
9179     #errors
9180     /input/@accept-charset;attribute not defined;m
9181    
9182     #data
9183     <input xmlns="http://www.w3.org/1999/xhtml"
9184     accept-charset="x-euc-jp"/>
9185     #errors
9186     /input/@accept-charset;attribute not defined;m
9187     /input/@accept-charset;charset:private;w
9188     /input/@accept-charset;charset:not preferred;m
9189    
9190     #data
9191     <input xmlns="http://www.w3.org/1999/xhtml"
9192     accept-charset="us-ascii iso-2022-jp"/>
9193     #errors
9194     /input/@accept-charset;attribute not defined;m
9195     /input/@accept-charset;charset:not ascii compat;m
9196    
9197     #data
9198     <input xmlns="http://www.w3.org/1999/xhtml"
9199     type="hidden"
9200     accept-charset="us-ascii"/>
9201     #errors
9202     /input/@accept-charset;attribute not defined;m
9203    
9204    
9205     #data
9206     <input xmlns="http://www.w3.org/1999/xhtml"
9207     type="hidden"
9208     accept-charset="us-ascii"/>
9209     #errors
9210     /input/@accept-charset;attribute not defined;m
9211    
9212    
9213     #data
9214     <input xmlns="http://www.w3.org/1999/xhtml"
9215     type="email"
9216     accept-charset="us-ascii"/>
9217     #errors
9218     /input/@accept-charset;attribute not defined;m
9219    
9220     #data
9221     <input xmlns="http://www.w3.org/1999/xhtml"
9222     type="url"
9223     accept-charset="us-ascii"/>
9224     #errors
9225     /input/@accept-charset;attribute not defined;m
9226    
9227 wakaba 1.12 #data
9228     <input xmlns="http://www.w3.org/1999/xhtml"
9229     type="search"
9230     accept-charset="us-ascii"/>
9231     #errors
9232     /input/@accept-charset;attribute not defined;m
9233 wakaba 1.10
9234     #data
9235     <input xmlns="http://www.w3.org/1999/xhtml"
9236     type="password"
9237     accept-charset="us-ascii"/>
9238     #errors
9239     /input/@accept-charset;attribute not defined;m
9240    
9241    
9242     #data
9243     <input xmlns="http://www.w3.org/1999/xhtml"
9244     type="datetime"
9245     accept-charset="us-ascii"/>
9246     #errors
9247     /input/@accept-charset;attribute not defined;m
9248    
9249    
9250     #data
9251     <input xmlns="http://www.w3.org/1999/xhtml"
9252     type="date"
9253     accept-charset="us-ascii"/>
9254     #errors
9255     /input/@accept-charset;attribute not defined;m
9256    
9257    
9258     #data
9259     <input xmlns="http://www.w3.org/1999/xhtml"
9260     type="month"
9261     accept-charset="us-ascii"/>
9262     #errors
9263     /input/@accept-charset;attribute not defined;m
9264    
9265    
9266     #data
9267     <input xmlns="http://www.w3.org/1999/xhtml"
9268     type="week"
9269     accept-charset="us-ascii"/>
9270     #errors
9271     /input/@accept-charset;attribute not defined;m
9272    
9273    
9274     #data
9275     <input xmlns="http://www.w3.org/1999/xhtml"
9276     type="time"
9277     accept-charset="us-ascii"/>
9278     #errors
9279     /input/@accept-charset;attribute not defined;m
9280    
9281    
9282     #data
9283     <input xmlns="http://www.w3.org/1999/xhtml"
9284     type="datetime-local"
9285     accept-charset="us-ascii"/>
9286     #errors
9287     /input/@accept-charset;attribute not defined;m
9288    
9289    
9290     #data
9291     <input xmlns="http://www.w3.org/1999/xhtml"
9292     type="number"
9293     accept-charset="us-ascii"/>
9294     #errors
9295     /input/@accept-charset;attribute not defined;m
9296    
9297     #data
9298     <input xmlns="http://www.w3.org/1999/xhtml"
9299     type="range"
9300     accept-charset="us-ascii"/>
9301     #errors
9302     /input/@accept-charset;attribute not defined;m
9303    
9304 wakaba 1.13 #data
9305     <input xmlns="http://www.w3.org/1999/xhtml"
9306     type="color"
9307     accept-charset="us-ascii"/>
9308     #errors
9309     /input/@accept-charset;attribute not defined;m
9310 wakaba 1.10
9311     #data
9312     <input xmlns="http://www.w3.org/1999/xhtml"
9313     type="checkbox"
9314     accept-charset="us-ascii"/>
9315     #errors
9316     /input/@accept-charset;attribute not defined;m
9317    
9318    
9319     #data
9320     <input xmlns="http://www.w3.org/1999/xhtml"
9321     type="radio"
9322     accept-charset="us-ascii"/>
9323     #errors
9324     /input/@accept-charset;attribute not defined;m
9325    
9326    
9327     #data
9328     <input xmlns="http://www.w3.org/1999/xhtml"
9329     type="file"
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="submit"
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="image"
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="reset"
9353     accept-charset="us-ascii"/>
9354     #errors
9355     /input/@accept-charset;attribute not defined;m
9356    
9357     #data
9358     <input xmlns="http://www.w3.org/1999/xhtml"
9359     type="button"
9360     accept-charset="us-ascii"/>
9361     #errors
9362     /input/@accept-charset;attribute not defined;m
9363    
9364     #data
9365     <input xmlns="http://www.w3.org/1999/xhtml"
9366     type="add"
9367     accept-charset="us-ascii"/>
9368     #errors
9369     /input/@accept-charset;attribute not defined;m
9370     /input/@type;enumerated:invalid;m
9371    
9372     #data
9373     <input xmlns="http://www.w3.org/1999/xhtml"
9374     type="remove"
9375     accept-charset="us-ascii"/>
9376     #errors
9377     /input/@accept-charset;attribute not defined;m
9378     /input/@type;enumerated:invalid;m
9379    
9380     #data
9381     <input xmlns="http://www.w3.org/1999/xhtml"
9382     type="move-up"
9383     accept-charset="us-ascii"/>
9384     #errors
9385     /input/@accept-charset;attribute not defined;m
9386     /input/@type;enumerated:invalid;m
9387    
9388     #data
9389     <input xmlns="http://www.w3.org/1999/xhtml"
9390     type="move-down"
9391     accept-charset="us-ascii"/>
9392     #errors
9393     /input/@accept-charset;attribute not defined;m
9394     /input/@type;enumerated:invalid;m
9395    
9396     #data
9397     <input accesskey="" xmlns="http://www.w3.org/1999/xhtml"/>
9398     #errors
9399     /input/@accesskey;char:syntax error;m
9400     /input/@accesskey;attribute not defined;m
9401    
9402     #data
9403     <input accesskey="x" xmlns="http://www.w3.org/1999/xhtml"/>
9404     #errors
9405     /input/@accesskey;attribute not defined;m
9406    
9407     #data
9408     <input xmlns="http://www.w3.org/1999/xhtml"
9409     type="hidden"
9410     accesskey="a"/>
9411     #errors
9412     /input/@accesskey;attribute not defined;m
9413     /input/@accesskey;input attr not applicable;hidden;m
9414    
9415     #data
9416     <input xmlns="http://www.w3.org/1999/xhtml"
9417     type="text"
9418     accesskey="a"/>
9419     #errors
9420     /input/@accesskey;attribute not defined;m
9421    
9422     #data
9423     <input xmlns="http://www.w3.org/1999/xhtml"
9424     type="email"
9425     accesskey="a"/>
9426     #errors
9427     /input/@accesskey;attribute not defined;m
9428    
9429     #data
9430     <input xmlns="http://www.w3.org/1999/xhtml"
9431     type="url"
9432     accesskey="a"/>
9433     #errors
9434     /input/@accesskey;attribute not defined;m
9435    
9436     #data
9437     <input xmlns="http://www.w3.org/1999/xhtml"
9438 wakaba 1.12 type="search"
9439     accesskey="a"/>
9440     #errors
9441     /input/@accesskey;attribute not defined;m
9442    
9443     #data
9444     <input xmlns="http://www.w3.org/1999/xhtml"
9445 wakaba 1.10 type="password"
9446     accesskey="a"/>
9447     #errors
9448     /input/@accesskey;attribute not defined;m
9449    
9450     #data
9451     <input xmlns="http://www.w3.org/1999/xhtml"
9452     type="datetime"
9453     accesskey="a"/>
9454     #errors
9455     /input/@accesskey;attribute not defined;m
9456    
9457     #data
9458     <input xmlns="http://www.w3.org/1999/xhtml"
9459     type="date"
9460     accesskey="a"/>
9461     #errors
9462     /input/@accesskey;attribute not defined;m
9463    
9464     #data
9465     <input xmlns="http://www.w3.org/1999/xhtml"
9466     type="month"
9467     accesskey="a"/>
9468     #errors
9469     /input/@accesskey;attribute not defined;m
9470    
9471     #data
9472     <input xmlns="http://www.w3.org/1999/xhtml"
9473     type="week"
9474     accesskey="a"/>
9475     #errors
9476     /input/@accesskey;attribute not defined;m
9477    
9478     #data
9479     <input xmlns="http://www.w3.org/1999/xhtml"
9480     type="time"
9481     accesskey="a"/>
9482     #errors
9483     /input/@accesskey;attribute not defined;m
9484    
9485     #data
9486     <input xmlns="http://www.w3.org/1999/xhtml"
9487     type="datetime-local"
9488     accesskey="a"/>
9489     #errors
9490     /input/@accesskey;attribute not defined;m
9491    
9492     #data
9493     <input xmlns="http://www.w3.org/1999/xhtml"
9494     type="number"
9495     accesskey="a"/>
9496     #errors
9497     /input/@accesskey;attribute not defined;m
9498    
9499     #data
9500     <input xmlns="http://www.w3.org/1999/xhtml"
9501     type="range"
9502     accesskey="a"/>
9503     #errors
9504     /input/@accesskey;attribute not defined;m
9505    
9506     #data
9507     <input xmlns="http://www.w3.org/1999/xhtml"
9508 wakaba 1.13 type="color"
9509     accesskey="a"/>
9510     #errors
9511     /input/@accesskey;attribute not defined;m
9512    
9513     #data
9514     <input xmlns="http://www.w3.org/1999/xhtml"
9515 wakaba 1.10 type="checkbox"
9516     accesskey="a"/>
9517     #errors
9518     /input/@accesskey;attribute not defined;m
9519    
9520     #data
9521     <input xmlns="http://www.w3.org/1999/xhtml"
9522     type="radio"
9523     accesskey="a"/>
9524     #errors
9525     /input/@accesskey;attribute not defined;m
9526    
9527     #data
9528     <input xmlns="http://www.w3.org/1999/xhtml"
9529     type="file"
9530     accesskey="a"/>
9531     #errors
9532     /input/@accesskey;attribute not defined;m
9533    
9534     #data
9535     <input xmlns="http://www.w3.org/1999/xhtml"
9536     type="submit"
9537     accesskey="a"/>
9538     #errors
9539     /input/@accesskey;attribute not defined;m
9540    
9541     #data
9542     <input xmlns="http://www.w3.org/1999/xhtml"
9543     type="image"
9544     accesskey="a"/>
9545     #errors
9546     /input/@accesskey;attribute not defined;m
9547    
9548     #data
9549     <input xmlns="http://www.w3.org/1999/xhtml"
9550     type="reset"
9551     accesskey="a"/>
9552     #errors
9553     /input/@accesskey;attribute not defined;m
9554    
9555     #data
9556     <input xmlns="http://www.w3.org/1999/xhtml"
9557     type="button"
9558     accesskey="a"/>
9559     #errors
9560     /input/@accesskey;attribute not defined;m
9561    
9562     #data
9563     <input xmlns="http://www.w3.org/1999/xhtml"
9564     type="add"
9565     accesskey="a"/>
9566     #errors
9567     /input/@type;enumerated:invalid;m
9568     /input/@accesskey;attribute not defined;m
9569    
9570     #data
9571     <input xmlns="http://www.w3.org/1999/xhtml"
9572     type="remove"
9573     accesskey="a"/>
9574     #errors
9575     /input/@type;enumerated:invalid;m
9576     /input/@accesskey;attribute not defined;m
9577    
9578     #data
9579     <input xmlns="http://www.w3.org/1999/xhtml"
9580     type="move-up"
9581     accesskey="a"/>
9582     #errors
9583     /input/@accesskey;attribute not defined;m
9584     /input/@type;enumerated:invalid;m
9585    
9586     #data
9587     <input xmlns="http://www.w3.org/1999/xhtml"
9588     type="move-down"
9589     accesskey="a"/>
9590     #errors
9591     /input/@accesskey;attribute not defined;m
9592     /input/@type;enumerated:invalid;m
9593    
9594     #data
9595     <input xmlns="http://www.w3.org/1999/xhtml"
9596     type="hidden"
9597     replace=""/>
9598     #errors
9599     /input/@replace;attribute not defined;m
9600     /input/@replace;input attr not applicable;hidden;m
9601    
9602     #data
9603     <input xmlns="http://www.w3.org/1999/xhtml"
9604     type="text"
9605     replace=""/>
9606     #errors
9607     /input/@replace;attribute not defined;m
9608     /input/@replace;input attr not applicable;text;m
9609    
9610     #data
9611     <input xmlns="http://www.w3.org/1999/xhtml"
9612     type="email"
9613     replace=""/>
9614     #errors
9615     /input/@replace;attribute not defined;m
9616     /input/@replace;input attr not applicable;email;m
9617    
9618     #data
9619     <input xmlns="http://www.w3.org/1999/xhtml"
9620     type="url"
9621     replace=""/>
9622     #errors
9623     /input/@replace;attribute not defined;m
9624     /input/@replace;input attr not applicable;url;m
9625    
9626     #data
9627     <input xmlns="http://www.w3.org/1999/xhtml"
9628 wakaba 1.12 type="search"
9629     replace=""/>
9630     #errors
9631     /input/@replace;attribute not defined;m
9632     /input/@replace;input attr not applicable;search;m
9633    
9634     #data
9635     <input xmlns="http://www.w3.org/1999/xhtml"
9636 wakaba 1.10 type="password"
9637     replace=""/>
9638     #errors
9639     /input/@replace;attribute not defined;m
9640     /input/@replace;input attr not applicable;password;m
9641    
9642     #data
9643     <input xmlns="http://www.w3.org/1999/xhtml"
9644     type="datetime"
9645     replace=""/>
9646     #errors
9647     /input/@replace;attribute not defined;m
9648     /input/@replace;input attr not applicable;datetime;m
9649    
9650     #data
9651     <input xmlns="http://www.w3.org/1999/xhtml"
9652     type="date"
9653     replace=""/>
9654     #errors
9655     /input/@replace;attribute not defined;m
9656     /input/@replace;input attr not applicable;date;m
9657    
9658     #data
9659     <input xmlns="http://www.w3.org/1999/xhtml"
9660     type="month"
9661     replace=""/>
9662     #errors
9663     /input/@replace;attribute not defined;m
9664     /input/@replace;input attr not applicable;month;m
9665    
9666     #data
9667     <input xmlns="http://www.w3.org/1999/xhtml"
9668     type="week"
9669     replace=""/>
9670     #errors
9671     /input/@replace;attribute not defined;m
9672     /input/@replace;input attr not applicable;week;m
9673    
9674     #data
9675     <input xmlns="http://www.w3.org/1999/xhtml"
9676     type="time"
9677     replace=""/>
9678     #errors
9679     /input/@replace;attribute not defined;m
9680     /input/@replace;input attr not applicable;time;m
9681    
9682     #data
9683     <input xmlns="http://www.w3.org/1999/xhtml"
9684     type="datetime-local"
9685     replace=""/>
9686     #errors
9687     /input/@replace;attribute not defined;m
9688     /input/@replace;input attr not applicable;datetime-local;m
9689    
9690     #data
9691     <input xmlns="http://www.w3.org/1999/xhtml"
9692     type="number"
9693     replace=""/>
9694     #errors
9695     /input/@replace;attribute not defined;m
9696     /input/@replace;input attr not applicable;number;m
9697    
9698     #data
9699     <input xmlns="http://www.w3.org/1999/xhtml"
9700     type="range"
9701     replace=""/>
9702     #errors
9703     /input/@replace;attribute not defined;m
9704     /input/@replace;input attr not applicable;range;m
9705    
9706     #data
9707     <input xmlns="http://www.w3.org/1999/xhtml"
9708 wakaba 1.13 type="color"
9709     replace=""/>
9710     #errors
9711     /input/@replace;attribute not defined;m
9712     /input/@replace;input attr not applicable;color;m
9713    
9714     #data
9715     <input xmlns="http://www.w3.org/1999/xhtml"
9716 wakaba 1.10 type="checkbox"
9717     replace=""/>
9718     #errors
9719     /input/@replace;attribute not defined;m
9720     /input/@replace;input attr not applicable;checkbox;m
9721    
9722     #data
9723     <input xmlns="http://www.w3.org/1999/xhtml"
9724     type="radio"
9725     replace=""/>
9726     #errors
9727     /input/@replace;attribute not defined;m
9728     /input/@replace;input attr not applicable;radio;m
9729    
9730     #data
9731     <input xmlns="http://www.w3.org/1999/xhtml"
9732     type="file"
9733     replace=""/>
9734     #errors
9735     /input/@replace;attribute not defined;m
9736     /input/@replace;input attr not applicable;file;m
9737    
9738     #data
9739     <input xmlns="http://www.w3.org/1999/xhtml"
9740     type="reset"
9741     replace=""/>
9742     #errors
9743     /input/@replace;attribute not defined;m
9744     /input/@replace;input attr not applicable;reset;m
9745    
9746     #data
9747     <input xmlns="http://www.w3.org/1999/xhtml"
9748     type="button"
9749     replace=""/>
9750     #errors
9751     /input/@replace;attribute not defined;m
9752     /input/@replace;input attr not applicable;button;m
9753    
9754     #data
9755     <input xmlns="http://www.w3.org/1999/xhtml"
9756     type="add"
9757     replace=""/>
9758     #errors
9759     /input/@replace;attribute not defined;m
9760     /input/@replace;input attr not applicable;add;m
9761     /input/@type;enumerated:invalid;m
9762    
9763     #data
9764     <input xmlns="http://www.w3.org/1999/xhtml"
9765     type="remove"
9766     replace=""/>
9767     #errors
9768     /input/@replace;attribute not defined;m
9769     /input/@replace;input attr not applicable;remove;m
9770     /input/@type;enumerated:invalid;m
9771    
9772     #data
9773     <input xmlns="http://www.w3.org/1999/xhtml"
9774     type="move-up"
9775     replace=""/>
9776     #errors
9777     /input/@replace;attribute not defined;m
9778     /input/@replace;input attr not applicable;move-up;m
9779     /input/@type;enumerated:invalid;m
9780    
9781     #data
9782     <input xmlns="http://www.w3.org/1999/xhtml"
9783     type="move-down"
9784     replace=""/>
9785     #errors
9786     /input/@replace;attribute not defined;m
9787     /input/@replace;input attr not applicable;move-down;m
9788     /input/@type;enumerated:invalid;m
9789    
9790     #data
9791     <input xmlns="http://www.w3.org/1999/xhtml"
9792     type="submit"
9793     replace=""/>
9794     #errors
9795     /input/@replace;attribute not defined;m
9796     /input/@replace;enumerated:invalid;m
9797    
9798     #data
9799     <input xmlns="http://www.w3.org/1999/xhtml"
9800     type="image"
9801     alt="x" src=""
9802     replace=""/>
9803     #errors
9804     /input/@replace;attribute not defined;m
9805     /input/@replace;enumerated:invalid;m
9806    
9807     #data
9808     <input xmlns="http://www.w3.org/1999/xhtml"
9809     type="submit"
9810     replace="document"/>
9811     #errors
9812     /input/@replace;attribute not defined;m
9813    
9814     #data
9815     <input xmlns="http://www.w3.org/1999/xhtml"
9816     type="submit"
9817     replace="values"/>
9818     #errors
9819     /input/@replace;attribute not defined;m
9820    
9821     #data
9822     <input xmlns="http://www.w3.org/1999/xhtml"
9823     type="submit"
9824     replace="documents"/>
9825     #errors
9826     /input/@replace;attribute not defined;m
9827     /input/@replace;enumerated:invalid;m
9828    
9829     #data
9830     <input xmlns="http://www.w3.org/1999/xhtml"
9831     type="submit"
9832     replace="value"/>
9833     #errors
9834     /input/@replace;attribute not defined;m
9835     /input/@replace;enumerated:invalid;m
9836    
9837     #data
9838     <input xmlns="http://www.w3.org/1999/xhtml"
9839     type="submit"
9840     replace="DocuMent"/>
9841     #errors
9842     /input/@replace;attribute not defined;m
9843    
9844     #data
9845     <input xmlns="http://www.w3.org/1999/xhtml"
9846     type="submit"
9847     replace="ValueS"/>
9848     #errors
9849     /input/@replace;attribute not defined;m
9850    
9851     #data
9852     <input xmlns="http://www.w3.org/1999/xhtml"
9853     type="submit"
9854     replace=" document "/>
9855     #errors
9856     /input/@replace;attribute not defined;m
9857     /input/@replace;enumerated:invalid;m
9858    
9859     #data
9860     <input xmlns="http://www.w3.org/1999/xhtml"
9861     type="submit"
9862     replace="docs"/>
9863     #errors
9864     /input/@replace;attribute not defined;m
9865     /input/@replace;enumerated:invalid;m
9866    
9867     #data
9868     <input xmlns="http://www.w3.org/1999/xhtml"
9869     type="submit"
9870     replace="form"/>
9871     #errors
9872     /input/@replace;attribute not defined;m
9873     /input/@replace;enumerated:invalid;m
9874    
9875     #data
9876     <input xmlns="http://www.w3.org/1999/xhtml"
9877     type="submit"
9878     replace="yes"/>
9879     #errors
9880     /input/@replace;attribute not defined;m
9881     /input/@replace;enumerated:invalid;m
9882    
9883     #data
9884     <input xmlns="http://www.w3.org/1999/xhtml"
9885     type="hidden"
9886     align=""/>
9887     #errors
9888     /input/@align;attribute not defined;m
9889     /input/@align;input attr not applicable;hidden;m
9890    
9891     #data
9892     <input xmlns="http://www.w3.org/1999/xhtml"
9893     type="text"
9894     align=""/>
9895     #errors
9896     /input/@align;attribute not defined;m
9897     /input/@align;input attr not applicable;text;m
9898    
9899     #data
9900     <input xmlns="http://www.w3.org/1999/xhtml"
9901     type="email"
9902     align=""/>
9903     #errors
9904     /input/@align;attribute not defined;m
9905     /input/@align;input attr not applicable;email;m
9906    
9907     #data
9908     <input xmlns="http://www.w3.org/1999/xhtml"
9909     type="url"
9910     align=""/>
9911     #errors
9912     /input/@align;attribute not defined;m
9913     /input/@align;input attr not applicable;url;m
9914    
9915     #data
9916     <input xmlns="http://www.w3.org/1999/xhtml"
9917 wakaba 1.12 type="search"
9918     align=""/>
9919     #errors
9920     /input/@align;attribute not defined;m
9921     /input/@align;input attr not applicable;search;m
9922    
9923     #data
9924     <input xmlns="http://www.w3.org/1999/xhtml"
9925 wakaba 1.10 type="password"
9926     align=""/>
9927     #errors
9928     /input/@align;attribute not defined;m
9929     /input/@align;input attr not applicable;password;m
9930    
9931     #data
9932     <input xmlns="http://www.w3.org/1999/xhtml"
9933     type="datetime"
9934     align=""/>
9935     #errors
9936     /input/@align;attribute not defined;m
9937     /input/@align;input attr not applicable;datetime;m
9938    
9939     #data
9940     <input xmlns="http://www.w3.org/1999/xhtml"
9941     type="date"
9942     align=""/>
9943     #errors
9944     /input/@align;attribute not defined;m
9945     /input/@align;input attr not applicable;date;m
9946    
9947     #data
9948     <input xmlns="http://www.w3.org/1999/xhtml"
9949     type="month"
9950     align=""/>
9951     #errors
9952     /input/@align;attribute not defined;m
9953     /input/@align;input attr not applicable;month;m
9954    
9955     #data
9956     <input xmlns="http://www.w3.org/1999/xhtml"
9957     type="week"
9958     align=""/>
9959     #errors
9960     /input/@align;attribute not defined;m
9961     /input/@align;input attr not applicable;week;m
9962    
9963     #data
9964     <input xmlns="http://www.w3.org/1999/xhtml"
9965     type="time"
9966     align=""/>
9967     #errors
9968     /input/@align;attribute not defined;m
9969     /input/@align;input attr not applicable;time;m
9970    
9971     #data
9972     <input xmlns="http://www.w3.org/1999/xhtml"
9973     type="datetime-local"
9974     align=""/>
9975     #errors
9976     /input/@align;attribute not defined;m
9977     /input/@align;input attr not applicable;datetime-local;m
9978    
9979     #data
9980     <input xmlns="http://www.w3.org/1999/xhtml"
9981     type="number"
9982     align=""/>
9983     #errors
9984     /input/@align;attribute not defined;m
9985     /input/@align;input attr not applicable;number;m
9986    
9987     #data
9988     <input xmlns="http://www.w3.org/1999/xhtml"
9989     type="range"
9990     align=""/>
9991     #errors
9992     /input/@align;attribute not defined;m
9993     /input/@align;input attr not applicable;range;m
9994    
9995     #data
9996     <input xmlns="http://www.w3.org/1999/xhtml"
9997 wakaba 1.13 type="color"
9998     align=""/>
9999     #errors
10000     /input/@align;attribute not defined;m
10001     /input/@align;input attr not applicable;color;m
10002    
10003     #data
10004     <input xmlns="http://www.w3.org/1999/xhtml"
10005 wakaba 1.10 type="checkbox"
10006     align=""/>
10007     #errors
10008     /input/@align;attribute not defined;m
10009     /input/@align;input attr not applicable;checkbox;m
10010    
10011     #data
10012     <input xmlns="http://www.w3.org/1999/xhtml"
10013     type="radio"
10014     align=""/>
10015     #errors
10016     /input/@align;attribute not defined;m
10017     /input/@align;input attr not applicable;radio;m
10018    
10019     #data
10020     <input xmlns="http://www.w3.org/1999/xhtml"
10021     type="file"
10022     align=""/>
10023     #errors
10024     /input/@align;attribute not defined;m
10025     /input/@align;input attr not applicable;file;m
10026    
10027     #data
10028     <input xmlns="http://www.w3.org/1999/xhtml"
10029     type="submit"
10030     align=""/>
10031     #errors
10032     /input/@align;attribute not defined;m
10033     /input/@align;input attr not applicable;submit;m
10034    
10035     #data
10036     <input xmlns="http://www.w3.org/1999/xhtml"
10037     type="reset"
10038     align=""/>
10039     #errors
10040     /input/@align;attribute not defined;m
10041     /input/@align;input attr not applicable;reset;m
10042    
10043     #data
10044     <input xmlns="http://www.w3.org/1999/xhtml"
10045     type="button"
10046     align=""/>
10047     #errors
10048     /input/@align;attribute not defined;m
10049     /input/@align;input attr not applicable;button;m
10050    
10051     #data
10052     <input xmlns="http://www.w3.org/1999/xhtml"
10053     type="add"
10054     align=""/>
10055     #errors
10056     /input/@align;attribute not defined;m
10057     /input/@align;input attr not applicable;add;m
10058     /input/@type;enumerated:invalid;m
10059    
10060     #data
10061     <input xmlns="http://www.w3.org/1999/xhtml"
10062     type="remove"
10063     align=""/>
10064     #errors
10065     /input/@align;attribute not defined;m
10066     /input/@align;input attr not applicable;remove;m
10067     /input/@type;enumerated:invalid;m
10068    
10069     #data
10070     <input xmlns="http://www.w3.org/1999/xhtml"
10071     type="move-up"
10072     align=""/>
10073     #errors
10074     /input/@align;attribute not defined;m
10075     /input/@align;input attr not applicable;move-up;m
10076     /input/@type;enumerated:invalid;m
10077    
10078     #data
10079     <input xmlns="http://www.w3.org/1999/xhtml"
10080     type="move-down"
10081     align=""/>
10082     #errors
10083     /input/@align;attribute not defined;m
10084     /input/@align;input attr not applicable;move-down;m
10085     /input/@type;enumerated:invalid;m
10086    
10087     #data
10088     <input xmlns="http://www.w3.org/1999/xhtml"
10089     type="image" src="" alt="x"
10090     align=""/>
10091     #errors
10092     /input/@align;attribute not defined;m
10093     /input/@align;enumerated:invalid;m
10094    
10095     #data
10096     <input xmlns="http://www.w3.org/1999/xhtml"
10097     type="image" src="" alt="x"
10098     align=" "/>
10099     #errors
10100     /input/@align;attribute not defined;m
10101     /input/@align;enumerated:invalid;m
10102    
10103     #data
10104     <input xmlns="http://www.w3.org/1999/xhtml"
10105     type="image" src="" alt="x"
10106     align="top"/>
10107     #errors
10108     /input/@align;attribute not defined;m
10109    
10110     #data
10111     <input xmlns="http://www.w3.org/1999/xhtml"
10112     type="image" src="" alt="x"
10113     align="middle"/>
10114     #errors
10115     /input/@align;attribute not defined;m
10116    
10117     #data
10118     <input xmlns="http://www.w3.org/1999/xhtml"
10119     type="image" src="" alt="x"
10120     align="bottom"/>
10121     #errors
10122     /input/@align;attribute not defined;m
10123    
10124     #data
10125     <input xmlns="http://www.w3.org/1999/xhtml"
10126     type="image" src="" alt="x"
10127     align="left"/>
10128     #errors
10129     /input/@align;attribute not defined;m
10130    
10131     #data
10132     <input xmlns="http://www.w3.org/1999/xhtml"
10133     type="image" src="" alt="x"
10134     align="right"/>
10135     #errors
10136     /input/@align;attribute not defined;m
10137    
10138     #data
10139     <input xmlns="http://www.w3.org/1999/xhtml"
10140     type="image" src="" alt="x"
10141     align="center"/>
10142     #errors
10143     /input/@align;attribute not defined;m
10144     /input/@align;enumerated:invalid;m
10145    
10146     #data
10147     <input xmlns="http://www.w3.org/1999/xhtml"
10148     type="image" src="" alt="x"
10149     align="texttop"/>
10150     #errors
10151     /input/@align;attribute not defined;m
10152     /input/@align;enumerated:invalid;m
10153    
10154     #data
10155     <input xmlns="http://www.w3.org/1999/xhtml"
10156     type="image" src="" alt="x"
10157     align="textbottom"/>
10158     #errors
10159     /input/@align;attribute not defined;m
10160     /input/@align;enumerated:invalid;m
10161    
10162     #data
10163     <input xmlns="http://www.w3.org/1999/xhtml"
10164     type="image" src="" alt="x"
10165     align="justify"/>
10166     #errors
10167     /input/@align;attribute not defined;m
10168     /input/@align;enumerated:invalid;m
10169    
10170     #data
10171     <input xmlns="http://www.w3.org/1999/xhtml"
10172     type="image" src="" alt="x"
10173     align="LEFT"/>
10174     #errors
10175     /input/@align;attribute not defined;m
10176    
10177     #data
10178     <input xmlns="http://www.w3.org/1999/xhtml"
10179     type="image" src="" alt="x"
10180     align="RIGHT"/>
10181     #errors
10182     /input/@align;attribute not defined;m
10183    
10184     #data
10185     <input xmlns="http://www.w3.org/1999/xhtml"
10186     type="image" src="" alt="x"
10187     align="MIDDLE"/>
10188     #errors
10189     /input/@align;attribute not defined;m
10190    
10191     #data escaped
10192     <input xmlns="http://www.w3.org/1999/xhtml"
10193     type="image" src="" alt="x"
10194     align="r\u0130ght"/>
10195     #errors
10196     /input/@align;attribute not defined;m
10197     /input/@align;enumerated:invalid;m
10198    
10199     #data escaped
10200     <input xmlns="http://www.w3.org/1999/xhtml"
10201     type="image" src="" alt="x"
10202     align="m\0131ddle"/>
10203     #errors
10204     /input/@align;attribute not defined;m
10205     /input/@align;enumerated:invalid;m
10206    
10207     #data
10208     <input xmlns="http://www.w3.org/1999/xhtml"
10209     type="image" src="" alt="x"
10210     align=" left"/>
10211     #errors
10212     /input/@align;attribute not defined;m
10213     /input/@align;enumerated:invalid;m
10214    
10215     #data
10216     <input xmlns="http://www.w3.org/1999/xhtml"
10217     type="image" src="" alt="x"
10218     align="top "/>
10219     #errors
10220     /input/@align;attribute not defined;m
10221     /input/@align;enumerated:invalid;m
10222 wakaba 1.11
10223     #data
10224     <input xmlns="http://www.w3.org/1999/xhtml"
10225     type="hidden"
10226     ismap=""/>
10227     #errors
10228     /input/@ismap;attribute not defined;m
10229     /input/@ismap;input attr not applicable;hidden;m
10230    
10231     #data
10232     <input xmlns="http://www.w3.org/1999/xhtml"
10233     type="text"
10234     ismap=""/>
10235     #errors
10236     /input/@ismap;attribute not defined;m
10237     /input/@ismap;input attr not applicable;text;m
10238    
10239     #data
10240     <input xmlns="http://www.w3.org/1999/xhtml"
10241     type="email"
10242     ismap=""/>
10243     #errors
10244     /input/@ismap;attribute not defined;m
10245     /input/@ismap;input attr not applicable;email;m
10246    
10247     #data
10248     <input xmlns="http://www.w3.org/1999/xhtml"
10249     type="url"
10250     ismap=""/>
10251     #errors
10252     /input/@ismap;attribute not defined;m
10253     /input/@ismap;input attr not applicable;url;m
10254    
10255     #data
10256     <input xmlns="http://www.w3.org/1999/xhtml"
10257 wakaba 1.12 type="search"
10258     ismap=""/>
10259     #errors
10260     /input/@ismap;attribute not defined;m
10261     /input/@ismap;input attr not applicable;search;m
10262    
10263     #data
10264     <input xmlns="http://www.w3.org/1999/xhtml"
10265 wakaba 1.11 type="password"
10266     ismap=""/>
10267     #errors
10268     /input/@ismap;attribute not defined;m
10269     /input/@ismap;input attr not applicable;password;m
10270    
10271     #data
10272     <input xmlns="http://www.w3.org/1999/xhtml"
10273     type="datetime"
10274     ismap=""/>
10275     #errors
10276     /input/@ismap;attribute not defined;m
10277     /input/@ismap;input attr not applicable;datetime;m
10278    
10279     #data
10280     <input xmlns="http://www.w3.org/1999/xhtml"
10281     type="date"
10282     ismap=""/>
10283     #errors
10284     /input/@ismap;attribute not defined;m
10285     /input/@ismap;input attr not applicable;date;m
10286    
10287     #data
10288     <input xmlns="http://www.w3.org/1999/xhtml"
10289     type="month"
10290     ismap=""/>
10291     #errors
10292     /input/@ismap;attribute not defined;m
10293     /input/@ismap;input attr not applicable;month;m
10294    
10295     #data
10296     <input xmlns="http://www.w3.org/1999/xhtml"
10297     type="week"
10298     ismap=""/>
10299     #errors
10300     /input/@ismap;attribute not defined;m
10301     /input/@ismap;input attr not applicable;week;m
10302    
10303     #data
10304     <input xmlns="http://www.w3.org/1999/xhtml"
10305     type="time"
10306     ismap=""/>
10307     #errors
10308     /input/@ismap;attribute not defined;m
10309     /input/@ismap;input attr not applicable;time;m
10310    
10311     #data
10312     <input xmlns="http://www.w3.org/1999/xhtml"
10313     type="datetime-local"
10314     ismap=""/>
10315     #errors
10316     /input/@ismap;attribute not defined;m
10317     /input/@ismap;input attr not applicable;datetime-local;m
10318    
10319     #data
10320     <input xmlns="http://www.w3.org/1999/xhtml"
10321     type="number"
10322     ismap=""/>
10323     #errors
10324     /input/@ismap;attribute not defined;m
10325     /input/@ismap;input attr not applicable;number;m
10326    
10327     #data
10328     <input xmlns="http://www.w3.org/1999/xhtml"
10329     type="range"
10330     ismap=""/>
10331     #errors
10332     /input/@ismap;attribute not defined;m
10333     /input/@ismap;input attr not applicable;range;m
10334    
10335     #data
10336     <input xmlns="http://www.w3.org/1999/xhtml"
10337 wakaba 1.13 type="color"
10338     ismap=""/>
10339     #errors
10340     /input/@ismap;attribute not defined;m
10341     /input/@ismap;input attr not applicable;color;m
10342    
10343     #data
10344     <input xmlns="http://www.w3.org/1999/xhtml"
10345 wakaba 1.11 type="checkbox"
10346     ismap=""/>
10347     #errors
10348     /input/@ismap;attribute not defined;m
10349     /input/@ismap;input attr not applicable;checkbox;m
10350    
10351     #data
10352     <input xmlns="http://www.w3.org/1999/xhtml"
10353     type="radio"
10354     ismap=""/>
10355     #errors
10356     /input/@ismap;attribute not defined;m
10357     /input/@ismap;input attr not applicable;radio;m
10358    
10359     #data
10360     <input xmlns="http://www.w3.org/1999/xhtml"
10361     type="file"
10362     ismap=""/>
10363     #errors
10364     /input/@ismap;attribute not defined;m
10365     /input/@ismap;input attr not applicable;file;m
10366    
10367     #data
10368     <input xmlns="http://www.w3.org/1999/xhtml"
10369     type="submit"
10370     ismap=""/>
10371     #errors
10372     /input/@ismap;attribute not defined;m
10373     /input/@ismap;input attr not applicable;submit;m
10374    
10375     #data
10376     <input xmlns="http://www.w3.org/1999/xhtml"
10377     type="reset"
10378     ismap=""/>
10379     #errors
10380     /input/@ismap;attribute not defined;m
10381     /input/@ismap;input attr not applicable;reset;m
10382    
10383     #data
10384     <input xmlns="http://www.w3.org/1999/xhtml"
10385     type="button"
10386     ismap=""/>
10387     #errors
10388     /input/@ismap;attribute not defined;m
10389     /input/@ismap;input attr not applicable;button;m
10390    
10391     #data
10392     <input xmlns="http://www.w3.org/1999/xhtml"
10393     type="add"
10394     ismap=""/>
10395     #errors
10396     /input/@ismap;attribute not defined;m
10397     /input/@ismap;input attr not applicable;add;m
10398     /input/@type;enumerated:invalid;m
10399    
10400     #data
10401     <input xmlns="http://www.w3.org/1999/xhtml"
10402     type="remove"
10403     ismap=""/>
10404     #errors
10405     /input/@ismap;attribute not defined;m
10406     /input/@ismap;input attr not applicable;remove;m
10407     /input/@type;enumerated:invalid;m
10408    
10409     #data
10410     <input xmlns="http://www.w3.org/1999/xhtml"
10411     type="move-up"
10412     ismap=""/>
10413     #errors
10414     /input/@ismap;attribute not defined;m
10415     /input/@ismap;input attr not applicable;move-up;m
10416     /input/@type;enumerated:invalid;m
10417    
10418     #data
10419     <input xmlns="http://www.w3.org/1999/xhtml"
10420     type="move-down"
10421     ismap=""/>
10422     #errors
10423     /input/@ismap;attribute not defined;m
10424     /input/@ismap;input attr not applicable;move-down;m
10425     /input/@type;enumerated:invalid;m
10426    
10427     #data
10428     <input xmlns="http://www.w3.org/1999/xhtml"
10429     type="image"
10430     ismap=""/>
10431     #errors
10432     /input/@ismap;attribute not defined;m
10433    
10434     #data
10435     <input xmlns="http://www.w3.org/1999/xhtml"
10436     type="image"
10437     ismap="ismap"/>
10438     #errors
10439     /input/@ismap;attribute not defined;m
10440    
10441     #data
10442     <input xmlns="http://www.w3.org/1999/xhtml"
10443     type="image"
10444     ismap="isMap"/>
10445     #errors
10446     /input/@ismap;attribute not defined;m
10447    
10448     #data
10449     <input xmlns="http://www.w3.org/1999/xhtml"
10450     type="image"
10451     ismap="ISMAP"/>
10452     #errors
10453     /input/@ismap;attribute not defined;m
10454    
10455     #data
10456     <input xmlns="http://www.w3.org/1999/xhtml"
10457     type="image"
10458     ismap="ismap "/>
10459     #errors
10460     /input/@ismap;attribute not defined;m
10461     /input/@ismap;boolean:invalid;m
10462    
10463     #data
10464     <input xmlns="http://www.w3.org/1999/xhtml"
10465     type="image"
10466     ismap=" ismap"/>
10467     #errors
10468     /input/@ismap;attribute not defined;m
10469     /input/@ismap;boolean:invalid;m
10470    
10471     #data
10472     <input xmlns="http://www.w3.org/1999/xhtml"
10473     type="image"
10474     ismap="is map"/>
10475     #errors
10476     /input/@ismap;attribute not defined;m
10477     /input/@ismap;boolean:invalid;m
10478    
10479     #data escaped
10480     <input xmlns="http://www.w3.org/1999/xhtml"
10481     type="image"
10482     ismap="\u0130smap"/>
10483     #errors
10484     /input/@ismap;attribute not defined;m
10485     /input/@ismap;boolean:invalid;m
10486    
10487     #data escaped
10488     <input xmlns="http://www.w3.org/1999/xhtml"
10489     type="image"
10490     ismap="\u0131smap"/>
10491     #errors
10492     /input/@ismap;attribute not defined;m
10493     /input/@ismap;boolean:invalid;m
10494    
10495     #data
10496     <input xmlns="http://www.w3.org/1999/xhtml"
10497     type="image"
10498     src="" alt="x"/>
10499     #errors
10500    
10501     #data
10502     <input xmlns="http://www.w3.org/1999/xhtml"
10503     type="image"
10504     src="abcdefg" alt="x"/>
10505     #errors
10506    
10507     #data
10508     <input xmlns="http://www.w3.org/1999/xhtml"
10509     type="image"
10510     src="http://www.w3.org/" alt="x"/>
10511     #errors
10512    
10513     #data
10514     <input xmlns="http://www.w3.org/1999/xhtml"
10515     type="image"
10516     src="[noniri]" alt="x"/>
10517     #errors
10518     /input/@src;syntax error:iriref3987;m
10519    
10520     #data
10521     <input xmlns="http://www.w3.org/1999/xhtml"
10522     type="hidden"
10523     usemap=""/>
10524     #errors
10525     /input/@usemap;attribute not defined;m
10526     /input/@usemap;input attr not applicable;hidden;m
10527    
10528     #data
10529     <input xmlns="http://www.w3.org/1999/xhtml"
10530     type="text"
10531     usemap=""/>
10532     #errors
10533     /input/@usemap;attribute not defined;m
10534     /input/@usemap;input attr not applicable;text;m
10535    
10536     #data
10537     <input xmlns="http://www.w3.org/1999/xhtml"
10538     type="email"
10539     usemap=""/>
10540     #errors
10541     /input/@usemap;attribute not defined;m
10542     /input/@usemap;input attr not applicable;email;m
10543    
10544     #data
10545     <input xmlns="http://www.w3.org/1999/xhtml"
10546     type="url"
10547     usemap=""/>
10548     #errors
10549     /input/@usemap;attribute not defined;m
10550     /input/@usemap;input attr not applicable;url;m
10551    
10552     #data
10553     <input xmlns="http://www.w3.org/1999/xhtml"
10554 wakaba 1.12 type="search"
10555     usemap=""/>
10556     #errors
10557     /input/@usemap;attribute not defined;m
10558     /input/@usemap;input attr not applicable;search;m
10559    
10560     #data
10561     <input xmlns="http://www.w3.org/1999/xhtml"
10562 wakaba 1.11 type="password"
10563     usemap=""/>
10564     #errors
10565     /input/@usemap;attribute not defined;m
10566     /input/@usemap;input attr not applicable;password;m
10567    
10568     #data
10569     <input xmlns="http://www.w3.org/1999/xhtml"
10570     type="datetime"
10571     usemap=""/>
10572     #errors
10573     /input/@usemap;attribute not defined;m
10574     /input/@usemap;input attr not applicable;datetime;m
10575    
10576     #data
10577     <input xmlns="http://www.w3.org/1999/xhtml"
10578     type="date"
10579     usemap=""/>
10580     #errors
10581     /input/@usemap;attribute not defined;m
10582     /input/@usemap;input attr not applicable;date;m
10583    
10584     #data
10585     <input xmlns="http://www.w3.org/1999/xhtml"
10586     type="month"
10587     usemap=""/>
10588     #errors
10589     /input/@usemap;attribute not defined;m
10590     /input/@usemap;input attr not applicable;month;m
10591    
10592     #data
10593     <input xmlns="http://www.w3.org/1999/xhtml"
10594     type="week"
10595     usemap=""/>
10596     #errors
10597     /input/@usemap;attribute not defined;m
10598     /input/@usemap;input attr not applicable;week;m
10599    
10600     #data
10601     <input xmlns="http://www.w3.org/1999/xhtml"
10602     type="time"
10603     usemap=""/>
10604     #errors
10605     /input/@usemap;attribute not defined;m
10606     /input/@usemap;input attr not applicable;time;m
10607    
10608     #data
10609     <input xmlns="http://www.w3.org/1999/xhtml"
10610     type="datetime-local"
10611     usemap=""/>
10612     #errors
10613     /input/@usemap;attribute not defined;m
10614     /input/@usemap;input attr not applicable;datetime-local;m
10615    
10616     #data
10617     <input xmlns="http://www.w3.org/1999/xhtml"
10618     type="number"
10619     usemap=""/>
10620     #errors
10621     /input/@usemap;attribute not defined;m
10622     /input/@usemap;input attr not applicable;number;m
10623    
10624     #data
10625     <input xmlns="http://www.w3.org/1999/xhtml"
10626     type="range"
10627     usemap=""/>
10628     #errors
10629     /input/@usemap;attribute not defined;m
10630     /input/@usemap;input attr not applicable;range;m
10631    
10632     #data
10633     <input xmlns="http://www.w3.org/1999/xhtml"
10634 wakaba 1.13 type="color"
10635     usemap=""/>
10636     #errors
10637     /input/@usemap;attribute not defined;m
10638     /input/@usemap;input attr not applicable;color;m
10639    
10640     #data
10641     <input xmlns="http://www.w3.org/1999/xhtml"
10642 wakaba 1.11 type="checkbox"
10643     usemap=""/>
10644     #errors
10645     /input/@usemap;attribute not defined;m
10646     /input/@usemap;input attr not applicable;checkbox;m
10647    
10648     #data
10649     <input xmlns="http://www.w3.org/1999/xhtml"
10650     type="radio"
10651     usemap=""/>
10652     #errors
10653     /input/@usemap;attribute not defined;m
10654     /input/@usemap;input attr not applicable;radio;m
10655    
10656     #data
10657     <input xmlns="http://www.w3.org/1999/xhtml"
10658     type="file"
10659     usemap=""/>
10660     #errors
10661     /input/@usemap;attribute not defined;m
10662     /input/@usemap;input attr not applicable;file;m
10663    
10664     #data
10665     <input xmlns="http://www.w3.org/1999/xhtml"
10666     type="submit"
10667     usemap=""/>
10668     #errors
10669     /input/@usemap;attribute not defined;m
10670     /input/@usemap;input attr not applicable;submit;m
10671    
10672     #data
10673     <input xmlns="http://www.w3.org/1999/xhtml"
10674     type="reset"
10675     usemap=""/>
10676     #errors
10677     /input/@usemap;attribute not defined;m
10678     /input/@usemap;input attr not applicable;reset;m
10679    
10680     #data
10681     <input xmlns="http://www.w3.org/1999/xhtml"
10682     type="button"
10683     usemap=""/>
10684     #errors
10685     /input/@usemap;attribute not defined;m
10686     /input/@usemap;input attr not applicable;button;m
10687    
10688     #data
10689     <input xmlns="http://www.w3.org/1999/xhtml"
10690     type="add"
10691     usemap=""/>
10692     #errors
10693     /input/@usemap;attribute not defined;m
10694     /input/@usemap;input attr not applicable;add;m
10695     /input/@type;enumerated:invalid;m
10696    
10697     #data
10698     <input xmlns="http://www.w3.org/1999/xhtml"
10699     type="remove"
10700     usemap=""/>
10701     #errors
10702     /input/@usemap;attribute not defined;m
10703     /input/@usemap;input attr not applicable;remove;m
10704     /input/@type;enumerated:invalid;m
10705    
10706     #data
10707     <input xmlns="http://www.w3.org/1999/xhtml"
10708     type="move-up"
10709     usemap=""/>
10710     #errors
10711     /input/@usemap;attribute not defined;m
10712     /input/@usemap;input attr not applicable;move-up;m
10713     /input/@type;enumerated:invalid;m
10714    
10715     #data
10716     <input xmlns="http://www.w3.org/1999/xhtml"
10717     type="move-down"
10718     usemap=""/>
10719     #errors
10720     /input/@usemap;attribute not defined;m
10721     /input/@usemap;input attr not applicable;move-down;m
10722     /input/@type;enumerated:invalid;m
10723    
10724     #data
10725     <input xmlns="http://www.w3.org/1999/xhtml"
10726     type="image"
10727     usemap=""/>
10728     #errors
10729     /input/@usemap;attribute not defined;m
10730     /input/@usemap;hashref:syntax error;m
10731    
10732    
10733     #data
10734     <input xmlns="http://www.w3.org/1999/xhtml"
10735     type="image"
10736     usemap="abcd"/>
10737     #errors
10738     /input/@usemap;attribute not defined;m
10739     /input/@usemap;hashref:syntax error;m
10740    
10741     #data
10742     <input xmlns="http://www.w3.org/1999/xhtml"
10743     type="image"
10744     usemap="#abcd"/>
10745     #errors
10746     /input/@usemap;attribute not defined;m
10747     /input/@usemap;no referenced map;m
10748    
10749     #data
10750     <map xmlns="http://www.w3.org/1999/xhtml" name="abc">
10751     <input type="image"
10752     usemap="#abc"/>x
10753     </map>
10754     #errors
10755     /map/input/@usemap;attribute not defined;m
10756    
10757     #data
10758     <map xmlns="http://www.w3.org/1999/xhtml" name="ABC">
10759     <input type="image"
10760     usemap="#abc"/>x
10761     </map>
10762     #errors
10763     /map/input/@usemap;attribute not defined;m
10764     /map/input/@usemap;no referenced map;m
10765    
10766     #data
10767     <map xmlns="http://www.w3.org/1999/xhtml" name="abc">
10768     <input type="image"
10769     usemap="#%61bc"/>x
10770     </map>
10771     #errors
10772     /map/input/@usemap;attribute not defined;m
10773     /map/input/@usemap;no referenced map;m
10774    
10775     #data
10776     <input xmlns="http://www.w3.org/1999/xhtml"
10777     type="hidden"
10778     template="a"/>
10779     #errors
10780    
10781     #data
10782     <input xmlns="http://www.w3.org/1999/xhtml"
10783     type="text"
10784     template="a"/>
10785     #errors
10786    
10787     #data
10788     <input xmlns="http://www.w3.org/1999/xhtml"
10789     type="email"
10790     template="a"/>
10791     #errors
10792    
10793     #data
10794     <input xmlns="http://www.w3.org/1999/xhtml"
10795     type="url"
10796 wakaba 1.12 template="a"/>
10797     #errors
10798    
10799     #data
10800     <input xmlns="http://www.w3.org/1999/xhtml"
10801     type="search"
10802 wakaba 1.11 template="a"/>
10803     #errors
10804    
10805     #data
10806     <input xmlns="http://www.w3.org/1999/xhtml"
10807     type="password"
10808     template="a"/>
10809     #errors
10810    
10811     #data
10812     <input xmlns="http://www.w3.org/1999/xhtml"
10813     type="datetime"
10814     template="a"/>
10815     #errors
10816    
10817     #data
10818     <input xmlns="http://www.w3.org/1999/xhtml"
10819     type="date"
10820     template="a"/>
10821     #errors
10822    
10823     #data
10824     <input xmlns="http://www.w3.org/1999/xhtml"
10825     type="month"
10826     template="a"/>
10827     #errors
10828    
10829     #data
10830     <input xmlns="http://www.w3.org/1999/xhtml"
10831     type="week"
10832     template="a"/>
10833     #errors
10834    
10835     #data
10836     <input xmlns="http://www.w3.org/1999/xhtml"
10837     type="time"
10838     template="a"/>
10839     #errors
10840    
10841     #data
10842     <input xmlns="http://www.w3.org/1999/xhtml"
10843     type="datetime-local"
10844     template="a"/>
10845     #errors
10846    
10847     #data
10848     <input xmlns="http://www.w3.org/1999/xhtml"
10849     type="number"
10850     template="a"/>
10851     #errors
10852    
10853     #data
10854     <input xmlns="http://www.w3.org/1999/xhtml"
10855     type="range"
10856 wakaba 1.13 template="a"/>
10857     #errors
10858    
10859     #data
10860     <input xmlns="http://www.w3.org/1999/xhtml"
10861     type="color"
10862 wakaba 1.11 template="a"/>
10863     #errors
10864    
10865     #data
10866     <input xmlns="http://www.w3.org/1999/xhtml"
10867     type="checkbox"
10868     template="a"/>
10869     #errors
10870    
10871     #data
10872     <input xmlns="http://www.w3.org/1999/xhtml"
10873     type="radio"
10874     template="a"/>
10875     #errors
10876    
10877     #data
10878     <input xmlns="http://www.w3.org/1999/xhtml"
10879     type="file"
10880     template="a"/>
10881     #errors
10882    
10883     #data
10884     <input xmlns="http://www.w3.org/1999/xhtml"
10885     type="submit"
10886     template="a"/>
10887     #errors
10888    
10889     #data
10890     <input xmlns="http://www.w3.org/1999/xhtml"
10891     type="image"
10892     template="a"/>
10893     #errors
10894    
10895     #data
10896     <input xmlns="http://www.w3.org/1999/xhtml"
10897     type="reset"
10898     template="a"/>
10899     #errors
10900    
10901     #data
10902     <input xmlns="http://www.w3.org/1999/xhtml"
10903     type="button"
10904     template="a"/>
10905     #errors
10906    
10907     #data
10908     <input xmlns="http://www.w3.org/1999/xhtml"
10909     type="add"
10910     template="a"/>
10911     #errors
10912     /input/@type;enumerated:invalid;m
10913    
10914     #data
10915     <input xmlns="http://www.w3.org/1999/xhtml"
10916     type="remove"
10917     template="a"/>
10918     #errors
10919     /input/@type;enumerated:invalid;m
10920    
10921     #data
10922     <input xmlns="http://www.w3.org/1999/xhtml"
10923     type="move-up"
10924     template="a"/>
10925     #errors
10926     /input/@type;enumerated:invalid;m
10927    
10928     #data
10929     <input xmlns="http://www.w3.org/1999/xhtml"
10930     type="move-down"
10931     template="a"/>
10932     #errors
10933     /input/@type;enumerated:invalid;m
10934 wakaba 1.17
10935     #data
10936     <input type="hidden" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
10937     #errors
10938    
10939     #data
10940     <input type="hidden" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
10941     #errors
10942    
10943     #data
10944     <input type="hidden" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
10945     #errors
10946    
10947     #data
10948     <input type="hidden" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
10949     #errors
10950     /input/@disabled;boolean:invalid;m
10951    
10952     #data
10953     <input type="text" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
10954     #errors
10955    
10956     #data
10957     <input type="text" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
10958     #errors
10959    
10960     #data
10961     <input type="text" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
10962     #errors
10963    
10964     #data
10965     <input type="text" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
10966     #errors
10967     /input/@disabled;boolean:invalid;m
10968    
10969     #data
10970     <input type="search" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
10971     #errors
10972    
10973     #data
10974     <input type="search" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
10975     #errors
10976    
10977     #data
10978     <input type="search" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
10979     #errors
10980    
10981     #data
10982     <input type="search" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
10983     #errors
10984     /input/@disabled;boolean:invalid;m
10985    
10986     #data
10987     <input type="url" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
10988     #errors
10989    
10990     #data
10991     <input type="url" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
10992     #errors
10993    
10994     #data
10995     <input type="url" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
10996     #errors
10997    
10998     #data
10999     <input type="url" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11000     #errors
11001     /input/@disabled;boolean:invalid;m
11002    
11003     #data
11004     <input type="email" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11005     #errors
11006    
11007     #data
11008     <input type="email" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11009     #errors
11010    
11011     #data
11012     <input type="email" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11013     #errors
11014    
11015     #data
11016     <input type="email" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11017     #errors
11018     /input/@disabled;boolean:invalid;m
11019    
11020     #data
11021     <input type="password" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11022     #errors
11023    
11024     #data
11025     <input type="password" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11026     #errors
11027    
11028     #data
11029     <input type="password" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11030     #errors
11031    
11032     #data
11033     <input type="password" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11034     #errors
11035     /input/@disabled;boolean:invalid;m
11036    
11037     #data
11038     <input type="datetime" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11039     #errors
11040    
11041     #data
11042     <input type="datetime" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11043     #errors
11044    
11045     #data
11046     <input type="datetime" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11047     #errors
11048    
11049     #data
11050     <input type="datetime" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11051     #errors
11052     /input/@disabled;boolean:invalid;m
11053    
11054     #data
11055     <input type="date" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11056     #errors
11057    
11058     #data
11059     <input type="date" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11060     #errors
11061    
11062     #data
11063     <input type="date" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11064     #errors
11065    
11066     #data
11067     <input type="date" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11068     #errors
11069     /input/@disabled;boolean:invalid;m
11070    
11071     #data
11072     <input type="month" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11073     #errors
11074    
11075     #data
11076     <input type="month" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11077     #errors
11078    
11079     #data
11080     <input type="month" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11081     #errors
11082    
11083     #data
11084     <input type="month" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11085     #errors
11086     /input/@disabled;boolean:invalid;m
11087    
11088     #data
11089     <input type="week" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11090     #errors
11091    
11092     #data
11093     <input type="week" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11094     #errors
11095    
11096     #data
11097     <input type="week" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11098     #errors
11099    
11100     #data
11101     <input type="week" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11102     #errors
11103     /input/@disabled;boolean:invalid;m
11104    
11105     #data
11106     <input type="time" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11107     #errors
11108    
11109     #data
11110     <input type="time" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11111     #errors
11112    
11113     #data
11114     <input type="time" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11115     #errors
11116    
11117     #data
11118     <input type="time" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11119     #errors
11120     /input/@disabled;boolean:invalid;m
11121    
11122     #data
11123     <input type="datetime-local" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11124     #errors
11125    
11126     #data
11127     <input type="datetime-local" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11128     #errors
11129    
11130     #data
11131     <input type="datetime-local" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11132     #errors
11133    
11134     #data
11135     <input type="datetime-local" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11136     #errors
11137     /input/@disabled;boolean:invalid;m
11138    
11139     #data
11140     <input type="number" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11141     #errors
11142    
11143     #data
11144     <input type="number" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11145     #errors
11146    
11147     #data
11148     <input type="number" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11149     #errors
11150    
11151     #data
11152     <input type="number" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11153     #errors
11154     /input/@disabled;boolean:invalid;m
11155    
11156     #data
11157     <input type="range" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11158     #errors
11159    
11160     #data
11161     <input type="range" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11162     #errors
11163    
11164     #data
11165     <input type="range" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11166     #errors
11167    
11168     #data
11169     <input type="range" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11170     #errors
11171     /input/@disabled;boolean:invalid;m
11172    
11173     #data
11174     <input type="color" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11175     #errors
11176    
11177     #data
11178     <input type="color" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11179     #errors
11180    
11181     #data
11182     <input type="color" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11183     #errors
11184    
11185     #data
11186     <input type="color" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11187     #errors
11188     /input/@disabled;boolean:invalid;m
11189    
11190     #data
11191     <input type="checkbox" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11192     #errors
11193    
11194     #data
11195     <input type="checkbox" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11196     #errors
11197    
11198     #data
11199     <input type="checkbox" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11200     #errors
11201    
11202     #data
11203     <input type="checkbox" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11204     #errors
11205     /input/@disabled;boolean:invalid;m
11206    
11207     #data
11208     <input type="radio" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11209     #errors
11210    
11211     #data
11212     <input type="radio" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11213     #errors
11214    
11215     #data
11216     <input type="radio" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11217     #errors
11218    
11219     #data
11220     <input type="radio" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11221     #errors
11222     /input/@disabled;boolean:invalid;m
11223    
11224     #data
11225     <input type="file" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11226     #errors
11227    
11228     #data
11229     <input type="file" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11230     #errors
11231    
11232     #data
11233     <input type="file" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11234     #errors
11235    
11236     #data
11237     <input type="file" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11238     #errors
11239     /input/@disabled;boolean:invalid;m
11240    
11241     #data
11242     <input type="submit" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11243     #errors
11244    
11245     #data
11246     <input type="submit" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11247     #errors
11248    
11249     #data
11250     <input type="submit" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11251     #errors
11252    
11253     #data
11254     <input type="submit" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11255     #errors
11256     /input/@disabled;boolean:invalid;m
11257    
11258     #data
11259     <input type="image" src="" alt="x" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11260     #errors
11261    
11262     #data
11263     <input type="image" src="" alt="x" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11264     #errors
11265    
11266     #data
11267     <input type="image" src="" alt="x" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11268     #errors
11269    
11270     #data
11271     <input type="image" src="" alt="x" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11272     #errors
11273     /input/@disabled;boolean:invalid;m
11274    
11275     #data
11276     <input type="reset" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11277     #errors
11278    
11279     #data
11280     <input type="reset" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11281     #errors
11282    
11283     #data
11284     <input type="reset" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11285     #errors
11286    
11287     #data
11288     <input type="reset" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11289     #errors
11290     /input/@disabled;boolean:invalid;m
11291    
11292     #data
11293     <input type="button" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11294     #errors
11295    
11296     #data
11297     <input type="button" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11298     #errors
11299    
11300     #data
11301     <input type="button" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11302     #errors
11303    
11304     #data
11305     <input type="button" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11306     #errors
11307     /input/@disabled;boolean:invalid;m
11308    
11309     #data
11310     <input type="add" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11311     #errors
11312     /input/@type;enumerated:invalid;m
11313    
11314     #data
11315     <input type="add" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11316     #errors
11317     /input/@type;enumerated:invalid;m
11318    
11319     #data
11320     <input type="add" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11321     #errors
11322     /input/@type;enumerated:invalid;m
11323    
11324     #data
11325     <input type="add" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11326     #errors
11327     /input/@disabled;boolean:invalid;m
11328     /input/@type;enumerated:invalid;m
11329    
11330     #data
11331     <input type="remove" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11332     #errors
11333     /input/@type;enumerated:invalid;m
11334    
11335     #data
11336     <input type="remove" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11337     #errors
11338     /input/@type;enumerated:invalid;m
11339    
11340     #data
11341     <input type="remove" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11342     #errors
11343     /input/@type;enumerated:invalid;m
11344    
11345     #data
11346     <input type="remove" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11347     #errors
11348     /input/@disabled;boolean:invalid;m
11349     /input/@type;enumerated:invalid;m
11350    
11351     #data
11352     <input type="move-up" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11353     #errors
11354     /input/@type;enumerated:invalid;m
11355    
11356     #data
11357     <input type="move-up" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11358     #errors
11359     /input/@type;enumerated:invalid;m
11360    
11361     #data
11362     <input type="move-up" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11363     #errors
11364     /input/@type;enumerated:invalid;m
11365    
11366     #data
11367     <input type="move-up" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11368     #errors
11369     /input/@disabled;boolean:invalid;m
11370     /input/@type;enumerated:invalid;m
11371    
11372     #data
11373     <input type="move-down" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11374     #errors
11375     /input/@type;enumerated:invalid;m
11376    
11377     #data
11378     <input type="move-down" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11379     #errors
11380     /input/@type;enumerated:invalid;m
11381    
11382     #data
11383     <input type="move-down" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11384     #errors
11385     /input/@type;enumerated:invalid;m
11386    
11387     #data
11388     <input type="move-down" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11389     #errors
11390     /input/@disabled;boolean:invalid;m
11391     /input/@type;enumerated:invalid;m
11392    
11393     #data
11394     <input type="hidden" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11395     #errors
11396    
11397     #data
11398     <input type="hidden" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11399     #errors
11400    
11401     #data
11402     <input type="hidden" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11403     #errors
11404    
11405     #data
11406     <input type="hidden" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11407     #errors
11408     /input/@autofocus;boolean:invalid;m
11409    
11410     #data
11411     <input type="text" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11412     #errors
11413    
11414     #data
11415     <input type="text" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11416     #errors
11417    
11418     #data
11419     <input type="text" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11420     #errors
11421    
11422     #data
11423     <input type="text" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11424     #errors
11425     /input/@autofocus;boolean:invalid;m
11426    
11427     #data
11428     <input type="search" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11429     #errors
11430    
11431     #data
11432     <input type="search" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11433     #errors
11434    
11435     #data
11436     <input type="search" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11437     #errors
11438    
11439     #data
11440     <input type="search" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11441     #errors
11442     /input/@autofocus;boolean:invalid;m
11443    
11444     #data
11445     <input type="url" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11446     #errors
11447    
11448     #data
11449     <input type="url" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11450     #errors
11451    
11452     #data
11453     <input type="url" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11454     #errors
11455    
11456     #data
11457     <input type="url" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11458     #errors
11459     /input/@autofocus;boolean:invalid;m
11460    
11461     #data
11462     <input type="email" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11463     #errors
11464    
11465     #data
11466     <input type="email" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11467     #errors
11468    
11469     #data
11470     <input type="email" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11471     #errors
11472    
11473     #data
11474     <input type="email" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11475     #errors
11476     /input/@autofocus;boolean:invalid;m
11477    
11478     #data
11479     <input type="password" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11480     #errors
11481    
11482     #data
11483     <input type="password" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11484     #errors
11485    
11486     #data
11487     <input type="password" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11488     #errors
11489    
11490     #data
11491     <input type="password" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11492     #errors
11493     /input/@autofocus;boolean:invalid;m
11494    
11495     #data
11496     <input type="datetime" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11497     #errors
11498    
11499     #data
11500     <input type="datetime" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11501     #errors
11502    
11503     #data
11504     <input type="datetime" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11505     #errors
11506    
11507     #data
11508     <input type="datetime" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11509     #errors
11510     /input/@autofocus;boolean:invalid;m
11511    
11512     #data
11513     <input type="date" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11514     #errors
11515    
11516     #data
11517     <input type="date" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11518     #errors
11519    
11520     #data
11521     <input type="date" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11522     #errors
11523    
11524     #data
11525     <input type="date" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11526     #errors
11527     /input/@autofocus;boolean:invalid;m
11528    
11529     #data
11530     <input type="month" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11531     #errors
11532    
11533     #data
11534     <input type="month" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11535     #errors
11536    
11537     #data
11538     <input type="month" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11539     #errors
11540    
11541     #data
11542     <input type="month" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11543     #errors
11544     /input/@autofocus;boolean:invalid;m
11545    
11546     #data
11547     <input type="week" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11548     #errors
11549    
11550     #data
11551     <input type="week" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11552     #errors
11553    
11554     #data
11555     <input type="week" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11556     #errors
11557    
11558     #data
11559     <input type="week" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11560     #errors
11561     /input/@autofocus;boolean:invalid;m
11562    
11563     #data
11564     <input type="time" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11565     #errors
11566    
11567     #data
11568     <input type="time" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11569     #errors
11570    
11571     #data
11572     <input type="time" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11573     #errors
11574    
11575     #data
11576     <input type="time" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11577     #errors
11578     /input/@autofocus;boolean:invalid;m
11579    
11580     #data
11581     <input type="datetime-local" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11582     #errors
11583    
11584     #data
11585     <input type="datetime-local" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11586     #errors
11587    
11588     #data
11589     <input type="datetime-local" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11590     #errors
11591    
11592     #data
11593     <input type="datetime-local" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11594     #errors
11595     /input/@autofocus;boolean:invalid;m
11596    
11597     #data
11598     <input type="number" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11599     #errors
11600    
11601     #data
11602     <input type="number" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11603     #errors
11604    
11605     #data
11606     <input type="number" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11607     #errors
11608    
11609     #data
11610     <input type="number" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11611     #errors
11612     /input/@autofocus;boolean:invalid;m
11613    
11614     #data
11615     <input type="range" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11616     #errors
11617    
11618     #data
11619     <input type="range" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11620     #errors
11621    
11622     #data
11623     <input type="range" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11624     #errors
11625    
11626     #data
11627     <input type="range" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11628     #errors
11629     /input/@autofocus;boolean:invalid;m
11630    
11631     #data
11632     <input type="color" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11633     #errors
11634    
11635     #data
11636     <input type="color" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11637     #errors
11638    
11639     #data
11640     <input type="color" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11641     #errors
11642    
11643     #data
11644     <input type="color" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11645     #errors
11646     /input/@autofocus;boolean:invalid;m
11647    
11648     #data
11649     <input type="checkbox" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11650     #errors
11651    
11652     #data
11653     <input type="checkbox" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11654     #errors
11655    
11656     #data
11657     <input type="checkbox" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11658     #errors
11659    
11660     #data
11661     <input type="checkbox" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11662     #errors
11663     /input/@autofocus;boolean:invalid;m
11664    
11665     #data
11666     <input type="radio" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11667     #errors
11668    
11669     #data
11670     <input type="radio" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11671     #errors
11672    
11673     #data
11674     <input type="radio" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11675     #errors
11676    
11677     #data
11678     <input type="radio" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11679     #errors
11680     /input/@autofocus;boolean:invalid;m
11681    
11682     #data
11683     <input type="file" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11684     #errors
11685    
11686     #data
11687     <input type="file" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11688     #errors
11689    
11690     #data
11691     <input type="file" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11692     #errors
11693    
11694     #data
11695     <input type="file" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11696     #errors
11697     /input/@autofocus;boolean:invalid;m
11698    
11699     #data
11700     <input type="submit" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11701     #errors
11702    
11703     #data
11704     <input type="submit" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11705     #errors
11706    
11707     #data
11708     <input type="submit" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11709     #errors
11710    
11711     #data
11712     <input type="submit" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11713     #errors
11714     /input/@autofocus;boolean:invalid;m
11715    
11716     #data
11717     <input type="image" src="" alt="x" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11718     #errors
11719    
11720     #data
11721     <input type="image" src="" alt="x" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11722     #errors
11723    
11724     #data
11725     <input type="image" src="" alt="x" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11726     #errors
11727    
11728     #data
11729     <input type="image" src="" alt="x" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11730     #errors
11731     /input/@autofocus;boolean:invalid;m
11732    
11733     #data
11734     <input type="reset" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11735     #errors
11736    
11737     #data
11738     <input type="reset" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11739     #errors
11740    
11741     #data
11742     <input type="reset" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11743     #errors
11744    
11745     #data
11746     <input type="reset" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11747     #errors
11748     /input/@autofocus;boolean:invalid;m
11749    
11750     #data
11751     <input type="button" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11752     #errors
11753    
11754     #data
11755     <input type="button" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11756     #errors
11757    
11758     #data
11759     <input type="button" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11760     #errors
11761    
11762     #data
11763     <input type="button" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11764     #errors
11765     /input/@autofocus;boolean:invalid;m
11766    
11767     #data
11768     <input type="add" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11769     #errors
11770     /input/@type;enumerated:invalid;m
11771    
11772     #data
11773     <input type="add" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11774     #errors
11775     /input/@type;enumerated:invalid;m
11776    
11777     #data
11778     <input type="add" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11779     #errors
11780     /input/@type;enumerated:invalid;m
11781    
11782     #data
11783     <input type="add" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11784     #errors
11785     /input/@autofocus;boolean:invalid;m
11786     /input/@type;enumerated:invalid;m
11787    
11788     #data
11789     <input type="remove" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11790     #errors
11791     /input/@type;enumerated:invalid;m
11792    
11793     #data
11794     <input type="remove" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11795     #errors
11796     /input/@type;enumerated:invalid;m
11797    
11798     #data
11799     <input type="remove" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11800     #errors
11801     /input/@type;enumerated:invalid;m
11802    
11803     #data
11804     <input type="remove" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11805     #errors
11806     /input/@autofocus;boolean:invalid;m
11807     /input/@type;enumerated:invalid;m
11808    
11809     #data
11810     <input type="move-up" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11811     #errors
11812     /input/@type;enumerated:invalid;m
11813    
11814     #data
11815     <input type="move-up" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11816     #errors
11817     /input/@type;enumerated:invalid;m
11818    
11819     #data
11820     <input type="move-up" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11821     #errors
11822     /input/@type;enumerated:invalid;m
11823    
11824     #data
11825     <input type="move-up" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11826     #errors
11827     /input/@autofocus;boolean:invalid;m
11828     /input/@type;enumerated:invalid;m
11829    
11830     #data
11831     <input type="move-down" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11832     #errors
11833     /input/@type;enumerated:invalid;m
11834    
11835     #data
11836     <input type="move-down" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11837     #errors
11838     /input/@type;enumerated:invalid;m
11839    
11840     #data
11841     <input type="move-down" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11842     #errors
11843     /input/@type;enumerated:invalid;m
11844    
11845     #data
11846     <input type="move-down" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11847     #errors
11848     /input/@autofocus;boolean:invalid;m
11849     /input/@type;enumerated:invalid;m

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24