/[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.27 - (hide annotations) (download)
Sun Aug 23 08:13:45 2009 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.26: +27 -0 lines
++ whatpm/t/dom-conformance/ChangeLog	23 Aug 2009 08:13:30 -0000
	* html-datatemplate.dat, html-repetitions.dat, html-forms-1.dat,
	html-form-input-1.dat, html-form-button.dat, html-form-select.dat,
	html-form-textarea.dat, html-texts-1.dat, html-interactive-1.dat:
	Revised test results related to the removed datatemplate and
	repetition template feature (HTML5 revision 2319).

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	23 Aug 2009 08:04:48 -0000
	* HTML.pm: Marked datatemplate and repetition template features as
	dropped (HTML5 revision 2319).

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

1 wakaba 1.1
2     #data
3     <input xmlns="http://www.w3.org/1999/xhtml"></input>
4     #errors
5    
6     #data
7     <input xmlns="http://www.w3.org/1999/xhtml"> </input>
8     #errors
9    
10     #data
11     <input xmlns="http://www.w3.org/1999/xhtml"><!-- --></input>
12     #errors
13    
14     #data
15     <input xmlns="http://www.w3.org/1999/xhtml">xx</input>
16     #errors
17     /input/"xx";character not allowed:empty;m
18    
19     #data
20     <input xmlns="http://www.w3.org/1999/xhtml"><p/></input>
21     #errors
22     /input/p;element not allowed:empty;m
23     /input/p;no significant content;s
24    
25     #data
26     <input xmlns="http://www.w3.org/1999/xhtml"><div>x</div></input>
27     #errors
28     /input/div;element not allowed:empty;m
29    
30     #data
31     <input xmlns="http://www.w3.org/1999/xhtml"><input/></input>
32     #errors
33     /input/input;element not allowed:empty;m
34    
35     #data
36     <input xmlns="http://www.w3.org/1999/xhtml"><nest/></input>
37     #errors
38     /input/nest;element not allowed:empty;m
39 wakaba 1.27 /input/nest;element not defined;m
40 wakaba 1.1
41     #data
42     <em xmlns="http://www.w3.org/1999/xhtml"><input/></em>
43     #errors
44     /em;no significant content;s
45    
46     #data
47     <div xmlns="http://www.w3.org/1999/xhtml"><input/></div>
48     #errors
49     /div;no significant content;s
50    
51     #data
52     <p xmlns="http://www.w3.org/1999/xhtml"><input/></p>
53     #errors
54     /p;no significant content;s
55    
56     #data
57     <title xmlns="http://www.w3.org/1999/xhtml"><input/></title>
58     #errors
59     /title/input;element not allowed:text;m
60    
61     #data
62     <br xmlns="http://www.w3.org/1999/xhtml"><input/></br>
63     #errors
64     /br/input;element not allowed:empty;m
65    
66     #data
67     <ins xmlns="http://www.w3.org/1999/xhtml"><input/></ins>
68     #errors
69     /ins;no significant content;s
70 wakaba 1.2
71     #data
72     <input xmlns="http://www.w3.org/1999/xhtml"
73     type="hidden"/>
74     #errors
75    
76     #data
77     <input xmlns="http://www.w3.org/1999/xhtml"
78     type="HIDDEN"/>
79     #errors
80    
81     #data
82     <input xmlns="http://www.w3.org/1999/xhtml"
83     type="text"/>
84     #errors
85    
86     #data
87     <input xmlns="http://www.w3.org/1999/xhtml"
88     type="TexT"/>
89     #errors
90    
91     #data
92     <input xmlns="http://www.w3.org/1999/xhtml"
93     type="Email"/>
94     #errors
95    
96     #data
97     <input xmlns="http://www.w3.org/1999/xhtml"
98     type="email"/>
99     #errors
100    
101     #data
102     <input xmlns="http://www.w3.org/1999/xhtml"
103 wakaba 1.12 type="search"/>
104     #errors
105    
106     #data
107     <input xmlns="http://www.w3.org/1999/xhtml"
108 wakaba 1.2 type="url"/>
109     #errors
110    
111     #data
112     <input xmlns="http://www.w3.org/1999/xhtml"
113     type="uri"/>
114     #errors
115     /input/@type;enumerated:invalid;m
116    
117     #data
118     <input xmlns="http://www.w3.org/1999/xhtml"
119     type="iri"/>
120     #errors
121     /input/@type;enumerated:invalid;m
122    
123     #data
124     <input xmlns="http://www.w3.org/1999/xhtml"
125     type="URL"/>
126     #errors
127    
128     #data
129     <input xmlns="http://www.w3.org/1999/xhtml"
130     type="password"/>
131     #errors
132    
133     #data
134     <input xmlns="http://www.w3.org/1999/xhtml"
135     type="PASSWORD"/>
136     #errors
137    
138     #data
139     <input xmlns="http://www.w3.org/1999/xhtml"
140 wakaba 1.4 type="pass"/>
141     #errors
142     /input/@type;enumerated:invalid;m
143    
144     #data
145     <input xmlns="http://www.w3.org/1999/xhtml"
146 wakaba 1.2 type="datetime"/>
147     #errors
148    
149     #data
150     <input xmlns="http://www.w3.org/1999/xhtml"
151     type="DateTime"/>
152     #errors
153    
154     #data
155     <input xmlns="http://www.w3.org/1999/xhtml"
156     type="datatime"/>
157     #errors
158     /input/@type;enumerated:invalid;m
159    
160     #data
161     <input xmlns="http://www.w3.org/1999/xhtml"
162     type="date"/>
163     #errors
164    
165     #data
166     <input xmlns="http://www.w3.org/1999/xhtml"
167     type="dATe"/>
168     #errors
169    
170     #data
171     <input xmlns="http://www.w3.org/1999/xhtml"
172     type="data"/>
173     #errors
174     /input/@type;enumerated:invalid;m
175    
176     #data
177     <input xmlns="http://www.w3.org/1999/xhtml"
178     type="month"/>
179     #errors
180    
181     #data
182     <input xmlns="http://www.w3.org/1999/xhtml"
183     type="monse"/>
184     #errors
185     /input/@type;enumerated:invalid;m
186    
187     #data
188     <input xmlns="http://www.w3.org/1999/xhtml"
189     type="week"/>
190     #errors
191    
192     #data
193     <input xmlns="http://www.w3.org/1999/xhtml"
194     type="weak"/>
195     #errors
196     /input/@type;enumerated:invalid;m
197    
198     #data
199     <input xmlns="http://www.w3.org/1999/xhtml"
200     type="time"/>
201     #errors
202    
203     #data
204     <input xmlns="http://www.w3.org/1999/xhtml"
205     type="Time"/>
206     #errors
207    
208     #data
209     <input xmlns="http://www.w3.org/1999/xhtml"
210     type="datetime-local"/>
211     #errors
212    
213     #data
214     <input xmlns="http://www.w3.org/1999/xhtml"
215     type="number"/>
216     #errors
217    
218     #data
219     <input xmlns="http://www.w3.org/1999/xhtml"
220     type="range"/>
221     #errors
222    
223     #data
224     <input xmlns="http://www.w3.org/1999/xhtml"
225 wakaba 1.13 type="color"/>
226     #errors
227    
228     #data
229     <input xmlns="http://www.w3.org/1999/xhtml"
230 wakaba 1.2 type="checkbox"/>
231     #errors
232    
233     #data
234     <input xmlns="http://www.w3.org/1999/xhtml"
235     type="check"/>
236     #errors
237     /input/@type;enumerated:invalid;m
238    
239     #data
240     <input xmlns="http://www.w3.org/1999/xhtml"
241     type="radio"/>
242     #errors
243    
244     #data
245     <input xmlns="http://www.w3.org/1999/xhtml"
246     type="radiobutton"/>
247     #errors
248     /input/@type;enumerated:invalid;m
249    
250     #data
251     <input xmlns="http://www.w3.org/1999/xhtml"
252     type="radiobox"/>
253     #errors
254     /input/@type;enumerated:invalid;m
255    
256     #data
257     <input xmlns="http://www.w3.org/1999/xhtml"
258     type="file"/>
259     #errors
260    
261     #data
262     <input xmlns="http://www.w3.org/1999/xhtml"
263     type="submit"/>
264     #errors
265    
266     #data
267     <input xmlns="http://www.w3.org/1999/xhtml"
268     type="image"/>
269     #errors
270    
271     #data
272     <input xmlns="http://www.w3.org/1999/xhtml"
273     type="img"/>
274     #errors
275     /input/@type;enumerated:invalid;m
276    
277     #data
278     <input xmlns="http://www.w3.org/1999/xhtml"
279     type="reset"/>
280     #errors
281    
282     #data
283     <input xmlns="http://www.w3.org/1999/xhtml"
284     type="button"/>
285     #errors
286    
287     #data
288     <input xmlns="http://www.w3.org/1999/xhtml"
289     type="hiden"/>
290     #errors
291     /input/@type;enumerated:invalid;m
292    
293     #data
294     <input xmlns="http://www.w3.org/1999/xhtml"
295     type="hidden "/>
296     #errors
297     /input/@type;enumerated:invalid;m
298    
299     #data
300     <input xmlns="http://www.w3.org/1999/xhtml"
301     type=" hidden"/>
302     #errors
303     /input/@type;enumerated:invalid;m
304    
305     #data
306     <input xmlns="http://www.w3.org/1999/xhtml"
307     type="add"/>
308     #errors
309     /input/@type;enumerated:invalid;m
310    
311     #data
312     <input xmlns="http://www.w3.org/1999/xhtml"
313     type="remove"/>
314     #errors
315     /input/@type;enumerated:invalid;m
316    
317     #data
318     <input xmlns="http://www.w3.org/1999/xhtml"
319     type="delete"/>
320     #errors
321     /input/@type;enumerated:invalid;m
322    
323     #data
324     <input xmlns="http://www.w3.org/1999/xhtml"
325     type="move"/>
326     #errors
327     /input/@type;enumerated:invalid;m
328    
329     #data
330     <input xmlns="http://www.w3.org/1999/xhtml"
331     type="move-up"/>
332     #errors
333     /input/@type;enumerated:invalid;m
334    
335     #data
336     <input xmlns="http://www.w3.org/1999/xhtml"
337     type="move-down"/>
338     #errors
339     /input/@type;enumerated:invalid;m
340    
341     #data
342     <input xmlns="http://www.w3.org/1999/xhtml"
343     type="textarea"/>
344     #errors
345     /input/@type;enumerated:invalid;m
346    
347     #data
348     <input xmlns="http://www.w3.org/1999/xhtml"
349     type=""/>
350     #errors
351     /input/@type;enumerated:invalid;m
352    
353     #data escaped
354     <input xmlns="http://www.w3.org/1999/xhtml"
355     type="h\u0130dden"/>
356     #errors
357     /input/@type;enumerated:invalid;m
358    
359     #data escaped
360     <input xmlns="http://www.w3.org/1999/xhtml"
361     type="h\u0131dden"/>
362     #errors
363     /input/@type;enumerated:invalid;m
364 wakaba 1.3
365     #data
366     <div xmlns="http://www.w3.org/1999/xhtml">
367     <form id="a">x</form>
368     <input type="hidden" form="a"/>
369     </div>
370     #errors
371    
372     #data
373     <div xmlns="http://www.w3.org/1999/xhtml">
374     <form id="a">x</form>
375     <input type="text" form="a"/>
376     </div>
377     #errors
378    
379     #data
380     <div xmlns="http://www.w3.org/1999/xhtml">
381     <form id="a">x</form>
382     <input type="email" form="a"/>
383     </div>
384     #errors
385    
386     #data
387     <div xmlns="http://www.w3.org/1999/xhtml">
388     <form id="a">x</form>
389 wakaba 1.12 <input type="search" form="a"/>
390     </div>
391     #errors
392    
393     #data
394     <div xmlns="http://www.w3.org/1999/xhtml">
395     <form id="a">x</form>
396 wakaba 1.3 <input type="url" form="a"/>
397     </div>
398     #errors
399    
400     #data
401     <div xmlns="http://www.w3.org/1999/xhtml">
402     <form id="a">x</form>
403     <input type="password" form="a"/>
404     </div>
405     #errors
406    
407     #data
408     <div xmlns="http://www.w3.org/1999/xhtml">
409     <form id="a">x</form>
410     <input type="datetime" form="a"/>
411     </div>
412     #errors
413    
414     #data
415     <div xmlns="http://www.w3.org/1999/xhtml">
416     <form id="a">x</form>
417     <input type="date" form="a"/>
418     </div>
419     #errors
420    
421     #data
422     <div xmlns="http://www.w3.org/1999/xhtml">
423     <form id="a">x</form>
424     <input type="month" form="a"/>
425     </div>
426     #errors
427    
428     #data
429     <div xmlns="http://www.w3.org/1999/xhtml">
430     <form id="a">x</form>
431     <input type="week" form="a"/>
432     </div>
433     #errors
434    
435     #data
436     <div xmlns="http://www.w3.org/1999/xhtml">
437     <form id="a">x</form>
438     <input type="datetime-local" form="a"/>
439     </div>
440     #errors
441    
442     #data
443     <div xmlns="http://www.w3.org/1999/xhtml">
444     <form id="a">x</form>
445     <input type="number" form="a"/>
446     </div>
447     #errors
448    
449     #data
450     <div xmlns="http://www.w3.org/1999/xhtml">
451     <form id="a">x</form>
452     <input type="range" form="a"/>
453     </div>
454     #errors
455    
456     #data
457     <div xmlns="http://www.w3.org/1999/xhtml">
458     <form id="a">x</form>
459 wakaba 1.13 <input type="color" form="a"/>
460     </div>
461     #errors
462    
463     #data
464     <div xmlns="http://www.w3.org/1999/xhtml">
465     <form id="a">x</form>
466 wakaba 1.3 <input type="checkbox" form="a"/>
467     </div>
468     #errors
469    
470     #data
471     <div xmlns="http://www.w3.org/1999/xhtml">
472     <form id="a">x</form>
473     <input type="radio" form="a"/>
474     </div>
475     #errors
476    
477     #data
478     <div xmlns="http://www.w3.org/1999/xhtml">
479     <form id="a">x</form>
480     <input type="file" form="a"/>
481     </div>
482     #errors
483    
484     #data
485     <div xmlns="http://www.w3.org/1999/xhtml">
486     <form id="a">x</form>
487     <input type="submit" form="a"/>
488     </div>
489     #errors
490    
491     #data
492     <div xmlns="http://www.w3.org/1999/xhtml">
493     <form id="a">x</form>
494     <input type="image" form="a"/>
495     </div>
496     #errors
497    
498     #data
499     <div xmlns="http://www.w3.org/1999/xhtml">
500     <form id="a">x</form>
501     <input type="reset" form="a"/>
502     </div>
503     #errors
504    
505     #data
506     <div xmlns="http://www.w3.org/1999/xhtml">
507     <form id="a">x</form>
508     <input type="button" form="a"/>
509     </div>
510     #errors
511    
512     #data
513     <div xmlns="http://www.w3.org/1999/xhtml">
514     <form id="a">x</form>
515     <input type="add" form="a"/>
516     </div>
517     #errors
518     /div/input/@type;enumerated:invalid;m
519    
520     #data
521     <div xmlns="http://www.w3.org/1999/xhtml">
522     <form id="a">x</form>
523     <input type="remove" form="a"/>
524     </div>
525     #errors
526     /div/input/@type;enumerated:invalid;m
527    
528     #data
529     <div xmlns="http://www.w3.org/1999/xhtml">
530     <form id="a">x</form>
531     <input type="move-up" form="a"/>
532     </div>
533     #errors
534     /div/input/@type;enumerated:invalid;m
535    
536     #data
537     <div xmlns="http://www.w3.org/1999/xhtml">
538     <form id="a">x</form>
539     <input type="move-down" form="a"/>
540     </div>
541     #errors
542     /div/input/@type;enumerated:invalid;m
543    
544     #data
545     <div xmlns="http://www.w3.org/1999/xhtml">
546     <form id="a">x</form>
547     <input type="unknown" form="a"/>
548     </div>
549     #errors
550     /div/input/@type;enumerated:invalid;m
551    
552     #data
553     <input xmlns="http://www.w3.org/1999/xhtml"
554     type="hidden" name="_charset_"/>
555     #errors
556    
557     #data
558     <input xmlns="http://www.w3.org/1999/xhtml"
559     type="hidden" name="_charset_" value=""/>
560     #errors
561     /input/@value;_charset_ value;m
562    
563     #data
564     <input xmlns="http://www.w3.org/1999/xhtml"
565     type="hidden" name="_CHARSET_" value=""/>
566     #errors
567    
568     #data
569     <input xmlns="http://www.w3.org/1999/xhtml"
570     type="hidden" name="charset"/>
571     #errors
572    
573     #data
574     <input xmlns="http://www.w3.org/1999/xhtml"
575     type="hidden" name="charset" value="utf-8"/>
576     #errors
577    
578     #data
579     <input xmlns="http://www.w3.org/1999/xhtml"
580     type="text" name="_charset_" value="utf-8"/>
581     #errors
582    
583     #data
584     <input xmlns="http://www.w3.org/1999/xhtml"
585     type="password" name="_charset_" value="us-ascii"/>
586     #errors
587    
588     #data
589     <input xmlns="http://www.w3.org/1999/xhtml"
590     type="hidden" name="a"
591     accept=""/>
592     #errors
593     /input/@accept;input attr not applicable;hidden;m
594    
595     #data
596     <input xmlns="http://www.w3.org/1999/xhtml"
597     type="hidden" name="a"
598     action=""/>
599     #errors
600     /input/@action;input attr not applicable;hidden;m
601 wakaba 1.24 /input/@action;attribute not defined;m
602 wakaba 1.3
603     #data
604     <input xmlns="http://www.w3.org/1999/xhtml"
605     type="hidden" name="a"
606     alt=""/>
607     #errors
608     /input/@alt;input attr not applicable;hidden;m
609    
610     #data
611     <input xmlns="http://www.w3.org/1999/xhtml"
612     type="hidden" name="a"
613     autocomplete=""/>
614     #errors
615     /input/@autocomplete;input attr not applicable;hidden;m
616    
617     #data
618     <input xmlns="http://www.w3.org/1999/xhtml"
619     type="hidden" name="a"
620     checked=""/>
621     #errors
622     /input/@checked;input attr not applicable;hidden;m
623    
624     #data
625     <input xmlns="http://www.w3.org/1999/xhtml"
626     type="hidden" name="a"
627     enctype=""/>
628     #errors
629     /input/@enctype;input attr not applicable;hidden;m
630 wakaba 1.24 /input/@enctype;attribute not defined;m
631 wakaba 1.3
632     #data
633     <input xmlns="http://www.w3.org/1999/xhtml"
634     type="hidden" name="a"
635     list=""/>
636     #errors
637     /input/@list;input attr not applicable;hidden;m
638    
639     #data
640     <input xmlns="http://www.w3.org/1999/xhtml"
641     type="hidden" name="a"
642     max=""/>
643     #errors
644     /input/@max;input attr not applicable;hidden;m
645    
646     #data
647     <input xmlns="http://www.w3.org/1999/xhtml"
648     type="hidden" name="a"
649     maxlength=""/>
650     #errors
651     /input/@maxlength;input attr not applicable;hidden;m
652    
653     #data
654     <input xmlns="http://www.w3.org/1999/xhtml"
655     type="hidden" name="a"
656     method=""/>
657     #errors
658     /input/@method;input attr not applicable;hidden;m
659 wakaba 1.24 /input/@method;attribute not defined;m
660 wakaba 1.3
661     #data
662     <input xmlns="http://www.w3.org/1999/xhtml"
663     type="hidden" name="a"
664     min=""/>
665     #errors
666     /input/@min;input attr not applicable;hidden;m
667    
668     #data
669     <input xmlns="http://www.w3.org/1999/xhtml"
670     type="hidden" name="a"
671     pattern=""/>
672     #errors
673     /input/@pattern;input attr not applicable;hidden;m
674    
675     #data
676     <input xmlns="http://www.w3.org/1999/xhtml"
677     type="hidden" name="a"
678     readonly=""/>
679     #errors
680     /input/@readonly;input attr not applicable;hidden;m
681    
682     #data
683     <input xmlns="http://www.w3.org/1999/xhtml"
684     type="hidden" name="a"
685     required=""/>
686     #errors
687     /input/@required;input attr not applicable;hidden;m
688    
689     #data
690     <input xmlns="http://www.w3.org/1999/xhtml"
691     type="hidden" name="a"
692     size=""/>
693     #errors
694     /input/@size;input attr not applicable;hidden;m
695    
696     #data
697     <input xmlns="http://www.w3.org/1999/xhtml"
698     type="hidden" name="a"
699     src=""/>
700     #errors
701     /input/@src;input attr not applicable;hidden;m
702    
703     #data
704     <input xmlns="http://www.w3.org/1999/xhtml"
705     type="hidden" name="a"
706     step=""/>
707     #errors
708     /input/@step;input attr not applicable;hidden;m
709    
710     #data
711     <input xmlns="http://www.w3.org/1999/xhtml"
712     type="hidden" name="a"
713     target=""/>
714     #errors
715     /input/@target;input attr not applicable;hidden;m
716 wakaba 1.24 /input/@target;attribute not defined;m
717 wakaba 1.3
718     #data
719     <input xmlns="http://www.w3.org/1999/xhtml"
720     type="hidden" accpet="" name="a"/>
721     #errors
722     /input/@accpet;attribute not defined;m
723 wakaba 1.4
724     #data
725     <input xmlns="http://www.w3.org/1999/xhtml"
726     accept=""/>
727     #errors
728     /input/@accept;input attr not applicable;text;m
729    
730     #data
731     <input xmlns="http://www.w3.org/1999/xhtml"
732     action=""/>
733     #errors
734     /input/@action;input attr not applicable;text;m
735 wakaba 1.24 /input/@action;attribute not defined;m
736 wakaba 1.4
737     #data
738     <input xmlns="http://www.w3.org/1999/xhtml"
739     alt=""/>
740     #errors
741     /input/@alt;input attr not applicable;text;m
742    
743     #data
744     <input xmlns="http://www.w3.org/1999/xhtml"
745     checked=""/>
746     #errors
747     /input/@checked;input attr not applicable;text;m
748    
749     #data
750     <input xmlns="http://www.w3.org/1999/xhtml"
751     enctype=""/>
752     #errors
753     /input/@enctype;input attr not applicable;text;m
754 wakaba 1.24 /input/@enctype;attribute not defined;m
755 wakaba 1.4
756     #data
757     <input xmlns="http://www.w3.org/1999/xhtml"
758     max=""/>
759     #errors
760     /input/@max;input attr not applicable;text;m
761    
762     #data
763     <input xmlns="http://www.w3.org/1999/xhtml"
764     method=""/>
765     #errors
766     /input/@method;input attr not applicable;text;m
767 wakaba 1.24 /input/@method;attribute not defined;m
768 wakaba 1.4
769     #data
770     <input xmlns="http://www.w3.org/1999/xhtml"
771     min=""/>
772     #errors
773     /input/@min;input attr not applicable;text;m
774    
775     #data
776     <input xmlns="http://www.w3.org/1999/xhtml"
777     src=""/>
778     #errors
779     /input/@src;input attr not applicable;text;m
780    
781     #data
782     <input xmlns="http://www.w3.org/1999/xhtml"
783     step=""/>
784     #errors
785     /input/@step;input attr not applicable;text;m
786    
787     #data
788     <input xmlns="http://www.w3.org/1999/xhtml"
789     target=""/>
790     #errors
791     /input/@target;input attr not applicable;text;m
792 wakaba 1.24 /input/@target;attribute not defined;m
793 wakaba 1.4
794     #data
795     <input xmlns="http://www.w3.org/1999/xhtml"
796     type="email" accept=""/>
797     #errors
798 wakaba 1.10 /input/@accept;input attr not applicable;email;m
799 wakaba 1.4
800     #data
801     <input xmlns="http://www.w3.org/1999/xhtml"
802     type="email" action=""/>
803     #errors
804 wakaba 1.10 /input/@action;input attr not applicable;email;m
805 wakaba 1.24 /input/@action;attribute not defined;m
806 wakaba 1.4
807     #data
808     <input xmlns="http://www.w3.org/1999/xhtml"
809     type="email" alt=""/>
810     #errors
811 wakaba 1.10 /input/@alt;input attr not applicable;email;m
812 wakaba 1.4
813     #data
814     <input xmlns="http://www.w3.org/1999/xhtml"
815     type="email" checked=""/>
816     #errors
817 wakaba 1.10 /input/@checked;input attr not applicable;email;m
818 wakaba 1.4
819     #data
820     <input xmlns="http://www.w3.org/1999/xhtml"
821     type="email" enctype=""/>
822     #errors
823 wakaba 1.10 /input/@enctype;input attr not applicable;email;m
824 wakaba 1.24 /input/@enctype;attribute not defined;m
825 wakaba 1.4
826     #data
827     <input xmlns="http://www.w3.org/1999/xhtml"
828     type="email" max=""/>
829     #errors
830 wakaba 1.10 /input/@max;input attr not applicable;email;m
831 wakaba 1.4
832     #data
833     <input xmlns="http://www.w3.org/1999/xhtml"
834     type="email" method=""/>
835     #errors
836 wakaba 1.10 /input/@method;input attr not applicable;email;m
837 wakaba 1.24 /input/@method;attribute not defined;m
838 wakaba 1.4
839     #data
840     <input xmlns="http://www.w3.org/1999/xhtml"
841     type="email" min=""/>
842     #errors
843 wakaba 1.10 /input/@min;input attr not applicable;email;m
844 wakaba 1.4
845     #data
846     <input xmlns="http://www.w3.org/1999/xhtml"
847     type="email" src=""/>
848     #errors
849 wakaba 1.10 /input/@src;input attr not applicable;email;m
850 wakaba 1.4
851     #data
852     <input xmlns="http://www.w3.org/1999/xhtml"
853     type="email" step=""/>
854     #errors
855 wakaba 1.10 /input/@step;input attr not applicable;email;m
856 wakaba 1.4
857     #data
858     <input xmlns="http://www.w3.org/1999/xhtml"
859     type="email" target=""/>
860     #errors
861 wakaba 1.10 /input/@target;input attr not applicable;email;m
862 wakaba 1.24 /input/@target;attribute not defined;m
863 wakaba 1.4
864     #data
865     <input xmlns="http://www.w3.org/1999/xhtml"
866     type="url" accept=""/>
867     #errors
868 wakaba 1.10 /input/@accept;input attr not applicable;url;m
869 wakaba 1.4
870     #data
871     <input xmlns="http://www.w3.org/1999/xhtml"
872     type="url" action=""/>
873     #errors
874 wakaba 1.10 /input/@action;input attr not applicable;url;m
875 wakaba 1.24 /input/@action;attribute not defined;m
876 wakaba 1.4
877     #data
878     <input xmlns="http://www.w3.org/1999/xhtml"
879     type="url" alt=""/>
880     #errors
881 wakaba 1.10 /input/@alt;input attr not applicable;url;m
882 wakaba 1.4
883     #data
884     <input xmlns="http://www.w3.org/1999/xhtml"
885     type="url" checked=""/>
886     #errors
887 wakaba 1.10 /input/@checked;input attr not applicable;url;m
888 wakaba 1.4
889     #data
890     <input xmlns="http://www.w3.org/1999/xhtml"
891     type="url" enctype=""/>
892     #errors
893 wakaba 1.10 /input/@enctype;input attr not applicable;url;m
894 wakaba 1.24 /input/@enctype;attribute not defined;m
895 wakaba 1.4
896     #data
897     <input xmlns="http://www.w3.org/1999/xhtml"
898     type="url" max=""/>
899     #errors
900 wakaba 1.10 /input/@max;input attr not applicable;url;m
901 wakaba 1.4
902     #data
903     <input xmlns="http://www.w3.org/1999/xhtml"
904     type="url" method=""/>
905     #errors
906 wakaba 1.10 /input/@method;input attr not applicable;url;m
907 wakaba 1.24 /input/@method;attribute not defined;m
908 wakaba 1.4
909     #data
910     <input xmlns="http://www.w3.org/1999/xhtml"
911     type="url" min=""/>
912     #errors
913 wakaba 1.10 /input/@min;input attr not applicable;url;m
914 wakaba 1.4
915     #data
916     <input xmlns="http://www.w3.org/1999/xhtml"
917     type="url" src=""/>
918     #errors
919 wakaba 1.10 /input/@src;input attr not applicable;url;m
920 wakaba 1.4
921     #data
922     <input xmlns="http://www.w3.org/1999/xhtml"
923     type="url" step=""/>
924     #errors
925 wakaba 1.10 /input/@step;input attr not applicable;url;m
926 wakaba 1.4
927     #data
928     <input xmlns="http://www.w3.org/1999/xhtml"
929     type="url" target=""/>
930     #errors
931 wakaba 1.10 /input/@target;input attr not applicable;url;m
932 wakaba 1.24 /input/@target;attribute not defined;m
933 wakaba 1.4
934     #data
935     <input xmlns="http://www.w3.org/1999/xhtml"
936 wakaba 1.12 type="search" accept=""/>
937     #errors
938     /input/@accept;input attr not applicable;search;m
939    
940     #data
941     <input xmlns="http://www.w3.org/1999/xhtml"
942     type="search" action=""/>
943     #errors
944     /input/@action;input attr not applicable;search;m
945 wakaba 1.24 /input/@action;attribute not defined;m
946 wakaba 1.12
947     #data
948     <input xmlns="http://www.w3.org/1999/xhtml"
949     type="search" alt=""/>
950     #errors
951     /input/@alt;input attr not applicable;search;m
952    
953     #data
954     <input xmlns="http://www.w3.org/1999/xhtml"
955     type="search" checked=""/>
956     #errors
957     /input/@checked;input attr not applicable;search;m
958    
959     #data
960     <input xmlns="http://www.w3.org/1999/xhtml"
961     type="search" enctype=""/>
962     #errors
963     /input/@enctype;input attr not applicable;search;m
964 wakaba 1.24 /input/@enctype;attribute not defined;m
965 wakaba 1.12
966     #data
967     <input xmlns="http://www.w3.org/1999/xhtml"
968     type="search" max=""/>
969     #errors
970     /input/@max;input attr not applicable;search;m
971    
972     #data
973     <input xmlns="http://www.w3.org/1999/xhtml"
974     type="search" method=""/>
975     #errors
976     /input/@method;input attr not applicable;search;m
977 wakaba 1.24 /input/@method;attribute not defined;m
978 wakaba 1.12
979     #data
980     <input xmlns="http://www.w3.org/1999/xhtml"
981     type="search" min=""/>
982     #errors
983     /input/@min;input attr not applicable;search;m
984    
985     #data
986     <input xmlns="http://www.w3.org/1999/xhtml"
987     type="search" src=""/>
988     #errors
989     /input/@src;input attr not applicable;search;m
990    
991     #data
992     <input xmlns="http://www.w3.org/1999/xhtml"
993     type="search" step=""/>
994     #errors
995     /input/@step;input attr not applicable;search;m
996    
997     #data
998     <input xmlns="http://www.w3.org/1999/xhtml"
999     type="search" target=""/>
1000     #errors
1001     /input/@target;input attr not applicable;search;m
1002 wakaba 1.24 /input/@target;attribute not defined;m
1003 wakaba 1.12
1004     #data
1005     <input xmlns="http://www.w3.org/1999/xhtml"
1006 wakaba 1.4 type="password" accept=""/>
1007     #errors
1008 wakaba 1.10 /input/@accept;input attr not applicable;password;m
1009 wakaba 1.4
1010     #data
1011     <input xmlns="http://www.w3.org/1999/xhtml"
1012     type="password" action=""/>
1013     #errors
1014 wakaba 1.10 /input/@action;input attr not applicable;password;m
1015 wakaba 1.24 /input/@action;attribute not defined;m
1016 wakaba 1.4
1017     #data
1018     <input xmlns="http://www.w3.org/1999/xhtml"
1019     type="password" alt=""/>
1020     #errors
1021 wakaba 1.10 /input/@alt;input attr not applicable;password;m
1022 wakaba 1.4
1023     #data
1024     <input xmlns="http://www.w3.org/1999/xhtml"
1025     type="password" checked=""/>
1026     #errors
1027 wakaba 1.10 /input/@checked;input attr not applicable;password;m
1028 wakaba 1.4
1029     #data
1030     <input xmlns="http://www.w3.org/1999/xhtml"
1031     type="password" enctype=""/>
1032     #errors
1033 wakaba 1.10 /input/@enctype;input attr not applicable;password;m
1034 wakaba 1.24 /input/@enctype;attribute not defined;m
1035 wakaba 1.4
1036     #data
1037     <input xmlns="http://www.w3.org/1999/xhtml"
1038     type="password" list=""/>
1039     #errors
1040 wakaba 1.10 /input/@list;input attr not applicable;password;m
1041 wakaba 1.4
1042     #data
1043     <input xmlns="http://www.w3.org/1999/xhtml"
1044     type="password" max=""/>
1045     #errors
1046 wakaba 1.10 /input/@max;input attr not applicable;password;m
1047 wakaba 1.4
1048     #data
1049     <input xmlns="http://www.w3.org/1999/xhtml"
1050     type="password" method=""/>
1051     #errors
1052 wakaba 1.10 /input/@method;input attr not applicable;password;m
1053 wakaba 1.24 /input/@method;attribute not defined;m
1054 wakaba 1.4
1055     #data
1056     <input xmlns="http://www.w3.org/1999/xhtml"
1057     type="password" min=""/>
1058     #errors
1059 wakaba 1.10 /input/@min;input attr not applicable;password;m
1060 wakaba 1.4
1061     #data
1062     <input xmlns="http://www.w3.org/1999/xhtml"
1063     type="password" src=""/>
1064     #errors
1065 wakaba 1.10 /input/@src;input attr not applicable;password;m
1066 wakaba 1.4
1067     #data
1068     <input xmlns="http://www.w3.org/1999/xhtml"
1069     type="password" step=""/>
1070     #errors
1071 wakaba 1.10 /input/@step;input attr not applicable;password;m
1072 wakaba 1.4
1073     #data
1074     <input xmlns="http://www.w3.org/1999/xhtml"
1075     type="password" target=""/>
1076     #errors
1077 wakaba 1.10 /input/@target;input attr not applicable;password;m
1078 wakaba 1.24 /input/@target;attribute not defined;m
1079 wakaba 1.4
1080     #data
1081     <input xmlns="http://www.w3.org/1999/xhtml"
1082     type="datetime"
1083     accept=""/>
1084     #errors
1085     /input/@accept;input attr not applicable;datetime;m
1086    
1087     #data
1088     <input xmlns="http://www.w3.org/1999/xhtml"
1089     type="datetime"
1090     action=""/>
1091     #errors
1092     /input/@action;input attr not applicable;datetime;m
1093 wakaba 1.24 /input/@action;attribute not defined;m
1094 wakaba 1.4
1095     #data
1096     <input xmlns="http://www.w3.org/1999/xhtml"
1097     type="datetime"
1098     alt=""/>
1099     #errors
1100     /input/@alt;input attr not applicable;datetime;m
1101    
1102     #data
1103     <input xmlns="http://www.w3.org/1999/xhtml"
1104     type="datetime"
1105     checked=""/>
1106     #errors
1107     /input/@checked;input attr not applicable;datetime;m
1108    
1109     #data
1110     <input xmlns="http://www.w3.org/1999/xhtml"
1111     type="datetime"
1112     enctype=""/>
1113     #errors
1114     /input/@enctype;input attr not applicable;datetime;m
1115 wakaba 1.24 /input/@enctype;attribute not defined;m
1116 wakaba 1.4
1117     #data
1118     <input xmlns="http://www.w3.org/1999/xhtml"
1119     type="datetime"
1120     maxlength=""/>
1121     #errors
1122     /input/@maxlength;input attr not applicable;datetime;m
1123    
1124     #data
1125     <input xmlns="http://www.w3.org/1999/xhtml"
1126     type="datetime"
1127     method=""/>
1128     #errors
1129     /input/@method;input attr not applicable;datetime;m
1130 wakaba 1.24 /input/@method;attribute not defined;m
1131 wakaba 1.4
1132     #data
1133     <input xmlns="http://www.w3.org/1999/xhtml"
1134     type="datetime"
1135     pattern=""/>
1136     #errors
1137     /input/@pattern;input attr not applicable;datetime;m
1138    
1139     #data
1140     <input xmlns="http://www.w3.org/1999/xhtml"
1141     type="datetime"
1142     size=""/>
1143     #errors
1144     /input/@size;input attr not applicable;datetime;m
1145    
1146     #data
1147     <input xmlns="http://www.w3.org/1999/xhtml"
1148     type="datetime"
1149     src=""/>
1150     #errors
1151     /input/@src;input attr not applicable;datetime;m
1152    
1153     #data
1154     <input xmlns="http://www.w3.org/1999/xhtml"
1155     type="datetime"
1156     target=""/>
1157     #errors
1158     /input/@target;input attr not applicable;datetime;m
1159 wakaba 1.24 /input/@target;attribute not defined;m
1160 wakaba 1.5
1161     #data
1162     <input xmlns="http://www.w3.org/1999/xhtml"
1163     type="date"
1164     accept=""/>
1165     #errors
1166     /input/@accept;input attr not applicable;date;m
1167    
1168     #data
1169     <input xmlns="http://www.w3.org/1999/xhtml"
1170     type="date"
1171     action=""/>
1172     #errors
1173     /input/@action;input attr not applicable;date;m
1174 wakaba 1.24 /input/@action;attribute not defined;m
1175 wakaba 1.5
1176     #data
1177     <input xmlns="http://www.w3.org/1999/xhtml"
1178     type="date"
1179     alt=""/>
1180     #errors
1181     /input/@alt;input attr not applicable;date;m
1182    
1183     #data
1184     <input xmlns="http://www.w3.org/1999/xhtml"
1185     type="date"
1186     checked=""/>
1187     #errors
1188     /input/@checked;input attr not applicable;date;m
1189    
1190     #data
1191     <input xmlns="http://www.w3.org/1999/xhtml"
1192     type="date"
1193     enctype=""/>
1194     #errors
1195     /input/@enctype;input attr not applicable;date;m
1196 wakaba 1.24 /input/@enctype;attribute not defined;m
1197 wakaba 1.5
1198     #data
1199     <input xmlns="http://www.w3.org/1999/xhtml"
1200     type="date"
1201     maxlength=""/>
1202     #errors
1203     /input/@maxlength;input attr not applicable;date;m
1204    
1205     #data
1206     <input xmlns="http://www.w3.org/1999/xhtml"
1207     type="date"
1208     method=""/>
1209     #errors
1210     /input/@method;input attr not applicable;date;m
1211 wakaba 1.24 /input/@method;attribute not defined;m
1212 wakaba 1.5
1213     #data
1214     <input xmlns="http://www.w3.org/1999/xhtml"
1215     type="date"
1216     pattern=""/>
1217     #errors
1218     /input/@pattern;input attr not applicable;date;m
1219    
1220     #data
1221     <input xmlns="http://www.w3.org/1999/xhtml"
1222     type="date"
1223     size=""/>
1224     #errors
1225     /input/@size;input attr not applicable;date;m
1226    
1227     #data
1228     <input xmlns="http://www.w3.org/1999/xhtml"
1229     type="date"
1230     src=""/>
1231     #errors
1232     /input/@src;input attr not applicable;date;m
1233    
1234     #data
1235     <input xmlns="http://www.w3.org/1999/xhtml"
1236     type="date"
1237     target=""/>
1238     #errors
1239     /input/@target;input attr not applicable;date;m
1240 wakaba 1.24 /input/@target;attribute not defined;m
1241 wakaba 1.5
1242     #data
1243     <input xmlns="http://www.w3.org/1999/xhtml"
1244     type="month"
1245     accept=""/>
1246     #errors
1247     /input/@accept;input attr not applicable;month;m
1248    
1249     #data
1250     <input xmlns="http://www.w3.org/1999/xhtml"
1251     type="month"
1252     action=""/>
1253     #errors
1254     /input/@action;input attr not applicable;month;m
1255 wakaba 1.24 /input/@action;attribute not defined;m
1256 wakaba 1.5
1257     #data
1258     <input xmlns="http://www.w3.org/1999/xhtml"
1259     type="month"
1260     alt=""/>
1261     #errors
1262     /input/@alt;input attr not applicable;month;m
1263    
1264     #data
1265     <input xmlns="http://www.w3.org/1999/xhtml"
1266     type="month"
1267     checked=""/>
1268     #errors
1269     /input/@checked;input attr not applicable;month;m
1270    
1271     #data
1272     <input xmlns="http://www.w3.org/1999/xhtml"
1273     type="month"
1274     enctype=""/>
1275     #errors
1276     /input/@enctype;input attr not applicable;month;m
1277 wakaba 1.24 /input/@enctype;attribute not defined;m
1278 wakaba 1.5
1279     #data
1280     <input xmlns="http://www.w3.org/1999/xhtml"
1281     type="month"
1282     maxlength=""/>
1283     #errors
1284     /input/@maxlength;input attr not applicable;month;m
1285    
1286     #data
1287     <input xmlns="http://www.w3.org/1999/xhtml"
1288     type="month"
1289     method=""/>
1290     #errors
1291     /input/@method;input attr not applicable;month;m
1292 wakaba 1.24 /input/@method;attribute not defined;m
1293 wakaba 1.5
1294     #data
1295     <input xmlns="http://www.w3.org/1999/xhtml"
1296     type="month"
1297     pattern=""/>
1298     #errors
1299     /input/@pattern;input attr not applicable;month;m
1300    
1301     #data
1302     <input xmlns="http://www.w3.org/1999/xhtml"
1303     type="month"
1304     size=""/>
1305     #errors
1306     /input/@size;input attr not applicable;month;m
1307    
1308     #data
1309     <input xmlns="http://www.w3.org/1999/xhtml"
1310     type="month"
1311     src=""/>
1312     #errors
1313     /input/@src;input attr not applicable;month;m
1314    
1315     #data
1316     <input xmlns="http://www.w3.org/1999/xhtml"
1317     type="month"
1318     target=""/>
1319     #errors
1320     /input/@target;input attr not applicable;month;m
1321 wakaba 1.24 /input/@target;attribute not defined;m
1322 wakaba 1.5
1323     #data
1324     <input xmlns="http://www.w3.org/1999/xhtml"
1325     type="week"
1326     accept=""/>
1327     #errors
1328     /input/@accept;input attr not applicable;week;m
1329    
1330     #data
1331     <input xmlns="http://www.w3.org/1999/xhtml"
1332     type="week"
1333     action=""/>
1334     #errors
1335     /input/@action;input attr not applicable;week;m
1336 wakaba 1.24 /input/@action;attribute not defined;m
1337 wakaba 1.5
1338     #data
1339     <input xmlns="http://www.w3.org/1999/xhtml"
1340     type="week"
1341     alt=""/>
1342     #errors
1343     /input/@alt;input attr not applicable;week;m
1344    
1345     #data
1346     <input xmlns="http://www.w3.org/1999/xhtml"
1347     type="week"
1348     checked=""/>
1349     #errors
1350     /input/@checked;input attr not applicable;week;m
1351    
1352     #data
1353     <input xmlns="http://www.w3.org/1999/xhtml"
1354     type="week"
1355     enctype=""/>
1356     #errors
1357     /input/@enctype;input attr not applicable;week;m
1358 wakaba 1.24 /input/@enctype;attribute not defined;m
1359 wakaba 1.5
1360     #data
1361     <input xmlns="http://www.w3.org/1999/xhtml"
1362     type="week"
1363     maxlength=""/>
1364     #errors
1365     /input/@maxlength;input attr not applicable;week;m
1366    
1367     #data
1368     <input xmlns="http://www.w3.org/1999/xhtml"
1369     type="week"
1370     method=""/>
1371     #errors
1372     /input/@method;input attr not applicable;week;m
1373 wakaba 1.24 /input/@method;attribute not defined;m
1374 wakaba 1.5
1375     #data
1376     <input xmlns="http://www.w3.org/1999/xhtml"
1377     type="week"
1378     pattern=""/>
1379     #errors
1380     /input/@pattern;input attr not applicable;week;m
1381    
1382     #data
1383     <input xmlns="http://www.w3.org/1999/xhtml"
1384     type="week"
1385     size=""/>
1386     #errors
1387     /input/@size;input attr not applicable;week;m
1388    
1389     #data
1390     <input xmlns="http://www.w3.org/1999/xhtml"
1391     type="week"
1392     src=""/>
1393     #errors
1394     /input/@src;input attr not applicable;week;m
1395    
1396     #data
1397     <input xmlns="http://www.w3.org/1999/xhtml"
1398     type="week"
1399     target=""/>
1400     #errors
1401     /input/@target;input attr not applicable;week;m
1402 wakaba 1.24 /input/@target;attribute not defined;m
1403 wakaba 1.5
1404     #data
1405     <input xmlns="http://www.w3.org/1999/xhtml"
1406     type="time"
1407     accept=""/>
1408     #errors
1409     /input/@accept;input attr not applicable;time;m
1410    
1411     #data
1412     <input xmlns="http://www.w3.org/1999/xhtml"
1413     type="time"
1414     action=""/>
1415     #errors
1416     /input/@action;input attr not applicable;time;m
1417 wakaba 1.24 /input/@action;attribute not defined;m
1418 wakaba 1.5
1419     #data
1420     <input xmlns="http://www.w3.org/1999/xhtml"
1421     type="time"
1422     alt=""/>
1423     #errors
1424     /input/@alt;input attr not applicable;time;m
1425    
1426     #data
1427     <input xmlns="http://www.w3.org/1999/xhtml"
1428     type="time"
1429     checked=""/>
1430     #errors
1431     /input/@checked;input attr not applicable;time;m
1432    
1433     #data
1434     <input xmlns="http://www.w3.org/1999/xhtml"
1435     type="time"
1436     enctype=""/>
1437     #errors
1438     /input/@enctype;input attr not applicable;time;m
1439 wakaba 1.24 /input/@enctype;attribute not defined;m
1440 wakaba 1.5
1441     #data
1442     <input xmlns="http://www.w3.org/1999/xhtml"
1443     type="time"
1444     maxlength=""/>
1445     #errors
1446     /input/@maxlength;input attr not applicable;time;m
1447    
1448     #data
1449     <input xmlns="http://www.w3.org/1999/xhtml"
1450     type="time"
1451     method=""/>
1452     #errors
1453     /input/@method;input attr not applicable;time;m
1454 wakaba 1.24 /input/@method;attribute not defined;m
1455 wakaba 1.5
1456     #data
1457     <input xmlns="http://www.w3.org/1999/xhtml"
1458     type="time"
1459     pattern=""/>
1460     #errors
1461     /input/@pattern;input attr not applicable;time;m
1462    
1463     #data
1464     <input xmlns="http://www.w3.org/1999/xhtml"
1465     type="time"
1466     size=""/>
1467     #errors
1468     /input/@size;input attr not applicable;time;m
1469    
1470     #data
1471     <input xmlns="http://www.w3.org/1999/xhtml"
1472     type="time"
1473     src=""/>
1474     #errors
1475     /input/@src;input attr not applicable;time;m
1476    
1477     #data
1478     <input xmlns="http://www.w3.org/1999/xhtml"
1479     type="time"
1480     target=""/>
1481     #errors
1482     /input/@target;input attr not applicable;time;m
1483 wakaba 1.24 /input/@target;attribute not defined;m
1484 wakaba 1.5
1485     #data
1486     <input xmlns="http://www.w3.org/1999/xhtml"
1487     type="datetime-local"
1488     accept=""/>
1489     #errors
1490     /input/@accept;input attr not applicable;datetime-local;m
1491    
1492     #data
1493     <input xmlns="http://www.w3.org/1999/xhtml"
1494     type="datetime-local"
1495     action=""/>
1496     #errors
1497     /input/@action;input attr not applicable;datetime-local;m
1498 wakaba 1.24 /input/@action;attribute not defined;m
1499 wakaba 1.5
1500     #data
1501     <input xmlns="http://www.w3.org/1999/xhtml"
1502     type="datetime-local"
1503     alt=""/>
1504     #errors
1505     /input/@alt;input attr not applicable;datetime-local;m
1506    
1507     #data
1508     <input xmlns="http://www.w3.org/1999/xhtml"
1509     type="datetime-local"
1510     checked=""/>
1511     #errors
1512     /input/@checked;input attr not applicable;datetime-local;m
1513    
1514     #data
1515     <input xmlns="http://www.w3.org/1999/xhtml"
1516     type="datetime-local"
1517     enctype=""/>
1518     #errors
1519     /input/@enctype;input attr not applicable;datetime-local;m
1520 wakaba 1.24 /input/@enctype;attribute not defined;m
1521 wakaba 1.5
1522     #data
1523     <input xmlns="http://www.w3.org/1999/xhtml"
1524     type="datetime-local"
1525     maxlength=""/>
1526     #errors
1527     /input/@maxlength;input attr not applicable;datetime-local;m
1528    
1529     #data
1530     <input xmlns="http://www.w3.org/1999/xhtml"
1531     type="datetime-local"
1532     method=""/>
1533     #errors
1534     /input/@method;input attr not applicable;datetime-local;m
1535 wakaba 1.24 /input/@method;attribute not defined;m
1536 wakaba 1.5
1537     #data
1538     <input xmlns="http://www.w3.org/1999/xhtml"
1539     type="datetime-local"
1540     pattern=""/>
1541     #errors
1542     /input/@pattern;input attr not applicable;datetime-local;m
1543    
1544     #data
1545     <input xmlns="http://www.w3.org/1999/xhtml"
1546     type="datetime-local"
1547     size=""/>
1548     #errors
1549     /input/@size;input attr not applicable;datetime-local;m
1550    
1551     #data
1552     <input xmlns="http://www.w3.org/1999/xhtml"
1553     type="datetime-local"
1554     src=""/>
1555     #errors
1556     /input/@src;input attr not applicable;datetime-local;m
1557    
1558     #data
1559     <input xmlns="http://www.w3.org/1999/xhtml"
1560     type="datetime-local"
1561     target=""/>
1562     #errors
1563     /input/@target;input attr not applicable;datetime-local;m
1564 wakaba 1.24 /input/@target;attribute not defined;m
1565 wakaba 1.5
1566     #data
1567     <input xmlns="http://www.w3.org/1999/xhtml"
1568     type="number"
1569     accept=""/>
1570     #errors
1571     /input/@accept;input attr not applicable;number;m
1572    
1573     #data
1574     <input xmlns="http://www.w3.org/1999/xhtml"
1575     type="number"
1576     action=""/>
1577     #errors
1578     /input/@action;input attr not applicable;number;m
1579 wakaba 1.24 /input/@action;attribute not defined;m
1580 wakaba 1.5
1581     #data
1582     <input xmlns="http://www.w3.org/1999/xhtml"
1583     type="number"
1584     alt=""/>
1585     #errors
1586     /input/@alt;input attr not applicable;number;m
1587    
1588     #data
1589     <input xmlns="http://www.w3.org/1999/xhtml"
1590     type="number"
1591     checked=""/>
1592     #errors
1593     /input/@checked;input attr not applicable;number;m
1594    
1595     #data
1596     <input xmlns="http://www.w3.org/1999/xhtml"
1597     type="number"
1598     enctype=""/>
1599     #errors
1600     /input/@enctype;input attr not applicable;number;m
1601 wakaba 1.24 /input/@enctype;attribute not defined;m
1602 wakaba 1.5
1603     #data
1604     <input xmlns="http://www.w3.org/1999/xhtml"
1605     type="number"
1606     maxlength=""/>
1607     #errors
1608     /input/@maxlength;input attr not applicable;number;m
1609    
1610     #data
1611     <input xmlns="http://www.w3.org/1999/xhtml"
1612     type="number"
1613     method=""/>
1614     #errors
1615     /input/@method;input attr not applicable;number;m
1616 wakaba 1.24 /input/@method;attribute not defined;m
1617 wakaba 1.5
1618     #data
1619     <input xmlns="http://www.w3.org/1999/xhtml"
1620     type="number"
1621     pattern=""/>
1622     #errors
1623     /input/@pattern;input attr not applicable;number;m
1624    
1625     #data
1626     <input xmlns="http://www.w3.org/1999/xhtml"
1627     type="number"
1628     size=""/>
1629     #errors
1630     /input/@size;input attr not applicable;number;m
1631    
1632     #data
1633     <input xmlns="http://www.w3.org/1999/xhtml"
1634     type="number"
1635     src=""/>
1636     #errors
1637     /input/@src;input attr not applicable;number;m
1638    
1639     #data
1640     <input xmlns="http://www.w3.org/1999/xhtml"
1641     type="number"
1642     target=""/>
1643     #errors
1644     /input/@target;input attr not applicable;number;m
1645 wakaba 1.24 /input/@target;attribute not defined;m
1646 wakaba 1.5
1647     #data
1648     <input xmlns="http://www.w3.org/1999/xhtml"
1649     type="range"
1650     accept=""/>
1651     #errors
1652     /input/@accept;input attr not applicable;range;m
1653    
1654     #data
1655     <input xmlns="http://www.w3.org/1999/xhtml"
1656     type="range"
1657     action=""/>
1658     #errors
1659     /input/@action;input attr not applicable;range;m
1660 wakaba 1.24 /input/@action;attribute not defined;m
1661 wakaba 1.5
1662     #data
1663     <input xmlns="http://www.w3.org/1999/xhtml"
1664     type="range"
1665     alt=""/>
1666     #errors
1667     /input/@alt;input attr not applicable;range;m
1668    
1669     #data
1670     <input xmlns="http://www.w3.org/1999/xhtml"
1671     type="range"
1672     checked=""/>
1673     #errors
1674     /input/@checked;input attr not applicable;range;m
1675    
1676     #data
1677     <input xmlns="http://www.w3.org/1999/xhtml"
1678     type="range"
1679     enctype=""/>
1680     #errors
1681     /input/@enctype;input attr not applicable;range;m
1682 wakaba 1.24 /input/@enctype;attribute not defined;m
1683 wakaba 1.5
1684     #data
1685     <input xmlns="http://www.w3.org/1999/xhtml"
1686     type="range"
1687     maxlength=""/>
1688     #errors
1689     /input/@maxlength;input attr not applicable;range;m
1690    
1691     #data
1692     <input xmlns="http://www.w3.org/1999/xhtml"
1693     type="range"
1694     method=""/>
1695     #errors
1696     /input/@method;input attr not applicable;range;m
1697 wakaba 1.24 /input/@method;attribute not defined;m
1698 wakaba 1.5
1699     #data
1700     <input xmlns="http://www.w3.org/1999/xhtml"
1701     type="range"
1702     pattern=""/>
1703     #errors
1704     /input/@pattern;input attr not applicable;range;m
1705    
1706     #data
1707     <input xmlns="http://www.w3.org/1999/xhtml"
1708     type="range"
1709     size=""/>
1710     #errors
1711     /input/@size;input attr not applicable;range;m
1712    
1713     #data
1714     <input xmlns="http://www.w3.org/1999/xhtml"
1715     type="range"
1716     src=""/>
1717     #errors
1718     /input/@src;input attr not applicable;range;m
1719    
1720     #data
1721     <input xmlns="http://www.w3.org/1999/xhtml"
1722     type="range"
1723     target=""/>
1724     #errors
1725     /input/@target;input attr not applicable;range;m
1726 wakaba 1.24 /input/@target;attribute not defined;m
1727 wakaba 1.5
1728     #data
1729     <input xmlns="http://www.w3.org/1999/xhtml"
1730     type="range"
1731     readonly=""/>
1732     #errors
1733     /input/@readonly;input attr not applicable;range;m
1734    
1735     #data
1736     <input xmlns="http://www.w3.org/1999/xhtml"
1737     type="range"
1738     required=""/>
1739     #errors
1740     /input/@required;input attr not applicable;range;m
1741    
1742     #data
1743     <input xmlns="http://www.w3.org/1999/xhtml"
1744 wakaba 1.13 type="color"
1745     accept=""/>
1746     #errors
1747     /input/@accept;input attr not applicable;color;m
1748    
1749     #data
1750     <input xmlns="http://www.w3.org/1999/xhtml"
1751     type="color"
1752     action=""/>
1753     #errors
1754     /input/@action;input attr not applicable;color;m
1755 wakaba 1.24 /input/@action;attribute not defined;m
1756 wakaba 1.13
1757     #data
1758     <input xmlns="http://www.w3.org/1999/xhtml"
1759     type="color"
1760     alt=""/>
1761     #errors
1762     /input/@alt;input attr not applicable;color;m
1763    
1764     #data
1765     <input xmlns="http://www.w3.org/1999/xhtml"
1766     type="color"
1767     checked=""/>
1768     #errors
1769     /input/@checked;input attr not applicable;color;m
1770    
1771     #data
1772     <input xmlns="http://www.w3.org/1999/xhtml"
1773     type="color"
1774     enctype=""/>
1775     #errors
1776     /input/@enctype;input attr not applicable;color;m
1777 wakaba 1.24 /input/@enctype;attribute not defined;m
1778 wakaba 1.13
1779     #data
1780     <input xmlns="http://www.w3.org/1999/xhtml"
1781     type="color"
1782     maxlength=""/>
1783     #errors
1784     /input/@maxlength;input attr not applicable;color;m
1785    
1786     #data
1787     <input xmlns="http://www.w3.org/1999/xhtml"
1788     type="color"
1789     method=""/>
1790     #errors
1791     /input/@method;input attr not applicable;color;m
1792 wakaba 1.24 /input/@method;attribute not defined;m
1793 wakaba 1.13
1794     #data
1795     <input xmlns="http://www.w3.org/1999/xhtml"
1796     type="color"
1797     pattern=""/>
1798     #errors
1799     /input/@pattern;input attr not applicable;color;m
1800    
1801     #data
1802     <input xmlns="http://www.w3.org/1999/xhtml"
1803     type="color"
1804     size=""/>
1805     #errors
1806     /input/@size;input attr not applicable;color;m
1807    
1808     #data
1809     <input xmlns="http://www.w3.org/1999/xhtml"
1810     type="color"
1811     src=""/>
1812     #errors
1813     /input/@src;input attr not applicable;color;m
1814    
1815     #data
1816     <input xmlns="http://www.w3.org/1999/xhtml"
1817     type="color"
1818     target=""/>
1819     #errors
1820     /input/@target;input attr not applicable;color;m
1821 wakaba 1.24 /input/@target;attribute not defined;m
1822 wakaba 1.13
1823     #data
1824     <input xmlns="http://www.w3.org/1999/xhtml"
1825     type="color"
1826     readonly=""/>
1827     #errors
1828     /input/@readonly;input attr not applicable;color;m
1829    
1830     #data
1831     <input xmlns="http://www.w3.org/1999/xhtml"
1832     type="color"
1833     required=""/>
1834     #errors
1835     /input/@required;input attr not applicable;color;m
1836    
1837     #data
1838     <input xmlns="http://www.w3.org/1999/xhtml"
1839     type="color"
1840     max=""/>
1841     #errors
1842     /input/@max;input attr not applicable;color;m
1843    
1844     #data
1845     <input xmlns="http://www.w3.org/1999/xhtml"
1846     type="color"
1847     min=""/>
1848     #errors
1849     /input/@min;input attr not applicable;color;m
1850    
1851     #data
1852     <input xmlns="http://www.w3.org/1999/xhtml"
1853     type="color"
1854     step=""/>
1855     #errors
1856     /input/@step;input attr not applicable;color;m
1857    
1858     #data
1859     <input xmlns="http://www.w3.org/1999/xhtml"
1860 wakaba 1.5 type="checkbox"
1861     accept=""/>
1862     #errors
1863     /input/@accept;input attr not applicable;checkbox;m
1864    
1865     #data
1866     <input xmlns="http://www.w3.org/1999/xhtml"
1867     type="checkbox"
1868     action=""/>
1869     #errors
1870     /input/@action;input attr not applicable;checkbox;m
1871 wakaba 1.24 /input/@action;attribute not defined;m
1872 wakaba 1.5
1873     #data
1874     <input xmlns="http://www.w3.org/1999/xhtml"
1875     type="checkbox"
1876     alt=""/>
1877     #errors
1878     /input/@alt;input attr not applicable;checkbox;m
1879    
1880     #data
1881     <input xmlns="http://www.w3.org/1999/xhtml"
1882     type="checkbox"
1883     autocomplete=""/>
1884     #errors
1885     /input/@autocomplete;input attr not applicable;checkbox;m
1886    
1887     #data
1888     <input xmlns="http://www.w3.org/1999/xhtml"
1889     type="checkbox"
1890     enctype=""/>
1891     #errors
1892     /input/@enctype;input attr not applicable;checkbox;m
1893 wakaba 1.24 /input/@enctype;attribute not defined;m
1894 wakaba 1.5
1895     #data
1896     <input xmlns="http://www.w3.org/1999/xhtml"
1897     type="checkbox"
1898     list=""/>
1899     #errors
1900     /input/@list;input attr not applicable;checkbox;m
1901    
1902     #data
1903     <input xmlns="http://www.w3.org/1999/xhtml"
1904     type="checkbox"
1905     max=""/>
1906     #errors
1907     /input/@max;input attr not applicable;checkbox;m
1908    
1909     #data
1910     <input xmlns="http://www.w3.org/1999/xhtml"
1911     type="checkbox"
1912     maxlength=""/>
1913     #errors
1914     /input/@maxlength;input attr not applicable;checkbox;m
1915    
1916     #data
1917     <input xmlns="http://www.w3.org/1999/xhtml"
1918     type="checkbox"
1919     method=""/>
1920     #errors
1921     /input/@method;input attr not applicable;checkbox;m
1922 wakaba 1.24 /input/@method;attribute not defined;m
1923 wakaba 1.5
1924     #data
1925     <input xmlns="http://www.w3.org/1999/xhtml"
1926     type="checkbox"
1927     min=""/>
1928     #errors
1929     /input/@min;input attr not applicable;checkbox;m
1930    
1931     #data
1932     <input xmlns="http://www.w3.org/1999/xhtml"
1933     type="checkbox"
1934     pattern=""/>
1935     #errors
1936     /input/@pattern;input attr not applicable;checkbox;m
1937    
1938     #data
1939     <input xmlns="http://www.w3.org/1999/xhtml"
1940     type="checkbox"
1941     readonly=""/>
1942     #errors
1943     /input/@readonly;input attr not applicable;checkbox;m
1944    
1945     #data
1946     <input xmlns="http://www.w3.org/1999/xhtml"
1947     type="checkbox"
1948     size=""/>
1949     #errors
1950     /input/@size;input attr not applicable;checkbox;m
1951    
1952     #data
1953     <input xmlns="http://www.w3.org/1999/xhtml"
1954     type="checkbox"
1955     src=""/>
1956     #errors
1957     /input/@src;input attr not applicable;checkbox;m
1958    
1959     #data
1960     <input xmlns="http://www.w3.org/1999/xhtml"
1961     type="checkbox"
1962     step=""/>
1963     #errors
1964     /input/@step;input attr not applicable;checkbox;m
1965    
1966     #data
1967     <input xmlns="http://www.w3.org/1999/xhtml"
1968     type="checkbox"
1969     target=""/>
1970     #errors
1971     /input/@target;input attr not applicable;checkbox;m
1972 wakaba 1.24 /input/@target;attribute not defined;m
1973 wakaba 1.5
1974     #data
1975     <input xmlns="http://www.w3.org/1999/xhtml"
1976     type="radio"
1977     accept=""/>
1978     #errors
1979     /input/@accept;input attr not applicable;radio;m
1980    
1981     #data
1982     <input xmlns="http://www.w3.org/1999/xhtml"
1983     type="radio"
1984     action=""/>
1985     #errors
1986     /input/@action;input attr not applicable;radio;m
1987 wakaba 1.24 /input/@action;attribute not defined;m
1988 wakaba 1.5
1989     #data
1990     <input xmlns="http://www.w3.org/1999/xhtml"
1991     type="radio"
1992     alt=""/>
1993     #errors
1994     /input/@alt;input attr not applicable;radio;m
1995    
1996     #data
1997     <input xmlns="http://www.w3.org/1999/xhtml"
1998     type="radio"
1999     autocomplete=""/>
2000     #errors
2001     /input/@autocomplete;input attr not applicable;radio;m
2002    
2003     #data
2004     <input xmlns="http://www.w3.org/1999/xhtml"
2005     type="radio"
2006     enctype=""/>
2007     #errors
2008     /input/@enctype;input attr not applicable;radio;m
2009 wakaba 1.24 /input/@enctype;attribute not defined;m
2010 wakaba 1.5
2011     #data
2012     <input xmlns="http://www.w3.org/1999/xhtml"
2013     type="radio"
2014     list=""/>
2015     #errors
2016     /input/@list;input attr not applicable;radio;m
2017    
2018     #data
2019     <input xmlns="http://www.w3.org/1999/xhtml"
2020     type="radio"
2021     max=""/>
2022     #errors
2023     /input/@max;input attr not applicable;radio;m
2024    
2025     #data
2026     <input xmlns="http://www.w3.org/1999/xhtml"
2027     type="radio"
2028     maxlength=""/>
2029     #errors
2030     /input/@maxlength;input attr not applicable;radio;m
2031    
2032     #data
2033     <input xmlns="http://www.w3.org/1999/xhtml"
2034     type="radio"
2035     method=""/>
2036     #errors
2037     /input/@method;input attr not applicable;radio;m
2038 wakaba 1.24 /input/@method;attribute not defined;m
2039 wakaba 1.5
2040     #data
2041     <input xmlns="http://www.w3.org/1999/xhtml"
2042     type="radio"
2043     min=""/>
2044     #errors
2045     /input/@min;input attr not applicable;radio;m
2046    
2047     #data
2048     <input xmlns="http://www.w3.org/1999/xhtml"
2049     type="radio"
2050     pattern=""/>
2051     #errors
2052     /input/@pattern;input attr not applicable;radio;m
2053    
2054     #data
2055     <input xmlns="http://www.w3.org/1999/xhtml"
2056     type="radio"
2057     readonly=""/>
2058     #errors
2059     /input/@readonly;input attr not applicable;radio;m
2060    
2061     #data
2062     <input xmlns="http://www.w3.org/1999/xhtml"
2063     type="radio"
2064     size=""/>
2065     #errors
2066     /input/@size;input attr not applicable;radio;m
2067    
2068     #data
2069     <input xmlns="http://www.w3.org/1999/xhtml"
2070     type="radio"
2071     src=""/>
2072     #errors
2073     /input/@src;input attr not applicable;radio;m
2074    
2075     #data
2076     <input xmlns="http://www.w3.org/1999/xhtml"
2077     type="radio"
2078     step=""/>
2079     #errors
2080     /input/@step;input attr not applicable;radio;m
2081    
2082     #data
2083     <input xmlns="http://www.w3.org/1999/xhtml"
2084     type="radio"
2085     target=""/>
2086     #errors
2087     /input/@target;input attr not applicable;radio;m
2088 wakaba 1.24 /input/@target;attribute not defined;m
2089 wakaba 1.5
2090     #data
2091     <input xmlns="http://www.w3.org/1999/xhtml"
2092     type="file"
2093     value=""/>
2094     #errors
2095     /input/@value;input attr not applicable;file;m
2096    
2097     #data
2098     <input xmlns="http://www.w3.org/1999/xhtml"
2099     type="file"
2100     action=""/>
2101     #errors
2102     /input/@action;input attr not applicable;file;m
2103 wakaba 1.24 /input/@action;attribute not defined;m
2104 wakaba 1.5
2105     #data
2106     <input xmlns="http://www.w3.org/1999/xhtml"
2107     type="file"
2108     alt=""/>
2109     #errors
2110     /input/@alt;input attr not applicable;file;m
2111    
2112     #data
2113     <input xmlns="http://www.w3.org/1999/xhtml"
2114     type="file"
2115     autocomplete=""/>
2116     #errors
2117     /input/@autocomplete;input attr not applicable;file;m
2118    
2119     #data
2120     <input xmlns="http://www.w3.org/1999/xhtml"
2121     type="file"
2122     checked=""/>
2123     #errors
2124     /input/@checked;input attr not applicable;file;m
2125    
2126     #data
2127     <input xmlns="http://www.w3.org/1999/xhtml"
2128     type="file"
2129     enctype=""/>
2130     #errors
2131     /input/@enctype;input attr not applicable;file;m
2132 wakaba 1.24 /input/@enctype;attribute not defined;m
2133 wakaba 1.5
2134     #data
2135     <input xmlns="http://www.w3.org/1999/xhtml"
2136     type="file"
2137     list=""/>
2138     #errors
2139     /input/@list;input attr not applicable;file;m
2140    
2141     #data
2142     <input xmlns="http://www.w3.org/1999/xhtml"
2143     type="file"
2144     max=""/>
2145     #errors
2146     /input/@max;input attr not applicable;file;m
2147    
2148     #data
2149     <input xmlns="http://www.w3.org/1999/xhtml"
2150     type="file"
2151     maxlength=""/>
2152     #errors
2153     /input/@maxlength;input attr not applicable;file;m
2154    
2155     #data
2156     <input xmlns="http://www.w3.org/1999/xhtml"
2157     type="file"
2158     method=""/>
2159     #errors
2160     /input/@method;input attr not applicable;file;m
2161 wakaba 1.24 /input/@method;attribute not defined;m
2162 wakaba 1.5
2163     #data
2164     <input xmlns="http://www.w3.org/1999/xhtml"
2165     type="file"
2166     min=""/>
2167     #errors
2168     /input/@min;input attr not applicable;file;m
2169    
2170     #data
2171     <input xmlns="http://www.w3.org/1999/xhtml"
2172     type="file"
2173     pattern=""/>
2174     #errors
2175     /input/@pattern;input attr not applicable;file;m
2176    
2177     #data
2178     <input xmlns="http://www.w3.org/1999/xhtml"
2179     type="file"
2180     readonly=""/>
2181     #errors
2182     /input/@readonly;input attr not applicable;file;m
2183    
2184     #data
2185     <input xmlns="http://www.w3.org/1999/xhtml"
2186     type="file"
2187     size=""/>
2188     #errors
2189     /input/@size;input attr not applicable;file;m
2190    
2191     #data
2192     <input xmlns="http://www.w3.org/1999/xhtml"
2193     type="file"
2194     src=""/>
2195     #errors
2196     /input/@src;input attr not applicable;file;m
2197    
2198     #data
2199     <input xmlns="http://www.w3.org/1999/xhtml"
2200     type="file"
2201     step=""/>
2202     #errors
2203     /input/@step;input attr not applicable;file;m
2204    
2205     #data
2206     <input xmlns="http://www.w3.org/1999/xhtml"
2207     type="file"
2208     target=""/>
2209     #errors
2210     /input/@target;input attr not applicable;file;m
2211 wakaba 1.24 /input/@target;attribute not defined;m
2212 wakaba 1.5
2213     #data
2214     <input xmlns="http://www.w3.org/1999/xhtml"
2215     type="submit"
2216     accept=""/>
2217     #errors
2218     /input/@accept;input attr not applicable;submit;m
2219    
2220     #data
2221     <input xmlns="http://www.w3.org/1999/xhtml"
2222     type="submit"
2223     alt=""/>
2224     #errors
2225     /input/@alt;input attr not applicable;submit;m
2226    
2227     #data
2228     <input xmlns="http://www.w3.org/1999/xhtml"
2229     type="submit"
2230     autocomplete=""/>
2231     #errors
2232     /input/@autocomplete;input attr not applicable;submit;m
2233    
2234     #data
2235     <input xmlns="http://www.w3.org/1999/xhtml"
2236     type="submit"
2237     checked=""/>
2238     #errors
2239     /input/@checked;input attr not applicable;submit;m
2240    
2241     #data
2242     <input xmlns="http://www.w3.org/1999/xhtml"
2243     type="submit"
2244     list=""/>
2245     #errors
2246     /input/@list;input attr not applicable;submit;m
2247    
2248     #data
2249     <input xmlns="http://www.w3.org/1999/xhtml"
2250     type="submit"
2251     max=""/>
2252     #errors
2253     /input/@max;input attr not applicable;submit;m
2254    
2255     #data
2256     <input xmlns="http://www.w3.org/1999/xhtml"
2257     type="submit"
2258     maxlength=""/>
2259     #errors
2260     /input/@maxlength;input attr not applicable;submit;m
2261    
2262     #data
2263     <input xmlns="http://www.w3.org/1999/xhtml"
2264     type="submit"
2265     min=""/>
2266     #errors
2267     /input/@min;input attr not applicable;submit;m
2268    
2269     #data
2270     <input xmlns="http://www.w3.org/1999/xhtml"
2271     type="submit"
2272     pattern=""/>
2273     #errors
2274     /input/@pattern;input attr not applicable;submit;m
2275    
2276     #data
2277     <input xmlns="http://www.w3.org/1999/xhtml"
2278     type="submit"
2279     readonly=""/>
2280     #errors
2281     /input/@readonly;input attr not applicable;submit;m
2282    
2283     #data
2284     <input xmlns="http://www.w3.org/1999/xhtml"
2285     type="submit"
2286     required=""/>
2287     #errors
2288     /input/@required;input attr not applicable;submit;m
2289    
2290     #data
2291     <input xmlns="http://www.w3.org/1999/xhtml"
2292     type="submit"
2293     size=""/>
2294     #errors
2295     /input/@size;input attr not applicable;submit;m
2296    
2297     #data
2298     <input xmlns="http://www.w3.org/1999/xhtml"
2299     type="submit"
2300     src=""/>
2301     #errors
2302     /input/@src;input attr not applicable;submit;m
2303    
2304     #data
2305     <input xmlns="http://www.w3.org/1999/xhtml"
2306     type="submit"
2307     step=""/>
2308     #errors
2309     /input/@step;input attr not applicable;submit;m
2310    
2311     #data
2312     <input xmlns="http://www.w3.org/1999/xhtml"
2313     type="image" alt="x" src=""
2314     accept=""/>
2315     #errors
2316     /input/@accept;input attr not applicable;image;m
2317    
2318     #data
2319     <input xmlns="http://www.w3.org/1999/xhtml"
2320     type="image" alt="x" src=""
2321     autocomplete=""/>
2322     #errors
2323     /input/@autocomplete;input attr not applicable;image;m
2324    
2325     #data
2326     <input xmlns="http://www.w3.org/1999/xhtml"
2327     type="image" alt="x" src=""
2328     checked=""/>
2329     #errors
2330     /input/@checked;input attr not applicable;image;m
2331    
2332     #data
2333     <input xmlns="http://www.w3.org/1999/xhtml"
2334     type="image" alt="x" src=""
2335     list=""/>
2336     #errors
2337     /input/@list;input attr not applicable;image;m
2338    
2339     #data
2340     <input xmlns="http://www.w3.org/1999/xhtml"
2341     type="image" alt="x" src=""
2342     max=""/>
2343     #errors
2344     /input/@max;input attr not applicable;image;m
2345    
2346     #data
2347     <input xmlns="http://www.w3.org/1999/xhtml"
2348     type="image" alt="x" src=""
2349     maxlength=""/>
2350     #errors
2351     /input/@maxlength;input attr not applicable;image;m
2352    
2353     #data
2354     <input xmlns="http://www.w3.org/1999/xhtml"
2355     type="image" alt="x" src=""
2356     min=""/>
2357     #errors
2358     /input/@min;input attr not applicable;image;m
2359    
2360     #data
2361     <input xmlns="http://www.w3.org/1999/xhtml"
2362     type="image" alt="x" src=""
2363     pattern=""/>
2364     #errors
2365     /input/@pattern;input attr not applicable;image;m
2366    
2367     #data
2368     <input xmlns="http://www.w3.org/1999/xhtml"
2369     type="image" alt="x" src=""
2370     readonly=""/>
2371     #errors
2372     /input/@readonly;input attr not applicable;image;m
2373    
2374     #data
2375     <input xmlns="http://www.w3.org/1999/xhtml"
2376     type="image" alt="x" src=""
2377     required=""/>
2378     #errors
2379     /input/@required;input attr not applicable;image;m
2380    
2381     #data
2382     <input xmlns="http://www.w3.org/1999/xhtml"
2383     type="image" alt="x" src=""
2384     size=""/>
2385     #errors
2386     /input/@size;input attr not applicable;image;m
2387    
2388     #data
2389     <input xmlns="http://www.w3.org/1999/xhtml"
2390     type="image" alt="x" src=""
2391     step=""/>
2392     #errors
2393     /input/@step;input attr not applicable;image;m
2394    
2395     #data
2396     <input xmlns="http://www.w3.org/1999/xhtml"
2397     type="image" alt="x" src=""
2398     value=""/>
2399     #errors
2400     /input/@value;input attr not applicable;image;m
2401    
2402     #data
2403     <input xmlns="http://www.w3.org/1999/xhtml"
2404     type="image" alt="" src=""/>
2405     #errors
2406     /input/@alt;empty anchor image alt;m
2407    
2408     #data
2409     <input xmlns="http://www.w3.org/1999/xhtml"
2410     type="image" alt=" " src=""/>
2411     #errors
2412    
2413     #data
2414     <input xmlns="http://www.w3.org/1999/xhtml"
2415     type="image" alt="
2416     " src=""/>
2417     #errors
2418    
2419     #data
2420     <input xmlns="http://www.w3.org/1999/xhtml"
2421     type="image" alt="[image]" src=""/>
2422     #errors
2423    
2424     #data
2425     <input xmlns="http://www.w3.org/1999/xhtml"
2426     type="reset"
2427     accept=""/>
2428     #errors
2429     /input/@accept;input attr not applicable;reset;m
2430    
2431     #data
2432     <input xmlns="http://www.w3.org/1999/xhtml"
2433     type="reset"
2434     action=""/>
2435     #errors
2436     /input/@action;input attr not applicable;reset;m
2437 wakaba 1.24 /input/@action;attribute not defined;m
2438 wakaba 1.5
2439     #data
2440     <input xmlns="http://www.w3.org/1999/xhtml"
2441     type="reset"
2442     alt=""/>
2443     #errors
2444     /input/@alt;input attr not applicable;reset;m
2445    
2446     #data
2447     <input xmlns="http://www.w3.org/1999/xhtml"
2448     type="reset"
2449     autocomplete=""/>
2450     #errors
2451     /input/@autocomplete;input attr not applicable;reset;m
2452    
2453     #data
2454     <input xmlns="http://www.w3.org/1999/xhtml"
2455     type="reset"
2456     checked=""/>
2457     #errors
2458     /input/@checked;input attr not applicable;reset;m
2459    
2460     #data
2461     <input xmlns="http://www.w3.org/1999/xhtml"
2462     type="reset"
2463     enctype=""/>
2464     #errors
2465     /input/@enctype;input attr not applicable;reset;m
2466 wakaba 1.24 /input/@enctype;attribute not defined;m
2467 wakaba 1.5
2468     #data
2469     <input xmlns="http://www.w3.org/1999/xhtml"
2470     type="reset"
2471     list=""/>
2472     #errors
2473     /input/@list;input attr not applicable;reset;m
2474    
2475     #data
2476     <input xmlns="http://www.w3.org/1999/xhtml"
2477     type="reset"
2478     max=""/>
2479     #errors
2480     /input/@max;input attr not applicable;reset;m
2481    
2482     #data
2483     <input xmlns="http://www.w3.org/1999/xhtml"
2484     type="reset"
2485     maxlength=""/>
2486     #errors
2487     /input/@maxlength;input attr not applicable;reset;m
2488    
2489     #data
2490     <input xmlns="http://www.w3.org/1999/xhtml"
2491     type="reset"
2492     method=""/>
2493     #errors
2494     /input/@method;input attr not applicable;reset;m
2495 wakaba 1.24 /input/@method;attribute not defined;m
2496 wakaba 1.5
2497     #data
2498     <input xmlns="http://www.w3.org/1999/xhtml"
2499     type="reset"
2500     min=""/>
2501     #errors
2502     /input/@min;input attr not applicable;reset;m
2503    
2504     #data
2505     <input xmlns="http://www.w3.org/1999/xhtml"
2506     type="reset"
2507     pattern=""/>
2508     #errors
2509     /input/@pattern;input attr not applicable;reset;m
2510    
2511     #data
2512     <input xmlns="http://www.w3.org/1999/xhtml"
2513     type="reset"
2514     readonly=""/>
2515     #errors
2516     /input/@readonly;input attr not applicable;reset;m
2517    
2518     #data
2519     <input xmlns="http://www.w3.org/1999/xhtml"
2520     type="reset"
2521     required=""/>
2522     #errors
2523     /input/@required;input attr not applicable;reset;m
2524    
2525     #data
2526     <input xmlns="http://www.w3.org/1999/xhtml"
2527     type="reset"
2528     size=""/>
2529     #errors
2530     /input/@size;input attr not applicable;reset;m
2531    
2532     #data
2533     <input xmlns="http://www.w3.org/1999/xhtml"
2534     type="reset"
2535     src=""/>
2536     #errors
2537     /input/@src;input attr not applicable;reset;m
2538    
2539     #data
2540     <input xmlns="http://www.w3.org/1999/xhtml"
2541     type="reset"
2542     step=""/>
2543     #errors
2544     /input/@step;input attr not applicable;reset;m
2545    
2546     #data
2547     <input xmlns="http://www.w3.org/1999/xhtml"
2548     type="reset"
2549     target=""/>
2550     #errors
2551     /input/@target;input attr not applicable;reset;m
2552 wakaba 1.24 /input/@target;attribute not defined;m
2553 wakaba 1.5
2554     #data
2555     <input xmlns="http://www.w3.org/1999/xhtml"
2556     type="button"
2557     accept=""/>
2558     #errors
2559     /input/@accept;input attr not applicable;button;m
2560    
2561     #data
2562     <input xmlns="http://www.w3.org/1999/xhtml"
2563     type="button"
2564     action=""/>
2565     #errors
2566     /input/@action;input attr not applicable;button;m
2567 wakaba 1.24 /input/@action;attribute not defined;m
2568 wakaba 1.5
2569     #data
2570     <input xmlns="http://www.w3.org/1999/xhtml"
2571     type="button"
2572     alt=""/>
2573     #errors
2574     /input/@alt;input attr not applicable;button;m
2575    
2576     #data
2577     <input xmlns="http://www.w3.org/1999/xhtml"
2578     type="button"
2579     autocomplete=""/>
2580     #errors
2581     /input/@autocomplete;input attr not applicable;button;m
2582    
2583     #data
2584     <input xmlns="http://www.w3.org/1999/xhtml"
2585     type="button"
2586     checked=""/>
2587     #errors
2588     /input/@checked;input attr not applicable;button;m
2589    
2590     #data
2591     <input xmlns="http://www.w3.org/1999/xhtml"
2592     type="button"
2593     enctype=""/>
2594     #errors
2595     /input/@enctype;input attr not applicable;button;m
2596 wakaba 1.24 /input/@enctype;attribute not defined;m
2597 wakaba 1.5
2598     #data
2599     <input xmlns="http://www.w3.org/1999/xhtml"
2600     type="button"
2601     list=""/>
2602     #errors
2603     /input/@list;input attr not applicable;button;m
2604    
2605     #data
2606     <input xmlns="http://www.w3.org/1999/xhtml"
2607     type="button"
2608     max=""/>
2609     #errors
2610     /input/@max;input attr not applicable;button;m
2611    
2612     #data
2613     <input xmlns="http://www.w3.org/1999/xhtml"
2614     type="button"
2615     maxlength=""/>
2616     #errors
2617     /input/@maxlength;input attr not applicable;button;m
2618    
2619     #data
2620     <input xmlns="http://www.w3.org/1999/xhtml"
2621     type="button"
2622     method=""/>
2623     #errors
2624     /input/@method;input attr not applicable;button;m
2625 wakaba 1.24 /input/@method;attribute not defined;m
2626 wakaba 1.5
2627     #data
2628     <input xmlns="http://www.w3.org/1999/xhtml"
2629     type="button"
2630     min=""/>
2631     #errors
2632     /input/@min;input attr not applicable;button;m
2633    
2634     #data
2635     <input xmlns="http://www.w3.org/1999/xhtml"
2636     type="button"
2637     pattern=""/>
2638     #errors
2639     /input/@pattern;input attr not applicable;button;m
2640    
2641     #data
2642     <input xmlns="http://www.w3.org/1999/xhtml"
2643     type="button"
2644     readonly=""/>
2645     #errors
2646     /input/@readonly;input attr not applicable;button;m
2647    
2648     #data
2649     <input xmlns="http://www.w3.org/1999/xhtml"
2650     type="button"
2651     required=""/>
2652     #errors
2653     /input/@required;input attr not applicable;button;m
2654    
2655     #data
2656     <input xmlns="http://www.w3.org/1999/xhtml"
2657     type="button"
2658     size=""/>
2659     #errors
2660     /input/@size;input attr not applicable;button;m
2661    
2662     #data
2663     <input xmlns="http://www.w3.org/1999/xhtml"
2664     type="button"
2665     src=""/>
2666     #errors
2667     /input/@src;input attr not applicable;button;m
2668    
2669     #data
2670     <input xmlns="http://www.w3.org/1999/xhtml"
2671     type="button"
2672     step=""/>
2673     #errors
2674     /input/@step;input attr not applicable;button;m
2675    
2676     #data
2677     <input xmlns="http://www.w3.org/1999/xhtml"
2678     type="button"
2679     target=""/>
2680     #errors
2681     /input/@target;input attr not applicable;button;m
2682 wakaba 1.24 /input/@target;attribute not defined;m
2683 wakaba 1.5
2684     #data
2685     <input xmlns="http://www.w3.org/1999/xhtml"
2686     type="add"
2687     accept=""/>
2688     #errors
2689     /input/@accept;input attr not applicable;add;m
2690     /input/@type;enumerated:invalid;m
2691    
2692     #data
2693     <input xmlns="http://www.w3.org/1999/xhtml"
2694     type="add"
2695     action=""/>
2696     #errors
2697     /input/@action;input attr not applicable;add;m
2698     /input/@type;enumerated:invalid;m
2699 wakaba 1.24 /input/@action;attribute not defined;m
2700 wakaba 1.5
2701     #data
2702     <input xmlns="http://www.w3.org/1999/xhtml"
2703     type="add"
2704     alt=""/>
2705     #errors
2706     /input/@alt;input attr not applicable;add;m
2707     /input/@type;enumerated:invalid;m
2708    
2709     #data
2710     <input xmlns="http://www.w3.org/1999/xhtml"
2711     type="add"
2712     autocomplete=""/>
2713     #errors
2714     /input/@autocomplete;input attr not applicable;add;m
2715     /input/@type;enumerated:invalid;m
2716    
2717     #data
2718     <input xmlns="http://www.w3.org/1999/xhtml"
2719     type="add"
2720     checked=""/>
2721     #errors
2722     /input/@checked;input attr not applicable;add;m
2723     /input/@type;enumerated:invalid;m
2724    
2725     #data
2726     <input xmlns="http://www.w3.org/1999/xhtml"
2727     type="add"
2728     enctype=""/>
2729     #errors
2730     /input/@enctype;input attr not applicable;add;m
2731 wakaba 1.24 /input/@enctype;attribute not defined;m
2732 wakaba 1.5 /input/@type;enumerated:invalid;m
2733    
2734     #data
2735     <input xmlns="http://www.w3.org/1999/xhtml"
2736     type="add"
2737     list=""/>
2738     #errors
2739     /input/@list;input attr not applicable;add;m
2740     /input/@type;enumerated:invalid;m
2741    
2742     #data
2743     <input xmlns="http://www.w3.org/1999/xhtml"
2744     type="add"
2745     max=""/>
2746     #errors
2747     /input/@max;input attr not applicable;add;m
2748     /input/@type;enumerated:invalid;m
2749    
2750     #data
2751     <input xmlns="http://www.w3.org/1999/xhtml"
2752     type="add"
2753     maxlength=""/>
2754     #errors
2755     /input/@maxlength;input attr not applicable;add;m
2756     /input/@type;enumerated:invalid;m
2757    
2758     #data
2759     <input xmlns="http://www.w3.org/1999/xhtml"
2760     type="add"
2761     method=""/>
2762     #errors
2763     /input/@method;input attr not applicable;add;m
2764 wakaba 1.24 /input/@method;attribute not defined;m
2765 wakaba 1.5 /input/@type;enumerated:invalid;m
2766    
2767     #data
2768     <input xmlns="http://www.w3.org/1999/xhtml"
2769     type="add"
2770     min=""/>
2771     #errors
2772     /input/@min;input attr not applicable;add;m
2773     /input/@type;enumerated:invalid;m
2774    
2775     #data
2776     <input xmlns="http://www.w3.org/1999/xhtml"
2777     type="add"
2778     pattern=""/>
2779     #errors
2780     /input/@pattern;input attr not applicable;add;m
2781     /input/@type;enumerated:invalid;m
2782    
2783     #data
2784     <input xmlns="http://www.w3.org/1999/xhtml"
2785     type="add"
2786     readonly=""/>
2787     #errors
2788     /input/@readonly;input attr not applicable;add;m
2789     /input/@type;enumerated:invalid;m
2790    
2791     #data
2792     <input xmlns="http://www.w3.org/1999/xhtml"
2793     type="add"
2794     required=""/>
2795     #errors
2796     /input/@required;input attr not applicable;add;m
2797     /input/@type;enumerated:invalid;m
2798    
2799     #data
2800     <input xmlns="http://www.w3.org/1999/xhtml"
2801     type="add"
2802     size=""/>
2803     #errors
2804     /input/@size;input attr not applicable;add;m
2805     /input/@type;enumerated:invalid;m
2806    
2807     #data
2808     <input xmlns="http://www.w3.org/1999/xhtml"
2809     type="add"
2810     src=""/>
2811     #errors
2812     /input/@src;input attr not applicable;add;m
2813     /input/@type;enumerated:invalid;m
2814    
2815     #data
2816     <input xmlns="http://www.w3.org/1999/xhtml"
2817     type="add"
2818     step=""/>
2819     #errors
2820     /input/@step;input attr not applicable;add;m
2821     /input/@type;enumerated:invalid;m
2822    
2823     #data
2824     <input xmlns="http://www.w3.org/1999/xhtml"
2825     type="add"
2826     target=""/>
2827     #errors
2828     /input/@target;input attr not applicable;add;m
2829 wakaba 1.24 /input/@target;attribute not defined;m
2830 wakaba 1.5 /input/@type;enumerated:invalid;m
2831    
2832     #data
2833     <input xmlns="http://www.w3.org/1999/xhtml"
2834     type="remove"
2835     accept=""/>
2836     #errors
2837     /input/@accept;input attr not applicable;remove;m
2838     /input/@type;enumerated:invalid;m
2839    
2840     #data
2841     <input xmlns="http://www.w3.org/1999/xhtml"
2842     type="remove"
2843     action=""/>
2844     #errors
2845     /input/@action;input attr not applicable;remove;m
2846 wakaba 1.24 /input/@action;attribute not defined;m
2847 wakaba 1.5 /input/@type;enumerated:invalid;m
2848    
2849     #data
2850     <input xmlns="http://www.w3.org/1999/xhtml"
2851     type="remove"
2852     alt=""/>
2853     #errors
2854     /input/@alt;input attr not applicable;remove;m
2855     /input/@type;enumerated:invalid;m
2856    
2857     #data
2858     <input xmlns="http://www.w3.org/1999/xhtml"
2859     type="remove"
2860     autocomplete=""/>
2861     #errors
2862     /input/@autocomplete;input attr not applicable;remove;m
2863     /input/@type;enumerated:invalid;m
2864    
2865     #data
2866     <input xmlns="http://www.w3.org/1999/xhtml"
2867     type="remove"
2868     checked=""/>
2869     #errors
2870     /input/@checked;input attr not applicable;remove;m
2871     /input/@type;enumerated:invalid;m
2872    
2873     #data
2874     <input xmlns="http://www.w3.org/1999/xhtml"
2875     type="remove"
2876     enctype=""/>
2877     #errors
2878     /input/@enctype;input attr not applicable;remove;m
2879 wakaba 1.24 /input/@enctype;attribute not defined;m
2880 wakaba 1.5 /input/@type;enumerated:invalid;m
2881    
2882     #data
2883     <input xmlns="http://www.w3.org/1999/xhtml"
2884     type="remove"
2885     list=""/>
2886     #errors
2887     /input/@list;input attr not applicable;remove;m
2888     /input/@type;enumerated:invalid;m
2889    
2890     #data
2891     <input xmlns="http://www.w3.org/1999/xhtml"
2892     type="remove"
2893     max=""/>
2894     #errors
2895     /input/@max;input attr not applicable;remove;m
2896     /input/@type;enumerated:invalid;m
2897    
2898     #data
2899     <input xmlns="http://www.w3.org/1999/xhtml"
2900     type="remove"
2901     maxlength=""/>
2902     #errors
2903     /input/@maxlength;input attr not applicable;remove;m
2904     /input/@type;enumerated:invalid;m
2905    
2906     #data
2907     <input xmlns="http://www.w3.org/1999/xhtml"
2908     type="remove"
2909     method=""/>
2910     #errors
2911     /input/@method;input attr not applicable;remove;m
2912 wakaba 1.24 /input/@method;attribute not defined;m
2913 wakaba 1.5 /input/@type;enumerated:invalid;m
2914    
2915     #data
2916     <input xmlns="http://www.w3.org/1999/xhtml"
2917     type="remove"
2918     min=""/>
2919     #errors
2920     /input/@min;input attr not applicable;remove;m
2921     /input/@type;enumerated:invalid;m
2922    
2923     #data
2924     <input xmlns="http://www.w3.org/1999/xhtml"
2925     type="remove"
2926     pattern=""/>
2927     #errors
2928     /input/@pattern;input attr not applicable;remove;m
2929     /input/@type;enumerated:invalid;m
2930    
2931     #data
2932     <input xmlns="http://www.w3.org/1999/xhtml"
2933     type="remove"
2934     readonly=""/>
2935     #errors
2936     /input/@readonly;input attr not applicable;remove;m
2937     /input/@type;enumerated:invalid;m
2938    
2939     #data
2940     <input xmlns="http://www.w3.org/1999/xhtml"
2941     type="remove"
2942     required=""/>
2943     #errors
2944     /input/@required;input attr not applicable;remove;m
2945     /input/@type;enumerated:invalid;m
2946    
2947     #data
2948     <input xmlns="http://www.w3.org/1999/xhtml"
2949     type="remove"
2950     size=""/>
2951     #errors
2952     /input/@size;input attr not applicable;remove;m
2953     /input/@type;enumerated:invalid;m
2954    
2955     #data
2956     <input xmlns="http://www.w3.org/1999/xhtml"
2957     type="remove"
2958     src=""/>
2959     #errors
2960     /input/@src;input attr not applicable;remove;m
2961     /input/@type;enumerated:invalid;m
2962    
2963     #data
2964     <input xmlns="http://www.w3.org/1999/xhtml"
2965     type="remove"
2966     step=""/>
2967     #errors
2968     /input/@step;input attr not applicable;remove;m
2969     /input/@type;enumerated:invalid;m
2970    
2971     #data
2972     <input xmlns="http://www.w3.org/1999/xhtml"
2973     type="remove"
2974     target=""/>
2975     #errors
2976     /input/@target;input attr not applicable;remove;m
2977 wakaba 1.24 /input/@target;attribute not defined;m
2978 wakaba 1.5 /input/@type;enumerated:invalid;m
2979    
2980     #data
2981     <input xmlns="http://www.w3.org/1999/xhtml"
2982     type="move-up"
2983     accept=""/>
2984     #errors
2985     /input/@accept;input attr not applicable;move-up;m
2986     /input/@type;enumerated:invalid;m
2987    
2988     #data
2989     <input xmlns="http://www.w3.org/1999/xhtml"
2990     type="move-up"
2991     action=""/>
2992     #errors
2993     /input/@action;input attr not applicable;move-up;m
2994 wakaba 1.24 /input/@action;attribute not defined;m
2995 wakaba 1.5 /input/@type;enumerated:invalid;m
2996    
2997     #data
2998     <input xmlns="http://www.w3.org/1999/xhtml"
2999     type="move-up"
3000     alt=""/>
3001     #errors
3002     /input/@alt;input attr not applicable;move-up;m
3003     /input/@type;enumerated:invalid;m
3004    
3005     #data
3006     <input xmlns="http://www.w3.org/1999/xhtml"
3007     type="move-up"
3008     autocomplete=""/>
3009     #errors
3010     /input/@autocomplete;input attr not applicable;move-up;m
3011     /input/@type;enumerated:invalid;m
3012    
3013     #data
3014     <input xmlns="http://www.w3.org/1999/xhtml"
3015     type="move-up"
3016     checked=""/>
3017     #errors
3018     /input/@checked;input attr not applicable;move-up;m
3019     /input/@type;enumerated:invalid;m
3020    
3021     #data
3022     <input xmlns="http://www.w3.org/1999/xhtml"
3023     type="move-up"
3024     enctype=""/>
3025     #errors
3026     /input/@enctype;input attr not applicable;move-up;m
3027 wakaba 1.24 /input/@enctype;attribute not defined;m
3028 wakaba 1.5 /input/@type;enumerated:invalid;m
3029    
3030     #data
3031     <input xmlns="http://www.w3.org/1999/xhtml"
3032     type="move-up"
3033     list=""/>
3034     #errors
3035     /input/@list;input attr not applicable;move-up;m
3036     /input/@type;enumerated:invalid;m
3037    
3038     #data
3039     <input xmlns="http://www.w3.org/1999/xhtml"
3040     type="move-up"
3041     max=""/>
3042     #errors
3043     /input/@max;input attr not applicable;move-up;m
3044     /input/@type;enumerated:invalid;m
3045    
3046     #data
3047     <input xmlns="http://www.w3.org/1999/xhtml"
3048     type="move-up"
3049     maxlength=""/>
3050     #errors
3051     /input/@maxlength;input attr not applicable;move-up;m
3052     /input/@type;enumerated:invalid;m
3053    
3054     #data
3055     <input xmlns="http://www.w3.org/1999/xhtml"
3056     type="move-up"
3057     method=""/>
3058     #errors
3059     /input/@method;input attr not applicable;move-up;m
3060 wakaba 1.24 /input/@method;attribute not defined;m
3061 wakaba 1.5 /input/@type;enumerated:invalid;m
3062    
3063     #data
3064     <input xmlns="http://www.w3.org/1999/xhtml"
3065     type="move-up"
3066     min=""/>
3067     #errors
3068     /input/@min;input attr not applicable;move-up;m
3069     /input/@type;enumerated:invalid;m
3070    
3071     #data
3072     <input xmlns="http://www.w3.org/1999/xhtml"
3073     type="move-up"
3074     pattern=""/>
3075     #errors
3076     /input/@pattern;input attr not applicable;move-up;m
3077     /input/@type;enumerated:invalid;m
3078    
3079     #data
3080     <input xmlns="http://www.w3.org/1999/xhtml"
3081     type="move-up"
3082     readonly=""/>
3083     #errors
3084     /input/@readonly;input attr not applicable;move-up;m
3085     /input/@type;enumerated:invalid;m
3086    
3087     #data
3088     <input xmlns="http://www.w3.org/1999/xhtml"
3089     type="move-up"
3090     required=""/>
3091     #errors
3092     /input/@required;input attr not applicable;move-up;m
3093     /input/@type;enumerated:invalid;m
3094    
3095     #data
3096     <input xmlns="http://www.w3.org/1999/xhtml"
3097     type="move-up"
3098     size=""/>
3099     #errors
3100     /input/@size;input attr not applicable;move-up;m
3101     /input/@type;enumerated:invalid;m
3102    
3103     #data
3104     <input xmlns="http://www.w3.org/1999/xhtml"
3105     type="move-up"
3106     src=""/>
3107     #errors
3108     /input/@src;input attr not applicable;move-up;m
3109     /input/@type;enumerated:invalid;m
3110    
3111     #data
3112     <input xmlns="http://www.w3.org/1999/xhtml"
3113     type="move-up"
3114     step=""/>
3115     #errors
3116     /input/@step;input attr not applicable;move-up;m
3117     /input/@type;enumerated:invalid;m
3118    
3119     #data
3120     <input xmlns="http://www.w3.org/1999/xhtml"
3121     type="move-up"
3122     target=""/>
3123     #errors
3124     /input/@target;input attr not applicable;move-up;m
3125 wakaba 1.24 /input/@target;attribute not defined;m
3126 wakaba 1.5 /input/@type;enumerated:invalid;m
3127    
3128     #data
3129     <input xmlns="http://www.w3.org/1999/xhtml"
3130     type="move-down"
3131     accept=""/>
3132     #errors
3133     /input/@accept;input attr not applicable;move-down;m
3134     /input/@type;enumerated:invalid;m
3135    
3136     #data
3137     <input xmlns="http://www.w3.org/1999/xhtml"
3138     type="move-down"
3139     action=""/>
3140     #errors
3141     /input/@action;input attr not applicable;move-down;m
3142 wakaba 1.24 /input/@action;attribute not defined;m
3143 wakaba 1.5 /input/@type;enumerated:invalid;m
3144    
3145     #data
3146     <input xmlns="http://www.w3.org/1999/xhtml"
3147     type="move-down"
3148     alt=""/>
3149     #errors
3150     /input/@alt;input attr not applicable;move-down;m
3151     /input/@type;enumerated:invalid;m
3152    
3153     #data
3154     <input xmlns="http://www.w3.org/1999/xhtml"
3155     type="move-down"
3156     autocomplete=""/>
3157     #errors
3158     /input/@autocomplete;input attr not applicable;move-down;m
3159     /input/@type;enumerated:invalid;m
3160    
3161     #data
3162     <input xmlns="http://www.w3.org/1999/xhtml"
3163     type="move-down"
3164     checked=""/>
3165     #errors
3166     /input/@checked;input attr not applicable;move-down;m
3167     /input/@type;enumerated:invalid;m
3168    
3169     #data
3170     <input xmlns="http://www.w3.org/1999/xhtml"
3171     type="move-down"
3172     enctype=""/>
3173     #errors
3174     /input/@enctype;input attr not applicable;move-down;m
3175 wakaba 1.24 /input/@enctype;attribute not defined;m
3176 wakaba 1.5 /input/@type;enumerated:invalid;m
3177    
3178     #data
3179     <input xmlns="http://www.w3.org/1999/xhtml"
3180     type="move-down"
3181     list=""/>
3182     #errors
3183     /input/@list;input attr not applicable;move-down;m
3184     /input/@type;enumerated:invalid;m
3185    
3186     #data
3187     <input xmlns="http://www.w3.org/1999/xhtml"
3188     type="move-down"
3189     max=""/>
3190     #errors
3191     /input/@max;input attr not applicable;move-down;m
3192     /input/@type;enumerated:invalid;m
3193    
3194     #data
3195     <input xmlns="http://www.w3.org/1999/xhtml"
3196     type="move-down"
3197     maxlength=""/>
3198     #errors
3199     /input/@maxlength;input attr not applicable;move-down;m
3200     /input/@type;enumerated:invalid;m
3201    
3202     #data
3203     <input xmlns="http://www.w3.org/1999/xhtml"
3204     type="move-down"
3205     method=""/>
3206     #errors
3207     /input/@method;input attr not applicable;move-down;m
3208 wakaba 1.24 /input/@method;attribute not defined;m
3209 wakaba 1.5 /input/@type;enumerated:invalid;m
3210    
3211     #data
3212     <input xmlns="http://www.w3.org/1999/xhtml"
3213     type="move-down"
3214     min=""/>
3215     #errors
3216     /input/@min;input attr not applicable;move-down;m
3217     /input/@type;enumerated:invalid;m
3218    
3219     #data
3220     <input xmlns="http://www.w3.org/1999/xhtml"
3221     type="move-down"
3222     pattern=""/>
3223     #errors
3224     /input/@pattern;input attr not applicable;move-down;m
3225     /input/@type;enumerated:invalid;m
3226    
3227     #data
3228     <input xmlns="http://www.w3.org/1999/xhtml"
3229     type="move-down"
3230     readonly=""/>
3231     #errors
3232     /input/@readonly;input attr not applicable;move-down;m
3233     /input/@type;enumerated:invalid;m
3234    
3235     #data
3236     <input xmlns="http://www.w3.org/1999/xhtml"
3237     type="move-down"
3238     required=""/>
3239     #errors
3240     /input/@required;input attr not applicable;move-down;m
3241     /input/@type;enumerated:invalid;m
3242    
3243     #data
3244     <input xmlns="http://www.w3.org/1999/xhtml"
3245     type="move-down"
3246     size=""/>
3247     #errors
3248     /input/@size;input attr not applicable;move-down;m
3249     /input/@type;enumerated:invalid;m
3250    
3251     #data
3252     <input xmlns="http://www.w3.org/1999/xhtml"
3253     type="move-down"
3254     src=""/>
3255     #errors
3256     /input/@src;input attr not applicable;move-down;m
3257     /input/@type;enumerated:invalid;m
3258    
3259     #data
3260     <input xmlns="http://www.w3.org/1999/xhtml"
3261     type="move-down"
3262     step=""/>
3263     #errors
3264     /input/@step;input attr not applicable;move-down;m
3265     /input/@type;enumerated:invalid;m
3266    
3267     #data
3268     <input xmlns="http://www.w3.org/1999/xhtml"
3269     type="move-down"
3270     target=""/>
3271     #errors
3272     /input/@target;input attr not applicable;move-down;m
3273 wakaba 1.24 /input/@target;attribute not defined;m
3274 wakaba 1.5 /input/@type;enumerated:invalid;m
3275    
3276     #data
3277     <input xmlns="http://www.w3.org/1999/xhtml"
3278 wakaba 1.15 type="file"
3279     accept=""/>
3280     #errors
3281     /input/@accept;IMTnp:syntax error;m
3282    
3283     #data
3284     <input xmlns="http://www.w3.org/1999/xhtml"
3285     type="file"
3286 wakaba 1.25 accept=" "/>
3287     #errors
3288     /input/@accept;IMTnp:syntax error;m
3289    
3290     #data
3291     <input xmlns="http://www.w3.org/1999/xhtml"
3292     type="file"
3293 wakaba 1.15 accept=","/>
3294     #errors
3295     /input/@accept;IMTnp:syntax error;m
3296     /input/@accept;duplicate token;m
3297    
3298     #data
3299     <input xmlns="http://www.w3.org/1999/xhtml"
3300     type="file"
3301 wakaba 1.25 accept=" , "/>
3302     #errors
3303     /input/@accept;IMTnp:syntax error;m
3304     /input/@accept;duplicate token;m
3305    
3306     #data
3307     <input xmlns="http://www.w3.org/1999/xhtml"
3308     type="file"
3309 wakaba 1.15 accept="text/plain"/>
3310     #errors
3311    
3312     #data
3313     <input xmlns="http://www.w3.org/1999/xhtml"
3314     type="file"
3315     accept="text/plain,text/html"/>
3316     #errors
3317    
3318     #data
3319     <input xmlns="http://www.w3.org/1999/xhtml"
3320     type="file"
3321     accept="text/plain, text/html"/>
3322     #errors
3323    
3324     #data
3325     <input xmlns="http://www.w3.org/1999/xhtml"
3326     type="file"
3327     accept="text/plain,"/>
3328     #errors
3329     /input/@accept;IMTnp:syntax error;m
3330    
3331     #data
3332     <input xmlns="http://www.w3.org/1999/xhtml"
3333     type="file"
3334     accept="image/png"/>
3335     #errors
3336    
3337     #data
3338     <input xmlns="http://www.w3.org/1999/xhtml"
3339     type="file"
3340     accept=",image/png"/>
3341     #errors
3342     /input/@accept;IMTnp:syntax error;m
3343    
3344     #data
3345     <input xmlns="http://www.w3.org/1999/xhtml"
3346     type="file"
3347     accept="image/png,,image/jpeg"/>
3348     #errors
3349     /input/@accept;IMTnp:syntax error;m
3350    
3351     #data
3352     <input xmlns="http://www.w3.org/1999/xhtml"
3353     type="file"
3354     accept=" image/png "/>
3355     #errors
3356    
3357     #data
3358     <input xmlns="http://www.w3.org/1999/xhtml"
3359     type="file"
3360     accept="image/*"/>
3361     #errors
3362    
3363     #data
3364     <input xmlns="http://www.w3.org/1999/xhtml"
3365     type="file"
3366     accept="audio/*"/>
3367     #errors
3368    
3369     #data
3370     <input xmlns="http://www.w3.org/1999/xhtml"
3371     type="file"
3372     accept="video/*"/>
3373     #errors
3374    
3375     #data
3376     <input xmlns="http://www.w3.org/1999/xhtml"
3377     type="file"
3378     accept="text/*"/>
3379     #errors
3380     /input/@accept;IMTnp:syntax error;m
3381    
3382     #data
3383     <input xmlns="http://www.w3.org/1999/xhtml"
3384     type="file"
3385     accept="multipart/*"/>
3386     #errors
3387     /input/@accept;IMTnp:syntax error;m
3388    
3389     #data
3390     <input xmlns="http://www.w3.org/1999/xhtml"
3391     type="file"
3392     accept="model/*"/>
3393     #errors
3394     /input/@accept;IMTnp:syntax error;m
3395    
3396     #data
3397     <input xmlns="http://www.w3.org/1999/xhtml"
3398     type="file"
3399     accept="application/*"/>
3400     #errors
3401     /input/@accept;IMTnp:syntax error;m
3402    
3403     #data
3404     <input xmlns="http://www.w3.org/1999/xhtml"
3405     type="file"
3406     accept="message/*"/>
3407     #errors
3408     /input/@accept;IMTnp:syntax error;m
3409    
3410     #data
3411     <input xmlns="http://www.w3.org/1999/xhtml"
3412     type="file"
3413     accept="font/*"/>
3414     #errors
3415     /input/@accept;IMTnp:syntax error;m
3416    
3417     #data
3418     <input xmlns="http://www.w3.org/1999/xhtml"
3419     type="file"
3420     accept="*/*"/>
3421     #errors
3422     /input/@accept;IMTnp:syntax error;m
3423    
3424     #data
3425     <input xmlns="http://www.w3.org/1999/xhtml"
3426     type="file"
3427     accept="*/*+xml"/>
3428     #errors
3429     /input/@accept;IMTnp:syntax error;m
3430    
3431     #data
3432     <input xmlns="http://www.w3.org/1999/xhtml"
3433     type="file"
3434     accept="*/xml"/>
3435     #errors
3436     /input/@accept;IMTnp:syntax error;m
3437    
3438     #data
3439     <input xmlns="http://www.w3.org/1999/xhtml"
3440     type="file"
3441     accept="image/png,video/*"/>
3442     #errors
3443    
3444     #data
3445     <input xmlns="http://www.w3.org/1999/xhtml"
3446     type="file"
3447     accept="audio/*,audio/mpeg"/>
3448     #errors
3449    
3450     #data
3451     <input xmlns="http://www.w3.org/1999/xhtml"
3452     type="file"
3453     accept="audio/*,video/*"/>
3454     #errors
3455    
3456     #data
3457     <input xmlns="http://www.w3.org/1999/xhtml"
3458     type="file"
3459     accept="AUDIO/*"/>
3460     #errors
3461    
3462     #data
3463     <input xmlns="http://www.w3.org/1999/xhtml"
3464     type="file"
3465     accept="imagE/*"/>
3466     #errors
3467    
3468     #data
3469     <input xmlns="http://www.w3.org/1999/xhtml"
3470     type="file"
3471     accept="Image/*,TEXT/plain"/>
3472     #errors
3473    
3474     #data
3475     <input xmlns="http://www.w3.org/1999/xhtml"
3476     type="file"
3477     accept="application/XML"/>
3478     #errors
3479 wakaba 1.25
3480     #data
3481     <input xmlns="http://www.w3.org/1999/xhtml"
3482     type="file"
3483     accept=" application/XML, text/html "/>
3484     #errors
3485    
3486     #data
3487     <input xmlns="http://www.w3.org/1999/xhtml"
3488     type="file"
3489     accept="application/XML, ,image/png"/>
3490     #errors
3491     /input/@accept;IMTnp:syntax error;m
3492 wakaba 1.15
3493     #data
3494     <input xmlns="http://www.w3.org/1999/xhtml"
3495     type="file"
3496     accept="text/plain,text/plain"/>
3497     #errors
3498     /input/@accept;duplicate token;m
3499    
3500     #data
3501     <input xmlns="http://www.w3.org/1999/xhtml"
3502     type="file"
3503     accept="image/*,image/*"/>
3504     #errors
3505     /input/@accept;duplicate token;m
3506    
3507     #data
3508     <input xmlns="http://www.w3.org/1999/xhtml"
3509     type="file"
3510     accept="image/png,image/PNG"/>
3511     #errors
3512     /input/@accept;duplicate token;m
3513    
3514     #data
3515     <input xmlns="http://www.w3.org/1999/xhtml"
3516     type="file"
3517     accept="Audio/*,audio/*"/>
3518     #errors
3519     /input/@accept;duplicate token;m
3520    
3521     #data
3522     <input xmlns="http://www.w3.org/1999/xhtml"
3523     type="file"
3524     accept="text/javascript; version=1.1"/>
3525     #errors
3526     /input/@accept;IMTnp:syntax error;m
3527    
3528     #data
3529     <input xmlns="http://www.w3.org/1999/xhtml"
3530     type="file"
3531     accept='text/plain;x-param="image/png,image/jpeg,image/svg+xml"'/>
3532     #errors
3533     /input/@accept;IMTnp:syntax error;m
3534     /input/@accept;IMTnp:syntax error;m
3535    
3536     #data
3537     <input xmlns="http://www.w3.org/1999/xhtml"
3538     type="file"
3539     accept='text/plain;x-param="image/png,image/JPEG,image/svg+xml",image/jpeg'/>
3540     #errors
3541     /input/@accept;IMTnp:syntax error;m
3542     /input/@accept;IMTnp:syntax error;m
3543     /input/@accept;duplicate token;m
3544    
3545     #data
3546     <input xmlns="http://www.w3.org/1999/xhtml"
3547 wakaba 1.5 type="text"
3548     value=""/>
3549     #errors
3550    
3551     #data
3552     <input xmlns="http://www.w3.org/1999/xhtml"
3553     type="text"
3554     value="abc xyz"/>
3555     #errors
3556    
3557     #data
3558     <input xmlns="http://www.w3.org/1999/xhtml"
3559 wakaba 1.12 type="text"
3560     value="abc&#xa;xyz"/>
3561     #errors
3562     /input/@value;newline in value;m
3563    
3564     #data
3565     <input xmlns="http://www.w3.org/1999/xhtml"
3566     type="text"
3567     value="abc&#xd;xyz"/>
3568     #errors
3569     /input/@value;newline in value;m
3570    
3571     #data
3572     <input xmlns="http://www.w3.org/1999/xhtml"
3573     type="text"
3574     value="abc&#xd;&#xa;xyz"/>
3575     #errors
3576     /input/@value;newline in value;m
3577    
3578     #data
3579     <input xmlns="http://www.w3.org/1999/xhtml"
3580     type="search"
3581     value=""/>
3582     #errors
3583    
3584     #data
3585     <input xmlns="http://www.w3.org/1999/xhtml"
3586     type="search"
3587     value="abc xyz"/>
3588     #errors
3589    
3590     #data
3591     <input xmlns="http://www.w3.org/1999/xhtml"
3592     type="search"
3593     value="abc&#xa;xyz"/>
3594     #errors
3595     /input/@value;newline in value;m
3596    
3597     #data
3598     <input xmlns="http://www.w3.org/1999/xhtml"
3599     type="search"
3600     value="abc&#xd;xyz"/>
3601     #errors
3602     /input/@value;newline in value;m
3603    
3604     #data
3605     <input xmlns="http://www.w3.org/1999/xhtml"
3606     type="search"
3607     value="abc&#xd;&#xa;xyz"/>
3608     #errors
3609     /input/@value;newline in value;m
3610    
3611     #data
3612     <input xmlns="http://www.w3.org/1999/xhtml"
3613 wakaba 1.5 type="password"
3614     value=""/>
3615     #errors
3616    
3617     #data
3618     <input xmlns="http://www.w3.org/1999/xhtml"
3619     type="password"
3620     value="abc xyz"/>
3621     #errors
3622    
3623     #data
3624     <input xmlns="http://www.w3.org/1999/xhtml"
3625 wakaba 1.12 type="password"
3626     value="abc&#xa;xyz"/>
3627     #errors
3628     /input/@value;newline in value;m
3629    
3630     #data
3631     <input xmlns="http://www.w3.org/1999/xhtml"
3632     type="password"
3633     value="abc&#xd;xyz"/>
3634     #errors
3635     /input/@value;newline in value;m
3636    
3637     #data
3638     <input xmlns="http://www.w3.org/1999/xhtml"
3639     type="password"
3640     value="abc&#xd;&#xa;xyz"/>
3641     #errors
3642     /input/@value;newline in value;m
3643    
3644     #data
3645     <input xmlns="http://www.w3.org/1999/xhtml"
3646     type="url"
3647     value=""/>
3648     #errors
3649    
3650     #data
3651     <input xmlns="http://www.w3.org/1999/xhtml"
3652     type="url"
3653     value="http://www.example.com/"/>
3654     #errors
3655    
3656     #data
3657     <input xmlns="http://www.w3.org/1999/xhtml"
3658     type="url"
3659     value="[]"/>
3660     #errors
3661     /input/@value;syntax error:iriref3987;m
3662    
3663     #data
3664     <input xmlns="http://www.w3.org/1999/xhtml"
3665     type="url"
3666     value="http://test/&#xa;"/>
3667     #errors
3668     /input/@value;syntax error:iriref3987;m
3669    
3670     #data
3671     <input xmlns="http://www.w3.org/1999/xhtml"
3672     type="email"
3673     value=""/>
3674     #errors
3675     /input/@value;email:syntax error;m
3676    
3677     #data
3678     <input xmlns="http://www.w3.org/1999/xhtml"
3679     type="email"
3680     value="@"/>
3681     #errors
3682     /input/@value;email:syntax error;m
3683    
3684     #data
3685     <input xmlns="http://www.w3.org/1999/xhtml"
3686     type="email"
3687     value="a@b"/>
3688     #errors
3689    
3690     #data
3691     <input xmlns="http://www.w3.org/1999/xhtml"
3692     type="email"
3693     value="[email protected]"/>
3694     #errors
3695    
3696     #data
3697     <input xmlns="http://www.w3.org/1999/xhtml"
3698     type="email"
3699     value='"foo"@[bar.test]'/>
3700     #errors
3701     /input/@value;email:syntax error;m
3702    
3703     #data
3704     <input xmlns="http://www.w3.org/1999/xhtml"
3705     type="email"
3706     value='""@example.net'/>
3707     #errors
3708     /input/@value;email:syntax error;m
3709    
3710     #data
3711     <input xmlns="http://www.w3.org/1999/xhtml"
3712     type="email"
3713     value='"a."@example.jp'/>
3714     #errors
3715     /input/@value;email:syntax error;m
3716    
3717     #data
3718     <input xmlns="http://www.w3.org/1999/xhtml"
3719     type="email"
3720     value="[email protected]"/>
3721     #errors
3722     /input/@value;email:syntax error;m
3723    
3724     #data
3725     <input xmlns="http://www.w3.org/1999/xhtml"
3726     type="email"
3727     value="[email protected]"/>
3728     #errors
3729     /input/@value;email:syntax error;m
3730    
3731     #data
3732     <input xmlns="http://www.w3.org/1999/xhtml"
3733     type="email"
3734     value="[email protected]"/>
3735     #errors
3736    
3737     #data
3738     <input xmlns="http://www.w3.org/1999/xhtml"
3739     type="email"
3740     value="a..b@c"/>
3741     #errors
3742     /input/@value;email:syntax error;m
3743    
3744     #data
3745     <input xmlns="http://www.w3.org/1999/xhtml"
3746     type="email"
3747     value="[email protected]"/>
3748     #errors
3749     /input/@value;email:syntax error;m
3750    
3751     #data
3752     <input xmlns="http://www.w3.org/1999/xhtml"
3753     type="email"
3754     value="[email protected]."/>
3755     #errors
3756     /input/@value;email:syntax error;m
3757    
3758     #data
3759     <input xmlns="http://www.w3.org/1999/xhtml"
3760     type="email"
3761     value="[email protected]"/>
3762     #errors
3763     /input/@value;email:syntax error;m
3764    
3765     #data
3766     <input xmlns="http://www.w3.org/1999/xhtml"
3767     type="email"
3768     value=" a@b "/>
3769     #errors
3770     /input/@value;email:syntax error;m
3771    
3772     #data
3773     <input xmlns="http://www.w3.org/1999/xhtml"
3774     type="email" multiple=""
3775     value=""/>
3776     #errors
3777     /input/@value;email:syntax error;m
3778    
3779     #data
3780     <input xmlns="http://www.w3.org/1999/xhtml"
3781     type="email" multiple=""
3782     value=" "/>
3783     #errors
3784     /input/@value;email:syntax error;m
3785    
3786     #data
3787     <input xmlns="http://www.w3.org/1999/xhtml"
3788     type="email" multiple=""
3789     value="a@b"/>
3790     #errors
3791    
3792     #data
3793     <input xmlns="http://www.w3.org/1999/xhtml"
3794     type="email" multiple=""
3795     value="a@b,c@d"/>
3796     #errors
3797    
3798     #data
3799     <input xmlns="http://www.w3.org/1999/xhtml"
3800     type="email" multiple=""
3801     value="[email protected], [email protected]"/>
3802     #errors
3803    
3804     #data
3805     <input xmlns="http://www.w3.org/1999/xhtml"
3806     type="email" multiple=""
3807     value=","/>
3808     #errors
3809     /input/@value;email:syntax error;m
3810     /input/@value;email:syntax error;m
3811    
3812     #data
3813     <input xmlns="http://www.w3.org/1999/xhtml"
3814     type="email" multiple=""
3815     value="a@b,"/>
3816     #errors
3817     /input/@value;email:syntax error;m
3818    
3819     #data
3820     <input xmlns="http://www.w3.org/1999/xhtml"
3821     type="email" multiple=""
3822     value=",a@b"/>
3823     #errors
3824     /input/@value;email:syntax error;m
3825    
3826     #data
3827     <input xmlns="http://www.w3.org/1999/xhtml"
3828     type="email" multiple=""
3829     value="a@b,,c@d"/>
3830     #errors
3831     /input/@value;email:syntax error;m
3832    
3833     #data
3834     <input xmlns="http://www.w3.org/1999/xhtml"
3835     type="email" multiple=""
3836     value="a@b.,c@d"/>
3837     #errors
3838     /input/@value;email:syntax error;m
3839    
3840     #data
3841     <input xmlns="http://www.w3.org/1999/xhtml"
3842     type="email" multiple=""
3843     value="<a@b>,c@d"/>
3844     #errors
3845     /input/@value;email:syntax error;m
3846    
3847     #data
3848     <input xmlns="http://www.w3.org/1999/xhtml"
3849 wakaba 1.13 type="color"
3850     value=""/>
3851     #errors
3852     /input/@value;scolor:syntax error;m
3853    
3854     #data
3855     <input xmlns="http://www.w3.org/1999/xhtml"
3856     type="color"
3857     value="#"/>
3858     #errors
3859     /input/@value;scolor:syntax error;m
3860    
3861     #data
3862     <input xmlns="http://www.w3.org/1999/xhtml"
3863     type="color"
3864     value="#a"/>
3865     #errors
3866     /input/@value;scolor:syntax error;m
3867    
3868     #data
3869     <input xmlns="http://www.w3.org/1999/xhtml"
3870     type="color"
3871     value="#12"/>
3872     #errors
3873     /input/@value;scolor:syntax error;m
3874    
3875     #data
3876     <input xmlns="http://www.w3.org/1999/xhtml"
3877     type="color"
3878     value="#124"/>
3879     #errors
3880     /input/@value;scolor:syntax error;m
3881    
3882     #data
3883     <input xmlns="http://www.w3.org/1999/xhtml"
3884     type="color"
3885     value="#1234"/>
3886     #errors
3887     /input/@value;scolor:syntax error;m
3888    
3889     #data
3890     <input xmlns="http://www.w3.org/1999/xhtml"
3891     type="color"
3892     value="#12345"/>
3893     #errors
3894     /input/@value;scolor:syntax error;m
3895    
3896     #data
3897     <input xmlns="http://www.w3.org/1999/xhtml"
3898     type="color"
3899     value="#123456"/>
3900     #errors
3901    
3902     #data
3903     <input xmlns="http://www.w3.org/1999/xhtml"
3904     type="color"
3905     value="#abcdef"/>
3906     #errors
3907    
3908     #data
3909     <input xmlns="http://www.w3.org/1999/xhtml"
3910     type="color"
3911     value="#xyxxsa"/>
3912     #errors
3913     /input/@value;scolor:syntax error;m
3914    
3915     #data
3916     <input xmlns="http://www.w3.org/1999/xhtml"
3917     type="color"
3918     value="aaaaaa"/>
3919     #errors
3920     /input/@value;scolor:syntax error;m
3921    
3922     #data
3923     <input xmlns="http://www.w3.org/1999/xhtml"
3924     type="color"
3925     value="red"/>
3926     #errors
3927     /input/@value;scolor:syntax error;m
3928    
3929     #data
3930     <input xmlns="http://www.w3.org/1999/xhtml"
3931     type="color"
3932     value=" #111111"/>
3933     #errors
3934     /input/@value;scolor:syntax error;m
3935    
3936     #data
3937     <input xmlns="http://www.w3.org/1999/xhtml"
3938     type="color"
3939     value="#AAAAAA"/>
3940     #errors
3941    
3942     #data
3943     <input xmlns="http://www.w3.org/1999/xhtml"
3944     type="color"
3945     value="#aaaaaf#"/>
3946     #errors
3947     /input/@value;scolor:syntax error;m
3948    
3949     #data
3950     <input xmlns="http://www.w3.org/1999/xhtml"
3951     type="color"
3952     value="#aaaaaa,#bbbbbb"/>
3953     #errors
3954     /input/@value;scolor:syntax error;m
3955    
3956     #data
3957     <input xmlns="http://www.w3.org/1999/xhtml"
3958 wakaba 1.5 type="submit"
3959     value=""/>
3960     #errors
3961    
3962     #data
3963     <input xmlns="http://www.w3.org/1999/xhtml"
3964     type="submit"
3965     value="abc xyz"/>
3966     #errors
3967    
3968     #data
3969     <input xmlns="http://www.w3.org/1999/xhtml"
3970     type="reset"
3971     value=""/>
3972     #errors
3973    
3974     #data
3975     <input xmlns="http://www.w3.org/1999/xhtml"
3976     type="reset"
3977     value="abc xyz"/>
3978     #errors
3979    
3980     #data
3981     <input xmlns="http://www.w3.org/1999/xhtml"
3982     type="button"
3983     value=""/>
3984     #errors
3985    
3986     #data
3987     <input xmlns="http://www.w3.org/1999/xhtml"
3988     type="button"
3989     value="abc xyz"/>
3990     #errors
3991    
3992     #data
3993     <input xmlns="http://www.w3.org/1999/xhtml"
3994     type="add"
3995     value=""/>
3996     #errors
3997     /input/@type;enumerated:invalid;m
3998    
3999     #data
4000     <input xmlns="http://www.w3.org/1999/xhtml"
4001     type="add"
4002     value="abc xyz"/>
4003     #errors
4004     /input/@type;enumerated:invalid;m
4005    
4006     #data
4007     <input xmlns="http://www.w3.org/1999/xhtml"
4008     type="remove"
4009     value=""/>
4010     #errors
4011     /input/@type;enumerated:invalid;m
4012    
4013     #data
4014     <input xmlns="http://www.w3.org/1999/xhtml"
4015     type="remove"
4016     value="abc xyz"/>
4017     #errors
4018     /input/@type;enumerated:invalid;m
4019    
4020     #data
4021     <input xmlns="http://www.w3.org/1999/xhtml"
4022     type="move-up"
4023     value=""/>
4024     #errors
4025     /input/@type;enumerated:invalid;m
4026    
4027     #data
4028     <input xmlns="http://www.w3.org/1999/xhtml"
4029     type="move-up"
4030     value="abc xyz"/>
4031     #errors
4032     /input/@type;enumerated:invalid;m
4033    
4034     #data
4035     <input xmlns="http://www.w3.org/1999/xhtml"
4036     type="move-down"
4037     value=""/>
4038     #errors
4039     /input/@type;enumerated:invalid;m
4040    
4041     #data
4042     <input xmlns="http://www.w3.org/1999/xhtml"
4043     type="move-down"
4044     value="abc xyz"/>
4045     #errors
4046     /input/@type;enumerated:invalid;m
4047 wakaba 1.6
4048     #data
4049     <input xmlns="http://www.w3.org/1999/xhtml"
4050     type="text"
4051     autocomplete=""/>
4052     #errors
4053     /input/@autocomplete;enumerated:invalid;m
4054    
4055     #data
4056     <input xmlns="http://www.w3.org/1999/xhtml"
4057     type="text"
4058     autocomplete="on"/>
4059     #errors
4060    
4061     #data
4062     <input xmlns="http://www.w3.org/1999/xhtml"
4063     type="text"
4064     autocomplete="off"/>
4065     #errors
4066    
4067     #data
4068     <input xmlns="http://www.w3.org/1999/xhtml"
4069     type="text"
4070     autocomplete="ON"/>
4071     #errors
4072    
4073     #data
4074     <input xmlns="http://www.w3.org/1999/xhtml"
4075     type="text"
4076     autocomplete="OFF"/>
4077     #errors
4078    
4079     #data
4080     <input xmlns="http://www.w3.org/1999/xhtml"
4081     type="text"
4082     autocomplete="OfF"/>
4083     #errors
4084    
4085     #data
4086     <input xmlns="http://www.w3.org/1999/xhtml"
4087     type="text"
4088     autocomplete="on "/>
4089     #errors
4090     /input/@autocomplete;enumerated:invalid;m
4091    
4092     #data
4093     <input xmlns="http://www.w3.org/1999/xhtml"
4094     type="text"
4095     autocomplete=" off"/>
4096     #errors
4097     /input/@autocomplete;enumerated:invalid;m
4098    
4099     #data
4100     <input xmlns="http://www.w3.org/1999/xhtml"
4101     type="text"
4102     autocomplete="yes"/>
4103     #errors
4104     /input/@autocomplete;enumerated:invalid;m
4105    
4106     #data
4107     <input xmlns="http://www.w3.org/1999/xhtml"
4108     type="text"
4109     autocomplete="no"/>
4110     #errors
4111     /input/@autocomplete;enumerated:invalid;m
4112    
4113     #data
4114     <input xmlns="http://www.w3.org/1999/xhtml"
4115     type="text"
4116     autocomplete="true"/>
4117     #errors
4118     /input/@autocomplete;enumerated:invalid;m
4119    
4120     #data
4121     <input xmlns="http://www.w3.org/1999/xhtml"
4122     type="text"
4123     autocomplete="false"/>
4124     #errors
4125     /input/@autocomplete;enumerated:invalid;m
4126    
4127     #data
4128     <input xmlns="http://www.w3.org/1999/xhtml"
4129     type="text"
4130     autocomplete="autocomplete"/>
4131     #errors
4132     /input/@autocomplete;enumerated:invalid;m
4133    
4134     #data
4135     <input xmlns="http://www.w3.org/1999/xhtml"
4136     type="text"
4137     autocomplete="inherit"/>
4138     #errors
4139     /input/@autocomplete;enumerated:invalid;m
4140    
4141     #data
4142     <input xmlns="http://www.w3.org/1999/xhtml"
4143     type="password"
4144     autocomplete=""/>
4145     #errors
4146     /input/@autocomplete;enumerated:invalid;m
4147    
4148     #data
4149     <input xmlns="http://www.w3.org/1999/xhtml"
4150     type="password"
4151     autocomplete="on"/>
4152     #errors
4153    
4154     #data
4155     <input xmlns="http://www.w3.org/1999/xhtml"
4156     type="password"
4157     autocomplete="off"/>
4158     #errors
4159    
4160     #data
4161     <input xmlns="http://www.w3.org/1999/xhtml"
4162     type="datetime"
4163     autocomplete=""/>
4164     #errors
4165     /input/@autocomplete;enumerated:invalid;m
4166    
4167     #data
4168     <input xmlns="http://www.w3.org/1999/xhtml"
4169     type="datetime"
4170     autocomplete="on"/>
4171     #errors
4172    
4173     #data
4174     <input xmlns="http://www.w3.org/1999/xhtml"
4175     type="datetime"
4176     autocomplete="off"/>
4177     #errors
4178    
4179     #data
4180     <input xmlns="http://www.w3.org/1999/xhtml"
4181     type="date"
4182     autocomplete=""/>
4183     #errors
4184     /input/@autocomplete;enumerated:invalid;m
4185    
4186     #data
4187     <input xmlns="http://www.w3.org/1999/xhtml"
4188     type="date"
4189     autocomplete="on"/>
4190     #errors
4191    
4192     #data
4193     <input xmlns="http://www.w3.org/1999/xhtml"
4194     type="date"
4195     autocomplete="off"/>
4196     #errors
4197    
4198     #data
4199     <input xmlns="http://www.w3.org/1999/xhtml"
4200     type="month"
4201     autocomplete=""/>
4202     #errors
4203     /input/@autocomplete;enumerated:invalid;m
4204    
4205     #data
4206     <input xmlns="http://www.w3.org/1999/xhtml"
4207     type="month"
4208     autocomplete="on"/>
4209     #errors
4210    
4211     #data
4212     <input xmlns="http://www.w3.org/1999/xhtml"
4213     type="month"
4214     autocomplete="off"/>
4215     #errors
4216    
4217     #data
4218     <input xmlns="http://www.w3.org/1999/xhtml"
4219     type="week"
4220     autocomplete=""/>
4221     #errors
4222     /input/@autocomplete;enumerated:invalid;m
4223    
4224     #data
4225     <input xmlns="http://www.w3.org/1999/xhtml"
4226     type="week"
4227     autocomplete="on"/>
4228     #errors
4229    
4230     #data
4231     <input xmlns="http://www.w3.org/1999/xhtml"
4232     type="week"
4233     autocomplete="off"/>
4234     #errors
4235    
4236     #data
4237     <input xmlns="http://www.w3.org/1999/xhtml"
4238     type="time"
4239     autocomplete=""/>
4240     #errors
4241     /input/@autocomplete;enumerated:invalid;m
4242    
4243     #data
4244     <input xmlns="http://www.w3.org/1999/xhtml"
4245     type="time"
4246     autocomplete="on"/>
4247     #errors
4248    
4249     #data
4250     <input xmlns="http://www.w3.org/1999/xhtml"
4251     type="time"
4252     autocomplete="off"/>
4253     #errors
4254    
4255     #data
4256     <input xmlns="http://www.w3.org/1999/xhtml"
4257     type="datetime-local"
4258     autocomplete=""/>
4259     #errors
4260     /input/@autocomplete;enumerated:invalid;m
4261    
4262     #data
4263     <input xmlns="http://www.w3.org/1999/xhtml"
4264     type="datetime-local"
4265     autocomplete="on"/>
4266     #errors
4267    
4268     #data
4269     <input xmlns="http://www.w3.org/1999/xhtml"
4270     type="datetime-local"
4271     autocomplete="off"/>
4272     #errors
4273    
4274     #data
4275     <input xmlns="http://www.w3.org/1999/xhtml"
4276     type="number"
4277     autocomplete=""/>
4278     #errors
4279     /input/@autocomplete;enumerated:invalid;m
4280    
4281     #data
4282     <input xmlns="http://www.w3.org/1999/xhtml"
4283     type="number"
4284     autocomplete="on"/>
4285     #errors
4286    
4287     #data
4288     <input xmlns="http://www.w3.org/1999/xhtml"
4289     type="number"
4290     autocomplete="off"/>
4291     #errors
4292    
4293     #data
4294     <input xmlns="http://www.w3.org/1999/xhtml"
4295     type="range"
4296     autocomplete=""/>
4297     #errors
4298     /input/@autocomplete;enumerated:invalid;m
4299    
4300     #data
4301     <input xmlns="http://www.w3.org/1999/xhtml"
4302     type="range"
4303     autocomplete="on"/>
4304     #errors
4305    
4306     #data
4307     <input xmlns="http://www.w3.org/1999/xhtml"
4308     type="range"
4309     autocomplete="off"/>
4310     #errors
4311    
4312     #data
4313     <input xmlns="http://www.w3.org/1999/xhtml"
4314     type="range"
4315     autocomplete="ON"/>
4316     #errors
4317    
4318     #data
4319     <input xmlns="http://www.w3.org/1999/xhtml"
4320     type="range"
4321     autocomplete="OFF"/>
4322     #errors
4323    
4324     #data
4325     <input xmlns="http://www.w3.org/1999/xhtml"
4326     type="range"
4327     autocomplete="OfF"/>
4328     #errors
4329    
4330     #data
4331     <input xmlns="http://www.w3.org/1999/xhtml"
4332     type="range"
4333     autocomplete="on "/>
4334     #errors
4335     /input/@autocomplete;enumerated:invalid;m
4336    
4337     #data
4338     <input xmlns="http://www.w3.org/1999/xhtml"
4339     type="range"
4340     autocomplete=" off"/>
4341     #errors
4342     /input/@autocomplete;enumerated:invalid;m
4343    
4344     #data
4345     <input xmlns="http://www.w3.org/1999/xhtml"
4346     type="range"
4347     autocomplete="yes"/>
4348     #errors
4349     /input/@autocomplete;enumerated:invalid;m
4350    
4351     #data
4352     <input xmlns="http://www.w3.org/1999/xhtml"
4353     type="range"
4354     autocomplete="no"/>
4355     #errors
4356     /input/@autocomplete;enumerated:invalid;m
4357    
4358     #data
4359     <input xmlns="http://www.w3.org/1999/xhtml"
4360     type="range"
4361     autocomplete="true"/>
4362     #errors
4363     /input/@autocomplete;enumerated:invalid;m
4364    
4365     #data
4366     <input xmlns="http://www.w3.org/1999/xhtml"
4367     type="range"
4368     autocomplete="false"/>
4369     #errors
4370     /input/@autocomplete;enumerated:invalid;m
4371    
4372     #data
4373     <input xmlns="http://www.w3.org/1999/xhtml"
4374     type="range"
4375     autocomplete="autocomplete"/>
4376     #errors
4377     /input/@autocomplete;enumerated:invalid;m
4378    
4379     #data
4380     <input xmlns="http://www.w3.org/1999/xhtml"
4381     type="range"
4382     autocomplete="inherit"/>
4383     #errors
4384     /input/@autocomplete;enumerated:invalid;m
4385    
4386 wakaba 1.13
4387     #data
4388     <input xmlns="http://www.w3.org/1999/xhtml"
4389     type="color"
4390     autocomplete=""/>
4391     #errors
4392     /input/@autocomplete;enumerated:invalid;m
4393    
4394     #data
4395     <input xmlns="http://www.w3.org/1999/xhtml"
4396     type="color"
4397     autocomplete="on"/>
4398     #errors
4399    
4400     #data
4401     <input xmlns="http://www.w3.org/1999/xhtml"
4402     type="color"
4403     autocomplete="off"/>
4404     #errors
4405    
4406     #data
4407     <input xmlns="http://www.w3.org/1999/xhtml"
4408     type="color"
4409     autocomplete="ON"/>
4410     #errors
4411    
4412     #data
4413     <input xmlns="http://www.w3.org/1999/xhtml"
4414     type="color"
4415     autocomplete="OFF"/>
4416     #errors
4417    
4418     #data
4419     <input xmlns="http://www.w3.org/1999/xhtml"
4420     type="color"
4421     autocomplete="OfF"/>
4422     #errors
4423    
4424     #data
4425     <input xmlns="http://www.w3.org/1999/xhtml"
4426     type="color"
4427     autocomplete="on "/>
4428     #errors
4429     /input/@autocomplete;enumerated:invalid;m
4430    
4431     #data
4432     <input xmlns="http://www.w3.org/1999/xhtml"
4433     type="color"
4434     autocomplete=" off"/>
4435     #errors
4436     /input/@autocomplete;enumerated:invalid;m
4437    
4438     #data
4439     <input xmlns="http://www.w3.org/1999/xhtml"
4440     type="color"
4441     autocomplete="yes"/>
4442     #errors
4443     /input/@autocomplete;enumerated:invalid;m
4444    
4445     #data
4446     <input xmlns="http://www.w3.org/1999/xhtml"
4447     type="color"
4448     autocomplete="no"/>
4449     #errors
4450     /input/@autocomplete;enumerated:invalid;m
4451    
4452     #data
4453     <input xmlns="http://www.w3.org/1999/xhtml"
4454     type="color"
4455     autocomplete="true"/>
4456     #errors
4457     /input/@autocomplete;enumerated:invalid;m
4458    
4459     #data
4460     <input xmlns="http://www.w3.org/1999/xhtml"
4461     type="color"
4462     autocomplete="false"/>
4463     #errors
4464     /input/@autocomplete;enumerated:invalid;m
4465    
4466     #data
4467     <input xmlns="http://www.w3.org/1999/xhtml"
4468     type="color"
4469     autocomplete="autocomplete"/>
4470     #errors
4471     /input/@autocomplete;enumerated:invalid;m
4472    
4473     #data
4474     <input xmlns="http://www.w3.org/1999/xhtml"
4475     type="color"
4476     autocomplete="inherit"/>
4477     #errors
4478     /input/@autocomplete;enumerated:invalid;m
4479    
4480 wakaba 1.6 #data
4481     <input xmlns="http://www.w3.org/1999/xhtml"
4482     type="text"
4483     readonly=""/>
4484     #errors
4485    
4486     #data
4487     <input xmlns="http://www.w3.org/1999/xhtml"
4488     type="text"
4489     readonly="readonly"/>
4490     #errors
4491    
4492     #data
4493     <input xmlns="http://www.w3.org/1999/xhtml"
4494     type="text"
4495     readonly="Readonly"/>
4496     #errors
4497    
4498     #data
4499     <input xmlns="http://www.w3.org/1999/xhtml"
4500     type="text"
4501     readonly="ReadOnly"/>
4502     #errors
4503    
4504     #data
4505     <input xmlns="http://www.w3.org/1999/xhtml"
4506     type="text"
4507     readonly="readonly "/>
4508     #errors
4509     /input/@readonly;boolean:invalid;m
4510    
4511     #data
4512     <input xmlns="http://www.w3.org/1999/xhtml"
4513     type="text"
4514     readonly=" readonly"/>
4515     #errors
4516     /input/@readonly;boolean:invalid;m
4517    
4518     #data
4519     <input xmlns="http://www.w3.org/1999/xhtml"
4520     type="text"
4521     readonly="yes"/>
4522     #errors
4523     /input/@readonly;boolean:invalid;m
4524    
4525     #data
4526     <input xmlns="http://www.w3.org/1999/xhtml"
4527     type="text"
4528     readonly="true"/>
4529     #errors
4530     /input/@readonly;boolean:invalid;m
4531    
4532     #data
4533     <input xmlns="http://www.w3.org/1999/xhtml"
4534     type="text"
4535     readonly="off"/>
4536     #errors
4537     /input/@readonly;boolean:invalid;m
4538    
4539     #data
4540     <input xmlns="http://www.w3.org/1999/xhtml"
4541     type="email"
4542     readonly=""/>
4543     #errors
4544    
4545     #data
4546     <input xmlns="http://www.w3.org/1999/xhtml"
4547     type="email"
4548     readonly="readonly"/>
4549     #errors
4550    
4551     #data
4552     <input xmlns="http://www.w3.org/1999/xhtml"
4553     type="email"
4554     readonly="Readonly"/>
4555     #errors
4556    
4557     #data
4558     <input xmlns="http://www.w3.org/1999/xhtml"
4559     type="email"
4560     readonly="ReadOnly"/>
4561     #errors
4562    
4563     #data
4564     <input xmlns="http://www.w3.org/1999/xhtml"
4565     type="email"
4566     readonly="readonly "/>
4567     #errors
4568     /input/@readonly;boolean:invalid;m
4569    
4570     #data
4571     <input xmlns="http://www.w3.org/1999/xhtml"
4572     type="email"
4573     readonly=" readonly"/>
4574     #errors
4575     /input/@readonly;boolean:invalid;m
4576    
4577     #data
4578     <input xmlns="http://www.w3.org/1999/xhtml"
4579     type="email"
4580     readonly="yes"/>
4581     #errors
4582     /input/@readonly;boolean:invalid;m
4583    
4584     #data
4585     <input xmlns="http://www.w3.org/1999/xhtml"
4586     type="email"
4587     readonly="true"/>
4588     #errors
4589     /input/@readonly;boolean:invalid;m
4590    
4591     #data
4592     <input xmlns="http://www.w3.org/1999/xhtml"
4593     type="email"
4594     readonly="off"/>
4595     #errors
4596     /input/@readonly;boolean:invalid;m
4597    
4598     #data
4599     <input xmlns="http://www.w3.org/1999/xhtml"
4600     type="url"
4601     readonly=""/>
4602     #errors
4603    
4604     #data
4605     <input xmlns="http://www.w3.org/1999/xhtml"
4606     type="url"
4607     readonly="readonly"/>
4608     #errors
4609    
4610     #data
4611     <input xmlns="http://www.w3.org/1999/xhtml"
4612     type="url"
4613     readonly="Readonly"/>
4614     #errors
4615    
4616     #data
4617     <input xmlns="http://www.w3.org/1999/xhtml"
4618     type="url"
4619     readonly="ReadOnly"/>
4620     #errors
4621    
4622     #data
4623     <input xmlns="http://www.w3.org/1999/xhtml"
4624     type="url"
4625     readonly="readonly "/>
4626     #errors
4627     /input/@readonly;boolean:invalid;m
4628    
4629     #data
4630     <input xmlns="http://www.w3.org/1999/xhtml"
4631     type="url"
4632     readonly=" readonly"/>
4633     #errors
4634     /input/@readonly;boolean:invalid;m
4635    
4636     #data
4637     <input xmlns="http://www.w3.org/1999/xhtml"
4638     type="url"
4639     readonly="yes"/>
4640     #errors
4641     /input/@readonly;boolean:invalid;m
4642    
4643     #data
4644     <input xmlns="http://www.w3.org/1999/xhtml"
4645     type="url"
4646     readonly="true"/>
4647     #errors
4648     /input/@readonly;boolean:invalid;m
4649    
4650     #data
4651     <input xmlns="http://www.w3.org/1999/xhtml"
4652     type="url"
4653     readonly="off"/>
4654     #errors
4655     /input/@readonly;boolean:invalid;m
4656    
4657     #data
4658     <input xmlns="http://www.w3.org/1999/xhtml"
4659 wakaba 1.12 type="search"
4660     readonly=""/>
4661     #errors
4662    
4663     #data
4664     <input xmlns="http://www.w3.org/1999/xhtml"
4665     type="search"
4666     readonly="readonly"/>
4667     #errors
4668    
4669     #data
4670     <input xmlns="http://www.w3.org/1999/xhtml"
4671     type="search"
4672     readonly="Readonly"/>
4673     #errors
4674    
4675     #data
4676     <input xmlns="http://www.w3.org/1999/xhtml"
4677     type="search"
4678     readonly="ReadOnly"/>
4679     #errors
4680    
4681     #data
4682     <input xmlns="http://www.w3.org/1999/xhtml"
4683     type="search"
4684     readonly="readonly "/>
4685     #errors
4686     /input/@readonly;boolean:invalid;m
4687    
4688     #data
4689     <input xmlns="http://www.w3.org/1999/xhtml"
4690     type="search"
4691     readonly=" readonly"/>
4692     #errors
4693     /input/@readonly;boolean:invalid;m
4694    
4695     #data
4696     <input xmlns="http://www.w3.org/1999/xhtml"
4697     type="search"
4698     readonly="yes"/>
4699     #errors
4700     /input/@readonly;boolean:invalid;m
4701    
4702     #data
4703     <input xmlns="http://www.w3.org/1999/xhtml"
4704     type="search"
4705     readonly="true"/>
4706     #errors
4707     /input/@readonly;boolean:invalid;m
4708    
4709     #data
4710     <input xmlns="http://www.w3.org/1999/xhtml"
4711     type="search"
4712     readonly="off"/>
4713     #errors
4714     /input/@readonly;boolean:invalid;m
4715    
4716     #data
4717     <input xmlns="http://www.w3.org/1999/xhtml"
4718 wakaba 1.6 type="password"
4719     readonly=""/>
4720     #errors
4721    
4722     #data
4723     <input xmlns="http://www.w3.org/1999/xhtml"
4724     type="password"
4725     readonly="readonly"/>
4726     #errors
4727    
4728     #data
4729     <input xmlns="http://www.w3.org/1999/xhtml"
4730     type="password"
4731     readonly="Readonly"/>
4732     #errors
4733    
4734     #data
4735     <input xmlns="http://www.w3.org/1999/xhtml"
4736     type="password"
4737     readonly="ReadOnly"/>
4738     #errors
4739    
4740     #data
4741     <input xmlns="http://www.w3.org/1999/xhtml"
4742     type="password"
4743     readonly="readonly "/>
4744     #errors
4745     /input/@readonly;boolean:invalid;m
4746    
4747     #data
4748     <input xmlns="http://www.w3.org/1999/xhtml"
4749     type="password"
4750     readonly=" readonly"/>
4751     #errors
4752     /input/@readonly;boolean:invalid;m
4753    
4754     #data
4755     <input xmlns="http://www.w3.org/1999/xhtml"
4756     type="password"
4757     readonly="yes"/>
4758     #errors
4759     /input/@readonly;boolean:invalid;m
4760    
4761     #data
4762     <input xmlns="http://www.w3.org/1999/xhtml"
4763     type="password"
4764     readonly="true"/>
4765     #errors
4766     /input/@readonly;boolean:invalid;m
4767    
4768     #data
4769     <input xmlns="http://www.w3.org/1999/xhtml"
4770     type="password"
4771     readonly="off"/>
4772     #errors
4773     /input/@readonly;boolean:invalid;m
4774    
4775     #data
4776     <input xmlns="http://www.w3.org/1999/xhtml"
4777     type="datetime"
4778     readonly=""/>
4779     #errors
4780    
4781     #data
4782     <input xmlns="http://www.w3.org/1999/xhtml"
4783     type="datetime"
4784     readonly="readonly"/>
4785     #errors
4786    
4787     #data
4788     <input xmlns="http://www.w3.org/1999/xhtml"
4789     type="datetime"
4790     readonly="Readonly"/>
4791     #errors
4792    
4793     #data
4794     <input xmlns="http://www.w3.org/1999/xhtml"
4795     type="datetime"
4796     readonly="ReadOnly"/>
4797     #errors
4798    
4799     #data
4800     <input xmlns="http://www.w3.org/1999/xhtml"
4801     type="datetime"
4802     readonly="readonly "/>
4803     #errors
4804     /input/@readonly;boolean:invalid;m
4805    
4806     #data
4807     <input xmlns="http://www.w3.org/1999/xhtml"
4808     type="datetime"
4809     readonly=" readonly"/>
4810     #errors
4811     /input/@readonly;boolean:invalid;m
4812    
4813     #data
4814     <input xmlns="http://www.w3.org/1999/xhtml"
4815     type="datetime"
4816     readonly="yes"/>
4817     #errors
4818     /input/@readonly;boolean:invalid;m
4819    
4820     #data
4821     <input xmlns="http://www.w3.org/1999/xhtml"
4822     type="datetime"
4823     readonly="true"/>
4824     #errors
4825     /input/@readonly;boolean:invalid;m
4826    
4827     #data
4828     <input xmlns="http://www.w3.org/1999/xhtml"
4829     type="datetime"
4830     readonly="off"/>
4831     #errors
4832     /input/@readonly;boolean:invalid;m
4833    
4834     #data
4835     <input xmlns="http://www.w3.org/1999/xhtml"
4836     type="date"
4837     readonly=""/>
4838     #errors
4839    
4840     #data
4841     <input xmlns="http://www.w3.org/1999/xhtml"
4842     type="date"
4843     readonly="readonly"/>
4844     #errors
4845    
4846     #data
4847     <input xmlns="http://www.w3.org/1999/xhtml"
4848     type="date"
4849     readonly="Readonly"/>
4850     #errors
4851    
4852     #data
4853     <input xmlns="http://www.w3.org/1999/xhtml"
4854     type="date"
4855     readonly="ReadOnly"/>
4856     #errors
4857    
4858     #data
4859     <input xmlns="http://www.w3.org/1999/xhtml"
4860     type="date"
4861     readonly="readonly "/>
4862     #errors
4863     /input/@readonly;boolean:invalid;m
4864    
4865     #data
4866     <input xmlns="http://www.w3.org/1999/xhtml"
4867     type="date"
4868     readonly=" readonly"/>
4869     #errors
4870     /input/@readonly;boolean:invalid;m
4871    
4872     #data
4873     <input xmlns="http://www.w3.org/1999/xhtml"
4874     type="date"
4875     readonly="yes"/>
4876     #errors
4877     /input/@readonly;boolean:invalid;m
4878    
4879     #data
4880     <input xmlns="http://www.w3.org/1999/xhtml"
4881     type="date"
4882     readonly="true"/>
4883     #errors
4884     /input/@readonly;boolean:invalid;m
4885    
4886     #data
4887     <input xmlns="http://www.w3.org/1999/xhtml"
4888     type="date"
4889     readonly="off"/>
4890     #errors
4891     /input/@readonly;boolean:invalid;m
4892    
4893     #data
4894     <input xmlns="http://www.w3.org/1999/xhtml"
4895     type="month"
4896     readonly=""/>
4897     #errors
4898    
4899     #data
4900     <input xmlns="http://www.w3.org/1999/xhtml"
4901     type="month"
4902     readonly="readonly"/>
4903     #errors
4904    
4905     #data
4906     <input xmlns="http://www.w3.org/1999/xhtml"
4907     type="month"
4908     readonly="Readonly"/>
4909     #errors
4910    
4911     #data
4912     <input xmlns="http://www.w3.org/1999/xhtml"
4913     type="month"
4914     readonly="ReadOnly"/>
4915     #errors
4916    
4917     #data
4918     <input xmlns="http://www.w3.org/1999/xhtml"
4919     type="month"
4920     readonly="readonly "/>
4921     #errors
4922     /input/@readonly;boolean:invalid;m
4923    
4924     #data
4925     <input xmlns="http://www.w3.org/1999/xhtml"
4926     type="month"
4927     readonly=" readonly"/>
4928     #errors
4929     /input/@readonly;boolean:invalid;m
4930    
4931     #data
4932     <input xmlns="http://www.w3.org/1999/xhtml"
4933     type="month"
4934     readonly="yes"/>
4935     #errors
4936     /input/@readonly;boolean:invalid;m
4937    
4938     #data
4939     <input xmlns="http://www.w3.org/1999/xhtml"
4940     type="month"
4941     readonly="true"/>
4942     #errors
4943     /input/@readonly;boolean:invalid;m
4944    
4945     #data
4946     <input xmlns="http://www.w3.org/1999/xhtml"
4947     type="month"
4948     readonly="off"/>
4949     #errors
4950     /input/@readonly;boolean:invalid;m
4951    
4952     #data
4953     <input xmlns="http://www.w3.org/1999/xhtml"
4954     type="week"
4955     readonly=""/>
4956     #errors
4957    
4958     #data
4959     <input xmlns="http://www.w3.org/1999/xhtml"
4960     type="week"
4961     readonly="readonly"/>
4962     #errors
4963    
4964     #data
4965     <input xmlns="http://www.w3.org/1999/xhtml"
4966     type="week"
4967     readonly="Readonly"/>
4968     #errors
4969    
4970     #data
4971     <input xmlns="http://www.w3.org/1999/xhtml"
4972     type="week"
4973     readonly="ReadOnly"/>
4974     #errors
4975    
4976     #data
4977     <input xmlns="http://www.w3.org/1999/xhtml"
4978     type="week"
4979     readonly="readonly "/>
4980     #errors
4981     /input/@readonly;boolean:invalid;m
4982    
4983     #data
4984     <input xmlns="http://www.w3.org/1999/xhtml"
4985     type="week"
4986     readonly=" readonly"/>
4987     #errors
4988     /input/@readonly;boolean:invalid;m
4989    
4990     #data
4991     <input xmlns="http://www.w3.org/1999/xhtml"
4992     type="week"
4993     readonly="yes"/>
4994     #errors
4995     /input/@readonly;boolean:invalid;m
4996    
4997     #data
4998     <input xmlns="http://www.w3.org/1999/xhtml"
4999     type="week"
5000     readonly="true"/>
5001     #errors
5002     /input/@readonly;boolean:invalid;m
5003    
5004     #data
5005     <input xmlns="http://www.w3.org/1999/xhtml"
5006     type="week"
5007     readonly="off"/>
5008     #errors
5009     /input/@readonly;boolean:invalid;m
5010    
5011     #data
5012     <input xmlns="http://www.w3.org/1999/xhtml"
5013     type="time"
5014     readonly=""/>
5015     #errors
5016    
5017     #data
5018     <input xmlns="http://www.w3.org/1999/xhtml"
5019     type="time"
5020     readonly="readonly"/>
5021     #errors
5022    
5023     #data
5024     <input xmlns="http://www.w3.org/1999/xhtml"
5025     type="time"
5026     readonly="Readonly"/>
5027     #errors
5028    
5029     #data
5030     <input xmlns="http://www.w3.org/1999/xhtml"
5031     type="time"
5032     readonly="ReadOnly"/>
5033     #errors
5034    
5035     #data
5036     <input xmlns="http://www.w3.org/1999/xhtml"
5037     type="time"
5038     readonly="readonly "/>
5039     #errors
5040     /input/@readonly;boolean:invalid;m
5041    
5042     #data
5043     <input xmlns="http://www.w3.org/1999/xhtml"
5044     type="time"
5045     readonly=" readonly"/>
5046     #errors
5047     /input/@readonly;boolean:invalid;m
5048    
5049     #data
5050     <input xmlns="http://www.w3.org/1999/xhtml"
5051     type="time"
5052     readonly="yes"/>
5053     #errors
5054     /input/@readonly;boolean:invalid;m
5055    
5056     #data
5057     <input xmlns="http://www.w3.org/1999/xhtml"
5058     type="time"
5059     readonly="true"/>
5060     #errors
5061     /input/@readonly;boolean:invalid;m
5062    
5063     #data
5064     <input xmlns="http://www.w3.org/1999/xhtml"
5065     type="time"
5066     readonly="off"/>
5067     #errors
5068     /input/@readonly;boolean:invalid;m
5069    
5070     #data
5071     <input xmlns="http://www.w3.org/1999/xhtml"
5072     type="datetime-local"
5073     readonly=""/>
5074     #errors
5075    
5076     #data
5077     <input xmlns="http://www.w3.org/1999/xhtml"
5078     type="datetime-local"
5079     readonly="readonly"/>
5080     #errors
5081    
5082     #data
5083     <input xmlns="http://www.w3.org/1999/xhtml"
5084     type="datetime-local"
5085     readonly="Readonly"/>
5086     #errors
5087    
5088     #data
5089     <input xmlns="http://www.w3.org/1999/xhtml"
5090     type="datetime-local"
5091     readonly="ReadOnly"/>
5092     #errors
5093    
5094     #data
5095     <input xmlns="http://www.w3.org/1999/xhtml"
5096     type="datetime-local"
5097     readonly="readonly "/>
5098     #errors
5099     /input/@readonly;boolean:invalid;m
5100    
5101     #data
5102     <input xmlns="http://www.w3.org/1999/xhtml"
5103     type="datetime-local"
5104     readonly=" readonly"/>
5105     #errors
5106     /input/@readonly;boolean:invalid;m
5107    
5108     #data
5109     <input xmlns="http://www.w3.org/1999/xhtml"
5110     type="datetime-local"
5111     readonly="yes"/>
5112     #errors
5113     /input/@readonly;boolean:invalid;m
5114    
5115     #data
5116     <input xmlns="http://www.w3.org/1999/xhtml"
5117     type="datetime-local"
5118     readonly="true"/>
5119     #errors
5120     /input/@readonly;boolean:invalid;m
5121    
5122     #data
5123     <input xmlns="http://www.w3.org/1999/xhtml"
5124     type="datetime-local"
5125     readonly="off"/>
5126     #errors
5127     /input/@readonly;boolean:invalid;m
5128    
5129     #data
5130     <input xmlns="http://www.w3.org/1999/xhtml"
5131     type="number"
5132     readonly=""/>
5133     #errors
5134    
5135     #data
5136     <input xmlns="http://www.w3.org/1999/xhtml"
5137     type="number"
5138     readonly="readonly"/>
5139     #errors
5140    
5141     #data
5142     <input xmlns="http://www.w3.org/1999/xhtml"
5143     type="number"
5144     readonly="Readonly"/>
5145     #errors
5146    
5147     #data
5148     <input xmlns="http://www.w3.org/1999/xhtml"
5149     type="number"
5150     readonly="ReadOnly"/>
5151     #errors
5152    
5153     #data
5154     <input xmlns="http://www.w3.org/1999/xhtml"
5155     type="number"
5156     readonly="readonly "/>
5157     #errors
5158     /input/@readonly;boolean:invalid;m
5159    
5160     #data
5161     <input xmlns="http://www.w3.org/1999/xhtml"
5162     type="number"
5163     readonly=" readonly"/>
5164     #errors
5165     /input/@readonly;boolean:invalid;m
5166    
5167     #data
5168     <input xmlns="http://www.w3.org/1999/xhtml"
5169     type="number"
5170     readonly="yes"/>
5171     #errors
5172     /input/@readonly;boolean:invalid;m
5173    
5174     #data
5175     <input xmlns="http://www.w3.org/1999/xhtml"
5176     type="number"
5177     readonly="true"/>
5178     #errors
5179     /input/@readonly;boolean:invalid;m
5180    
5181     #data
5182     <input xmlns="http://www.w3.org/1999/xhtml"
5183     type="number"
5184     readonly="off"/>
5185     #errors
5186     /input/@readonly;boolean:invalid;m
5187    
5188     #data
5189     <input xmlns="http://www.w3.org/1999/xhtml"
5190     type="text"
5191     size=""/>
5192     #errors
5193     /input/@size;nninteger:syntax error;m
5194    
5195     #data
5196     <input xmlns="http://www.w3.org/1999/xhtml"
5197     type="text"
5198     size="0"/>
5199     #errors
5200 wakaba 1.8 /input/@size;nninteger:out of range;m
5201 wakaba 1.6
5202     #data
5203     <input xmlns="http://www.w3.org/1999/xhtml"
5204     type="text"
5205     size="1"/>
5206     #errors
5207    
5208     #data
5209     <input xmlns="http://www.w3.org/1999/xhtml"
5210     type="text"
5211     size="100"/>
5212     #errors
5213    
5214     #data
5215     <input xmlns="http://www.w3.org/1999/xhtml"
5216     type="text"
5217     size="000000010"/>
5218     #errors
5219    
5220     #data
5221     <input xmlns="http://www.w3.org/1999/xhtml"
5222     type="text"
5223     size="-0"/>
5224     #errors
5225     /input/@size;nninteger:syntax error;m
5226    
5227     #data
5228     <input xmlns="http://www.w3.org/1999/xhtml"
5229     type="text"
5230     size="-12"/>
5231     #errors
5232     /input/@size;nninteger:syntax error;m
5233    
5234     #data
5235     <input xmlns="http://www.w3.org/1999/xhtml"
5236     type="text"
5237     size="0.00"/>
5238     #errors
5239     /input/@size;nninteger:syntax error;m
5240    
5241     #data
5242     <input xmlns="http://www.w3.org/1999/xhtml"
5243     type="text"
5244     size="100.0"/>
5245     #errors
5246     /input/@size;nninteger:syntax error;m
5247    
5248     #data
5249     <input xmlns="http://www.w3.org/1999/xhtml"
5250     type="text"
5251     size=" 4"/>
5252     #errors
5253     /input/@size;nninteger:syntax error;m
5254    
5255     #data
5256     <input xmlns="http://www.w3.org/1999/xhtml"
5257     type="text"
5258     size="55 "/>
5259     #errors
5260     /input/@size;nninteger:syntax error;m
5261    
5262     #data
5263     <input xmlns="http://www.w3.org/1999/xhtml"
5264     type="text"
5265     size="+43"/>
5266     #errors
5267     /input/@size;nninteger:syntax error;m
5268    
5269     #data
5270     <input xmlns="http://www.w3.org/1999/xhtml"
5271     type="text"
5272     size="4e5"/>
5273     #errors
5274     /input/@size;nninteger:syntax error;m
5275    
5276     #data
5277     <input xmlns="http://www.w3.org/1999/xhtml"
5278     type="text"
5279     size="4px"/>
5280     #errors
5281     /input/@size;nninteger:syntax error;m
5282    
5283     #data
5284     <input xmlns="http://www.w3.org/1999/xhtml"
5285     type="text"
5286     size="5em"/>
5287     #errors
5288     /input/@size;nninteger:syntax error;m
5289    
5290     #data
5291     <input xmlns="http://www.w3.org/1999/xhtml"
5292     type="email"
5293     size=""/>
5294     #errors
5295     /input/@size;nninteger:syntax error;m
5296    
5297     #data
5298     <input xmlns="http://www.w3.org/1999/xhtml"
5299     type="email"
5300     size="0"/>
5301     #errors
5302 wakaba 1.8 /input/@size;nninteger:out of range;m
5303 wakaba 1.6
5304     #data
5305     <input xmlns="http://www.w3.org/1999/xhtml"
5306 wakaba 1.12 type="email"
5307     size="1"/>
5308     #errors
5309    
5310     #data
5311     <input xmlns="http://www.w3.org/1999/xhtml"
5312     type="email"
5313     size="100"/>
5314     #errors
5315    
5316     #data
5317     <input xmlns="http://www.w3.org/1999/xhtml"
5318     type="email"
5319     size="000000010"/>
5320     #errors
5321    
5322     #data
5323     <input xmlns="http://www.w3.org/1999/xhtml"
5324     type="email"
5325     size="-0"/>
5326     #errors
5327     /input/@size;nninteger:syntax error;m
5328    
5329     #data
5330     <input xmlns="http://www.w3.org/1999/xhtml"
5331     type="email"
5332     size="-12"/>
5333     #errors
5334     /input/@size;nninteger:syntax error;m
5335    
5336     #data
5337     <input xmlns="http://www.w3.org/1999/xhtml"
5338     type="email"
5339     size="0.00"/>
5340     #errors
5341     /input/@size;nninteger:syntax error;m
5342    
5343     #data
5344     <input xmlns="http://www.w3.org/1999/xhtml"
5345     type="email"
5346     size="100.0"/>
5347     #errors
5348     /input/@size;nninteger:syntax error;m
5349    
5350     #data
5351     <input xmlns="http://www.w3.org/1999/xhtml"
5352     type="email"
5353     size=" 4"/>
5354     #errors
5355     /input/@size;nninteger:syntax error;m
5356    
5357     #data
5358     <input xmlns="http://www.w3.org/1999/xhtml"
5359     type="email"
5360     size="55 "/>
5361     #errors
5362     /input/@size;nninteger:syntax error;m
5363    
5364     #data
5365     <input xmlns="http://www.w3.org/1999/xhtml"
5366     type="email"
5367     size="+43"/>
5368     #errors
5369     /input/@size;nninteger:syntax error;m
5370    
5371     #data
5372     <input xmlns="http://www.w3.org/1999/xhtml"
5373     type="email"
5374     size="4e5"/>
5375     #errors
5376     /input/@size;nninteger:syntax error;m
5377    
5378     #data
5379     <input xmlns="http://www.w3.org/1999/xhtml"
5380     type="email"
5381     size="4px"/>
5382     #errors
5383     /input/@size;nninteger:syntax error;m
5384    
5385     #data
5386     <input xmlns="http://www.w3.org/1999/xhtml"
5387     type="email"
5388     size="5em"/>
5389     #errors
5390     /input/@size;nninteger:syntax error;m
5391    
5392     #data
5393     <input xmlns="http://www.w3.org/1999/xhtml"
5394     type="url"
5395     size=""/>
5396     #errors
5397     /input/@size;nninteger:syntax error;m
5398    
5399     #data
5400     <input xmlns="http://www.w3.org/1999/xhtml"
5401     type="url"
5402     size="0"/>
5403     #errors
5404     /input/@size;nninteger:out of range;m
5405    
5406     #data
5407     <input xmlns="http://www.w3.org/1999/xhtml"
5408     type="url"
5409 wakaba 1.6 size="1"/>
5410     #errors
5411    
5412     #data
5413     <input xmlns="http://www.w3.org/1999/xhtml"
5414 wakaba 1.12 type="url"
5415 wakaba 1.6 size="100"/>
5416     #errors
5417    
5418     #data
5419     <input xmlns="http://www.w3.org/1999/xhtml"
5420 wakaba 1.12 type="url"
5421 wakaba 1.6 size="000000010"/>
5422     #errors
5423    
5424     #data
5425     <input xmlns="http://www.w3.org/1999/xhtml"
5426 wakaba 1.12 type="url"
5427 wakaba 1.6 size="-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="url"
5434 wakaba 1.6 size="-12"/>
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="url"
5441 wakaba 1.6 size="0.00"/>
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="url"
5448 wakaba 1.6 size="100.0"/>
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="url"
5455 wakaba 1.6 size=" 4"/>
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="url"
5462 wakaba 1.6 size="55 "/>
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="url"
5469 wakaba 1.6 size="+43"/>
5470     #errors
5471     /input/@size;nninteger:syntax error;m
5472    
5473     #data
5474     <input xmlns="http://www.w3.org/1999/xhtml"
5475 wakaba 1.12 type="url"
5476 wakaba 1.6 size="4e5"/>
5477     #errors
5478     /input/@size;nninteger:syntax error;m
5479    
5480     #data
5481     <input xmlns="http://www.w3.org/1999/xhtml"
5482 wakaba 1.12 type="url"
5483 wakaba 1.6 size="4px"/>
5484     #errors
5485     /input/@size;nninteger:syntax error;m
5486    
5487     #data
5488     <input xmlns="http://www.w3.org/1999/xhtml"
5489 wakaba 1.12 type="url"
5490 wakaba 1.6 size="5em"/>
5491     #errors
5492     /input/@size;nninteger:syntax error;m
5493    
5494     #data
5495     <input xmlns="http://www.w3.org/1999/xhtml"
5496 wakaba 1.12 type="search"
5497 wakaba 1.6 size=""/>
5498     #errors
5499     /input/@size;nninteger:syntax error;m
5500    
5501     #data
5502     <input xmlns="http://www.w3.org/1999/xhtml"
5503 wakaba 1.12 type="search"
5504 wakaba 1.6 size="0"/>
5505     #errors
5506 wakaba 1.8 /input/@size;nninteger:out of range;m
5507 wakaba 1.6
5508     #data
5509     <input xmlns="http://www.w3.org/1999/xhtml"
5510 wakaba 1.12 type="search"
5511 wakaba 1.6 size="1"/>
5512     #errors
5513    
5514     #data
5515     <input xmlns="http://www.w3.org/1999/xhtml"
5516 wakaba 1.12 type="search"
5517 wakaba 1.6 size="100"/>
5518     #errors
5519    
5520     #data
5521     <input xmlns="http://www.w3.org/1999/xhtml"
5522 wakaba 1.12 type="search"
5523 wakaba 1.6 size="000000010"/>
5524     #errors
5525    
5526     #data
5527     <input xmlns="http://www.w3.org/1999/xhtml"
5528 wakaba 1.12 type="search"
5529 wakaba 1.6 size="-0"/>
5530     #errors
5531     /input/@size;nninteger:syntax error;m
5532    
5533     #data
5534     <input xmlns="http://www.w3.org/1999/xhtml"
5535 wakaba 1.12 type="search"
5536 wakaba 1.6 size="-12"/>
5537     #errors
5538     /input/@size;nninteger:syntax error;m
5539    
5540     #data
5541     <input xmlns="http://www.w3.org/1999/xhtml"
5542 wakaba 1.12 type="search"
5543 wakaba 1.6 size="0.00"/>
5544     #errors
5545     /input/@size;nninteger:syntax error;m
5546    
5547     #data
5548     <input xmlns="http://www.w3.org/1999/xhtml"
5549 wakaba 1.12 type="search"
5550 wakaba 1.6 size="100.0"/>
5551     #errors
5552     /input/@size;nninteger:syntax error;m
5553    
5554     #data
5555     <input xmlns="http://www.w3.org/1999/xhtml"
5556 wakaba 1.12 type="search"
5557 wakaba 1.6 size=" 4"/>
5558     #errors
5559     /input/@size;nninteger:syntax error;m
5560    
5561     #data
5562     <input xmlns="http://www.w3.org/1999/xhtml"
5563 wakaba 1.12 type="search"
5564 wakaba 1.6 size="55 "/>
5565     #errors
5566     /input/@size;nninteger:syntax error;m
5567    
5568     #data
5569     <input xmlns="http://www.w3.org/1999/xhtml"
5570 wakaba 1.12 type="search"
5571 wakaba 1.6 size="+43"/>
5572     #errors
5573     /input/@size;nninteger:syntax error;m
5574    
5575     #data
5576     <input xmlns="http://www.w3.org/1999/xhtml"
5577 wakaba 1.12 type="search"
5578 wakaba 1.6 size="4e5"/>
5579     #errors
5580     /input/@size;nninteger:syntax error;m
5581    
5582     #data
5583     <input xmlns="http://www.w3.org/1999/xhtml"
5584 wakaba 1.12 type="search"
5585 wakaba 1.6 size="4px"/>
5586     #errors
5587     /input/@size;nninteger:syntax error;m
5588    
5589     #data
5590     <input xmlns="http://www.w3.org/1999/xhtml"
5591 wakaba 1.12 type="search"
5592 wakaba 1.6 size="5em"/>
5593     #errors
5594     /input/@size;nninteger:syntax error;m
5595    
5596     #data
5597     <input xmlns="http://www.w3.org/1999/xhtml"
5598     type="password"
5599     size=""/>
5600     #errors
5601     /input/@size;nninteger:syntax error;m
5602    
5603     #data
5604     <input xmlns="http://www.w3.org/1999/xhtml"
5605     type="password"
5606     size="0"/>
5607     #errors
5608 wakaba 1.8 /input/@size;nninteger:out of range;m
5609 wakaba 1.6
5610     #data
5611     <input xmlns="http://www.w3.org/1999/xhtml"
5612     type="password"
5613     size="1"/>
5614     #errors
5615    
5616     #data
5617     <input xmlns="http://www.w3.org/1999/xhtml"
5618     type="password"
5619     size="100"/>
5620     #errors
5621    
5622     #data
5623     <input xmlns="http://www.w3.org/1999/xhtml"
5624     type="password"
5625     size="000000010"/>
5626     #errors
5627    
5628     #data
5629     <input xmlns="http://www.w3.org/1999/xhtml"
5630     type="password"
5631     size="-0"/>
5632     #errors
5633     /input/@size;nninteger:syntax error;m
5634    
5635     #data
5636     <input xmlns="http://www.w3.org/1999/xhtml"
5637     type="password"
5638     size="-12"/>
5639     #errors
5640     /input/@size;nninteger:syntax error;m
5641    
5642     #data
5643     <input xmlns="http://www.w3.org/1999/xhtml"
5644     type="password"
5645     size="0.00"/>
5646     #errors
5647     /input/@size;nninteger:syntax error;m
5648    
5649     #data
5650     <input xmlns="http://www.w3.org/1999/xhtml"
5651     type="password"
5652     size="100.0"/>
5653     #errors
5654     /input/@size;nninteger:syntax error;m
5655    
5656     #data
5657     <input xmlns="http://www.w3.org/1999/xhtml"
5658     type="password"
5659     size=" 4"/>
5660     #errors
5661     /input/@size;nninteger:syntax error;m
5662    
5663     #data
5664     <input xmlns="http://www.w3.org/1999/xhtml"
5665     type="password"
5666     size="55 "/>
5667     #errors
5668     /input/@size;nninteger:syntax error;m
5669    
5670     #data
5671     <input xmlns="http://www.w3.org/1999/xhtml"
5672     type="password"
5673     size="+43"/>
5674     #errors
5675     /input/@size;nninteger:syntax error;m
5676    
5677     #data
5678     <input xmlns="http://www.w3.org/1999/xhtml"
5679     type="password"
5680     size="4e5"/>
5681     #errors
5682     /input/@size;nninteger:syntax error;m
5683    
5684     #data
5685     <input xmlns="http://www.w3.org/1999/xhtml"
5686     type="password"
5687     size="4px"/>
5688     #errors
5689     /input/@size;nninteger:syntax error;m
5690    
5691     #data
5692     <input xmlns="http://www.w3.org/1999/xhtml"
5693     type="password"
5694     size="5em"/>
5695     #errors
5696     /input/@size;nninteger:syntax error;m
5697 wakaba 1.7
5698     #data
5699     <input xmlns="http://www.w3.org/1999/xhtml"
5700     type="text"
5701     required=""/>
5702     #errors
5703    
5704     #data
5705     <input xmlns="http://www.w3.org/1999/xhtml"
5706     type="text"
5707     required="required"/>
5708     #errors
5709    
5710     #data
5711     <input xmlns="http://www.w3.org/1999/xhtml"
5712     type="text"
5713     required="Required"/>
5714     #errors
5715    
5716     #data
5717     <input xmlns="http://www.w3.org/1999/xhtml"
5718     type="text"
5719     required="RequireD"/>
5720     #errors
5721    
5722     #data
5723     <input xmlns="http://www.w3.org/1999/xhtml"
5724     type="text"
5725     required="required "/>
5726     #errors
5727     /input/@required;boolean:invalid;m
5728    
5729     #data
5730     <input xmlns="http://www.w3.org/1999/xhtml"
5731     type="text"
5732     required=" required"/>
5733     #errors
5734     /input/@required;boolean:invalid;m
5735    
5736     #data
5737     <input xmlns="http://www.w3.org/1999/xhtml"
5738     type="text"
5739     required="yes"/>
5740     #errors
5741     /input/@required;boolean:invalid;m
5742    
5743     #data
5744     <input xmlns="http://www.w3.org/1999/xhtml"
5745     type="text"
5746     required="true"/>
5747     #errors
5748     /input/@required;boolean:invalid;m
5749    
5750     #data
5751     <input xmlns="http://www.w3.org/1999/xhtml"
5752     type="text"
5753     required="off"/>
5754     #errors
5755     /input/@required;boolean:invalid;m
5756    
5757     #data
5758     <input xmlns="http://www.w3.org/1999/xhtml"
5759     type="email"
5760     required=""/>
5761     #errors
5762    
5763     #data
5764     <input xmlns="http://www.w3.org/1999/xhtml"
5765     type="email"
5766     required="required"/>
5767     #errors
5768    
5769     #data
5770     <input xmlns="http://www.w3.org/1999/xhtml"
5771     type="email"
5772     required="Required"/>
5773     #errors
5774    
5775     #data
5776     <input xmlns="http://www.w3.org/1999/xhtml"
5777     type="email"
5778     required="RequireD"/>
5779     #errors
5780    
5781     #data
5782     <input xmlns="http://www.w3.org/1999/xhtml"
5783     type="email"
5784     required="required "/>
5785     #errors
5786     /input/@required;boolean:invalid;m
5787    
5788     #data
5789     <input xmlns="http://www.w3.org/1999/xhtml"
5790     type="email"
5791     required=" required"/>
5792     #errors
5793     /input/@required;boolean:invalid;m
5794    
5795     #data
5796     <input xmlns="http://www.w3.org/1999/xhtml"
5797     type="email"
5798     required="yes"/>
5799     #errors
5800     /input/@required;boolean:invalid;m
5801    
5802     #data
5803     <input xmlns="http://www.w3.org/1999/xhtml"
5804     type="email"
5805     required="true"/>
5806     #errors
5807     /input/@required;boolean:invalid;m
5808    
5809     #data
5810     <input xmlns="http://www.w3.org/1999/xhtml"
5811     type="email"
5812     required="off"/>
5813     #errors
5814     /input/@required;boolean:invalid;m
5815    
5816     #data
5817     <input xmlns="http://www.w3.org/1999/xhtml"
5818     type="url"
5819     required=""/>
5820     #errors
5821    
5822     #data
5823     <input xmlns="http://www.w3.org/1999/xhtml"
5824     type="url"
5825     required="required"/>
5826     #errors
5827    
5828     #data
5829     <input xmlns="http://www.w3.org/1999/xhtml"
5830     type="url"
5831     required="Required"/>
5832     #errors
5833    
5834     #data
5835     <input xmlns="http://www.w3.org/1999/xhtml"
5836     type="url"
5837     required="RequireD"/>
5838     #errors
5839    
5840     #data
5841     <input xmlns="http://www.w3.org/1999/xhtml"
5842     type="url"
5843     required="required "/>
5844     #errors
5845     /input/@required;boolean:invalid;m
5846    
5847     #data
5848     <input xmlns="http://www.w3.org/1999/xhtml"
5849     type="url"
5850     required=" required"/>
5851     #errors
5852     /input/@required;boolean:invalid;m
5853    
5854     #data
5855     <input xmlns="http://www.w3.org/1999/xhtml"
5856     type="url"
5857     required="yes"/>
5858     #errors
5859     /input/@required;boolean:invalid;m
5860    
5861     #data
5862     <input xmlns="http://www.w3.org/1999/xhtml"
5863     type="url"
5864     required="true"/>
5865     #errors
5866     /input/@required;boolean:invalid;m
5867    
5868     #data
5869     <input xmlns="http://www.w3.org/1999/xhtml"
5870     type="url"
5871     required="off"/>
5872     #errors
5873     /input/@required;boolean:invalid;m
5874    
5875     #data
5876     <input xmlns="http://www.w3.org/1999/xhtml"
5877 wakaba 1.12 type="search"
5878     required=""/>
5879     #errors
5880    
5881     #data
5882     <input xmlns="http://www.w3.org/1999/xhtml"
5883     type="search"
5884     required="required"/>
5885     #errors
5886    
5887     #data
5888     <input xmlns="http://www.w3.org/1999/xhtml"
5889     type="search"
5890     required="Required"/>
5891     #errors
5892    
5893     #data
5894     <input xmlns="http://www.w3.org/1999/xhtml"
5895     type="search"
5896     required="RequireD"/>
5897     #errors
5898    
5899     #data
5900     <input xmlns="http://www.w3.org/1999/xhtml"
5901     type="search"
5902     required="required "/>
5903     #errors
5904     /input/@required;boolean:invalid;m
5905    
5906     #data
5907     <input xmlns="http://www.w3.org/1999/xhtml"
5908     type="search"
5909     required=" required"/>
5910     #errors
5911     /input/@required;boolean:invalid;m
5912    
5913     #data
5914     <input xmlns="http://www.w3.org/1999/xhtml"
5915     type="search"
5916     required="yes"/>
5917     #errors
5918     /input/@required;boolean:invalid;m
5919    
5920     #data
5921     <input xmlns="http://www.w3.org/1999/xhtml"
5922     type="search"
5923     required="true"/>
5924     #errors
5925     /input/@required;boolean:invalid;m
5926    
5927     #data
5928     <input xmlns="http://www.w3.org/1999/xhtml"
5929     type="search"
5930     required="off"/>
5931     #errors
5932     /input/@required;boolean:invalid;m
5933    
5934     #data
5935     <input xmlns="http://www.w3.org/1999/xhtml"
5936 wakaba 1.7 type="password"
5937     required=""/>
5938     #errors
5939    
5940     #data
5941     <input xmlns="http://www.w3.org/1999/xhtml"
5942     type="password"
5943     required="required"/>
5944     #errors
5945    
5946     #data
5947     <input xmlns="http://www.w3.org/1999/xhtml"
5948     type="password"
5949     required="Required"/>
5950     #errors
5951    
5952     #data
5953     <input xmlns="http://www.w3.org/1999/xhtml"
5954     type="password"
5955     required="RequireD"/>
5956     #errors
5957    
5958     #data
5959     <input xmlns="http://www.w3.org/1999/xhtml"
5960     type="password"
5961     required="required "/>
5962     #errors
5963     /input/@required;boolean:invalid;m
5964    
5965     #data
5966     <input xmlns="http://www.w3.org/1999/xhtml"
5967     type="password"
5968     required=" required"/>
5969     #errors
5970     /input/@required;boolean:invalid;m
5971    
5972     #data
5973     <input xmlns="http://www.w3.org/1999/xhtml"
5974     type="password"
5975     required="yes"/>
5976     #errors
5977     /input/@required;boolean:invalid;m
5978    
5979     #data
5980     <input xmlns="http://www.w3.org/1999/xhtml"
5981     type="password"
5982     required="true"/>
5983     #errors
5984     /input/@required;boolean:invalid;m
5985    
5986     #data
5987     <input xmlns="http://www.w3.org/1999/xhtml"
5988     type="password"
5989     required="off"/>
5990     #errors
5991     /input/@required;boolean:invalid;m
5992    
5993     #data
5994     <input xmlns="http://www.w3.org/1999/xhtml"
5995     type="datetime"
5996     required=""/>
5997     #errors
5998    
5999     #data
6000     <input xmlns="http://www.w3.org/1999/xhtml"
6001     type="datetime"
6002     required="required"/>
6003     #errors
6004    
6005     #data
6006     <input xmlns="http://www.w3.org/1999/xhtml"
6007     type="datetime"
6008     required="Required"/>
6009     #errors
6010    
6011     #data
6012     <input xmlns="http://www.w3.org/1999/xhtml"
6013     type="datetime"
6014     required="RequireD"/>
6015     #errors
6016    
6017     #data
6018     <input xmlns="http://www.w3.org/1999/xhtml"
6019     type="datetime"
6020     required="required "/>
6021     #errors
6022     /input/@required;boolean:invalid;m
6023    
6024     #data
6025     <input xmlns="http://www.w3.org/1999/xhtml"
6026     type="datetime"
6027     required=" required"/>
6028     #errors
6029     /input/@required;boolean:invalid;m
6030    
6031     #data
6032     <input xmlns="http://www.w3.org/1999/xhtml"
6033     type="datetime"
6034     required="yes"/>
6035     #errors
6036     /input/@required;boolean:invalid;m
6037    
6038     #data
6039     <input xmlns="http://www.w3.org/1999/xhtml"
6040     type="datetime"
6041     required="true"/>
6042     #errors
6043     /input/@required;boolean:invalid;m
6044    
6045     #data
6046     <input xmlns="http://www.w3.org/1999/xhtml"
6047     type="datetime"
6048     required="off"/>
6049     #errors
6050     /input/@required;boolean:invalid;m
6051    
6052     #data
6053     <input xmlns="http://www.w3.org/1999/xhtml"
6054     type="date"
6055     required=""/>
6056     #errors
6057    
6058     #data
6059     <input xmlns="http://www.w3.org/1999/xhtml"
6060     type="date"
6061     required="required"/>
6062     #errors
6063    
6064     #data
6065     <input xmlns="http://www.w3.org/1999/xhtml"
6066     type="date"
6067     required="Required"/>
6068     #errors
6069    
6070     #data
6071     <input xmlns="http://www.w3.org/1999/xhtml"
6072     type="date"
6073     required="RequireD"/>
6074     #errors
6075    
6076     #data
6077     <input xmlns="http://www.w3.org/1999/xhtml"
6078     type="date"
6079     required="required "/>
6080     #errors
6081     /input/@required;boolean:invalid;m
6082    
6083     #data
6084     <input xmlns="http://www.w3.org/1999/xhtml"
6085     type="date"
6086     required=" required"/>
6087     #errors
6088     /input/@required;boolean:invalid;m
6089    
6090     #data
6091     <input xmlns="http://www.w3.org/1999/xhtml"
6092     type="date"
6093     required="yes"/>
6094     #errors
6095     /input/@required;boolean:invalid;m
6096    
6097     #data
6098     <input xmlns="http://www.w3.org/1999/xhtml"
6099     type="date"
6100     required="true"/>
6101     #errors
6102     /input/@required;boolean:invalid;m
6103    
6104     #data
6105     <input xmlns="http://www.w3.org/1999/xhtml"
6106     type="date"
6107     required="off"/>
6108     #errors
6109     /input/@required;boolean:invalid;m
6110    
6111     #data
6112     <input xmlns="http://www.w3.org/1999/xhtml"
6113     type="month"
6114     required=""/>
6115     #errors
6116    
6117     #data
6118     <input xmlns="http://www.w3.org/1999/xhtml"
6119     type="month"
6120     required="required"/>
6121     #errors
6122    
6123     #data
6124     <input xmlns="http://www.w3.org/1999/xhtml"
6125     type="month"
6126     required="Required"/>
6127     #errors
6128    
6129     #data
6130     <input xmlns="http://www.w3.org/1999/xhtml"
6131     type="month"
6132     required="RequireD"/>
6133     #errors
6134    
6135     #data
6136     <input xmlns="http://www.w3.org/1999/xhtml"
6137     type="month"
6138     required="required "/>
6139     #errors
6140     /input/@required;boolean:invalid;m
6141    
6142     #data
6143     <input xmlns="http://www.w3.org/1999/xhtml"
6144     type="month"
6145     required=" required"/>
6146     #errors
6147     /input/@required;boolean:invalid;m
6148    
6149     #data
6150     <input xmlns="http://www.w3.org/1999/xhtml"
6151     type="month"
6152     required="yes"/>
6153     #errors
6154     /input/@required;boolean:invalid;m
6155    
6156     #data
6157     <input xmlns="http://www.w3.org/1999/xhtml"
6158     type="month"
6159     required="true"/>
6160     #errors
6161     /input/@required;boolean:invalid;m
6162    
6163     #data
6164     <input xmlns="http://www.w3.org/1999/xhtml"
6165     type="month"
6166     required="off"/>
6167     #errors
6168     /input/@required;boolean:invalid;m
6169    
6170     #data
6171     <input xmlns="http://www.w3.org/1999/xhtml"
6172     type="week"
6173     required=""/>
6174     #errors
6175    
6176     #data
6177     <input xmlns="http://www.w3.org/1999/xhtml"
6178     type="week"
6179     required="required"/>
6180     #errors
6181    
6182     #data
6183     <input xmlns="http://www.w3.org/1999/xhtml"
6184     type="week"
6185     required="Required"/>
6186     #errors
6187    
6188     #data
6189     <input xmlns="http://www.w3.org/1999/xhtml"
6190     type="week"
6191     required="RequireD"/>
6192     #errors
6193    
6194     #data
6195     <input xmlns="http://www.w3.org/1999/xhtml"
6196     type="week"
6197     required="required "/>
6198     #errors
6199     /input/@required;boolean:invalid;m
6200    
6201     #data
6202     <input xmlns="http://www.w3.org/1999/xhtml"
6203     type="week"
6204     required=" required"/>
6205     #errors
6206     /input/@required;boolean:invalid;m
6207    
6208     #data
6209     <input xmlns="http://www.w3.org/1999/xhtml"
6210     type="week"
6211     required="yes"/>
6212     #errors
6213     /input/@required;boolean:invalid;m
6214    
6215     #data
6216     <input xmlns="http://www.w3.org/1999/xhtml"
6217     type="week"
6218     required="true"/>
6219     #errors
6220     /input/@required;boolean:invalid;m
6221    
6222     #data
6223     <input xmlns="http://www.w3.org/1999/xhtml"
6224     type="week"
6225     required="off"/>
6226     #errors
6227     /input/@required;boolean:invalid;m
6228    
6229     #data
6230     <input xmlns="http://www.w3.org/1999/xhtml"
6231     type="time"
6232     required=""/>
6233     #errors
6234    
6235     #data
6236     <input xmlns="http://www.w3.org/1999/xhtml"
6237     type="time"
6238     required="required"/>
6239     #errors
6240    
6241     #data
6242     <input xmlns="http://www.w3.org/1999/xhtml"
6243     type="time"
6244     required="Required"/>
6245     #errors
6246    
6247     #data
6248     <input xmlns="http://www.w3.org/1999/xhtml"
6249     type="time"
6250     required="RequireD"/>
6251     #errors
6252    
6253     #data
6254     <input xmlns="http://www.w3.org/1999/xhtml"
6255     type="time"
6256     required="required "/>
6257     #errors
6258     /input/@required;boolean:invalid;m
6259    
6260     #data
6261     <input xmlns="http://www.w3.org/1999/xhtml"
6262     type="time"
6263     required=" required"/>
6264     #errors
6265     /input/@required;boolean:invalid;m
6266    
6267     #data
6268     <input xmlns="http://www.w3.org/1999/xhtml"
6269     type="time"
6270     required="yes"/>
6271     #errors
6272     /input/@required;boolean:invalid;m
6273    
6274     #data
6275     <input xmlns="http://www.w3.org/1999/xhtml"
6276     type="time"
6277     required="true"/>
6278     #errors
6279     /input/@required;boolean:invalid;m
6280    
6281     #data
6282     <input xmlns="http://www.w3.org/1999/xhtml"
6283     type="time"
6284     required="off"/>
6285     #errors
6286     /input/@required;boolean:invalid;m
6287    
6288     #data
6289     <input xmlns="http://www.w3.org/1999/xhtml"
6290     type="datetime-local"
6291     required=""/>
6292     #errors
6293    
6294     #data
6295     <input xmlns="http://www.w3.org/1999/xhtml"
6296     type="datetime-local"
6297     required="required"/>
6298     #errors
6299    
6300     #data
6301     <input xmlns="http://www.w3.org/1999/xhtml"
6302     type="datetime-local"
6303     required="Required"/>
6304     #errors
6305    
6306     #data
6307     <input xmlns="http://www.w3.org/1999/xhtml"
6308     type="datetime-local"
6309     required="RequireD"/>
6310     #errors
6311    
6312     #data
6313     <input xmlns="http://www.w3.org/1999/xhtml"
6314     type="datetime-local"
6315     required="required "/>
6316     #errors
6317     /input/@required;boolean:invalid;m
6318    
6319     #data
6320     <input xmlns="http://www.w3.org/1999/xhtml"
6321     type="datetime-local"
6322     required=" required"/>
6323     #errors
6324     /input/@required;boolean:invalid;m
6325    
6326     #data
6327     <input xmlns="http://www.w3.org/1999/xhtml"
6328     type="datetime-local"
6329     required="yes"/>
6330     #errors
6331     /input/@required;boolean:invalid;m
6332    
6333     #data
6334     <input xmlns="http://www.w3.org/1999/xhtml"
6335     type="datetime-local"
6336     required="true"/>
6337     #errors
6338     /input/@required;boolean:invalid;m
6339    
6340     #data
6341     <input xmlns="http://www.w3.org/1999/xhtml"
6342     type="datetime-local"
6343     required="off"/>
6344     #errors
6345     /input/@required;boolean:invalid;m
6346    
6347     #data
6348     <input xmlns="http://www.w3.org/1999/xhtml"
6349     type="number"
6350     required=""/>
6351     #errors
6352    
6353     #data
6354     <input xmlns="http://www.w3.org/1999/xhtml"
6355     type="number"
6356     required="required"/>
6357     #errors
6358    
6359     #data
6360     <input xmlns="http://www.w3.org/1999/xhtml"
6361     type="number"
6362     required="Required"/>
6363     #errors
6364    
6365     #data
6366     <input xmlns="http://www.w3.org/1999/xhtml"
6367     type="number"
6368     required="RequireD"/>
6369     #errors
6370    
6371     #data
6372     <input xmlns="http://www.w3.org/1999/xhtml"
6373     type="number"
6374     required="required "/>
6375     #errors
6376     /input/@required;boolean:invalid;m
6377    
6378     #data
6379     <input xmlns="http://www.w3.org/1999/xhtml"
6380     type="number"
6381     required=" required"/>
6382     #errors
6383     /input/@required;boolean:invalid;m
6384    
6385     #data
6386     <input xmlns="http://www.w3.org/1999/xhtml"
6387     type="number"
6388     required="yes"/>
6389     #errors
6390     /input/@required;boolean:invalid;m
6391    
6392     #data
6393     <input xmlns="http://www.w3.org/1999/xhtml"
6394     type="number"
6395     required="true"/>
6396     #errors
6397     /input/@required;boolean:invalid;m
6398    
6399     #data
6400     <input xmlns="http://www.w3.org/1999/xhtml"
6401     type="number"
6402     required="off"/>
6403     #errors
6404     /input/@required;boolean:invalid;m
6405    
6406     #data
6407     <input xmlns="http://www.w3.org/1999/xhtml"
6408     type="checkbox"
6409     required=""/>
6410     #errors
6411    
6412     #data
6413     <input xmlns="http://www.w3.org/1999/xhtml"
6414     type="checkbox"
6415     required="required"/>
6416     #errors
6417    
6418     #data
6419     <input xmlns="http://www.w3.org/1999/xhtml"
6420     type="checkbox"
6421     required="Required"/>
6422     #errors
6423    
6424     #data
6425     <input xmlns="http://www.w3.org/1999/xhtml"
6426     type="checkbox"
6427     required="RequireD"/>
6428     #errors
6429    
6430     #data
6431     <input xmlns="http://www.w3.org/1999/xhtml"
6432     type="checkbox"
6433     required="required "/>
6434     #errors
6435     /input/@required;boolean:invalid;m
6436    
6437     #data
6438     <input xmlns="http://www.w3.org/1999/xhtml"
6439     type="checkbox"
6440     required=" required"/>
6441     #errors
6442     /input/@required;boolean:invalid;m
6443    
6444     #data
6445     <input xmlns="http://www.w3.org/1999/xhtml"
6446     type="checkbox"
6447     required="yes"/>
6448     #errors
6449     /input/@required;boolean:invalid;m
6450    
6451     #data
6452     <input xmlns="http://www.w3.org/1999/xhtml"
6453     type="checkbox"
6454     required="true"/>
6455     #errors
6456     /input/@required;boolean:invalid;m
6457    
6458     #data
6459     <input xmlns="http://www.w3.org/1999/xhtml"
6460     type="checkbox"
6461     required="off"/>
6462     #errors
6463     /input/@required;boolean:invalid;m
6464    
6465     #data
6466     <input xmlns="http://www.w3.org/1999/xhtml"
6467     type="radio"
6468     required=""/>
6469     #errors
6470    
6471     #data
6472     <input xmlns="http://www.w3.org/1999/xhtml"
6473     type="radio"
6474     required="required"/>
6475     #errors
6476    
6477     #data
6478     <input xmlns="http://www.w3.org/1999/xhtml"
6479     type="radio"
6480     required="Required"/>
6481     #errors
6482    
6483     #data
6484     <input xmlns="http://www.w3.org/1999/xhtml"
6485     type="radio"
6486     required="RequireD"/>
6487     #errors
6488    
6489     #data
6490     <input xmlns="http://www.w3.org/1999/xhtml"
6491     type="radio"
6492     required="required "/>
6493     #errors
6494     /input/@required;boolean:invalid;m
6495    
6496     #data
6497     <input xmlns="http://www.w3.org/1999/xhtml"
6498     type="radio"
6499     required=" required"/>
6500     #errors
6501     /input/@required;boolean:invalid;m
6502    
6503     #data
6504     <input xmlns="http://www.w3.org/1999/xhtml"
6505     type="radio"
6506     required="yes"/>
6507     #errors
6508     /input/@required;boolean:invalid;m
6509    
6510     #data
6511     <input xmlns="http://www.w3.org/1999/xhtml"
6512     type="radio"
6513     required="true"/>
6514     #errors
6515     /input/@required;boolean:invalid;m
6516    
6517     #data
6518     <input xmlns="http://www.w3.org/1999/xhtml"
6519     type="radio"
6520     required="off"/>
6521     #errors
6522     /input/@required;boolean:invalid;m
6523    
6524     #data
6525     <input xmlns="http://www.w3.org/1999/xhtml"
6526     type="file"
6527     required=""/>
6528     #errors
6529    
6530     #data
6531     <input xmlns="http://www.w3.org/1999/xhtml"
6532     type="file"
6533     required="required"/>
6534     #errors
6535    
6536     #data
6537     <input xmlns="http://www.w3.org/1999/xhtml"
6538     type="file"
6539     required="Required"/>
6540     #errors
6541    
6542     #data
6543     <input xmlns="http://www.w3.org/1999/xhtml"
6544     type="file"
6545     required="RequireD"/>
6546     #errors
6547    
6548     #data
6549     <input xmlns="http://www.w3.org/1999/xhtml"
6550     type="file"
6551     required="required "/>
6552     #errors
6553     /input/@required;boolean:invalid;m
6554    
6555     #data
6556     <input xmlns="http://www.w3.org/1999/xhtml"
6557     type="file"
6558     required=" required"/>
6559     #errors
6560     /input/@required;boolean:invalid;m
6561    
6562     #data
6563     <input xmlns="http://www.w3.org/1999/xhtml"
6564     type="file"
6565     required="yes"/>
6566     #errors
6567     /input/@required;boolean:invalid;m
6568    
6569     #data
6570     <input xmlns="http://www.w3.org/1999/xhtml"
6571     type="file"
6572     required="true"/>
6573     #errors
6574     /input/@required;boolean:invalid;m
6575    
6576     #data
6577     <input xmlns="http://www.w3.org/1999/xhtml"
6578     type="file"
6579     required="off"/>
6580     #errors
6581     /input/@required;boolean:invalid;m
6582 wakaba 1.8
6583     #data
6584     <input xmlns="http://www.w3.org/1999/xhtml"
6585     type="text"
6586     maxlength=""/>
6587     #errors
6588     /input/@maxlength;nninteger:syntax error;m
6589    
6590     #data
6591     <input xmlns="http://www.w3.org/1999/xhtml"
6592     type="text"
6593     maxlength="0"/>
6594     #errors
6595    
6596     #data
6597     <input xmlns="http://www.w3.org/1999/xhtml"
6598     type="text"
6599     maxlength="1"/>
6600     #errors
6601    
6602     #data
6603     <input xmlns="http://www.w3.org/1999/xhtml"
6604     type="text"
6605     maxlength="100"/>
6606     #errors
6607    
6608     #data
6609     <input xmlns="http://www.w3.org/1999/xhtml"
6610     type="text"
6611     maxlength="000000010"/>
6612     #errors
6613    
6614     #data
6615     <input xmlns="http://www.w3.org/1999/xhtml"
6616     type="text"
6617     maxlength="-0"/>
6618     #errors
6619     /input/@maxlength;nninteger:syntax error;m
6620    
6621     #data
6622     <input xmlns="http://www.w3.org/1999/xhtml"
6623     type="text"
6624     maxlength="-12"/>
6625     #errors
6626     /input/@maxlength;nninteger:syntax error;m
6627    
6628     #data
6629     <input xmlns="http://www.w3.org/1999/xhtml"
6630     type="text"
6631     maxlength="0.00"/>
6632     #errors
6633     /input/@maxlength;nninteger:syntax error;m
6634    
6635     #data
6636     <input xmlns="http://www.w3.org/1999/xhtml"
6637     type="text"
6638     maxlength="100.0"/>
6639     #errors
6640     /input/@maxlength;nninteger:syntax error;m
6641    
6642     #data
6643     <input xmlns="http://www.w3.org/1999/xhtml"
6644     type="text"
6645     maxlength=" 4"/>
6646     #errors
6647     /input/@maxlength;nninteger:syntax error;m
6648    
6649     #data
6650     <input xmlns="http://www.w3.org/1999/xhtml"
6651     type="text"
6652     maxlength="55 "/>
6653     #errors
6654     /input/@maxlength;nninteger:syntax error;m
6655    
6656     #data
6657     <input xmlns="http://www.w3.org/1999/xhtml"
6658     type="text"
6659     maxlength="+43"/>
6660     #errors
6661     /input/@maxlength;nninteger:syntax error;m
6662    
6663     #data
6664     <input xmlns="http://www.w3.org/1999/xhtml"
6665     type="text"
6666     maxlength="4e5"/>
6667     #errors
6668     /input/@maxlength;nninteger:syntax error;m
6669    
6670     #data
6671     <input xmlns="http://www.w3.org/1999/xhtml"
6672     type="text"
6673     maxlength="4px"/>
6674     #errors
6675     /input/@maxlength;nninteger:syntax error;m
6676    
6677     #data
6678     <input xmlns="http://www.w3.org/1999/xhtml"
6679     type="text"
6680     maxlength="5em"/>
6681     #errors
6682     /input/@maxlength;nninteger:syntax error;m
6683    
6684     #data
6685     <input xmlns="http://www.w3.org/1999/xhtml"
6686     type="email"
6687     maxlength=""/>
6688     #errors
6689     /input/@maxlength;nninteger:syntax error;m
6690    
6691     #data
6692     <input xmlns="http://www.w3.org/1999/xhtml"
6693     type="email"
6694     maxlength="0"/>
6695     #errors
6696    
6697     #data
6698     <input xmlns="http://www.w3.org/1999/xhtml"
6699     type="email"
6700     maxlength="1"/>
6701     #errors
6702    
6703     #data
6704     <input xmlns="http://www.w3.org/1999/xhtml"
6705     type="email"
6706     maxlength="100"/>
6707     #errors
6708    
6709     #data
6710     <input xmlns="http://www.w3.org/1999/xhtml"
6711     type="email"
6712     maxlength="000000010"/>
6713     #errors
6714    
6715     #data
6716     <input xmlns="http://www.w3.org/1999/xhtml"
6717     type="email"
6718     maxlength="-0"/>
6719     #errors
6720     /input/@maxlength;nninteger:syntax error;m
6721    
6722     #data
6723     <input xmlns="http://www.w3.org/1999/xhtml"
6724     type="email"
6725     maxlength="-12"/>
6726     #errors
6727     /input/@maxlength;nninteger:syntax error;m
6728    
6729     #data
6730     <input xmlns="http://www.w3.org/1999/xhtml"
6731     type="email"
6732     maxlength="0.00"/>
6733     #errors
6734     /input/@maxlength;nninteger:syntax error;m
6735    
6736     #data
6737     <input xmlns="http://www.w3.org/1999/xhtml"
6738     type="email"
6739     maxlength="100.0"/>
6740     #errors
6741     /input/@maxlength;nninteger:syntax error;m
6742    
6743     #data
6744     <input xmlns="http://www.w3.org/1999/xhtml"
6745     type="email"
6746     maxlength=" 4"/>
6747     #errors
6748     /input/@maxlength;nninteger:syntax error;m
6749    
6750     #data
6751     <input xmlns="http://www.w3.org/1999/xhtml"
6752     type="email"
6753     maxlength="55 "/>
6754     #errors
6755     /input/@maxlength;nninteger:syntax error;m
6756    
6757     #data
6758     <input xmlns="http://www.w3.org/1999/xhtml"
6759     type="email"
6760     maxlength="+43"/>
6761     #errors
6762     /input/@maxlength;nninteger:syntax error;m
6763    
6764     #data
6765     <input xmlns="http://www.w3.org/1999/xhtml"
6766     type="email"
6767     maxlength="4e5"/>
6768     #errors
6769     /input/@maxlength;nninteger:syntax error;m
6770    
6771     #data
6772     <input xmlns="http://www.w3.org/1999/xhtml"
6773     type="email"
6774     maxlength="4px"/>
6775     #errors
6776     /input/@maxlength;nninteger:syntax error;m
6777    
6778     #data
6779     <input xmlns="http://www.w3.org/1999/xhtml"
6780     type="email"
6781     maxlength="5em"/>
6782     #errors
6783     /input/@maxlength;nninteger:syntax error;m
6784    
6785     #data
6786     <input xmlns="http://www.w3.org/1999/xhtml"
6787     type="url"
6788     maxlength=""/>
6789     #errors
6790     /input/@maxlength;nninteger:syntax error;m
6791    
6792     #data
6793     <input xmlns="http://www.w3.org/1999/xhtml"
6794     type="url"
6795     maxlength="0"/>
6796     #errors
6797    
6798     #data
6799     <input xmlns="http://www.w3.org/1999/xhtml"
6800     type="url"
6801     maxlength="1"/>
6802     #errors
6803    
6804     #data
6805     <input xmlns="http://www.w3.org/1999/xhtml"
6806     type="url"
6807     maxlength="100"/>
6808     #errors
6809    
6810     #data
6811     <input xmlns="http://www.w3.org/1999/xhtml"
6812     type="url"
6813     maxlength="000000010"/>
6814     #errors
6815    
6816     #data
6817     <input xmlns="http://www.w3.org/1999/xhtml"
6818     type="url"
6819     maxlength="-0"/>
6820     #errors
6821     /input/@maxlength;nninteger:syntax error;m
6822    
6823     #data
6824     <input xmlns="http://www.w3.org/1999/xhtml"
6825     type="url"
6826     maxlength="-12"/>
6827     #errors
6828     /input/@maxlength;nninteger:syntax error;m
6829    
6830     #data
6831     <input xmlns="http://www.w3.org/1999/xhtml"
6832     type="url"
6833     maxlength="0.00"/>
6834     #errors
6835     /input/@maxlength;nninteger:syntax error;m
6836    
6837     #data
6838     <input xmlns="http://www.w3.org/1999/xhtml"
6839     type="url"
6840     maxlength="100.0"/>
6841     #errors
6842     /input/@maxlength;nninteger:syntax error;m
6843    
6844     #data
6845     <input xmlns="http://www.w3.org/1999/xhtml"
6846     type="url"
6847     maxlength=" 4"/>
6848     #errors
6849     /input/@maxlength;nninteger:syntax error;m
6850    
6851     #data
6852     <input xmlns="http://www.w3.org/1999/xhtml"
6853     type="url"
6854     maxlength="55 "/>
6855     #errors
6856     /input/@maxlength;nninteger:syntax error;m
6857    
6858     #data
6859     <input xmlns="http://www.w3.org/1999/xhtml"
6860     type="url"
6861     maxlength="+43"/>
6862     #errors
6863     /input/@maxlength;nninteger:syntax error;m
6864    
6865     #data
6866     <input xmlns="http://www.w3.org/1999/xhtml"
6867     type="url"
6868     maxlength="4e5"/>
6869     #errors
6870     /input/@maxlength;nninteger:syntax error;m
6871    
6872     #data
6873     <input xmlns="http://www.w3.org/1999/xhtml"
6874     type="url"
6875     maxlength="4px"/>
6876     #errors
6877     /input/@maxlength;nninteger:syntax error;m
6878    
6879     #data
6880     <input xmlns="http://www.w3.org/1999/xhtml"
6881     type="url"
6882     maxlength="5em"/>
6883     #errors
6884     /input/@maxlength;nninteger:syntax error;m
6885    
6886     #data
6887     <input xmlns="http://www.w3.org/1999/xhtml"
6888 wakaba 1.12 type="search"
6889     maxlength=""/>
6890     #errors
6891     /input/@maxlength;nninteger:syntax error;m
6892    
6893     #data
6894     <input xmlns="http://www.w3.org/1999/xhtml"
6895     type="search"
6896     maxlength="0"/>
6897     #errors
6898    
6899     #data
6900     <input xmlns="http://www.w3.org/1999/xhtml"
6901     type="search"
6902     maxlength="1"/>
6903     #errors
6904    
6905     #data
6906     <input xmlns="http://www.w3.org/1999/xhtml"
6907     type="search"
6908     maxlength="100"/>
6909     #errors
6910    
6911     #data
6912     <input xmlns="http://www.w3.org/1999/xhtml"
6913     type="search"
6914     maxlength="000000010"/>
6915     #errors
6916    
6917     #data
6918     <input xmlns="http://www.w3.org/1999/xhtml"
6919     type="search"
6920     maxlength="-0"/>
6921     #errors
6922     /input/@maxlength;nninteger:syntax error;m
6923    
6924     #data
6925     <input xmlns="http://www.w3.org/1999/xhtml"
6926     type="search"
6927     maxlength="-12"/>
6928     #errors
6929     /input/@maxlength;nninteger:syntax error;m
6930    
6931     #data
6932     <input xmlns="http://www.w3.org/1999/xhtml"
6933     type="search"
6934     maxlength="0.00"/>
6935     #errors
6936     /input/@maxlength;nninteger:syntax error;m
6937    
6938     #data
6939     <input xmlns="http://www.w3.org/1999/xhtml"
6940     type="search"
6941     maxlength="100.0"/>
6942     #errors
6943     /input/@maxlength;nninteger:syntax error;m
6944    
6945     #data
6946     <input xmlns="http://www.w3.org/1999/xhtml"
6947     type="search"
6948     maxlength=" 4"/>
6949     #errors
6950     /input/@maxlength;nninteger:syntax error;m
6951    
6952     #data
6953     <input xmlns="http://www.w3.org/1999/xhtml"
6954     type="search"
6955     maxlength="55 "/>
6956     #errors
6957     /input/@maxlength;nninteger:syntax error;m
6958    
6959     #data
6960     <input xmlns="http://www.w3.org/1999/xhtml"
6961     type="search"
6962     maxlength="+43"/>
6963     #errors
6964     /input/@maxlength;nninteger:syntax error;m
6965    
6966     #data
6967     <input xmlns="http://www.w3.org/1999/xhtml"
6968     type="search"
6969     maxlength="4e5"/>
6970     #errors
6971     /input/@maxlength;nninteger:syntax error;m
6972    
6973     #data
6974     <input xmlns="http://www.w3.org/1999/xhtml"
6975     type="search"
6976     maxlength="4px"/>
6977     #errors
6978     /input/@maxlength;nninteger:syntax error;m
6979    
6980     #data
6981     <input xmlns="http://www.w3.org/1999/xhtml"
6982     type="search"
6983     maxlength="5em"/>
6984     #errors
6985     /input/@maxlength;nninteger:syntax error;m
6986    
6987     #data
6988     <input xmlns="http://www.w3.org/1999/xhtml"
6989 wakaba 1.8 type="password"
6990     maxlength=""/>
6991     #errors
6992     /input/@maxlength;nninteger:syntax error;m
6993    
6994     #data
6995     <input xmlns="http://www.w3.org/1999/xhtml"
6996     type="password"
6997     maxlength="0"/>
6998     #errors
6999    
7000     #data
7001     <input xmlns="http://www.w3.org/1999/xhtml"
7002     type="password"
7003     maxlength="1"/>
7004     #errors
7005    
7006     #data
7007     <input xmlns="http://www.w3.org/1999/xhtml"
7008     type="password"
7009     maxlength="100"/>
7010     #errors
7011    
7012     #data
7013     <input xmlns="http://www.w3.org/1999/xhtml"
7014     type="password"
7015     maxlength="000000010"/>
7016     #errors
7017    
7018     #data
7019     <input xmlns="http://www.w3.org/1999/xhtml"
7020     type="password"
7021     maxlength="-0"/>
7022     #errors
7023     /input/@maxlength;nninteger:syntax error;m
7024    
7025     #data
7026     <input xmlns="http://www.w3.org/1999/xhtml"
7027     type="password"
7028     maxlength="-12"/>
7029     #errors
7030     /input/@maxlength;nninteger:syntax error;m
7031    
7032     #data
7033     <input xmlns="http://www.w3.org/1999/xhtml"
7034     type="password"
7035     maxlength="0.00"/>
7036     #errors
7037     /input/@maxlength;nninteger:syntax error;m
7038    
7039     #data
7040     <input xmlns="http://www.w3.org/1999/xhtml"
7041     type="password"
7042     maxlength="100.0"/>
7043     #errors
7044     /input/@maxlength;nninteger:syntax error;m
7045    
7046     #data
7047     <input xmlns="http://www.w3.org/1999/xhtml"
7048     type="password"
7049     maxlength=" 4"/>
7050     #errors
7051     /input/@maxlength;nninteger:syntax error;m
7052    
7053     #data
7054     <input xmlns="http://www.w3.org/1999/xhtml"
7055     type="password"
7056     maxlength="55 "/>
7057     #errors
7058     /input/@maxlength;nninteger:syntax error;m
7059    
7060     #data
7061     <input xmlns="http://www.w3.org/1999/xhtml"
7062     type="password"
7063     maxlength="+43"/>
7064     #errors
7065     /input/@maxlength;nninteger:syntax error;m
7066    
7067     #data
7068     <input xmlns="http://www.w3.org/1999/xhtml"
7069     type="password"
7070     maxlength="4e5"/>
7071     #errors
7072     /input/@maxlength;nninteger:syntax error;m
7073    
7074     #data
7075     <input xmlns="http://www.w3.org/1999/xhtml"
7076     type="password"
7077     maxlength="4px"/>
7078     #errors
7079     /input/@maxlength;nninteger:syntax error;m
7080    
7081     #data
7082     <input xmlns="http://www.w3.org/1999/xhtml"
7083     type="password"
7084     maxlength="5em"/>
7085     #errors
7086     /input/@maxlength;nninteger:syntax error;m
7087    
7088     #data
7089     <input xmlns="http://www.w3.org/1999/xhtml"
7090     type="text"
7091     value=""
7092     maxlength="1"/>
7093     #errors
7094    
7095     #data
7096     <input xmlns="http://www.w3.org/1999/xhtml"
7097     type="text"
7098     value="ab"
7099     maxlength="1"/>
7100     #errors
7101     /input/@value;value too long;m
7102    
7103     #data
7104     <input xmlns="http://www.w3.org/1999/xhtml"
7105     type="text"
7106     value=""
7107     maxlength="0"/>
7108     #errors
7109    
7110     #data
7111     <input xmlns="http://www.w3.org/1999/xhtml"
7112     type="text"
7113     value="1234567890"
7114     maxlength="10"/>
7115     #errors
7116    
7117     #data
7118     <input xmlns="http://www.w3.org/1999/xhtml"
7119     type="text"
7120     value="12345678901"
7121     maxlength="10"/>
7122     #errors
7123     /input/@value;value too long;m
7124    
7125     #data escaped
7126     <input xmlns="http://www.w3.org/1999/xhtml"
7127     type="text"
7128     value="\U00010000"
7129     maxlength="1"/>
7130     #errors
7131    
7132     #data
7133     <input xmlns="http://www.w3.org/1999/xhtml"
7134     type="email"
7135     value=""
7136     maxlength="1"/>
7137     #errors
7138 wakaba 1.13 /input/@value;email:syntax error;m
7139 wakaba 1.8
7140     #data
7141     <input xmlns="http://www.w3.org/1999/xhtml"
7142     type="email"
7143     value="ab"
7144     maxlength="1"/>
7145     #errors
7146     /input/@value;value too long;m
7147 wakaba 1.13 /input/@value;email:syntax error;m
7148 wakaba 1.8
7149     #data
7150     <input xmlns="http://www.w3.org/1999/xhtml"
7151     type="email"
7152     value=""
7153     maxlength="0"/>
7154     #errors
7155 wakaba 1.13 /input/@value;email:syntax error;m
7156 wakaba 1.8
7157     #data
7158     <input xmlns="http://www.w3.org/1999/xhtml"
7159     type="email"
7160     value="1234567890"
7161     maxlength="10"/>
7162     #errors
7163 wakaba 1.13 /input/@value;email:syntax error;m
7164 wakaba 1.8
7165     #data
7166     <input xmlns="http://www.w3.org/1999/xhtml"
7167     type="email"
7168     value="12345678901"
7169     maxlength="10"/>
7170     #errors
7171     /input/@value;value too long;m
7172 wakaba 1.13 /input/@value;email:syntax error;m
7173 wakaba 1.8
7174     #data escaped
7175     <input xmlns="http://www.w3.org/1999/xhtml"
7176     type="email"
7177     value="\U00010000"
7178     maxlength="1"/>
7179     #errors
7180 wakaba 1.13 /input/@value;email:syntax error;m
7181 wakaba 1.8
7182     #data
7183     <input xmlns="http://www.w3.org/1999/xhtml"
7184     type="url"
7185     value=""
7186     maxlength="1"/>
7187     #errors
7188    
7189     #data
7190     <input xmlns="http://www.w3.org/1999/xhtml"
7191     type="url"
7192     value="ab"
7193     maxlength="1"/>
7194     #errors
7195     /input/@value;value too long;m
7196    
7197     #data
7198     <input xmlns="http://www.w3.org/1999/xhtml"
7199     type="url"
7200     value=""
7201     maxlength="0"/>
7202     #errors
7203    
7204     #data
7205     <input xmlns="http://www.w3.org/1999/xhtml"
7206     type="url"
7207     value="1234567890"
7208     maxlength="10"/>
7209     #errors
7210    
7211     #data
7212     <input xmlns="http://www.w3.org/1999/xhtml"
7213     type="url"
7214     value="12345678901"
7215     maxlength="10"/>
7216     #errors
7217     /input/@value;value too long;m
7218    
7219     #data escaped
7220     <input xmlns="http://www.w3.org/1999/xhtml"
7221     type="url"
7222     value="\U00010000"
7223     maxlength="1"/>
7224     #errors
7225    
7226     #data
7227     <input xmlns="http://www.w3.org/1999/xhtml"
7228 wakaba 1.12 type="search"
7229     value=""
7230     maxlength="1"/>
7231     #errors
7232    
7233     #data
7234     <input xmlns="http://www.w3.org/1999/xhtml"
7235     type="search"
7236     value="ab"
7237     maxlength="1"/>
7238     #errors
7239     /input/@value;value too long;m
7240    
7241     #data
7242     <input xmlns="http://www.w3.org/1999/xhtml"
7243     type="search"
7244     value=""
7245     maxlength="0"/>
7246     #errors
7247    
7248     #data
7249     <input xmlns="http://www.w3.org/1999/xhtml"
7250     type="search"
7251     value="1234567890"
7252     maxlength="10"/>
7253     #errors
7254    
7255     #data
7256     <input xmlns="http://www.w3.org/1999/xhtml"
7257     type="search"
7258     value="12345678901"
7259     maxlength="10"/>
7260     #errors
7261     /input/@value;value too long;m
7262    
7263     #data escaped
7264     <input xmlns="http://www.w3.org/1999/xhtml"
7265     type="search"
7266     value="\U00010000"
7267     maxlength="1"/>
7268     #errors
7269    
7270     #data
7271     <input xmlns="http://www.w3.org/1999/xhtml"
7272 wakaba 1.8 type="password"
7273     value=""
7274     maxlength="1"/>
7275     #errors
7276    
7277     #data
7278     <input xmlns="http://www.w3.org/1999/xhtml"
7279     type="password"
7280     value="ab"
7281     maxlength="1"/>
7282     #errors
7283     /input/@value;value too long;m
7284    
7285     #data
7286     <input xmlns="http://www.w3.org/1999/xhtml"
7287     type="password"
7288     value=""
7289     maxlength="0"/>
7290     #errors
7291    
7292     #data
7293     <input xmlns="http://www.w3.org/1999/xhtml"
7294     type="password"
7295     value="1234567890"
7296     maxlength="10"/>
7297     #errors
7298    
7299     #data
7300     <input xmlns="http://www.w3.org/1999/xhtml"
7301     type="password"
7302     value="12345678901"
7303     maxlength="10"/>
7304     #errors
7305     /input/@value;value too long;m
7306    
7307     #data escaped
7308     <input xmlns="http://www.w3.org/1999/xhtml"
7309     type="password"
7310     value="\U00010000"
7311     maxlength="1"/>
7312     #errors
7313    
7314     #data escaped
7315     <input xmlns="http://www.w3.org/1999/xhtml"
7316     type="password"
7317     value="\U00010000\U00010000"
7318     maxlength="3"/>
7319     #errors
7320 wakaba 1.9
7321     #data
7322     <input xmlns="http://www.w3.org/1999/xhtml"
7323     type="datetime"
7324     step="1"/>
7325     #errors
7326    
7327     #data
7328     <input xmlns="http://www.w3.org/1999/xhtml"
7329     type="datetime"
7330     step="100"/>
7331     #errors
7332    
7333     #data
7334     <input xmlns="http://www.w3.org/1999/xhtml"
7335     type="datetime"
7336     step="0000001"/>
7337     #errors
7338    
7339     #data
7340     <input xmlns="http://www.w3.org/1999/xhtml"
7341     type="datetime"
7342     step="32"/>
7343     #errors
7344    
7345     #data
7346     <input xmlns="http://www.w3.org/1999/xhtml"
7347     type="datetime"
7348     step="-1.4142135623730950488016887242097e0"/>
7349     #errors
7350 wakaba 1.26 /input/@step;float:out of range;m
7351 wakaba 1.9
7352     #data
7353     <input xmlns="http://www.w3.org/1999/xhtml"
7354     type="datetime"
7355     step="3.17e4"/>
7356     #errors
7357    
7358     #data
7359     <input xmlns="http://www.w3.org/1999/xhtml"
7360     type="datetime"
7361     step="0.4500"/>
7362     #errors
7363    
7364     #data
7365     <input xmlns="http://www.w3.org/1999/xhtml"
7366     type="datetime"
7367     step="0042.000"/>
7368     #errors
7369    
7370     #data
7371     <input xmlns="http://www.w3.org/1999/xhtml"
7372     type="datetime"
7373     step="42e0"/>
7374     #errors
7375    
7376     #data
7377     <input xmlns="http://www.w3.org/1999/xhtml"
7378     type="datetime"
7379     step="4.2e1"/>
7380     #errors
7381    
7382     #data
7383     <input xmlns="http://www.w3.org/1999/xhtml"
7384     type="datetime"
7385     step="420e-1"/>
7386     #errors
7387    
7388     #data
7389     <input xmlns="http://www.w3.org/1999/xhtml"
7390     type="datetime"
7391     step=""/>
7392     #errors
7393     /input/@step;float:syntax error;m
7394    
7395     #data
7396     <input xmlns="http://www.w3.org/1999/xhtml"
7397     type="datetime"
7398     step="+0"/>
7399     #errors
7400     /input/@step;float:syntax error;m
7401    
7402     #data
7403     <input xmlns="http://www.w3.org/1999/xhtml"
7404     type="datetime"
7405     step="0e+0"/>
7406     #errors
7407 wakaba 1.26 /input/@step;float:out of range;m
7408 wakaba 1.9
7409     #data
7410     <input xmlns="http://www.w3.org/1999/xhtml"
7411     type="datetime"
7412     step="+1e+3"/>
7413     #errors
7414     /input/@step;float:syntax error;m
7415    
7416     #data
7417     <input xmlns="http://www.w3.org/1999/xhtml"
7418     type="datetime"
7419     step=".42e2"/>
7420     #errors
7421     /input/@step;float:syntax error;m
7422    
7423     #data
7424     <input xmlns="http://www.w3.org/1999/xhtml"
7425     type="datetime"
7426     step="65000"/>
7427     #errors
7428    
7429     #data
7430     <input xmlns="http://www.w3.org/1999/xhtml"
7431     type="datetime"
7432     step="66000.0"/>
7433     #errors
7434    
7435     #data
7436     <input xmlns="http://www.w3.org/1999/xhtml"
7437     type="datetime"
7438     step="any"/>
7439     #errors
7440    
7441     #data
7442     <input xmlns="http://www.w3.org/1999/xhtml"
7443     type="datetime"
7444     step="Any"/>
7445     #errors
7446    
7447     #data
7448     <input xmlns="http://www.w3.org/1999/xhtml"
7449     type="datetime"
7450     step="ANY"/>
7451     #errors
7452    
7453     #data
7454     <input xmlns="http://www.w3.org/1999/xhtml"
7455     type="datetime"
7456     step="any "/>
7457     #errors
7458     /input/@step;float:syntax error;m
7459    
7460     #data
7461     <input xmlns="http://www.w3.org/1999/xhtml"
7462     type="datetime"
7463     step=" Any"/>
7464     #errors
7465     /input/@step;float:syntax error;m
7466    
7467     #data
7468     <input xmlns="http://www.w3.org/1999/xhtml"
7469     type="datetime"
7470     step="anything"/>
7471     #errors
7472     /input/@step;float:syntax error;m
7473    
7474     #data
7475     <input xmlns="http://www.w3.org/1999/xhtml"
7476     type="datetime"
7477     step=""/>
7478     #errors
7479     /input/@step;float:syntax error;m
7480    
7481     #data
7482     <input xmlns="http://www.w3.org/1999/xhtml"
7483     type="datetime"
7484     step="0"/>
7485     #errors
7486     /input/@step;float:out of range;m
7487    
7488     #data
7489     <input xmlns="http://www.w3.org/1999/xhtml"
7490     type="datetime"
7491     step="0.00"/>
7492     #errors
7493     /input/@step;float:out of range;m
7494    
7495     #data
7496     <input xmlns="http://www.w3.org/1999/xhtml"
7497     type="date"
7498     step="1"/>
7499     #errors
7500    
7501     #data
7502     <input xmlns="http://www.w3.org/1999/xhtml"
7503     type="date"
7504     step="100"/>
7505     #errors
7506    
7507     #data
7508     <input xmlns="http://www.w3.org/1999/xhtml"
7509     type="date"
7510     step="0000001"/>
7511     #errors
7512    
7513     #data
7514     <input xmlns="http://www.w3.org/1999/xhtml"
7515     type="date"
7516     step="32"/>
7517     #errors
7518    
7519     #data
7520     <input xmlns="http://www.w3.org/1999/xhtml"
7521     type="date"
7522     step="-1.4142135623730950488016887242097e0"/>
7523     #errors
7524 wakaba 1.26 /input/@step;float:out of range;m
7525 wakaba 1.9
7526     #data
7527     <input xmlns="http://www.w3.org/1999/xhtml"
7528     type="date"
7529     step="3.17e4"/>
7530     #errors
7531    
7532     #data
7533     <input xmlns="http://www.w3.org/1999/xhtml"
7534     type="date"
7535     step="0.4500"/>
7536     #errors
7537    
7538     #data
7539     <input xmlns="http://www.w3.org/1999/xhtml"
7540     type="date"
7541     step="0042.000"/>
7542     #errors
7543    
7544     #data
7545     <input xmlns="http://www.w3.org/1999/xhtml"
7546     type="date"
7547     step="42e0"/>
7548     #errors
7549    
7550     #data
7551     <input xmlns="http://www.w3.org/1999/xhtml"
7552     type="date"
7553     step="4.2e1"/>
7554     #errors
7555    
7556     #data
7557     <input xmlns="http://www.w3.org/1999/xhtml"
7558     type="date"
7559     step="420e-1"/>
7560     #errors
7561    
7562     #data
7563     <input xmlns="http://www.w3.org/1999/xhtml"
7564     type="date"
7565     step=""/>
7566     #errors
7567     /input/@step;float:syntax error;m
7568    
7569     #data
7570     <input xmlns="http://www.w3.org/1999/xhtml"
7571     type="date"
7572     step="+0"/>
7573     #errors
7574     /input/@step;float:syntax error;m
7575    
7576     #data
7577     <input xmlns="http://www.w3.org/1999/xhtml"
7578     type="date"
7579     step="0e+0"/>
7580     #errors
7581 wakaba 1.26 /input/@step;float:out of range;m
7582 wakaba 1.9
7583     #data
7584     <input xmlns="http://www.w3.org/1999/xhtml"
7585     type="date"
7586     step="+1e+3"/>
7587     #errors
7588     /input/@step;float:syntax error;m
7589    
7590     #data
7591     <input xmlns="http://www.w3.org/1999/xhtml"
7592     type="date"
7593     step=".42e2"/>
7594     #errors
7595     /input/@step;float:syntax error;m
7596    
7597     #data
7598     <input xmlns="http://www.w3.org/1999/xhtml"
7599     type="date"
7600     step="65000"/>
7601     #errors
7602    
7603     #data
7604     <input xmlns="http://www.w3.org/1999/xhtml"
7605     type="date"
7606     step="66000.0"/>
7607     #errors
7608    
7609     #data
7610     <input xmlns="http://www.w3.org/1999/xhtml"
7611     type="date"
7612     step="any"/>
7613     #errors
7614    
7615     #data
7616     <input xmlns="http://www.w3.org/1999/xhtml"
7617     type="date"
7618     step="Any"/>
7619     #errors
7620    
7621     #data
7622     <input xmlns="http://www.w3.org/1999/xhtml"
7623     type="date"
7624     step="ANY"/>
7625     #errors
7626    
7627     #data
7628     <input xmlns="http://www.w3.org/1999/xhtml"
7629     type="date"
7630     step="any "/>
7631     #errors
7632     /input/@step;float:syntax error;m
7633    
7634     #data
7635     <input xmlns="http://www.w3.org/1999/xhtml"
7636     type="date"
7637     step=" Any"/>
7638     #errors
7639     /input/@step;float:syntax error;m
7640    
7641     #data
7642     <input xmlns="http://www.w3.org/1999/xhtml"
7643     type="date"
7644     step="anything"/>
7645     #errors
7646     /input/@step;float:syntax error;m
7647    
7648     #data
7649     <input xmlns="http://www.w3.org/1999/xhtml"
7650     type="date"
7651     step=""/>
7652     #errors
7653     /input/@step;float:syntax error;m
7654    
7655     #data
7656     <input xmlns="http://www.w3.org/1999/xhtml"
7657     type="date"
7658     step="0"/>
7659     #errors
7660     /input/@step;float:out of range;m
7661    
7662     #data
7663     <input xmlns="http://www.w3.org/1999/xhtml"
7664     type="date"
7665     step="0.00"/>
7666     #errors
7667     /input/@step;float:out of range;m
7668    
7669     #data
7670     <input xmlns="http://www.w3.org/1999/xhtml"
7671     type="month"
7672     step="1"/>
7673     #errors
7674    
7675     #data
7676     <input xmlns="http://www.w3.org/1999/xhtml"
7677     type="month"
7678     step="100"/>
7679     #errors
7680    
7681     #data
7682     <input xmlns="http://www.w3.org/1999/xhtml"
7683     type="month"
7684     step="0000001"/>
7685     #errors
7686    
7687     #data
7688     <input xmlns="http://www.w3.org/1999/xhtml"
7689     type="month"
7690     step="32"/>
7691     #errors
7692    
7693     #data
7694     <input xmlns="http://www.w3.org/1999/xhtml"
7695     type="month"
7696     step="-1.4142135623730950488016887242097e0"/>
7697     #errors
7698 wakaba 1.26 /input/@step;float:out of range;m
7699 wakaba 1.9
7700     #data
7701     <input xmlns="http://www.w3.org/1999/xhtml"
7702     type="month"
7703     step="3.17e4"/>
7704     #errors
7705    
7706     #data
7707     <input xmlns="http://www.w3.org/1999/xhtml"
7708     type="month"
7709     step="0.4500"/>
7710     #errors
7711    
7712     #data
7713     <input xmlns="http://www.w3.org/1999/xhtml"
7714     type="month"
7715     step="0042.000"/>
7716     #errors
7717    
7718     #data
7719     <input xmlns="http://www.w3.org/1999/xhtml"
7720     type="month"
7721     step="42e0"/>
7722     #errors
7723    
7724     #data
7725     <input xmlns="http://www.w3.org/1999/xhtml"
7726     type="month"
7727     step="4.2e1"/>
7728     #errors
7729    
7730     #data
7731     <input xmlns="http://www.w3.org/1999/xhtml"
7732     type="month"
7733     step="420e-1"/>
7734     #errors
7735    
7736     #data
7737     <input xmlns="http://www.w3.org/1999/xhtml"
7738     type="month"
7739     step=""/>
7740     #errors
7741     /input/@step;float:syntax error;m
7742    
7743     #data
7744     <input xmlns="http://www.w3.org/1999/xhtml"
7745     type="month"
7746     step="+0"/>
7747     #errors
7748     /input/@step;float:syntax error;m
7749    
7750     #data
7751     <input xmlns="http://www.w3.org/1999/xhtml"
7752     type="month"
7753     step="0e+0"/>
7754     #errors
7755 wakaba 1.26 /input/@step;float:out of range;m
7756 wakaba 1.9
7757     #data
7758     <input xmlns="http://www.w3.org/1999/xhtml"
7759     type="month"
7760     step="+1e+3"/>
7761     #errors
7762     /input/@step;float:syntax error;m
7763    
7764     #data
7765     <input xmlns="http://www.w3.org/1999/xhtml"
7766     type="month"
7767     step=".42e2"/>
7768     #errors
7769     /input/@step;float:syntax error;m
7770    
7771     #data
7772     <input xmlns="http://www.w3.org/1999/xhtml"
7773     type="month"
7774     step="65000"/>
7775     #errors
7776    
7777     #data
7778     <input xmlns="http://www.w3.org/1999/xhtml"
7779     type="month"
7780     step="66000.0"/>
7781     #errors
7782    
7783     #data
7784     <input xmlns="http://www.w3.org/1999/xhtml"
7785     type="month"
7786     step="any"/>
7787     #errors
7788    
7789     #data
7790     <input xmlns="http://www.w3.org/1999/xhtml"
7791     type="month"
7792     step="Any"/>
7793     #errors
7794    
7795     #data
7796     <input xmlns="http://www.w3.org/1999/xhtml"
7797     type="month"
7798     step="ANY"/>
7799     #errors
7800    
7801     #data
7802     <input xmlns="http://www.w3.org/1999/xhtml"
7803     type="month"
7804     step="any "/>
7805     #errors
7806     /input/@step;float:syntax error;m
7807    
7808     #data
7809     <input xmlns="http://www.w3.org/1999/xhtml"
7810     type="month"
7811     step=" Any"/>
7812     #errors
7813     /input/@step;float:syntax error;m
7814    
7815     #data
7816     <input xmlns="http://www.w3.org/1999/xhtml"
7817     type="month"
7818     step="anything"/>
7819     #errors
7820     /input/@step;float:syntax error;m
7821    
7822     #data
7823     <input xmlns="http://www.w3.org/1999/xhtml"
7824     type="month"
7825     step=""/>
7826     #errors
7827     /input/@step;float:syntax error;m
7828    
7829     #data
7830     <input xmlns="http://www.w3.org/1999/xhtml"
7831     type="month"
7832     step="0"/>
7833     #errors
7834     /input/@step;float:out of range;m
7835    
7836     #data
7837     <input xmlns="http://www.w3.org/1999/xhtml"
7838     type="month"
7839     step="0.00"/>
7840     #errors
7841     /input/@step;float:out of range;m
7842    
7843     #data
7844     <input xmlns="http://www.w3.org/1999/xhtml"
7845     type="week"
7846     step="1"/>
7847     #errors
7848    
7849     #data
7850     <input xmlns="http://www.w3.org/1999/xhtml"
7851     type="week"
7852     step="100"/>
7853     #errors
7854    
7855     #data
7856     <input xmlns="http://www.w3.org/1999/xhtml"
7857     type="week"
7858     step="0000001"/>
7859     #errors
7860    
7861     #data
7862     <input xmlns="http://www.w3.org/1999/xhtml"
7863     type="week"
7864     step="32"/>
7865     #errors
7866    
7867     #data
7868     <input xmlns="http://www.w3.org/1999/xhtml"
7869     type="week"
7870     step="-1.4142135623730950488016887242097e0"/>
7871     #errors
7872 wakaba 1.26 /input/@step;float:out of range;m
7873 wakaba 1.9
7874     #data
7875     <input xmlns="http://www.w3.org/1999/xhtml"
7876     type="week"
7877     step="3.17e4"/>
7878     #errors
7879    
7880     #data
7881     <input xmlns="http://www.w3.org/1999/xhtml"
7882     type="week"
7883     step="0.4500"/>
7884     #errors
7885    
7886     #data
7887     <input xmlns="http://www.w3.org/1999/xhtml"
7888     type="week"
7889     step="0042.000"/>
7890     #errors
7891    
7892     #data
7893     <input xmlns="http://www.w3.org/1999/xhtml"
7894     type="week"
7895     step="42e0"/>
7896     #errors
7897    
7898     #data
7899     <input xmlns="http://www.w3.org/1999/xhtml"
7900     type="week"
7901     step="4.2e1"/>
7902     #errors
7903    
7904     #data
7905     <input xmlns="http://www.w3.org/1999/xhtml"
7906     type="week"
7907     step="420e-1"/>
7908     #errors
7909    
7910     #data
7911     <input xmlns="http://www.w3.org/1999/xhtml"
7912     type="week"
7913     step=""/>
7914     #errors
7915     /input/@step;float:syntax error;m
7916    
7917     #data
7918     <input xmlns="http://www.w3.org/1999/xhtml"
7919     type="week"
7920     step="+0"/>
7921     #errors
7922     /input/@step;float:syntax error;m
7923    
7924     #data
7925     <input xmlns="http://www.w3.org/1999/xhtml"
7926     type="week"
7927     step="0e+0"/>
7928     #errors
7929 wakaba 1.26 /input/@step;float:out of range;m
7930 wakaba 1.9
7931     #data
7932     <input xmlns="http://www.w3.org/1999/xhtml"
7933     type="week"
7934     step="+1e+3"/>
7935     #errors
7936     /input/@step;float:syntax error;m
7937    
7938     #data
7939     <input xmlns="http://www.w3.org/1999/xhtml"
7940     type="week"
7941     step=".42e2"/>
7942     #errors
7943     /input/@step;float:syntax error;m
7944    
7945     #data
7946     <input xmlns="http://www.w3.org/1999/xhtml"
7947     type="week"
7948     step="65000"/>
7949     #errors
7950    
7951     #data
7952     <input xmlns="http://www.w3.org/1999/xhtml"
7953     type="week"
7954     step="66000.0"/>
7955     #errors
7956    
7957     #data
7958     <input xmlns="http://www.w3.org/1999/xhtml"
7959     type="week"
7960     step="any"/>
7961     #errors
7962    
7963     #data
7964     <input xmlns="http://www.w3.org/1999/xhtml"
7965     type="week"
7966     step="Any"/>
7967     #errors
7968    
7969     #data
7970     <input xmlns="http://www.w3.org/1999/xhtml"
7971     type="week"
7972     step="ANY"/>
7973     #errors
7974    
7975     #data
7976     <input xmlns="http://www.w3.org/1999/xhtml"
7977     type="week"
7978     step="any "/>
7979     #errors
7980     /input/@step;float:syntax error;m
7981    
7982     #data
7983     <input xmlns="http://www.w3.org/1999/xhtml"
7984     type="week"
7985     step=" Any"/>
7986     #errors
7987     /input/@step;float:syntax error;m
7988    
7989     #data
7990     <input xmlns="http://www.w3.org/1999/xhtml"
7991     type="week"
7992     step="anything"/>
7993     #errors
7994     /input/@step;float:syntax error;m
7995    
7996     #data
7997     <input xmlns="http://www.w3.org/1999/xhtml"
7998     type="week"
7999     step=""/>
8000     #errors
8001     /input/@step;float:syntax error;m
8002    
8003     #data
8004     <input xmlns="http://www.w3.org/1999/xhtml"
8005     type="week"
8006     step="0"/>
8007     #errors
8008     /input/@step;float:out of range;m
8009    
8010     #data
8011     <input xmlns="http://www.w3.org/1999/xhtml"
8012     type="week"
8013     step="0.00"/>
8014     #errors
8015     /input/@step;float:out of range;m
8016    
8017     #data
8018     <input xmlns="http://www.w3.org/1999/xhtml"
8019     type="time"
8020     step="1"/>
8021     #errors
8022    
8023     #data
8024     <input xmlns="http://www.w3.org/1999/xhtml"
8025     type="time"
8026     step="100"/>
8027     #errors
8028    
8029     #data
8030     <input xmlns="http://www.w3.org/1999/xhtml"
8031     type="time"
8032     step="0000001"/>
8033     #errors
8034    
8035     #data
8036     <input xmlns="http://www.w3.org/1999/xhtml"
8037     type="time"
8038     step="32"/>
8039     #errors
8040    
8041     #data
8042     <input xmlns="http://www.w3.org/1999/xhtml"
8043     type="time"
8044     step="-1.4142135623730950488016887242097e0"/>
8045     #errors
8046 wakaba 1.26 /input/@step;float:out of range;m
8047 wakaba 1.9
8048     #data
8049     <input xmlns="http://www.w3.org/1999/xhtml"
8050     type="time"
8051     step="3.17e4"/>
8052     #errors
8053    
8054     #data
8055     <input xmlns="http://www.w3.org/1999/xhtml"
8056     type="time"
8057     step="0.4500"/>
8058     #errors
8059    
8060     #data
8061     <input xmlns="http://www.w3.org/1999/xhtml"
8062     type="time"
8063     step="0042.000"/>
8064     #errors
8065    
8066     #data
8067     <input xmlns="http://www.w3.org/1999/xhtml"
8068     type="time"
8069     step="42e0"/>
8070     #errors
8071    
8072     #data
8073     <input xmlns="http://www.w3.org/1999/xhtml"
8074     type="time"
8075     step="4.2e1"/>
8076     #errors
8077    
8078     #data
8079     <input xmlns="http://www.w3.org/1999/xhtml"
8080     type="time"
8081     step="420e-1"/>
8082     #errors
8083    
8084     #data
8085     <input xmlns="http://www.w3.org/1999/xhtml"
8086     type="time"
8087     step=""/>
8088     #errors
8089     /input/@step;float:syntax error;m
8090    
8091     #data
8092     <input xmlns="http://www.w3.org/1999/xhtml"
8093     type="time"
8094     step="+0"/>
8095     #errors
8096     /input/@step;float:syntax error;m
8097    
8098     #data
8099     <input xmlns="http://www.w3.org/1999/xhtml"
8100     type="time"
8101     step="0e+0"/>
8102     #errors
8103 wakaba 1.26 /input/@step;float:out of range;m
8104 wakaba 1.9
8105     #data
8106     <input xmlns="http://www.w3.org/1999/xhtml"
8107     type="time"
8108     step="+1e+3"/>
8109     #errors
8110     /input/@step;float:syntax error;m
8111    
8112     #data
8113     <input xmlns="http://www.w3.org/1999/xhtml"
8114     type="time"
8115     step=".42e2"/>
8116     #errors
8117     /input/@step;float:syntax error;m
8118    
8119     #data
8120     <input xmlns="http://www.w3.org/1999/xhtml"
8121     type="time"
8122     step="65000"/>
8123     #errors
8124    
8125     #data
8126     <input xmlns="http://www.w3.org/1999/xhtml"
8127     type="time"
8128     step="66000.0"/>
8129     #errors
8130    
8131     #data
8132     <input xmlns="http://www.w3.org/1999/xhtml"
8133     type="time"
8134     step="any"/>
8135     #errors
8136    
8137     #data
8138     <input xmlns="http://www.w3.org/1999/xhtml"
8139     type="time"
8140     step="Any"/>
8141     #errors
8142    
8143     #data
8144     <input xmlns="http://www.w3.org/1999/xhtml"
8145     type="time"
8146     step="ANY"/>
8147     #errors
8148    
8149     #data
8150     <input xmlns="http://www.w3.org/1999/xhtml"
8151     type="time"
8152     step="any "/>
8153     #errors
8154     /input/@step;float:syntax error;m
8155    
8156     #data
8157     <input xmlns="http://www.w3.org/1999/xhtml"
8158     type="time"
8159     step=" Any"/>
8160     #errors
8161     /input/@step;float:syntax error;m
8162    
8163     #data
8164     <input xmlns="http://www.w3.org/1999/xhtml"
8165     type="time"
8166     step="anything"/>
8167     #errors
8168     /input/@step;float:syntax error;m
8169    
8170     #data
8171     <input xmlns="http://www.w3.org/1999/xhtml"
8172     type="time"
8173     step=""/>
8174     #errors
8175     /input/@step;float:syntax error;m
8176    
8177     #data
8178     <input xmlns="http://www.w3.org/1999/xhtml"
8179     type="time"
8180     step="0"/>
8181     #errors
8182     /input/@step;float:out of range;m
8183    
8184     #data
8185     <input xmlns="http://www.w3.org/1999/xhtml"
8186     type="time"
8187     step="0.00"/>
8188     #errors
8189     /input/@step;float:out of range;m
8190    
8191     #data
8192     <input xmlns="http://www.w3.org/1999/xhtml"
8193     type="datetime-local"
8194     step="1"/>
8195     #errors
8196    
8197     #data
8198     <input xmlns="http://www.w3.org/1999/xhtml"
8199     type="datetime-local"
8200     step="100"/>
8201     #errors
8202    
8203     #data
8204     <input xmlns="http://www.w3.org/1999/xhtml"
8205     type="datetime-local"
8206     step="0000001"/>
8207     #errors
8208    
8209     #data
8210     <input xmlns="http://www.w3.org/1999/xhtml"
8211     type="datetime-local"
8212     step="32"/>
8213     #errors
8214    
8215     #data
8216     <input xmlns="http://www.w3.org/1999/xhtml"
8217     type="datetime-local"
8218     step="-1.4142135623730950488016887242097e0"/>
8219     #errors
8220 wakaba 1.26 /input/@step;float:out of range;m
8221 wakaba 1.9
8222     #data
8223     <input xmlns="http://www.w3.org/1999/xhtml"
8224     type="datetime-local"
8225     step="3.17e4"/>
8226     #errors
8227    
8228     #data
8229     <input xmlns="http://www.w3.org/1999/xhtml"
8230     type="datetime-local"
8231     step="0.4500"/>
8232     #errors
8233    
8234     #data
8235     <input xmlns="http://www.w3.org/1999/xhtml"
8236     type="datetime-local"
8237     step="0042.000"/>
8238     #errors
8239    
8240     #data
8241     <input xmlns="http://www.w3.org/1999/xhtml"
8242     type="datetime-local"
8243     step="42e0"/>
8244     #errors
8245    
8246     #data
8247     <input xmlns="http://www.w3.org/1999/xhtml"
8248     type="datetime-local"
8249     step="4.2e1"/>
8250     #errors
8251    
8252     #data
8253     <input xmlns="http://www.w3.org/1999/xhtml"
8254     type="datetime-local"
8255     step="420e-1"/>
8256     #errors
8257    
8258     #data
8259     <input xmlns="http://www.w3.org/1999/xhtml"
8260     type="datetime-local"
8261     step=""/>
8262     #errors
8263     /input/@step;float:syntax error;m
8264    
8265     #data
8266     <input xmlns="http://www.w3.org/1999/xhtml"
8267     type="datetime-local"
8268     step="+0"/>
8269     #errors
8270     /input/@step;float:syntax error;m
8271    
8272     #data
8273     <input xmlns="http://www.w3.org/1999/xhtml"
8274     type="datetime-local"
8275     step="0e+0"/>
8276     #errors
8277 wakaba 1.26 /input/@step;float:out of range;m
8278 wakaba 1.9
8279     #data
8280     <input xmlns="http://www.w3.org/1999/xhtml"
8281     type="datetime-local"
8282     step="+1e+3"/>
8283     #errors
8284     /input/@step;float:syntax error;m
8285    
8286     #data
8287     <input xmlns="http://www.w3.org/1999/xhtml"
8288     type="datetime-local"
8289     step=".42e2"/>
8290     #errors
8291     /input/@step;float:syntax error;m
8292    
8293     #data
8294     <input xmlns="http://www.w3.org/1999/xhtml"
8295     type="datetime-local"
8296     step="65000"/>
8297     #errors
8298    
8299     #data
8300     <input xmlns="http://www.w3.org/1999/xhtml"
8301     type="datetime-local"
8302     step="66000.0"/>
8303     #errors
8304    
8305     #data
8306     <input xmlns="http://www.w3.org/1999/xhtml"
8307     type="datetime-local"
8308     step="any"/>
8309     #errors
8310    
8311     #data
8312     <input xmlns="http://www.w3.org/1999/xhtml"
8313     type="datetime-local"
8314     step="Any"/>
8315     #errors
8316    
8317     #data
8318     <input xmlns="http://www.w3.org/1999/xhtml"
8319     type="datetime-local"
8320     step="ANY"/>
8321     #errors
8322    
8323     #data
8324     <input xmlns="http://www.w3.org/1999/xhtml"
8325     type="datetime-local"
8326     step="any "/>
8327     #errors
8328     /input/@step;float:syntax error;m
8329    
8330     #data
8331     <input xmlns="http://www.w3.org/1999/xhtml"
8332     type="datetime-local"
8333     step=" Any"/>
8334     #errors
8335     /input/@step;float:syntax error;m
8336    
8337     #data
8338     <input xmlns="http://www.w3.org/1999/xhtml"
8339     type="datetime-local"
8340     step="anything"/>
8341     #errors
8342     /input/@step;float:syntax error;m
8343    
8344     #data
8345     <input xmlns="http://www.w3.org/1999/xhtml"
8346     type="datetime-local"
8347     step=""/>
8348     #errors
8349     /input/@step;float:syntax error;m
8350    
8351     #data
8352     <input xmlns="http://www.w3.org/1999/xhtml"
8353     type="datetime-local"
8354     step="0"/>
8355     #errors
8356     /input/@step;float:out of range;m
8357    
8358     #data
8359     <input xmlns="http://www.w3.org/1999/xhtml"
8360     type="datetime-local"
8361     step="0.00"/>
8362     #errors
8363     /input/@step;float:out of range;m
8364    
8365     #data
8366     <input xmlns="http://www.w3.org/1999/xhtml"
8367     type="number"
8368     step="1"/>
8369     #errors
8370    
8371     #data
8372     <input xmlns="http://www.w3.org/1999/xhtml"
8373     type="number"
8374     step="100"/>
8375     #errors
8376    
8377     #data
8378     <input xmlns="http://www.w3.org/1999/xhtml"
8379     type="number"
8380     step="0000001"/>
8381     #errors
8382    
8383     #data
8384     <input xmlns="http://www.w3.org/1999/xhtml"
8385     type="number"
8386     step="32"/>
8387     #errors
8388    
8389     #data
8390     <input xmlns="http://www.w3.org/1999/xhtml"
8391     type="number"
8392     step="-1.4142135623730950488016887242097e0"/>
8393     #errors
8394 wakaba 1.26 /input/@step;float:out of range;m
8395 wakaba 1.9
8396     #data
8397     <input xmlns="http://www.w3.org/1999/xhtml"
8398     type="number"
8399     step="3.17e4"/>
8400     #errors
8401    
8402     #data
8403     <input xmlns="http://www.w3.org/1999/xhtml"
8404     type="number"
8405     step="0.4500"/>
8406     #errors
8407    
8408     #data
8409     <input xmlns="http://www.w3.org/1999/xhtml"
8410     type="number"
8411     step="0042.000"/>
8412     #errors
8413    
8414     #data
8415     <input xmlns="http://www.w3.org/1999/xhtml"
8416     type="number"
8417     step="42e0"/>
8418     #errors
8419    
8420     #data
8421     <input xmlns="http://www.w3.org/1999/xhtml"
8422     type="number"
8423     step="4.2e1"/>
8424     #errors
8425    
8426     #data
8427     <input xmlns="http://www.w3.org/1999/xhtml"
8428     type="number"
8429     step="420e-1"/>
8430     #errors
8431    
8432     #data
8433     <input xmlns="http://www.w3.org/1999/xhtml"
8434     type="number"
8435     step=""/>
8436     #errors
8437     /input/@step;float:syntax error;m
8438    
8439     #data
8440     <input xmlns="http://www.w3.org/1999/xhtml"
8441     type="number"
8442     step="+0"/>
8443     #errors
8444     /input/@step;float:syntax error;m
8445    
8446     #data
8447     <input xmlns="http://www.w3.org/1999/xhtml"
8448     type="number"
8449     step="0e+0"/>
8450     #errors
8451 wakaba 1.26 /input/@step;float:out of range;m
8452 wakaba 1.9
8453     #data
8454     <input xmlns="http://www.w3.org/1999/xhtml"
8455     type="number"
8456     step="+1e+3"/>
8457     #errors
8458     /input/@step;float:syntax error;m
8459    
8460     #data
8461     <input xmlns="http://www.w3.org/1999/xhtml"
8462     type="number"
8463     step=".42e2"/>
8464     #errors
8465     /input/@step;float:syntax error;m
8466    
8467     #data
8468     <input xmlns="http://www.w3.org/1999/xhtml"
8469     type="number"
8470     step="65000"/>
8471     #errors
8472    
8473     #data
8474     <input xmlns="http://www.w3.org/1999/xhtml"
8475     type="number"
8476     step="66000.0"/>
8477     #errors
8478    
8479     #data
8480     <input xmlns="http://www.w3.org/1999/xhtml"
8481     type="number"
8482     step="any"/>
8483     #errors
8484    
8485     #data
8486     <input xmlns="http://www.w3.org/1999/xhtml"
8487     type="number"
8488     step="Any"/>
8489     #errors
8490    
8491     #data
8492     <input xmlns="http://www.w3.org/1999/xhtml"
8493     type="number"
8494     step="ANY"/>
8495     #errors
8496    
8497     #data
8498     <input xmlns="http://www.w3.org/1999/xhtml"
8499     type="number"
8500     step="any "/>
8501     #errors
8502     /input/@step;float:syntax error;m
8503    
8504     #data
8505     <input xmlns="http://www.w3.org/1999/xhtml"
8506     type="number"
8507     step=" Any"/>
8508     #errors
8509     /input/@step;float:syntax error;m
8510    
8511     #data
8512     <input xmlns="http://www.w3.org/1999/xhtml"
8513     type="number"
8514     step="anything"/>
8515     #errors
8516     /input/@step;float:syntax error;m
8517    
8518     #data
8519     <input xmlns="http://www.w3.org/1999/xhtml"
8520     type="number"
8521     step=""/>
8522     #errors
8523     /input/@step;float:syntax error;m
8524    
8525     #data
8526     <input xmlns="http://www.w3.org/1999/xhtml"
8527     type="number"
8528     step="0"/>
8529     #errors
8530     /input/@step;float:out of range;m
8531    
8532     #data
8533     <input xmlns="http://www.w3.org/1999/xhtml"
8534     type="number"
8535     step="0.00"/>
8536     #errors
8537     /input/@step;float:out of range;m
8538    
8539     #data
8540     <input xmlns="http://www.w3.org/1999/xhtml"
8541     type="range"
8542     step="1"/>
8543     #errors
8544    
8545     #data
8546     <input xmlns="http://www.w3.org/1999/xhtml"
8547     type="range"
8548     step="100"/>
8549     #errors
8550    
8551     #data
8552     <input xmlns="http://www.w3.org/1999/xhtml"
8553     type="range"
8554     step="0000001"/>
8555     #errors
8556    
8557     #data
8558     <input xmlns="http://www.w3.org/1999/xhtml"
8559     type="range"
8560     step="32"/>
8561     #errors
8562    
8563     #data
8564     <input xmlns="http://www.w3.org/1999/xhtml"
8565     type="range"
8566     step="-1.4142135623730950488016887242097e0"/>
8567     #errors
8568 wakaba 1.26 /input/@step;float:out of range;m
8569 wakaba 1.9
8570     #data
8571     <input xmlns="http://www.w3.org/1999/xhtml"
8572     type="range"
8573     step="3.17e4"/>
8574     #errors
8575    
8576     #data
8577     <input xmlns="http://www.w3.org/1999/xhtml"
8578     type="range"
8579     step="0.4500"/>
8580     #errors
8581    
8582     #data
8583     <input xmlns="http://www.w3.org/1999/xhtml"
8584     type="range"
8585     step="0042.000"/>
8586     #errors
8587    
8588     #data
8589     <input xmlns="http://www.w3.org/1999/xhtml"
8590     type="range"
8591     step="42e0"/>
8592     #errors
8593    
8594     #data
8595     <input xmlns="http://www.w3.org/1999/xhtml"
8596     type="range"
8597     step="4.2e1"/>
8598     #errors
8599    
8600     #data
8601     <input xmlns="http://www.w3.org/1999/xhtml"
8602     type="range"
8603     step="420e-1"/>
8604     #errors
8605    
8606     #data
8607     <input xmlns="http://www.w3.org/1999/xhtml"
8608     type="range"
8609     step=""/>
8610     #errors
8611     /input/@step;float:syntax error;m
8612    
8613     #data
8614     <input xmlns="http://www.w3.org/1999/xhtml"
8615     type="range"
8616     step="+0"/>
8617     #errors
8618     /input/@step;float:syntax error;m
8619    
8620     #data
8621     <input xmlns="http://www.w3.org/1999/xhtml"
8622     type="range"
8623     step="0e+0"/>
8624     #errors
8625 wakaba 1.26 /input/@step;float:out of range;m
8626 wakaba 1.9
8627     #data
8628     <input xmlns="http://www.w3.org/1999/xhtml"
8629     type="range"
8630     step="+1e+3"/>
8631     #errors
8632     /input/@step;float:syntax error;m
8633    
8634     #data
8635     <input xmlns="http://www.w3.org/1999/xhtml"
8636     type="range"
8637     step=".42e2"/>
8638     #errors
8639     /input/@step;float:syntax error;m
8640    
8641     #data
8642     <input xmlns="http://www.w3.org/1999/xhtml"
8643     type="range"
8644     step="65000"/>
8645     #errors
8646    
8647     #data
8648     <input xmlns="http://www.w3.org/1999/xhtml"
8649     type="range"
8650     step="66000.0"/>
8651     #errors
8652    
8653     #data
8654     <input xmlns="http://www.w3.org/1999/xhtml"
8655     type="range"
8656     step="any"/>
8657     #errors
8658    
8659     #data
8660     <input xmlns="http://www.w3.org/1999/xhtml"
8661     type="range"
8662     step="Any"/>
8663     #errors
8664    
8665     #data
8666     <input xmlns="http://www.w3.org/1999/xhtml"
8667     type="range"
8668     step="ANY"/>
8669     #errors
8670    
8671     #data
8672     <input xmlns="http://www.w3.org/1999/xhtml"
8673     type="range"
8674     step="any "/>
8675     #errors
8676     /input/@step;float:syntax error;m
8677    
8678     #data
8679     <input xmlns="http://www.w3.org/1999/xhtml"
8680     type="range"
8681     step=" Any"/>
8682     #errors
8683     /input/@step;float:syntax error;m
8684    
8685     #data
8686     <input xmlns="http://www.w3.org/1999/xhtml"
8687     type="range"
8688     step="anything"/>
8689     #errors
8690     /input/@step;float:syntax error;m
8691    
8692     #data
8693     <input xmlns="http://www.w3.org/1999/xhtml"
8694     type="range"
8695     step=""/>
8696     #errors
8697     /input/@step;float:syntax error;m
8698    
8699     #data
8700     <input xmlns="http://www.w3.org/1999/xhtml"
8701     type="range"
8702     step="0"/>
8703     #errors
8704     /input/@step;float:out of range;m
8705    
8706     #data
8707     <input xmlns="http://www.w3.org/1999/xhtml"
8708     type="range"
8709     step="0.00"/>
8710     #errors
8711     /input/@step;float:out of range;m
8712 wakaba 1.10
8713     #data
8714     <input xmlns="http://www.w3.org/1999/xhtml"
8715 wakaba 1.14 type="hidden"
8716     multiple=""/>
8717     #errors
8718     /input/@multiple;input attr not applicable;hidden;m
8719    
8720     #data
8721     <input xmlns="http://www.w3.org/1999/xhtml"
8722     type="text"
8723     multiple=""/>
8724     #errors
8725     /input/@multiple;input attr not applicable;text;m
8726    
8727     #data
8728     <input xmlns="http://www.w3.org/1999/xhtml"
8729     type="search"
8730     multiple=""/>
8731     #errors
8732     /input/@multiple;input attr not applicable;search;m
8733    
8734     #data
8735     <input xmlns="http://www.w3.org/1999/xhtml"
8736     type="url"
8737     multiple=""/>
8738     #errors
8739     /input/@multiple;input attr not applicable;url;m
8740    
8741     #data
8742     <input xmlns="http://www.w3.org/1999/xhtml"
8743     type="password"
8744     multiple=""/>
8745     #errors
8746     /input/@multiple;input attr not applicable;password;m
8747    
8748     #data
8749     <input xmlns="http://www.w3.org/1999/xhtml"
8750     type="datetime"
8751     multiple=""/>
8752     #errors
8753     /input/@multiple;input attr not applicable;datetime;m
8754    
8755     #data
8756     <input xmlns="http://www.w3.org/1999/xhtml"
8757     type="date"
8758     multiple=""/>
8759     #errors
8760     /input/@multiple;input attr not applicable;date;m
8761    
8762     #data
8763     <input xmlns="http://www.w3.org/1999/xhtml"
8764     type="month"
8765     multiple=""/>
8766     #errors
8767     /input/@multiple;input attr not applicable;month;m
8768    
8769     #data
8770     <input xmlns="http://www.w3.org/1999/xhtml"
8771     type="week"
8772     multiple=""/>
8773     #errors
8774     /input/@multiple;input attr not applicable;week;m
8775    
8776     #data
8777     <input xmlns="http://www.w3.org/1999/xhtml"
8778     type="time"
8779     multiple=""/>
8780     #errors
8781     /input/@multiple;input attr not applicable;time;m
8782    
8783     #data
8784     <input xmlns="http://www.w3.org/1999/xhtml"
8785     type="datetime-local"
8786     multiple=""/>
8787     #errors
8788     /input/@multiple;input attr not applicable;datetime-local;m
8789    
8790     #data
8791     <input xmlns="http://www.w3.org/1999/xhtml"
8792     type="number"
8793     multiple=""/>
8794     #errors
8795     /input/@multiple;input attr not applicable;number;m
8796    
8797     #data
8798     <input xmlns="http://www.w3.org/1999/xhtml"
8799     type="range"
8800     multiple=""/>
8801     #errors
8802     /input/@multiple;input attr not applicable;range;m
8803    
8804     #data
8805     <input xmlns="http://www.w3.org/1999/xhtml"
8806     type="color"
8807     multiple=""/>
8808     #errors
8809     /input/@multiple;input attr not applicable;color;m
8810    
8811     #data
8812     <input xmlns="http://www.w3.org/1999/xhtml"
8813     type="checkbox"
8814     multiple=""/>
8815     #errors
8816     /input/@multiple;input attr not applicable;checkbox;m
8817    
8818     #data
8819     <input xmlns="http://www.w3.org/1999/xhtml"
8820     type="radio"
8821     multiple=""/>
8822     #errors
8823     /input/@multiple;input attr not applicable;radio;m
8824    
8825     #data
8826     <input xmlns="http://www.w3.org/1999/xhtml"
8827     type="submit"
8828     multiple=""/>
8829     #errors
8830     /input/@multiple;input attr not applicable;submit;m
8831    
8832     #data
8833     <input xmlns="http://www.w3.org/1999/xhtml"
8834     type="image"
8835     src="" alt="x"
8836     multiple=""/>
8837     #errors
8838     /input/@multiple;input attr not applicable;image;m
8839    
8840     #data
8841     <input xmlns="http://www.w3.org/1999/xhtml"
8842     type="reset"
8843     multiple=""/>
8844     #errors
8845     /input/@multiple;input attr not applicable;reset;m
8846    
8847     #data
8848     <input xmlns="http://www.w3.org/1999/xhtml"
8849     type="button"
8850     multiple=""/>
8851     #errors
8852     /input/@multiple;input attr not applicable;button;m
8853    
8854     #data
8855     <input xmlns="http://www.w3.org/1999/xhtml"
8856     type="add"
8857     multiple=""/>
8858     #errors
8859     /input/@multiple;input attr not applicable;add;m
8860     /input/@type;enumerated:invalid;m
8861    
8862     #data
8863     <input xmlns="http://www.w3.org/1999/xhtml"
8864     type="remove"
8865     multiple=""/>
8866     #errors
8867     /input/@multiple;input attr not applicable;remove;m
8868     /input/@type;enumerated:invalid;m
8869    
8870     #data
8871     <input xmlns="http://www.w3.org/1999/xhtml"
8872     type="move-up"
8873     multiple=""/>
8874     #errors
8875     /input/@multiple;input attr not applicable;move-up;m
8876     /input/@type;enumerated:invalid;m
8877    
8878     #data
8879     <input xmlns="http://www.w3.org/1999/xhtml"
8880     type="move-down"
8881     multiple=""/>
8882     #errors
8883     /input/@multiple;input attr not applicable;move-down;m
8884     /input/@type;enumerated:invalid;m
8885    
8886     #data
8887     <input xmlns="http://www.w3.org/1999/xhtml"
8888     type="email"
8889     multiple=""/>
8890     #errors
8891    
8892     #data
8893     <input xmlns="http://www.w3.org/1999/xhtml"
8894     type="email"
8895     multiple="multiple"/>
8896     #errors
8897    
8898     #data
8899     <input xmlns="http://www.w3.org/1999/xhtml"
8900     type="email"
8901     multiple="Multiple"/>
8902     #errors
8903    
8904     #data
8905     <input xmlns="http://www.w3.org/1999/xhtml"
8906     type="email"
8907     multiple=" multiple"/>
8908     #errors
8909     /input/@multiple;boolean:invalid;m
8910    
8911     #data
8912     <input xmlns="http://www.w3.org/1999/xhtml"
8913     type="email"
8914     multiple="yes"/>
8915     #errors
8916     /input/@multiple;boolean:invalid;m
8917    
8918     #data
8919     <input xmlns="http://www.w3.org/1999/xhtml"
8920     type="file"
8921     multiple=""/>
8922     #errors
8923    
8924     #data
8925     <input xmlns="http://www.w3.org/1999/xhtml"
8926     type="file"
8927     multiple="multiple"/>
8928     #errors
8929    
8930     #data
8931     <input xmlns="http://www.w3.org/1999/xhtml"
8932     type="file"
8933     multiple="Multiple"/>
8934     #errors
8935    
8936     #data
8937     <input xmlns="http://www.w3.org/1999/xhtml"
8938     type="file"
8939     multiple=" multiple"/>
8940     #errors
8941     /input/@multiple;boolean:invalid;m
8942    
8943     #data
8944     <input xmlns="http://www.w3.org/1999/xhtml"
8945     type="file"
8946     multiple="yes"/>
8947     #errors
8948     /input/@multiple;boolean:invalid;m
8949 wakaba 1.15
8950     #data
8951     <input xmlns="http://www.w3.org/1999/xhtml"
8952     type="text"
8953     pattern=""/>
8954     #errors
8955     /input/@pattern;SUBDOC
8956     /input;attribute missing;title;s
8957    
8958     #data
8959     <input xmlns="http://www.w3.org/1999/xhtml"
8960     type="text"
8961     pattern="" title="empty"/>
8962     #errors
8963     /input/@pattern;SUBDOC
8964    
8965     #data
8966     <input xmlns="http://www.w3.org/1999/xhtml"
8967     type="search"
8968     pattern=""/>
8969     #errors
8970     /input/@pattern;SUBDOC
8971     /input;attribute missing;title;s
8972    
8973     #data
8974     <input xmlns="http://www.w3.org/1999/xhtml"
8975     type="search"
8976     pattern="" title="empty"/>
8977     #errors
8978     /input/@pattern;SUBDOC
8979    
8980     #data
8981     <input xmlns="http://www.w3.org/1999/xhtml"
8982     type="url"
8983     pattern=""/>
8984     #errors
8985     /input/@pattern;SUBDOC
8986     /input;attribute missing;title;s
8987    
8988     #data
8989     <input xmlns="http://www.w3.org/1999/xhtml"
8990     type="url"
8991     pattern="" title="empty"/>
8992     #errors
8993     /input/@pattern;SUBDOC
8994    
8995     #data
8996     <input xmlns="http://www.w3.org/1999/xhtml"
8997     type="email"
8998     pattern=""/>
8999     #errors
9000     /input/@pattern;SUBDOC
9001     /input;attribute missing;title;s
9002    
9003     #data
9004     <input xmlns="http://www.w3.org/1999/xhtml"
9005     type="email"
9006     pattern="" title="empty"/>
9007     #errors
9008     /input/@pattern;SUBDOC
9009    
9010     #data
9011     <input xmlns="http://www.w3.org/1999/xhtml"
9012     type="password"
9013     pattern=""/>
9014     #errors
9015     /input/@pattern;SUBDOC
9016     /input;attribute missing;title;s
9017    
9018     #data
9019     <input xmlns="http://www.w3.org/1999/xhtml"
9020     type="password"
9021     pattern="" title="empty"/>
9022     #errors
9023     /input/@pattern;SUBDOC
9024 wakaba 1.14
9025     #data
9026     <input xmlns="http://www.w3.org/1999/xhtml"
9027     type="hidden"
9028     placeholder=""/>
9029     #errors
9030     /input/@placeholder;input attr not applicable;hidden;m
9031    
9032     #data
9033     <input xmlns="http://www.w3.org/1999/xhtml"
9034     type="datetime"
9035     placeholder=""/>
9036     #errors
9037     /input/@placeholder;input attr not applicable;datetime;m
9038    
9039     #data
9040     <input xmlns="http://www.w3.org/1999/xhtml"
9041     type="date"
9042     placeholder=""/>
9043     #errors
9044     /input/@placeholder;input attr not applicable;date;m
9045    
9046     #data
9047     <input xmlns="http://www.w3.org/1999/xhtml"
9048     type="month"
9049     placeholder=""/>
9050     #errors
9051     /input/@placeholder;input attr not applicable;month;m
9052    
9053     #data
9054     <input xmlns="http://www.w3.org/1999/xhtml"
9055     type="week"
9056     placeholder=""/>
9057     #errors
9058     /input/@placeholder;input attr not applicable;week;m
9059    
9060     #data
9061     <input xmlns="http://www.w3.org/1999/xhtml"
9062     type="time"
9063     placeholder=""/>
9064     #errors
9065     /input/@placeholder;input attr not applicable;time;m
9066    
9067     #data
9068     <input xmlns="http://www.w3.org/1999/xhtml"
9069     type="datetime-local"
9070     placeholder=""/>
9071     #errors
9072     /input/@placeholder;input attr not applicable;datetime-local;m
9073    
9074     #data
9075     <input xmlns="http://www.w3.org/1999/xhtml"
9076     type="number"
9077     placeholder=""/>
9078     #errors
9079     /input/@placeholder;input attr not applicable;number;m
9080    
9081     #data
9082     <input xmlns="http://www.w3.org/1999/xhtml"
9083     type="range"
9084     placeholder=""/>
9085     #errors
9086     /input/@placeholder;input attr not applicable;range;m
9087    
9088     #data
9089     <input xmlns="http://www.w3.org/1999/xhtml"
9090     type="color"
9091     placeholder=""/>
9092     #errors
9093     /input/@placeholder;input attr not applicable;color;m
9094    
9095     #data
9096     <input xmlns="http://www.w3.org/1999/xhtml"
9097     type="checkbox"
9098     placeholder=""/>
9099     #errors
9100     /input/@placeholder;input attr not applicable;checkbox;m
9101    
9102     #data
9103     <input xmlns="http://www.w3.org/1999/xhtml"
9104     type="radio"
9105     placeholder=""/>
9106     #errors
9107     /input/@placeholder;input attr not applicable;radio;m
9108    
9109     #data
9110     <input xmlns="http://www.w3.org/1999/xhtml"
9111     type="file"
9112     placeholder=""/>
9113     #errors
9114     /input/@placeholder;input attr not applicable;file;m
9115    
9116     #data
9117     <input xmlns="http://www.w3.org/1999/xhtml"
9118     type="submit"
9119     placeholder=""/>
9120     #errors
9121     /input/@placeholder;input attr not applicable;submit;m
9122    
9123     #data
9124     <input xmlns="http://www.w3.org/1999/xhtml"
9125     type="image"
9126     src="" alt="x"
9127     placeholder=""/>
9128     #errors
9129     /input/@placeholder;input attr not applicable;image;m
9130    
9131     #data
9132     <input xmlns="http://www.w3.org/1999/xhtml"
9133     type="reset"
9134     placeholder=""/>
9135     #errors
9136     /input/@placeholder;input attr not applicable;reset;m
9137    
9138     #data
9139     <input xmlns="http://www.w3.org/1999/xhtml"
9140     type="button"
9141     placeholder=""/>
9142     #errors
9143     /input/@placeholder;input attr not applicable;button;m
9144    
9145     #data
9146     <input xmlns="http://www.w3.org/1999/xhtml"
9147     type="add"
9148     placeholder=""/>
9149     #errors
9150     /input/@placeholder;input attr not applicable;add;m
9151     /input/@type;enumerated:invalid;m
9152    
9153     #data
9154     <input xmlns="http://www.w3.org/1999/xhtml"
9155     type="remove"
9156     placeholder=""/>
9157     #errors
9158     /input/@placeholder;input attr not applicable;remove;m
9159     /input/@type;enumerated:invalid;m
9160    
9161     #data
9162     <input xmlns="http://www.w3.org/1999/xhtml"
9163     type="move-up"
9164     placeholder=""/>
9165     #errors
9166     /input/@placeholder;input attr not applicable;move-up;m
9167     /input/@type;enumerated:invalid;m
9168    
9169     #data
9170     <input xmlns="http://www.w3.org/1999/xhtml"
9171     type="move-down"
9172     placeholder=""/>
9173     #errors
9174     /input/@placeholder;input attr not applicable;move-down;m
9175     /input/@type;enumerated:invalid;m
9176    
9177     #data
9178     <input xmlns="http://www.w3.org/1999/xhtml"
9179     type="text"
9180     placeholder=""/>
9181     #errors
9182    
9183     #data
9184     <input xmlns="http://www.w3.org/1999/xhtml"
9185     type="text"
9186     placeholder="xxx"/>
9187     #errors
9188    
9189     #data
9190     <input xmlns="http://www.w3.org/1999/xhtml"
9191     type="text"
9192     placeholder="&#xa;"/>
9193     #errors
9194     /input/@placeholder;newline in value;m
9195    
9196     #data
9197     <input xmlns="http://www.w3.org/1999/xhtml"
9198     type="text"
9199     placeholder="&#xd;"/>
9200     #errors
9201     /input/@placeholder;newline in value;m
9202    
9203     #data
9204     <input xmlns="http://www.w3.org/1999/xhtml"
9205     type="search"
9206     placeholder=""/>
9207     #errors
9208    
9209     #data
9210     <input xmlns="http://www.w3.org/1999/xhtml"
9211     type="search"
9212     placeholder="xxx"/>
9213     #errors
9214    
9215     #data
9216     <input xmlns="http://www.w3.org/1999/xhtml"
9217     type="search"
9218     placeholder="&#xa;"/>
9219     #errors
9220     /input/@placeholder;newline in value;m
9221    
9222     #data
9223     <input xmlns="http://www.w3.org/1999/xhtml"
9224     type="search"
9225     placeholder="&#xd;"/>
9226     #errors
9227     /input/@placeholder;newline in value;m
9228    
9229     #data
9230     <input xmlns="http://www.w3.org/1999/xhtml"
9231     type="url"
9232     placeholder=""/>
9233     #errors
9234    
9235     #data
9236     <input xmlns="http://www.w3.org/1999/xhtml"
9237     type="url"
9238     placeholder="xxx"/>
9239     #errors
9240    
9241     #data
9242     <input xmlns="http://www.w3.org/1999/xhtml"
9243     type="url"
9244     placeholder="&#xa;"/>
9245     #errors
9246     /input/@placeholder;newline in value;m
9247    
9248     #data
9249     <input xmlns="http://www.w3.org/1999/xhtml"
9250     type="url"
9251     placeholder="&#xd;"/>
9252     #errors
9253     /input/@placeholder;newline in value;m
9254    
9255     #data
9256     <input xmlns="http://www.w3.org/1999/xhtml"
9257     type="email"
9258     placeholder=""/>
9259     #errors
9260    
9261     #data
9262     <input xmlns="http://www.w3.org/1999/xhtml"
9263     type="email"
9264     placeholder="xxx"/>
9265     #errors
9266    
9267     #data
9268     <input xmlns="http://www.w3.org/1999/xhtml"
9269     type="email"
9270     placeholder="&#xa;"/>
9271     #errors
9272     /input/@placeholder;newline in value;m
9273    
9274     #data
9275     <input xmlns="http://www.w3.org/1999/xhtml"
9276     type="email"
9277     placeholder="&#xd;"/>
9278     #errors
9279     /input/@placeholder;newline in value;m
9280    
9281     #data
9282     <input xmlns="http://www.w3.org/1999/xhtml"
9283     type="password"
9284     placeholder=""/>
9285     #errors
9286    
9287     #data
9288     <input xmlns="http://www.w3.org/1999/xhtml"
9289     type="password"
9290     placeholder="xxx"/>
9291     #errors
9292    
9293     #data
9294     <input xmlns="http://www.w3.org/1999/xhtml"
9295     type="password"
9296     placeholder="&#xa;"/>
9297     #errors
9298     /input/@placeholder;newline in value;m
9299    
9300     #data
9301     <input xmlns="http://www.w3.org/1999/xhtml"
9302     type="password"
9303     placeholder="&#xd;"/>
9304     #errors
9305     /input/@placeholder;newline in value;m
9306    
9307     #data
9308     <input xmlns="http://www.w3.org/1999/xhtml"
9309 wakaba 1.10 accept-charset=""/>
9310     #errors
9311     /input/@accept-charset;attribute not defined;m
9312    
9313     #data
9314     <input xmlns="http://www.w3.org/1999/xhtml"
9315     accept-charset="x-euc-jp"/>
9316     #errors
9317     /input/@accept-charset;attribute not defined;m
9318     /input/@accept-charset;charset:private;w
9319     /input/@accept-charset;charset:not preferred;m
9320    
9321     #data
9322     <input xmlns="http://www.w3.org/1999/xhtml"
9323     accept-charset="us-ascii iso-2022-jp"/>
9324     #errors
9325     /input/@accept-charset;attribute not defined;m
9326     /input/@accept-charset;charset:not ascii compat;m
9327    
9328     #data
9329     <input xmlns="http://www.w3.org/1999/xhtml"
9330     type="hidden"
9331     accept-charset="us-ascii"/>
9332     #errors
9333     /input/@accept-charset;attribute not defined;m
9334    
9335    
9336     #data
9337     <input xmlns="http://www.w3.org/1999/xhtml"
9338     type="hidden"
9339     accept-charset="us-ascii"/>
9340     #errors
9341     /input/@accept-charset;attribute not defined;m
9342    
9343    
9344     #data
9345     <input xmlns="http://www.w3.org/1999/xhtml"
9346     type="email"
9347     accept-charset="us-ascii"/>
9348     #errors
9349     /input/@accept-charset;attribute not defined;m
9350    
9351     #data
9352     <input xmlns="http://www.w3.org/1999/xhtml"
9353     type="url"
9354     accept-charset="us-ascii"/>
9355     #errors
9356     /input/@accept-charset;attribute not defined;m
9357    
9358 wakaba 1.12 #data
9359     <input xmlns="http://www.w3.org/1999/xhtml"
9360     type="search"
9361     accept-charset="us-ascii"/>
9362     #errors
9363     /input/@accept-charset;attribute not defined;m
9364 wakaba 1.10
9365     #data
9366     <input xmlns="http://www.w3.org/1999/xhtml"
9367     type="password"
9368     accept-charset="us-ascii"/>
9369     #errors
9370     /input/@accept-charset;attribute not defined;m
9371    
9372    
9373     #data
9374     <input xmlns="http://www.w3.org/1999/xhtml"
9375     type="datetime"
9376     accept-charset="us-ascii"/>
9377     #errors
9378     /input/@accept-charset;attribute not defined;m
9379    
9380    
9381     #data
9382     <input xmlns="http://www.w3.org/1999/xhtml"
9383     type="date"
9384     accept-charset="us-ascii"/>
9385     #errors
9386     /input/@accept-charset;attribute not defined;m
9387    
9388    
9389     #data
9390     <input xmlns="http://www.w3.org/1999/xhtml"
9391     type="month"
9392     accept-charset="us-ascii"/>
9393     #errors
9394     /input/@accept-charset;attribute not defined;m
9395    
9396    
9397     #data
9398     <input xmlns="http://www.w3.org/1999/xhtml"
9399     type="week"
9400     accept-charset="us-ascii"/>
9401     #errors
9402     /input/@accept-charset;attribute not defined;m
9403    
9404    
9405     #data
9406     <input xmlns="http://www.w3.org/1999/xhtml"
9407     type="time"
9408     accept-charset="us-ascii"/>
9409     #errors
9410     /input/@accept-charset;attribute not defined;m
9411    
9412    
9413     #data
9414     <input xmlns="http://www.w3.org/1999/xhtml"
9415     type="datetime-local"
9416     accept-charset="us-ascii"/>
9417     #errors
9418     /input/@accept-charset;attribute not defined;m
9419    
9420    
9421     #data
9422     <input xmlns="http://www.w3.org/1999/xhtml"
9423     type="number"
9424     accept-charset="us-ascii"/>
9425     #errors
9426     /input/@accept-charset;attribute not defined;m
9427    
9428     #data
9429     <input xmlns="http://www.w3.org/1999/xhtml"
9430     type="range"
9431     accept-charset="us-ascii"/>
9432     #errors
9433     /input/@accept-charset;attribute not defined;m
9434    
9435 wakaba 1.13 #data
9436     <input xmlns="http://www.w3.org/1999/xhtml"
9437     type="color"
9438     accept-charset="us-ascii"/>
9439     #errors
9440     /input/@accept-charset;attribute not defined;m
9441 wakaba 1.10
9442     #data
9443     <input xmlns="http://www.w3.org/1999/xhtml"
9444     type="checkbox"
9445     accept-charset="us-ascii"/>
9446     #errors
9447     /input/@accept-charset;attribute not defined;m
9448    
9449    
9450     #data
9451     <input xmlns="http://www.w3.org/1999/xhtml"
9452     type="radio"
9453     accept-charset="us-ascii"/>
9454     #errors
9455     /input/@accept-charset;attribute not defined;m
9456    
9457    
9458     #data
9459     <input xmlns="http://www.w3.org/1999/xhtml"
9460     type="file"
9461     accept-charset="us-ascii"/>
9462     #errors
9463     /input/@accept-charset;attribute not defined;m
9464    
9465    
9466     #data
9467     <input xmlns="http://www.w3.org/1999/xhtml"
9468     type="submit"
9469     accept-charset="us-ascii"/>
9470     #errors
9471     /input/@accept-charset;attribute not defined;m
9472    
9473    
9474     #data
9475     <input xmlns="http://www.w3.org/1999/xhtml"
9476     type="image"
9477     accept-charset="us-ascii"/>
9478     #errors
9479     /input/@accept-charset;attribute not defined;m
9480    
9481     #data
9482     <input xmlns="http://www.w3.org/1999/xhtml"
9483     type="reset"
9484     accept-charset="us-ascii"/>
9485     #errors
9486     /input/@accept-charset;attribute not defined;m
9487    
9488     #data
9489     <input xmlns="http://www.w3.org/1999/xhtml"
9490     type="button"
9491     accept-charset="us-ascii"/>
9492     #errors
9493     /input/@accept-charset;attribute not defined;m
9494    
9495     #data
9496     <input xmlns="http://www.w3.org/1999/xhtml"
9497     type="add"
9498     accept-charset="us-ascii"/>
9499     #errors
9500     /input/@accept-charset;attribute not defined;m
9501     /input/@type;enumerated:invalid;m
9502    
9503     #data
9504     <input xmlns="http://www.w3.org/1999/xhtml"
9505     type="remove"
9506     accept-charset="us-ascii"/>
9507     #errors
9508     /input/@accept-charset;attribute not defined;m
9509     /input/@type;enumerated:invalid;m
9510    
9511     #data
9512     <input xmlns="http://www.w3.org/1999/xhtml"
9513     type="move-up"
9514     accept-charset="us-ascii"/>
9515     #errors
9516     /input/@accept-charset;attribute not defined;m
9517     /input/@type;enumerated:invalid;m
9518    
9519     #data
9520     <input xmlns="http://www.w3.org/1999/xhtml"
9521     type="move-down"
9522     accept-charset="us-ascii"/>
9523     #errors
9524     /input/@accept-charset;attribute not defined;m
9525     /input/@type;enumerated:invalid;m
9526    
9527     #data
9528     <input accesskey="" xmlns="http://www.w3.org/1999/xhtml"/>
9529     #errors
9530    
9531     #data
9532     <input accesskey="x" xmlns="http://www.w3.org/1999/xhtml"/>
9533     #errors
9534    
9535     #data
9536     <input xmlns="http://www.w3.org/1999/xhtml"
9537     type="hidden"
9538     accesskey="a"/>
9539     #errors
9540    
9541     #data
9542     <input xmlns="http://www.w3.org/1999/xhtml"
9543     type="text"
9544     accesskey="a"/>
9545     #errors
9546    
9547     #data
9548     <input xmlns="http://www.w3.org/1999/xhtml"
9549     type="email"
9550     accesskey="a"/>
9551     #errors
9552    
9553     #data
9554     <input xmlns="http://www.w3.org/1999/xhtml"
9555     type="url"
9556     accesskey="a"/>
9557     #errors
9558    
9559     #data
9560     <input xmlns="http://www.w3.org/1999/xhtml"
9561 wakaba 1.12 type="search"
9562     accesskey="a"/>
9563     #errors
9564    
9565     #data
9566     <input xmlns="http://www.w3.org/1999/xhtml"
9567 wakaba 1.10 type="password"
9568     accesskey="a"/>
9569     #errors
9570    
9571     #data
9572     <input xmlns="http://www.w3.org/1999/xhtml"
9573     type="datetime"
9574     accesskey="a"/>
9575     #errors
9576    
9577     #data
9578     <input xmlns="http://www.w3.org/1999/xhtml"
9579     type="date"
9580     accesskey="a"/>
9581     #errors
9582    
9583     #data
9584     <input xmlns="http://www.w3.org/1999/xhtml"
9585     type="month"
9586     accesskey="a"/>
9587     #errors
9588    
9589     #data
9590     <input xmlns="http://www.w3.org/1999/xhtml"
9591     type="week"
9592     accesskey="a"/>
9593     #errors
9594    
9595     #data
9596     <input xmlns="http://www.w3.org/1999/xhtml"
9597     type="time"
9598     accesskey="a"/>
9599     #errors
9600    
9601     #data
9602     <input xmlns="http://www.w3.org/1999/xhtml"
9603     type="datetime-local"
9604     accesskey="a"/>
9605     #errors
9606    
9607     #data
9608     <input xmlns="http://www.w3.org/1999/xhtml"
9609     type="number"
9610     accesskey="a"/>
9611     #errors
9612    
9613     #data
9614     <input xmlns="http://www.w3.org/1999/xhtml"
9615     type="range"
9616     accesskey="a"/>
9617     #errors
9618    
9619     #data
9620     <input xmlns="http://www.w3.org/1999/xhtml"
9621 wakaba 1.13 type="color"
9622     accesskey="a"/>
9623     #errors
9624    
9625     #data
9626     <input xmlns="http://www.w3.org/1999/xhtml"
9627 wakaba 1.10 type="checkbox"
9628     accesskey="a"/>
9629     #errors
9630    
9631     #data
9632     <input xmlns="http://www.w3.org/1999/xhtml"
9633     type="radio"
9634     accesskey="a"/>
9635     #errors
9636    
9637     #data
9638     <input xmlns="http://www.w3.org/1999/xhtml"
9639     type="file"
9640     accesskey="a"/>
9641     #errors
9642    
9643     #data
9644     <input xmlns="http://www.w3.org/1999/xhtml"
9645     type="submit"
9646     accesskey="a"/>
9647     #errors
9648    
9649     #data
9650     <input xmlns="http://www.w3.org/1999/xhtml"
9651     type="image"
9652     accesskey="a"/>
9653     #errors
9654    
9655     #data
9656     <input xmlns="http://www.w3.org/1999/xhtml"
9657     type="reset"
9658     accesskey="a"/>
9659     #errors
9660    
9661     #data
9662     <input xmlns="http://www.w3.org/1999/xhtml"
9663     type="button"
9664     accesskey="a"/>
9665     #errors
9666    
9667     #data
9668     <input xmlns="http://www.w3.org/1999/xhtml"
9669     type="add"
9670     accesskey="a"/>
9671     #errors
9672     /input/@type;enumerated:invalid;m
9673    
9674     #data
9675     <input xmlns="http://www.w3.org/1999/xhtml"
9676     type="remove"
9677     accesskey="a"/>
9678     #errors
9679     /input/@type;enumerated:invalid;m
9680    
9681     #data
9682     <input xmlns="http://www.w3.org/1999/xhtml"
9683     type="move-up"
9684     accesskey="a"/>
9685     #errors
9686     /input/@type;enumerated:invalid;m
9687    
9688     #data
9689     <input xmlns="http://www.w3.org/1999/xhtml"
9690     type="move-down"
9691     accesskey="a"/>
9692     #errors
9693     /input/@type;enumerated:invalid;m
9694 wakaba 1.20
9695     #data
9696     <input xmlns="http://www.w3.org/1999/xhtml"
9697     type="move-down"
9698     accesskey="a b"/>
9699     #errors
9700     /input/@type;enumerated:invalid;m
9701    
9702     #data
9703     <input xmlns="http://www.w3.org/1999/xhtml"
9704     type="move-down"
9705     accesskey="abc"/>
9706     #errors
9707     /input/@type;enumerated:invalid;m
9708     /input/@accesskey;char:syntax error;m
9709 wakaba 1.10
9710     #data
9711     <input xmlns="http://www.w3.org/1999/xhtml"
9712     type="hidden"
9713     replace=""/>
9714     #errors
9715     /input/@replace;attribute not defined;m
9716     /input/@replace;input attr not applicable;hidden;m
9717    
9718     #data
9719     <input xmlns="http://www.w3.org/1999/xhtml"
9720     type="text"
9721     replace=""/>
9722     #errors
9723     /input/@replace;attribute not defined;m
9724     /input/@replace;input attr not applicable;text;m
9725    
9726     #data
9727     <input xmlns="http://www.w3.org/1999/xhtml"
9728     type="email"
9729     replace=""/>
9730     #errors
9731     /input/@replace;attribute not defined;m
9732     /input/@replace;input attr not applicable;email;m
9733    
9734     #data
9735     <input xmlns="http://www.w3.org/1999/xhtml"
9736     type="url"
9737     replace=""/>
9738     #errors
9739     /input/@replace;attribute not defined;m
9740     /input/@replace;input attr not applicable;url;m
9741    
9742     #data
9743     <input xmlns="http://www.w3.org/1999/xhtml"
9744 wakaba 1.12 type="search"
9745     replace=""/>
9746     #errors
9747     /input/@replace;attribute not defined;m
9748     /input/@replace;input attr not applicable;search;m
9749    
9750     #data
9751     <input xmlns="http://www.w3.org/1999/xhtml"
9752 wakaba 1.10 type="password"
9753     replace=""/>
9754     #errors
9755     /input/@replace;attribute not defined;m
9756     /input/@replace;input attr not applicable;password;m
9757    
9758     #data
9759     <input xmlns="http://www.w3.org/1999/xhtml"
9760     type="datetime"
9761     replace=""/>
9762     #errors
9763     /input/@replace;attribute not defined;m
9764     /input/@replace;input attr not applicable;datetime;m
9765    
9766     #data
9767     <input xmlns="http://www.w3.org/1999/xhtml"
9768     type="date"
9769     replace=""/>
9770     #errors
9771     /input/@replace;attribute not defined;m
9772     /input/@replace;input attr not applicable;date;m
9773    
9774     #data
9775     <input xmlns="http://www.w3.org/1999/xhtml"
9776     type="month"
9777     replace=""/>
9778     #errors
9779     /input/@replace;attribute not defined;m
9780     /input/@replace;input attr not applicable;month;m
9781    
9782     #data
9783     <input xmlns="http://www.w3.org/1999/xhtml"
9784     type="week"
9785     replace=""/>
9786     #errors
9787     /input/@replace;attribute not defined;m
9788     /input/@replace;input attr not applicable;week;m
9789    
9790     #data
9791     <input xmlns="http://www.w3.org/1999/xhtml"
9792     type="time"
9793     replace=""/>
9794     #errors
9795     /input/@replace;attribute not defined;m
9796     /input/@replace;input attr not applicable;time;m
9797    
9798     #data
9799     <input xmlns="http://www.w3.org/1999/xhtml"
9800     type="datetime-local"
9801     replace=""/>
9802     #errors
9803     /input/@replace;attribute not defined;m
9804     /input/@replace;input attr not applicable;datetime-local;m
9805    
9806     #data
9807     <input xmlns="http://www.w3.org/1999/xhtml"
9808     type="number"
9809     replace=""/>
9810     #errors
9811     /input/@replace;attribute not defined;m
9812     /input/@replace;input attr not applicable;number;m
9813    
9814     #data
9815     <input xmlns="http://www.w3.org/1999/xhtml"
9816     type="range"
9817     replace=""/>
9818     #errors
9819     /input/@replace;attribute not defined;m
9820     /input/@replace;input attr not applicable;range;m
9821    
9822     #data
9823     <input xmlns="http://www.w3.org/1999/xhtml"
9824 wakaba 1.13 type="color"
9825     replace=""/>
9826     #errors
9827     /input/@replace;attribute not defined;m
9828     /input/@replace;input attr not applicable;color;m
9829    
9830     #data
9831     <input xmlns="http://www.w3.org/1999/xhtml"
9832 wakaba 1.10 type="checkbox"
9833     replace=""/>
9834     #errors
9835     /input/@replace;attribute not defined;m
9836     /input/@replace;input attr not applicable;checkbox;m
9837    
9838     #data
9839     <input xmlns="http://www.w3.org/1999/xhtml"
9840     type="radio"
9841     replace=""/>
9842     #errors
9843     /input/@replace;attribute not defined;m
9844     /input/@replace;input attr not applicable;radio;m
9845    
9846     #data
9847     <input xmlns="http://www.w3.org/1999/xhtml"
9848     type="file"
9849     replace=""/>
9850     #errors
9851     /input/@replace;attribute not defined;m
9852     /input/@replace;input attr not applicable;file;m
9853    
9854     #data
9855     <input xmlns="http://www.w3.org/1999/xhtml"
9856     type="reset"
9857     replace=""/>
9858     #errors
9859     /input/@replace;attribute not defined;m
9860     /input/@replace;input attr not applicable;reset;m
9861    
9862     #data
9863     <input xmlns="http://www.w3.org/1999/xhtml"
9864     type="button"
9865     replace=""/>
9866     #errors
9867     /input/@replace;attribute not defined;m
9868     /input/@replace;input attr not applicable;button;m
9869    
9870     #data
9871     <input xmlns="http://www.w3.org/1999/xhtml"
9872     type="add"
9873     replace=""/>
9874     #errors
9875     /input/@replace;attribute not defined;m
9876     /input/@replace;input attr not applicable;add;m
9877     /input/@type;enumerated:invalid;m
9878    
9879     #data
9880     <input xmlns="http://www.w3.org/1999/xhtml"
9881     type="remove"
9882     replace=""/>
9883     #errors
9884     /input/@replace;attribute not defined;m
9885     /input/@replace;input attr not applicable;remove;m
9886     /input/@type;enumerated:invalid;m
9887    
9888     #data
9889     <input xmlns="http://www.w3.org/1999/xhtml"
9890     type="move-up"
9891     replace=""/>
9892     #errors
9893     /input/@replace;attribute not defined;m
9894     /input/@replace;input attr not applicable;move-up;m
9895     /input/@type;enumerated:invalid;m
9896    
9897     #data
9898     <input xmlns="http://www.w3.org/1999/xhtml"
9899     type="move-down"
9900     replace=""/>
9901     #errors
9902     /input/@replace;attribute not defined;m
9903     /input/@replace;input attr not applicable;move-down;m
9904     /input/@type;enumerated:invalid;m
9905    
9906     #data
9907     <input xmlns="http://www.w3.org/1999/xhtml"
9908     type="submit"
9909     replace=""/>
9910     #errors
9911     /input/@replace;attribute not defined;m
9912     /input/@replace;enumerated:invalid;m
9913    
9914     #data
9915     <input xmlns="http://www.w3.org/1999/xhtml"
9916     type="image"
9917     alt="x" src=""
9918     replace=""/>
9919     #errors
9920     /input/@replace;attribute not defined;m
9921     /input/@replace;enumerated:invalid;m
9922    
9923     #data
9924     <input xmlns="http://www.w3.org/1999/xhtml"
9925     type="submit"
9926     replace="document"/>
9927     #errors
9928     /input/@replace;attribute not defined;m
9929    
9930     #data
9931     <input xmlns="http://www.w3.org/1999/xhtml"
9932     type="submit"
9933     replace="values"/>
9934     #errors
9935     /input/@replace;attribute not defined;m
9936    
9937     #data
9938     <input xmlns="http://www.w3.org/1999/xhtml"
9939     type="submit"
9940     replace="documents"/>
9941     #errors
9942     /input/@replace;attribute not defined;m
9943     /input/@replace;enumerated:invalid;m
9944    
9945     #data
9946     <input xmlns="http://www.w3.org/1999/xhtml"
9947     type="submit"
9948     replace="value"/>
9949     #errors
9950     /input/@replace;attribute not defined;m
9951     /input/@replace;enumerated:invalid;m
9952    
9953     #data
9954     <input xmlns="http://www.w3.org/1999/xhtml"
9955     type="submit"
9956     replace="DocuMent"/>
9957     #errors
9958     /input/@replace;attribute not defined;m
9959    
9960     #data
9961     <input xmlns="http://www.w3.org/1999/xhtml"
9962     type="submit"
9963     replace="ValueS"/>
9964     #errors
9965     /input/@replace;attribute not defined;m
9966    
9967     #data
9968     <input xmlns="http://www.w3.org/1999/xhtml"
9969     type="submit"
9970     replace=" document "/>
9971     #errors
9972     /input/@replace;attribute not defined;m
9973     /input/@replace;enumerated:invalid;m
9974    
9975     #data
9976     <input xmlns="http://www.w3.org/1999/xhtml"
9977     type="submit"
9978     replace="docs"/>
9979     #errors
9980     /input/@replace;attribute not defined;m
9981     /input/@replace;enumerated:invalid;m
9982    
9983     #data
9984     <input xmlns="http://www.w3.org/1999/xhtml"
9985     type="submit"
9986     replace="form"/>
9987     #errors
9988     /input/@replace;attribute not defined;m
9989     /input/@replace;enumerated:invalid;m
9990    
9991     #data
9992     <input xmlns="http://www.w3.org/1999/xhtml"
9993     type="submit"
9994     replace="yes"/>
9995     #errors
9996     /input/@replace;attribute not defined;m
9997     /input/@replace;enumerated:invalid;m
9998    
9999     #data
10000     <input xmlns="http://www.w3.org/1999/xhtml"
10001     type="hidden"
10002     align=""/>
10003     #errors
10004     /input/@align;attribute not defined;m
10005     /input/@align;input attr not applicable;hidden;m
10006    
10007     #data
10008     <input xmlns="http://www.w3.org/1999/xhtml"
10009     type="text"
10010     align=""/>
10011     #errors
10012     /input/@align;attribute not defined;m
10013     /input/@align;input attr not applicable;text;m
10014    
10015     #data
10016     <input xmlns="http://www.w3.org/1999/xhtml"
10017     type="email"
10018     align=""/>
10019     #errors
10020     /input/@align;attribute not defined;m
10021     /input/@align;input attr not applicable;email;m
10022    
10023     #data
10024     <input xmlns="http://www.w3.org/1999/xhtml"
10025     type="url"
10026     align=""/>
10027     #errors
10028     /input/@align;attribute not defined;m
10029     /input/@align;input attr not applicable;url;m
10030    
10031     #data
10032     <input xmlns="http://www.w3.org/1999/xhtml"
10033 wakaba 1.12 type="search"
10034     align=""/>
10035     #errors
10036     /input/@align;attribute not defined;m
10037     /input/@align;input attr not applicable;search;m
10038    
10039     #data
10040     <input xmlns="http://www.w3.org/1999/xhtml"
10041 wakaba 1.10 type="password"
10042     align=""/>
10043     #errors
10044     /input/@align;attribute not defined;m
10045     /input/@align;input attr not applicable;password;m
10046    
10047     #data
10048     <input xmlns="http://www.w3.org/1999/xhtml"
10049     type="datetime"
10050     align=""/>
10051     #errors
10052     /input/@align;attribute not defined;m
10053     /input/@align;input attr not applicable;datetime;m
10054    
10055     #data
10056     <input xmlns="http://www.w3.org/1999/xhtml"
10057     type="date"
10058     align=""/>
10059     #errors
10060     /input/@align;attribute not defined;m
10061     /input/@align;input attr not applicable;date;m
10062    
10063     #data
10064     <input xmlns="http://www.w3.org/1999/xhtml"
10065     type="month"
10066     align=""/>
10067     #errors
10068     /input/@align;attribute not defined;m
10069     /input/@align;input attr not applicable;month;m
10070    
10071     #data
10072     <input xmlns="http://www.w3.org/1999/xhtml"
10073     type="week"
10074     align=""/>
10075     #errors
10076     /input/@align;attribute not defined;m
10077     /input/@align;input attr not applicable;week;m
10078    
10079     #data
10080     <input xmlns="http://www.w3.org/1999/xhtml"
10081     type="time"
10082     align=""/>
10083     #errors
10084     /input/@align;attribute not defined;m
10085     /input/@align;input attr not applicable;time;m
10086    
10087     #data
10088     <input xmlns="http://www.w3.org/1999/xhtml"
10089     type="datetime-local"
10090     align=""/>
10091     #errors
10092     /input/@align;attribute not defined;m
10093     /input/@align;input attr not applicable;datetime-local;m
10094    
10095     #data
10096     <input xmlns="http://www.w3.org/1999/xhtml"
10097     type="number"
10098     align=""/>
10099     #errors
10100     /input/@align;attribute not defined;m
10101     /input/@align;input attr not applicable;number;m
10102    
10103     #data
10104     <input xmlns="http://www.w3.org/1999/xhtml"
10105     type="range"
10106     align=""/>
10107     #errors
10108     /input/@align;attribute not defined;m
10109     /input/@align;input attr not applicable;range;m
10110    
10111     #data
10112     <input xmlns="http://www.w3.org/1999/xhtml"
10113 wakaba 1.13 type="color"
10114     align=""/>
10115     #errors
10116     /input/@align;attribute not defined;m
10117     /input/@align;input attr not applicable;color;m
10118    
10119     #data
10120     <input xmlns="http://www.w3.org/1999/xhtml"
10121 wakaba 1.10 type="checkbox"
10122     align=""/>
10123     #errors
10124     /input/@align;attribute not defined;m
10125     /input/@align;input attr not applicable;checkbox;m
10126    
10127     #data
10128     <input xmlns="http://www.w3.org/1999/xhtml"
10129     type="radio"
10130     align=""/>
10131     #errors
10132     /input/@align;attribute not defined;m
10133     /input/@align;input attr not applicable;radio;m
10134    
10135     #data
10136     <input xmlns="http://www.w3.org/1999/xhtml"
10137     type="file"
10138     align=""/>
10139     #errors
10140     /input/@align;attribute not defined;m
10141     /input/@align;input attr not applicable;file;m
10142    
10143     #data
10144     <input xmlns="http://www.w3.org/1999/xhtml"
10145     type="submit"
10146     align=""/>
10147     #errors
10148     /input/@align;attribute not defined;m
10149     /input/@align;input attr not applicable;submit;m
10150    
10151     #data
10152     <input xmlns="http://www.w3.org/1999/xhtml"
10153     type="reset"
10154     align=""/>
10155     #errors
10156     /input/@align;attribute not defined;m
10157     /input/@align;input attr not applicable;reset;m
10158    
10159     #data
10160     <input xmlns="http://www.w3.org/1999/xhtml"
10161     type="button"
10162     align=""/>
10163     #errors
10164     /input/@align;attribute not defined;m
10165     /input/@align;input attr not applicable;button;m
10166    
10167     #data
10168     <input xmlns="http://www.w3.org/1999/xhtml"
10169     type="add"
10170     align=""/>
10171     #errors
10172     /input/@align;attribute not defined;m
10173     /input/@align;input attr not applicable;add;m
10174     /input/@type;enumerated:invalid;m
10175    
10176     #data
10177     <input xmlns="http://www.w3.org/1999/xhtml"
10178     type="remove"
10179     align=""/>
10180     #errors
10181     /input/@align;attribute not defined;m
10182     /input/@align;input attr not applicable;remove;m
10183     /input/@type;enumerated:invalid;m
10184    
10185     #data
10186     <input xmlns="http://www.w3.org/1999/xhtml"
10187     type="move-up"
10188     align=""/>
10189     #errors
10190     /input/@align;attribute not defined;m
10191     /input/@align;input attr not applicable;move-up;m
10192     /input/@type;enumerated:invalid;m
10193    
10194     #data
10195     <input xmlns="http://www.w3.org/1999/xhtml"
10196     type="move-down"
10197     align=""/>
10198     #errors
10199     /input/@align;attribute not defined;m
10200     /input/@align;input attr not applicable;move-down;m
10201     /input/@type;enumerated:invalid;m
10202    
10203     #data
10204     <input xmlns="http://www.w3.org/1999/xhtml"
10205     type="image" src="" alt="x"
10206     align=""/>
10207     #errors
10208     /input/@align;attribute not defined;m
10209     /input/@align;enumerated:invalid;m
10210    
10211     #data
10212     <input xmlns="http://www.w3.org/1999/xhtml"
10213     type="image" src="" alt="x"
10214     align=" "/>
10215     #errors
10216     /input/@align;attribute not defined;m
10217     /input/@align;enumerated:invalid;m
10218    
10219     #data
10220     <input xmlns="http://www.w3.org/1999/xhtml"
10221     type="image" src="" alt="x"
10222     align="top"/>
10223     #errors
10224     /input/@align;attribute not defined;m
10225    
10226     #data
10227     <input xmlns="http://www.w3.org/1999/xhtml"
10228     type="image" src="" alt="x"
10229     align="middle"/>
10230     #errors
10231     /input/@align;attribute not defined;m
10232    
10233     #data
10234     <input xmlns="http://www.w3.org/1999/xhtml"
10235     type="image" src="" alt="x"
10236     align="bottom"/>
10237     #errors
10238     /input/@align;attribute not defined;m
10239    
10240     #data
10241     <input xmlns="http://www.w3.org/1999/xhtml"
10242     type="image" src="" alt="x"
10243     align="left"/>
10244     #errors
10245     /input/@align;attribute not defined;m
10246    
10247     #data
10248     <input xmlns="http://www.w3.org/1999/xhtml"
10249     type="image" src="" alt="x"
10250     align="right"/>
10251     #errors
10252     /input/@align;attribute not defined;m
10253    
10254     #data
10255     <input xmlns="http://www.w3.org/1999/xhtml"
10256     type="image" src="" alt="x"
10257     align="center"/>
10258     #errors
10259     /input/@align;attribute not defined;m
10260     /input/@align;enumerated:invalid;m
10261    
10262     #data
10263     <input xmlns="http://www.w3.org/1999/xhtml"
10264     type="image" src="" alt="x"
10265     align="texttop"/>
10266     #errors
10267     /input/@align;attribute not defined;m
10268     /input/@align;enumerated:invalid;m
10269    
10270     #data
10271     <input xmlns="http://www.w3.org/1999/xhtml"
10272     type="image" src="" alt="x"
10273     align="textbottom"/>
10274     #errors
10275     /input/@align;attribute not defined;m
10276     /input/@align;enumerated:invalid;m
10277    
10278     #data
10279     <input xmlns="http://www.w3.org/1999/xhtml"
10280     type="image" src="" alt="x"
10281     align="justify"/>
10282     #errors
10283     /input/@align;attribute not defined;m
10284     /input/@align;enumerated:invalid;m
10285    
10286     #data
10287     <input xmlns="http://www.w3.org/1999/xhtml"
10288     type="image" src="" alt="x"
10289     align="LEFT"/>
10290     #errors
10291     /input/@align;attribute not defined;m
10292    
10293     #data
10294     <input xmlns="http://www.w3.org/1999/xhtml"
10295     type="image" src="" alt="x"
10296     align="RIGHT"/>
10297     #errors
10298     /input/@align;attribute not defined;m
10299    
10300     #data
10301     <input xmlns="http://www.w3.org/1999/xhtml"
10302     type="image" src="" alt="x"
10303     align="MIDDLE"/>
10304     #errors
10305     /input/@align;attribute not defined;m
10306    
10307     #data escaped
10308     <input xmlns="http://www.w3.org/1999/xhtml"
10309     type="image" src="" alt="x"
10310     align="r\u0130ght"/>
10311     #errors
10312     /input/@align;attribute not defined;m
10313     /input/@align;enumerated:invalid;m
10314    
10315     #data escaped
10316     <input xmlns="http://www.w3.org/1999/xhtml"
10317     type="image" src="" alt="x"
10318     align="m\0131ddle"/>
10319     #errors
10320     /input/@align;attribute not defined;m
10321     /input/@align;enumerated:invalid;m
10322    
10323     #data
10324     <input xmlns="http://www.w3.org/1999/xhtml"
10325     type="image" src="" alt="x"
10326     align=" left"/>
10327     #errors
10328     /input/@align;attribute not defined;m
10329     /input/@align;enumerated:invalid;m
10330    
10331     #data
10332     <input xmlns="http://www.w3.org/1999/xhtml"
10333     type="image" src="" alt="x"
10334     align="top "/>
10335     #errors
10336     /input/@align;attribute not defined;m
10337     /input/@align;enumerated:invalid;m
10338 wakaba 1.11
10339     #data
10340     <input xmlns="http://www.w3.org/1999/xhtml"
10341     type="hidden"
10342     ismap=""/>
10343     #errors
10344     /input/@ismap;attribute not defined;m
10345     /input/@ismap;input attr not applicable;hidden;m
10346    
10347     #data
10348     <input xmlns="http://www.w3.org/1999/xhtml"
10349     type="text"
10350     ismap=""/>
10351     #errors
10352     /input/@ismap;attribute not defined;m
10353     /input/@ismap;input attr not applicable;text;m
10354    
10355     #data
10356     <input xmlns="http://www.w3.org/1999/xhtml"
10357     type="email"
10358     ismap=""/>
10359     #errors
10360     /input/@ismap;attribute not defined;m
10361     /input/@ismap;input attr not applicable;email;m
10362    
10363     #data
10364     <input xmlns="http://www.w3.org/1999/xhtml"
10365     type="url"
10366     ismap=""/>
10367     #errors
10368     /input/@ismap;attribute not defined;m
10369     /input/@ismap;input attr not applicable;url;m
10370    
10371     #data
10372     <input xmlns="http://www.w3.org/1999/xhtml"
10373 wakaba 1.12 type="search"
10374     ismap=""/>
10375     #errors
10376     /input/@ismap;attribute not defined;m
10377     /input/@ismap;input attr not applicable;search;m
10378    
10379     #data
10380     <input xmlns="http://www.w3.org/1999/xhtml"
10381 wakaba 1.11 type="password"
10382     ismap=""/>
10383     #errors
10384     /input/@ismap;attribute not defined;m
10385     /input/@ismap;input attr not applicable;password;m
10386    
10387     #data
10388     <input xmlns="http://www.w3.org/1999/xhtml"
10389     type="datetime"
10390     ismap=""/>
10391     #errors
10392     /input/@ismap;attribute not defined;m
10393     /input/@ismap;input attr not applicable;datetime;m
10394    
10395     #data
10396     <input xmlns="http://www.w3.org/1999/xhtml"
10397     type="date"
10398     ismap=""/>
10399     #errors
10400     /input/@ismap;attribute not defined;m
10401     /input/@ismap;input attr not applicable;date;m
10402    
10403     #data
10404     <input xmlns="http://www.w3.org/1999/xhtml"
10405     type="month"
10406     ismap=""/>
10407     #errors
10408     /input/@ismap;attribute not defined;m
10409     /input/@ismap;input attr not applicable;month;m
10410    
10411     #data
10412     <input xmlns="http://www.w3.org/1999/xhtml"
10413     type="week"
10414     ismap=""/>
10415     #errors
10416     /input/@ismap;attribute not defined;m
10417     /input/@ismap;input attr not applicable;week;m
10418    
10419     #data
10420     <input xmlns="http://www.w3.org/1999/xhtml"
10421     type="time"
10422     ismap=""/>
10423     #errors
10424     /input/@ismap;attribute not defined;m
10425     /input/@ismap;input attr not applicable;time;m
10426    
10427     #data
10428     <input xmlns="http://www.w3.org/1999/xhtml"
10429     type="datetime-local"
10430     ismap=""/>
10431     #errors
10432     /input/@ismap;attribute not defined;m
10433     /input/@ismap;input attr not applicable;datetime-local;m
10434    
10435     #data
10436     <input xmlns="http://www.w3.org/1999/xhtml"
10437     type="number"
10438     ismap=""/>
10439     #errors
10440     /input/@ismap;attribute not defined;m
10441     /input/@ismap;input attr not applicable;number;m
10442    
10443     #data
10444     <input xmlns="http://www.w3.org/1999/xhtml"
10445     type="range"
10446     ismap=""/>
10447     #errors
10448     /input/@ismap;attribute not defined;m
10449     /input/@ismap;input attr not applicable;range;m
10450    
10451     #data
10452     <input xmlns="http://www.w3.org/1999/xhtml"
10453 wakaba 1.13 type="color"
10454     ismap=""/>
10455     #errors
10456     /input/@ismap;attribute not defined;m
10457     /input/@ismap;input attr not applicable;color;m
10458    
10459     #data
10460     <input xmlns="http://www.w3.org/1999/xhtml"
10461 wakaba 1.11 type="checkbox"
10462     ismap=""/>
10463     #errors
10464     /input/@ismap;attribute not defined;m
10465     /input/@ismap;input attr not applicable;checkbox;m
10466    
10467     #data
10468     <input xmlns="http://www.w3.org/1999/xhtml"
10469     type="radio"
10470     ismap=""/>
10471     #errors
10472     /input/@ismap;attribute not defined;m
10473     /input/@ismap;input attr not applicable;radio;m
10474    
10475     #data
10476     <input xmlns="http://www.w3.org/1999/xhtml"
10477     type="file"
10478     ismap=""/>
10479     #errors
10480     /input/@ismap;attribute not defined;m
10481     /input/@ismap;input attr not applicable;file;m
10482    
10483     #data
10484     <input xmlns="http://www.w3.org/1999/xhtml"
10485     type="submit"
10486     ismap=""/>
10487     #errors
10488     /input/@ismap;attribute not defined;m
10489     /input/@ismap;input attr not applicable;submit;m
10490    
10491     #data
10492     <input xmlns="http://www.w3.org/1999/xhtml"
10493     type="reset"
10494     ismap=""/>
10495     #errors
10496     /input/@ismap;attribute not defined;m
10497     /input/@ismap;input attr not applicable;reset;m
10498    
10499     #data
10500     <input xmlns="http://www.w3.org/1999/xhtml"
10501     type="button"
10502     ismap=""/>
10503     #errors
10504     /input/@ismap;attribute not defined;m
10505     /input/@ismap;input attr not applicable;button;m
10506    
10507     #data
10508     <input xmlns="http://www.w3.org/1999/xhtml"
10509     type="add"
10510     ismap=""/>
10511     #errors
10512     /input/@ismap;attribute not defined;m
10513     /input/@ismap;input attr not applicable;add;m
10514     /input/@type;enumerated:invalid;m
10515    
10516     #data
10517     <input xmlns="http://www.w3.org/1999/xhtml"
10518     type="remove"
10519     ismap=""/>
10520     #errors
10521     /input/@ismap;attribute not defined;m
10522     /input/@ismap;input attr not applicable;remove;m
10523     /input/@type;enumerated:invalid;m
10524    
10525     #data
10526     <input xmlns="http://www.w3.org/1999/xhtml"
10527     type="move-up"
10528     ismap=""/>
10529     #errors
10530     /input/@ismap;attribute not defined;m
10531     /input/@ismap;input attr not applicable;move-up;m
10532     /input/@type;enumerated:invalid;m
10533    
10534     #data
10535     <input xmlns="http://www.w3.org/1999/xhtml"
10536     type="move-down"
10537     ismap=""/>
10538     #errors
10539     /input/@ismap;attribute not defined;m
10540     /input/@ismap;input attr not applicable;move-down;m
10541     /input/@type;enumerated:invalid;m
10542    
10543     #data
10544     <input xmlns="http://www.w3.org/1999/xhtml"
10545     type="image"
10546     ismap=""/>
10547     #errors
10548     /input/@ismap;attribute not defined;m
10549    
10550     #data
10551     <input xmlns="http://www.w3.org/1999/xhtml"
10552     type="image"
10553     ismap="ismap"/>
10554     #errors
10555     /input/@ismap;attribute not defined;m
10556    
10557     #data
10558     <input xmlns="http://www.w3.org/1999/xhtml"
10559     type="image"
10560     ismap="isMap"/>
10561     #errors
10562     /input/@ismap;attribute not defined;m
10563    
10564     #data
10565     <input xmlns="http://www.w3.org/1999/xhtml"
10566     type="image"
10567     ismap="ISMAP"/>
10568     #errors
10569     /input/@ismap;attribute not defined;m
10570    
10571     #data
10572     <input xmlns="http://www.w3.org/1999/xhtml"
10573     type="image"
10574     ismap="ismap "/>
10575     #errors
10576     /input/@ismap;attribute not defined;m
10577     /input/@ismap;boolean:invalid;m
10578    
10579     #data
10580     <input xmlns="http://www.w3.org/1999/xhtml"
10581     type="image"
10582     ismap=" ismap"/>
10583     #errors
10584     /input/@ismap;attribute not defined;m
10585     /input/@ismap;boolean:invalid;m
10586    
10587     #data
10588     <input xmlns="http://www.w3.org/1999/xhtml"
10589     type="image"
10590     ismap="is map"/>
10591     #errors
10592     /input/@ismap;attribute not defined;m
10593     /input/@ismap;boolean:invalid;m
10594    
10595     #data escaped
10596     <input xmlns="http://www.w3.org/1999/xhtml"
10597     type="image"
10598     ismap="\u0130smap"/>
10599     #errors
10600     /input/@ismap;attribute not defined;m
10601     /input/@ismap;boolean:invalid;m
10602    
10603     #data escaped
10604     <input xmlns="http://www.w3.org/1999/xhtml"
10605     type="image"
10606     ismap="\u0131smap"/>
10607     #errors
10608     /input/@ismap;attribute not defined;m
10609     /input/@ismap;boolean:invalid;m
10610    
10611     #data
10612     <input xmlns="http://www.w3.org/1999/xhtml"
10613     type="image"
10614     src="" alt="x"/>
10615     #errors
10616    
10617     #data
10618     <input xmlns="http://www.w3.org/1999/xhtml"
10619     type="image"
10620     src="abcdefg" alt="x"/>
10621     #errors
10622    
10623     #data
10624     <input xmlns="http://www.w3.org/1999/xhtml"
10625     type="image"
10626     src="http://www.w3.org/" alt="x"/>
10627     #errors
10628    
10629     #data
10630     <input xmlns="http://www.w3.org/1999/xhtml"
10631     type="image"
10632     src="[noniri]" alt="x"/>
10633     #errors
10634     /input/@src;syntax error:iriref3987;m
10635    
10636     #data
10637     <input xmlns="http://www.w3.org/1999/xhtml"
10638     type="hidden"
10639     usemap=""/>
10640     #errors
10641     /input/@usemap;attribute not defined;m
10642     /input/@usemap;input attr not applicable;hidden;m
10643    
10644     #data
10645     <input xmlns="http://www.w3.org/1999/xhtml"
10646     type="text"
10647     usemap=""/>
10648     #errors
10649     /input/@usemap;attribute not defined;m
10650     /input/@usemap;input attr not applicable;text;m
10651    
10652     #data
10653     <input xmlns="http://www.w3.org/1999/xhtml"
10654     type="email"
10655     usemap=""/>
10656     #errors
10657     /input/@usemap;attribute not defined;m
10658     /input/@usemap;input attr not applicable;email;m
10659    
10660     #data
10661     <input xmlns="http://www.w3.org/1999/xhtml"
10662     type="url"
10663     usemap=""/>
10664     #errors
10665     /input/@usemap;attribute not defined;m
10666     /input/@usemap;input attr not applicable;url;m
10667    
10668     #data
10669     <input xmlns="http://www.w3.org/1999/xhtml"
10670 wakaba 1.12 type="search"
10671     usemap=""/>
10672     #errors
10673     /input/@usemap;attribute not defined;m
10674     /input/@usemap;input attr not applicable;search;m
10675    
10676     #data
10677     <input xmlns="http://www.w3.org/1999/xhtml"
10678 wakaba 1.11 type="password"
10679     usemap=""/>
10680     #errors
10681     /input/@usemap;attribute not defined;m
10682     /input/@usemap;input attr not applicable;password;m
10683    
10684     #data
10685     <input xmlns="http://www.w3.org/1999/xhtml"
10686     type="datetime"
10687     usemap=""/>
10688     #errors
10689     /input/@usemap;attribute not defined;m
10690     /input/@usemap;input attr not applicable;datetime;m
10691    
10692     #data
10693     <input xmlns="http://www.w3.org/1999/xhtml"
10694     type="date"
10695     usemap=""/>
10696     #errors
10697     /input/@usemap;attribute not defined;m
10698     /input/@usemap;input attr not applicable;date;m
10699    
10700     #data
10701     <input xmlns="http://www.w3.org/1999/xhtml"
10702     type="month"
10703     usemap=""/>
10704     #errors
10705     /input/@usemap;attribute not defined;m
10706     /input/@usemap;input attr not applicable;month;m
10707    
10708     #data
10709     <input xmlns="http://www.w3.org/1999/xhtml"
10710     type="week"
10711     usemap=""/>
10712     #errors
10713     /input/@usemap;attribute not defined;m
10714     /input/@usemap;input attr not applicable;week;m
10715    
10716     #data
10717     <input xmlns="http://www.w3.org/1999/xhtml"
10718     type="time"
10719     usemap=""/>
10720     #errors
10721     /input/@usemap;attribute not defined;m
10722     /input/@usemap;input attr not applicable;time;m
10723    
10724     #data
10725     <input xmlns="http://www.w3.org/1999/xhtml"
10726     type="datetime-local"
10727     usemap=""/>
10728     #errors
10729     /input/@usemap;attribute not defined;m
10730     /input/@usemap;input attr not applicable;datetime-local;m
10731    
10732     #data
10733     <input xmlns="http://www.w3.org/1999/xhtml"
10734     type="number"
10735     usemap=""/>
10736     #errors
10737     /input/@usemap;attribute not defined;m
10738     /input/@usemap;input attr not applicable;number;m
10739    
10740     #data
10741     <input xmlns="http://www.w3.org/1999/xhtml"
10742     type="range"
10743     usemap=""/>
10744     #errors
10745     /input/@usemap;attribute not defined;m
10746     /input/@usemap;input attr not applicable;range;m
10747    
10748     #data
10749     <input xmlns="http://www.w3.org/1999/xhtml"
10750 wakaba 1.13 type="color"
10751     usemap=""/>
10752     #errors
10753     /input/@usemap;attribute not defined;m
10754     /input/@usemap;input attr not applicable;color;m
10755    
10756     #data
10757     <input xmlns="http://www.w3.org/1999/xhtml"
10758 wakaba 1.11 type="checkbox"
10759     usemap=""/>
10760     #errors
10761     /input/@usemap;attribute not defined;m
10762     /input/@usemap;input attr not applicable;checkbox;m
10763    
10764     #data
10765     <input xmlns="http://www.w3.org/1999/xhtml"
10766     type="radio"
10767     usemap=""/>
10768     #errors
10769     /input/@usemap;attribute not defined;m
10770     /input/@usemap;input attr not applicable;radio;m
10771    
10772     #data
10773     <input xmlns="http://www.w3.org/1999/xhtml"
10774     type="file"
10775     usemap=""/>
10776     #errors
10777     /input/@usemap;attribute not defined;m
10778     /input/@usemap;input attr not applicable;file;m
10779    
10780     #data
10781     <input xmlns="http://www.w3.org/1999/xhtml"
10782     type="submit"
10783     usemap=""/>
10784     #errors
10785     /input/@usemap;attribute not defined;m
10786     /input/@usemap;input attr not applicable;submit;m
10787    
10788     #data
10789     <input xmlns="http://www.w3.org/1999/xhtml"
10790     type="reset"
10791     usemap=""/>
10792     #errors
10793     /input/@usemap;attribute not defined;m
10794     /input/@usemap;input attr not applicable;reset;m
10795    
10796     #data
10797     <input xmlns="http://www.w3.org/1999/xhtml"
10798     type="button"
10799     usemap=""/>
10800     #errors
10801     /input/@usemap;attribute not defined;m
10802     /input/@usemap;input attr not applicable;button;m
10803    
10804     #data
10805     <input xmlns="http://www.w3.org/1999/xhtml"
10806     type="add"
10807     usemap=""/>
10808     #errors
10809     /input/@usemap;attribute not defined;m
10810     /input/@usemap;input attr not applicable;add;m
10811     /input/@type;enumerated:invalid;m
10812    
10813     #data
10814     <input xmlns="http://www.w3.org/1999/xhtml"
10815     type="remove"
10816     usemap=""/>
10817     #errors
10818     /input/@usemap;attribute not defined;m
10819     /input/@usemap;input attr not applicable;remove;m
10820     /input/@type;enumerated:invalid;m
10821    
10822     #data
10823     <input xmlns="http://www.w3.org/1999/xhtml"
10824     type="move-up"
10825     usemap=""/>
10826     #errors
10827     /input/@usemap;attribute not defined;m
10828     /input/@usemap;input attr not applicable;move-up;m
10829     /input/@type;enumerated:invalid;m
10830    
10831     #data
10832     <input xmlns="http://www.w3.org/1999/xhtml"
10833     type="move-down"
10834     usemap=""/>
10835     #errors
10836     /input/@usemap;attribute not defined;m
10837     /input/@usemap;input attr not applicable;move-down;m
10838     /input/@type;enumerated:invalid;m
10839    
10840     #data
10841     <input xmlns="http://www.w3.org/1999/xhtml"
10842     type="image"
10843     usemap=""/>
10844     #errors
10845     /input/@usemap;attribute not defined;m
10846     /input/@usemap;hashref:syntax error;m
10847    
10848    
10849     #data
10850     <input xmlns="http://www.w3.org/1999/xhtml"
10851     type="image"
10852     usemap="abcd"/>
10853     #errors
10854     /input/@usemap;attribute not defined;m
10855     /input/@usemap;hashref:syntax error;m
10856    
10857     #data
10858     <input xmlns="http://www.w3.org/1999/xhtml"
10859     type="image"
10860     usemap="#abcd"/>
10861     #errors
10862     /input/@usemap;attribute not defined;m
10863     /input/@usemap;no referenced map;m
10864    
10865     #data
10866     <map xmlns="http://www.w3.org/1999/xhtml" name="abc">
10867     <input type="image"
10868     usemap="#abc"/>x
10869     </map>
10870     #errors
10871     /map/input/@usemap;attribute not defined;m
10872    
10873     #data
10874     <map xmlns="http://www.w3.org/1999/xhtml" name="ABC">
10875     <input type="image"
10876     usemap="#abc"/>x
10877     </map>
10878     #errors
10879     /map/input/@usemap;attribute not defined;m
10880     /map/input/@usemap;no referenced map;m
10881    
10882     #data
10883     <map xmlns="http://www.w3.org/1999/xhtml" name="abc">
10884     <input type="image"
10885     usemap="#%61bc"/>x
10886     </map>
10887     #errors
10888     /map/input/@usemap;attribute not defined;m
10889     /map/input/@usemap;no referenced map;m
10890    
10891     #data
10892     <input xmlns="http://www.w3.org/1999/xhtml"
10893     type="hidden"
10894     template="a"/>
10895     #errors
10896 wakaba 1.27 /input/@template;attribute not defined;m
10897 wakaba 1.11
10898     #data
10899     <input xmlns="http://www.w3.org/1999/xhtml"
10900     type="text"
10901     template="a"/>
10902     #errors
10903 wakaba 1.27 /input/@template;attribute not defined;m
10904 wakaba 1.11
10905     #data
10906     <input xmlns="http://www.w3.org/1999/xhtml"
10907     type="email"
10908     template="a"/>
10909     #errors
10910 wakaba 1.27 /input/@template;attribute not defined;m
10911 wakaba 1.11
10912     #data
10913     <input xmlns="http://www.w3.org/1999/xhtml"
10914     type="url"
10915 wakaba 1.12 template="a"/>
10916     #errors
10917 wakaba 1.27 /input/@template;attribute not defined;m
10918 wakaba 1.12
10919     #data
10920     <input xmlns="http://www.w3.org/1999/xhtml"
10921     type="search"
10922 wakaba 1.11 template="a"/>
10923     #errors
10924 wakaba 1.27 /input/@template;attribute not defined;m
10925 wakaba 1.11
10926     #data
10927     <input xmlns="http://www.w3.org/1999/xhtml"
10928     type="password"
10929     template="a"/>
10930     #errors
10931 wakaba 1.27 /input/@template;attribute not defined;m
10932 wakaba 1.11
10933     #data
10934     <input xmlns="http://www.w3.org/1999/xhtml"
10935     type="datetime"
10936     template="a"/>
10937     #errors
10938 wakaba 1.27 /input/@template;attribute not defined;m
10939 wakaba 1.11
10940     #data
10941     <input xmlns="http://www.w3.org/1999/xhtml"
10942     type="date"
10943     template="a"/>
10944     #errors
10945 wakaba 1.27 /input/@template;attribute not defined;m
10946 wakaba 1.11
10947     #data
10948     <input xmlns="http://www.w3.org/1999/xhtml"
10949     type="month"
10950     template="a"/>
10951     #errors
10952 wakaba 1.27 /input/@template;attribute not defined;m
10953 wakaba 1.11
10954     #data
10955     <input xmlns="http://www.w3.org/1999/xhtml"
10956     type="week"
10957     template="a"/>
10958     #errors
10959 wakaba 1.27 /input/@template;attribute not defined;m
10960 wakaba 1.11
10961     #data
10962     <input xmlns="http://www.w3.org/1999/xhtml"
10963     type="time"
10964     template="a"/>
10965     #errors
10966 wakaba 1.27 /input/@template;attribute not defined;m
10967 wakaba 1.11
10968     #data
10969     <input xmlns="http://www.w3.org/1999/xhtml"
10970     type="datetime-local"
10971     template="a"/>
10972     #errors
10973 wakaba 1.27 /input/@template;attribute not defined;m
10974 wakaba 1.11
10975     #data
10976     <input xmlns="http://www.w3.org/1999/xhtml"
10977     type="number"
10978     template="a"/>
10979     #errors
10980 wakaba 1.27 /input/@template;attribute not defined;m
10981 wakaba 1.11
10982     #data
10983     <input xmlns="http://www.w3.org/1999/xhtml"
10984     type="range"
10985 wakaba 1.13 template="a"/>
10986     #errors
10987 wakaba 1.27 /input/@template;attribute not defined;m
10988 wakaba 1.13
10989     #data
10990     <input xmlns="http://www.w3.org/1999/xhtml"
10991     type="color"
10992 wakaba 1.11 template="a"/>
10993     #errors
10994 wakaba 1.27 /input/@template;attribute not defined;m
10995 wakaba 1.11
10996     #data
10997     <input xmlns="http://www.w3.org/1999/xhtml"
10998     type="checkbox"
10999     template="a"/>
11000     #errors
11001 wakaba 1.27 /input/@template;attribute not defined;m
11002 wakaba 1.11
11003     #data
11004     <input xmlns="http://www.w3.org/1999/xhtml"
11005     type="radio"
11006     template="a"/>
11007     #errors
11008 wakaba 1.27 /input/@template;attribute not defined;m
11009 wakaba 1.11
11010     #data
11011     <input xmlns="http://www.w3.org/1999/xhtml"
11012     type="file"
11013     template="a"/>
11014     #errors
11015 wakaba 1.27 /input/@template;attribute not defined;m
11016 wakaba 1.11
11017     #data
11018     <input xmlns="http://www.w3.org/1999/xhtml"
11019     type="submit"
11020     template="a"/>
11021     #errors
11022 wakaba 1.27 /input/@template;attribute not defined;m
11023 wakaba 1.11
11024     #data
11025     <input xmlns="http://www.w3.org/1999/xhtml"
11026     type="image"
11027     template="a"/>
11028     #errors
11029 wakaba 1.27 /input/@template;attribute not defined;m
11030 wakaba 1.11
11031     #data
11032     <input xmlns="http://www.w3.org/1999/xhtml"
11033     type="reset"
11034     template="a"/>
11035     #errors
11036 wakaba 1.27 /input/@template;attribute not defined;m
11037 wakaba 1.11
11038     #data
11039     <input xmlns="http://www.w3.org/1999/xhtml"
11040     type="button"
11041     template="a"/>
11042     #errors
11043 wakaba 1.27 /input/@template;attribute not defined;m
11044 wakaba 1.11
11045     #data
11046     <input xmlns="http://www.w3.org/1999/xhtml"
11047     type="add"
11048     template="a"/>
11049     #errors
11050 wakaba 1.27 /input/@template;attribute not defined;m
11051 wakaba 1.11 /input/@type;enumerated:invalid;m
11052    
11053     #data
11054     <input xmlns="http://www.w3.org/1999/xhtml"
11055     type="remove"
11056     template="a"/>
11057     #errors
11058 wakaba 1.27 /input/@template;attribute not defined;m
11059 wakaba 1.11 /input/@type;enumerated:invalid;m
11060    
11061     #data
11062     <input xmlns="http://www.w3.org/1999/xhtml"
11063     type="move-up"
11064     template="a"/>
11065     #errors
11066 wakaba 1.27 /input/@template;attribute not defined;m
11067 wakaba 1.11 /input/@type;enumerated:invalid;m
11068    
11069     #data
11070     <input xmlns="http://www.w3.org/1999/xhtml"
11071     type="move-down"
11072     template="a"/>
11073     #errors
11074 wakaba 1.27 /input/@template;attribute not defined;m
11075 wakaba 1.11 /input/@type;enumerated:invalid;m
11076 wakaba 1.17
11077     #data
11078     <input type="hidden" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11079     #errors
11080    
11081     #data
11082     <input type="hidden" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11083     #errors
11084    
11085     #data
11086     <input type="hidden" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11087     #errors
11088    
11089     #data
11090     <input type="hidden" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11091     #errors
11092     /input/@disabled;boolean:invalid;m
11093    
11094     #data
11095     <input type="text" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11096     #errors
11097    
11098     #data
11099     <input type="text" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11100     #errors
11101    
11102     #data
11103     <input type="text" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11104     #errors
11105    
11106     #data
11107     <input type="text" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11108     #errors
11109     /input/@disabled;boolean:invalid;m
11110    
11111     #data
11112     <input type="search" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11113     #errors
11114    
11115     #data
11116     <input type="search" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11117     #errors
11118    
11119     #data
11120     <input type="search" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11121     #errors
11122    
11123     #data
11124     <input type="search" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11125     #errors
11126     /input/@disabled;boolean:invalid;m
11127    
11128     #data
11129     <input type="url" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11130     #errors
11131    
11132     #data
11133     <input type="url" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11134     #errors
11135    
11136     #data
11137     <input type="url" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11138     #errors
11139    
11140     #data
11141     <input type="url" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11142     #errors
11143     /input/@disabled;boolean:invalid;m
11144    
11145     #data
11146     <input type="email" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11147     #errors
11148    
11149     #data
11150     <input type="email" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11151     #errors
11152    
11153     #data
11154     <input type="email" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11155     #errors
11156    
11157     #data
11158     <input type="email" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11159     #errors
11160     /input/@disabled;boolean:invalid;m
11161    
11162     #data
11163     <input type="password" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11164     #errors
11165    
11166     #data
11167     <input type="password" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11168     #errors
11169    
11170     #data
11171     <input type="password" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11172     #errors
11173    
11174     #data
11175     <input type="password" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11176     #errors
11177     /input/@disabled;boolean:invalid;m
11178    
11179     #data
11180     <input type="datetime" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11181     #errors
11182    
11183     #data
11184     <input type="datetime" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11185     #errors
11186    
11187     #data
11188     <input type="datetime" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11189     #errors
11190    
11191     #data
11192     <input type="datetime" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11193     #errors
11194     /input/@disabled;boolean:invalid;m
11195    
11196     #data
11197     <input type="date" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11198     #errors
11199    
11200     #data
11201     <input type="date" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11202     #errors
11203    
11204     #data
11205     <input type="date" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11206     #errors
11207    
11208     #data
11209     <input type="date" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11210     #errors
11211     /input/@disabled;boolean:invalid;m
11212    
11213     #data
11214     <input type="month" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11215     #errors
11216    
11217     #data
11218     <input type="month" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11219     #errors
11220    
11221     #data
11222     <input type="month" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11223     #errors
11224    
11225     #data
11226     <input type="month" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11227     #errors
11228     /input/@disabled;boolean:invalid;m
11229    
11230     #data
11231     <input type="week" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11232     #errors
11233    
11234     #data
11235     <input type="week" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11236     #errors
11237    
11238     #data
11239     <input type="week" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11240     #errors
11241    
11242     #data
11243     <input type="week" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11244     #errors
11245     /input/@disabled;boolean:invalid;m
11246    
11247     #data
11248     <input type="time" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11249     #errors
11250    
11251     #data
11252     <input type="time" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11253     #errors
11254    
11255     #data
11256     <input type="time" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11257     #errors
11258    
11259     #data
11260     <input type="time" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11261     #errors
11262     /input/@disabled;boolean:invalid;m
11263    
11264     #data
11265     <input type="datetime-local" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11266     #errors
11267    
11268     #data
11269     <input type="datetime-local" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11270     #errors
11271    
11272     #data
11273     <input type="datetime-local" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11274     #errors
11275    
11276     #data
11277     <input type="datetime-local" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11278     #errors
11279     /input/@disabled;boolean:invalid;m
11280    
11281     #data
11282     <input type="number" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11283     #errors
11284    
11285     #data
11286     <input type="number" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11287     #errors
11288    
11289     #data
11290     <input type="number" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11291     #errors
11292    
11293     #data
11294     <input type="number" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11295     #errors
11296     /input/@disabled;boolean:invalid;m
11297    
11298     #data
11299     <input type="range" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11300     #errors
11301    
11302     #data
11303     <input type="range" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11304     #errors
11305    
11306     #data
11307     <input type="range" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11308     #errors
11309    
11310     #data
11311     <input type="range" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11312     #errors
11313     /input/@disabled;boolean:invalid;m
11314    
11315     #data
11316     <input type="color" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11317     #errors
11318    
11319     #data
11320     <input type="color" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11321     #errors
11322    
11323     #data
11324     <input type="color" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11325     #errors
11326    
11327     #data
11328     <input type="color" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11329     #errors
11330     /input/@disabled;boolean:invalid;m
11331    
11332     #data
11333     <input type="checkbox" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11334     #errors
11335    
11336     #data
11337     <input type="checkbox" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11338     #errors
11339    
11340     #data
11341     <input type="checkbox" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11342     #errors
11343    
11344     #data
11345     <input type="checkbox" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11346     #errors
11347     /input/@disabled;boolean:invalid;m
11348    
11349     #data
11350     <input type="radio" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11351     #errors
11352    
11353     #data
11354     <input type="radio" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11355     #errors
11356    
11357     #data
11358     <input type="radio" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11359     #errors
11360    
11361     #data
11362     <input type="radio" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11363     #errors
11364     /input/@disabled;boolean:invalid;m
11365    
11366     #data
11367     <input type="file" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11368     #errors
11369    
11370     #data
11371     <input type="file" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11372     #errors
11373    
11374     #data
11375     <input type="file" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11376     #errors
11377    
11378     #data
11379     <input type="file" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11380     #errors
11381     /input/@disabled;boolean:invalid;m
11382    
11383     #data
11384     <input type="submit" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11385     #errors
11386    
11387     #data
11388     <input type="submit" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11389     #errors
11390    
11391     #data
11392     <input type="submit" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11393     #errors
11394    
11395     #data
11396     <input type="submit" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11397     #errors
11398     /input/@disabled;boolean:invalid;m
11399    
11400     #data
11401     <input type="image" src="" alt="x" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11402     #errors
11403    
11404     #data
11405     <input type="image" src="" alt="x" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11406     #errors
11407    
11408     #data
11409     <input type="image" src="" alt="x" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11410     #errors
11411    
11412     #data
11413     <input type="image" src="" alt="x" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11414     #errors
11415     /input/@disabled;boolean:invalid;m
11416    
11417     #data
11418     <input type="reset" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11419     #errors
11420    
11421     #data
11422     <input type="reset" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11423     #errors
11424    
11425     #data
11426     <input type="reset" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11427     #errors
11428    
11429     #data
11430     <input type="reset" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11431     #errors
11432     /input/@disabled;boolean:invalid;m
11433    
11434     #data
11435     <input type="button" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11436     #errors
11437    
11438     #data
11439     <input type="button" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11440     #errors
11441    
11442     #data
11443     <input type="button" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11444     #errors
11445    
11446     #data
11447     <input type="button" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11448     #errors
11449     /input/@disabled;boolean:invalid;m
11450    
11451     #data
11452     <input type="add" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11453     #errors
11454     /input/@type;enumerated:invalid;m
11455    
11456     #data
11457     <input type="add" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11458     #errors
11459     /input/@type;enumerated:invalid;m
11460    
11461     #data
11462     <input type="add" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11463     #errors
11464     /input/@type;enumerated:invalid;m
11465    
11466     #data
11467     <input type="add" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11468     #errors
11469     /input/@disabled;boolean:invalid;m
11470     /input/@type;enumerated:invalid;m
11471    
11472     #data
11473     <input type="remove" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11474     #errors
11475     /input/@type;enumerated:invalid;m
11476    
11477     #data
11478     <input type="remove" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11479     #errors
11480     /input/@type;enumerated:invalid;m
11481    
11482     #data
11483     <input type="remove" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11484     #errors
11485     /input/@type;enumerated:invalid;m
11486    
11487     #data
11488     <input type="remove" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11489     #errors
11490     /input/@disabled;boolean:invalid;m
11491     /input/@type;enumerated:invalid;m
11492    
11493     #data
11494     <input type="move-up" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11495     #errors
11496     /input/@type;enumerated:invalid;m
11497    
11498     #data
11499     <input type="move-up" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11500     #errors
11501     /input/@type;enumerated:invalid;m
11502    
11503     #data
11504     <input type="move-up" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11505     #errors
11506     /input/@type;enumerated:invalid;m
11507    
11508     #data
11509     <input type="move-up" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11510     #errors
11511     /input/@disabled;boolean:invalid;m
11512     /input/@type;enumerated:invalid;m
11513    
11514     #data
11515     <input type="move-down" disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
11516     #errors
11517     /input/@type;enumerated:invalid;m
11518    
11519     #data
11520     <input type="move-down" disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
11521     #errors
11522     /input/@type;enumerated:invalid;m
11523    
11524     #data
11525     <input type="move-down" disabled="DISABLED" xmlns="http://www.w3.org/1999/xhtml"/>
11526     #errors
11527     /input/@type;enumerated:invalid;m
11528    
11529     #data
11530     <input type="move-down" disabled="no" xmlns="http://www.w3.org/1999/xhtml"/>
11531     #errors
11532     /input/@disabled;boolean:invalid;m
11533     /input/@type;enumerated:invalid;m
11534    
11535     #data
11536     <input type="hidden" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11537     #errors
11538    
11539     #data
11540     <input type="hidden" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11541     #errors
11542    
11543     #data
11544     <input type="hidden" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11545     #errors
11546    
11547     #data
11548     <input type="hidden" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11549     #errors
11550     /input/@autofocus;boolean:invalid;m
11551    
11552     #data
11553     <input type="text" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11554     #errors
11555    
11556     #data
11557     <input type="text" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11558     #errors
11559    
11560     #data
11561     <input type="text" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11562     #errors
11563    
11564     #data
11565     <input type="text" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11566     #errors
11567     /input/@autofocus;boolean:invalid;m
11568    
11569     #data
11570     <input type="search" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11571     #errors
11572    
11573     #data
11574     <input type="search" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11575     #errors
11576    
11577     #data
11578     <input type="search" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11579     #errors
11580    
11581     #data
11582     <input type="search" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11583     #errors
11584     /input/@autofocus;boolean:invalid;m
11585    
11586     #data
11587     <input type="url" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11588     #errors
11589    
11590     #data
11591     <input type="url" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11592     #errors
11593    
11594     #data
11595     <input type="url" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11596     #errors
11597    
11598     #data
11599     <input type="url" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11600     #errors
11601     /input/@autofocus;boolean:invalid;m
11602    
11603     #data
11604     <input type="email" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11605     #errors
11606    
11607     #data
11608     <input type="email" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11609     #errors
11610    
11611     #data
11612     <input type="email" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11613     #errors
11614    
11615     #data
11616     <input type="email" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11617     #errors
11618     /input/@autofocus;boolean:invalid;m
11619    
11620     #data
11621     <input type="password" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11622     #errors
11623    
11624     #data
11625     <input type="password" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11626     #errors
11627    
11628     #data
11629     <input type="password" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11630     #errors
11631    
11632     #data
11633     <input type="password" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11634     #errors
11635     /input/@autofocus;boolean:invalid;m
11636    
11637     #data
11638     <input type="datetime" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11639     #errors
11640    
11641     #data
11642     <input type="datetime" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11643     #errors
11644    
11645     #data
11646     <input type="datetime" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11647     #errors
11648    
11649     #data
11650     <input type="datetime" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11651     #errors
11652     /input/@autofocus;boolean:invalid;m
11653    
11654     #data
11655     <input type="date" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11656     #errors
11657    
11658     #data
11659     <input type="date" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11660     #errors
11661    
11662     #data
11663     <input type="date" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11664     #errors
11665    
11666     #data
11667     <input type="date" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11668     #errors
11669     /input/@autofocus;boolean:invalid;m
11670    
11671     #data
11672     <input type="month" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11673     #errors
11674    
11675     #data
11676     <input type="month" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11677     #errors
11678    
11679     #data
11680     <input type="month" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11681     #errors
11682    
11683     #data
11684     <input type="month" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11685     #errors
11686     /input/@autofocus;boolean:invalid;m
11687    
11688     #data
11689     <input type="week" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11690     #errors
11691    
11692     #data
11693     <input type="week" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11694     #errors
11695    
11696     #data
11697     <input type="week" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11698     #errors
11699    
11700     #data
11701     <input type="week" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11702     #errors
11703     /input/@autofocus;boolean:invalid;m
11704    
11705     #data
11706     <input type="time" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11707     #errors
11708    
11709     #data
11710     <input type="time" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11711     #errors
11712    
11713     #data
11714     <input type="time" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11715     #errors
11716    
11717     #data
11718     <input type="time" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11719     #errors
11720     /input/@autofocus;boolean:invalid;m
11721    
11722     #data
11723     <input type="datetime-local" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11724     #errors
11725    
11726     #data
11727     <input type="datetime-local" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11728     #errors
11729    
11730     #data
11731     <input type="datetime-local" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11732     #errors
11733    
11734     #data
11735     <input type="datetime-local" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11736     #errors
11737     /input/@autofocus;boolean:invalid;m
11738    
11739     #data
11740     <input type="number" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11741     #errors
11742    
11743     #data
11744     <input type="number" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11745     #errors
11746    
11747     #data
11748     <input type="number" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11749     #errors
11750    
11751     #data
11752     <input type="number" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11753     #errors
11754     /input/@autofocus;boolean:invalid;m
11755    
11756     #data
11757     <input type="range" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11758     #errors
11759    
11760     #data
11761     <input type="range" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11762     #errors
11763    
11764     #data
11765     <input type="range" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11766     #errors
11767    
11768     #data
11769     <input type="range" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11770     #errors
11771     /input/@autofocus;boolean:invalid;m
11772    
11773     #data
11774     <input type="color" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11775     #errors
11776    
11777     #data
11778     <input type="color" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11779     #errors
11780    
11781     #data
11782     <input type="color" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11783     #errors
11784    
11785     #data
11786     <input type="color" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11787     #errors
11788     /input/@autofocus;boolean:invalid;m
11789    
11790     #data
11791     <input type="checkbox" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11792     #errors
11793    
11794     #data
11795     <input type="checkbox" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11796     #errors
11797    
11798     #data
11799     <input type="checkbox" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11800     #errors
11801    
11802     #data
11803     <input type="checkbox" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11804     #errors
11805     /input/@autofocus;boolean:invalid;m
11806    
11807     #data
11808     <input type="radio" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11809     #errors
11810    
11811     #data
11812     <input type="radio" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11813     #errors
11814    
11815     #data
11816     <input type="radio" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11817     #errors
11818    
11819     #data
11820     <input type="radio" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11821     #errors
11822     /input/@autofocus;boolean:invalid;m
11823    
11824     #data
11825     <input type="file" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11826     #errors
11827    
11828     #data
11829     <input type="file" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11830     #errors
11831    
11832     #data
11833     <input type="file" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11834     #errors
11835    
11836     #data
11837     <input type="file" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11838     #errors
11839     /input/@autofocus;boolean:invalid;m
11840    
11841     #data
11842     <input type="submit" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11843     #errors
11844    
11845     #data
11846     <input type="submit" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11847     #errors
11848    
11849     #data
11850     <input type="submit" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11851     #errors
11852    
11853     #data
11854     <input type="submit" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11855     #errors
11856     /input/@autofocus;boolean:invalid;m
11857    
11858     #data
11859     <input type="image" src="" alt="x" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11860     #errors
11861    
11862     #data
11863     <input type="image" src="" alt="x" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11864     #errors
11865    
11866     #data
11867     <input type="image" src="" alt="x" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11868     #errors
11869    
11870     #data
11871     <input type="image" src="" alt="x" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11872     #errors
11873     /input/@autofocus;boolean:invalid;m
11874    
11875     #data
11876     <input type="reset" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11877     #errors
11878    
11879     #data
11880     <input type="reset" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11881     #errors
11882    
11883     #data
11884     <input type="reset" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11885     #errors
11886    
11887     #data
11888     <input type="reset" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11889     #errors
11890     /input/@autofocus;boolean:invalid;m
11891    
11892     #data
11893     <input type="button" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11894     #errors
11895    
11896     #data
11897     <input type="button" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11898     #errors
11899    
11900     #data
11901     <input type="button" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11902     #errors
11903    
11904     #data
11905     <input type="button" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11906     #errors
11907     /input/@autofocus;boolean:invalid;m
11908    
11909     #data
11910     <input type="add" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11911     #errors
11912     /input/@type;enumerated:invalid;m
11913    
11914     #data
11915     <input type="add" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11916     #errors
11917     /input/@type;enumerated:invalid;m
11918    
11919     #data
11920     <input type="add" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11921     #errors
11922     /input/@type;enumerated:invalid;m
11923    
11924     #data
11925     <input type="add" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11926     #errors
11927     /input/@autofocus;boolean:invalid;m
11928     /input/@type;enumerated:invalid;m
11929    
11930     #data
11931     <input type="remove" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11932     #errors
11933     /input/@type;enumerated:invalid;m
11934    
11935     #data
11936     <input type="remove" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11937     #errors
11938     /input/@type;enumerated:invalid;m
11939    
11940     #data
11941     <input type="remove" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11942     #errors
11943     /input/@type;enumerated:invalid;m
11944    
11945     #data
11946     <input type="remove" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11947     #errors
11948     /input/@autofocus;boolean:invalid;m
11949     /input/@type;enumerated:invalid;m
11950    
11951     #data
11952     <input type="move-up" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11953     #errors
11954     /input/@type;enumerated:invalid;m
11955    
11956     #data
11957     <input type="move-up" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11958     #errors
11959     /input/@type;enumerated:invalid;m
11960    
11961     #data
11962     <input type="move-up" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11963     #errors
11964     /input/@type;enumerated:invalid;m
11965    
11966     #data
11967     <input type="move-up" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11968     #errors
11969     /input/@autofocus;boolean:invalid;m
11970     /input/@type;enumerated:invalid;m
11971    
11972     #data
11973     <input type="move-down" autofocus="" xmlns="http://www.w3.org/1999/xhtml"/>
11974     #errors
11975     /input/@type;enumerated:invalid;m
11976    
11977     #data
11978     <input type="move-down" autofocus="autofocus" xmlns="http://www.w3.org/1999/xhtml"/>
11979     #errors
11980     /input/@type;enumerated:invalid;m
11981    
11982     #data
11983     <input type="move-down" autofocus="AUTOFOCUS" xmlns="http://www.w3.org/1999/xhtml"/>
11984     #errors
11985     /input/@type;enumerated:invalid;m
11986    
11987     #data
11988     <input type="move-down" autofocus="no" xmlns="http://www.w3.org/1999/xhtml"/>
11989     #errors
11990     /input/@autofocus;boolean:invalid;m
11991     /input/@type;enumerated:invalid;m
11992 wakaba 1.18
11993     #data
11994     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
11995     action=""
11996     />
11997     #errors
11998 wakaba 1.24 /input/@action;attribute not defined;m
11999 wakaba 1.18
12000     #data
12001     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12002     action="http://www.w3.org/"
12003     />
12004     #errors
12005 wakaba 1.24 /input/@action;attribute not defined;m
12006 wakaba 1.18
12007     #data
12008     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12009     action="test"
12010     />
12011     #errors
12012 wakaba 1.24 /input/@action;attribute not defined;m
12013 wakaba 1.18
12014     #data
12015     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12016     action="#test"
12017     />
12018     #errors
12019 wakaba 1.24 /input/@action;attribute not defined;m
12020 wakaba 1.18
12021     #data
12022     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12023     action="[]"
12024     />
12025     #errors
12026     /input/@action;syntax error:iriref3987;m
12027 wakaba 1.24 /input/@action;attribute not defined;m
12028 wakaba 1.18
12029     #data
12030     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12031     method=""
12032     />
12033     #errors
12034     /input/@method;enumerated:invalid;m
12035 wakaba 1.24 /input/@method;attribute not defined;m
12036 wakaba 1.18
12037     #data
12038     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12039     method="get"
12040     />
12041     #errors
12042 wakaba 1.24 /input/@method;attribute not defined;m
12043 wakaba 1.18
12044     #data
12045     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12046     method="GET"
12047     />
12048     #errors
12049 wakaba 1.24 /input/@method;attribute not defined;m
12050 wakaba 1.18
12051     #data
12052     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12053     method="post"
12054     />
12055     #errors
12056 wakaba 1.24 /input/@method;attribute not defined;m
12057 wakaba 1.18
12058     #data
12059     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12060     method="POST"
12061     />
12062     #errors
12063 wakaba 1.24 /input/@method;attribute not defined;m
12064 wakaba 1.18
12065     #data
12066     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12067     method="put"
12068     />
12069     #errors
12070 wakaba 1.24 /input/@method;attribute not defined;m
12071 wakaba 1.18
12072     #data
12073     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12074     method="PUT"
12075     />
12076     #errors
12077 wakaba 1.24 /input/@method;attribute not defined;m
12078 wakaba 1.18
12079     #data
12080     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12081     method="delete"
12082     />
12083     #errors
12084 wakaba 1.24 /input/@method;attribute not defined;m
12085 wakaba 1.18
12086     #data
12087     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12088     method="DELETE"
12089     />
12090     #errors
12091 wakaba 1.24 /input/@method;attribute not defined;m
12092 wakaba 1.18
12093     #data
12094     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12095     method="GEt"
12096     />
12097     #errors
12098 wakaba 1.24 /input/@method;attribute not defined;m
12099 wakaba 1.18
12100     #data
12101     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12102     method="deleTE"
12103     />
12104     #errors
12105 wakaba 1.24 /input/@method;attribute not defined;m
12106 wakaba 1.18
12107     #data
12108     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12109     method="head"
12110     />
12111     #errors
12112     /input/@method;enumerated:invalid;m
12113 wakaba 1.24 /input/@method;attribute not defined;m
12114 wakaba 1.18
12115     #data
12116     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12117     method="m-get"
12118     />
12119     #errors
12120     /input/@method;enumerated:invalid;m
12121 wakaba 1.24 /input/@method;attribute not defined;m
12122 wakaba 1.18
12123     #data
12124     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12125     method="get "
12126     />
12127     #errors
12128     /input/@method;enumerated:invalid;m
12129 wakaba 1.24 /input/@method;attribute not defined;m
12130 wakaba 1.18
12131     #data
12132     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12133     method="getall"
12134     />
12135     #errors
12136     /input/@method;enumerated:invalid;m
12137 wakaba 1.24 /input/@method;attribute not defined;m
12138 wakaba 1.18
12139     #data
12140     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12141     method="push"
12142     />
12143     #errors
12144     /input/@method;enumerated:invalid;m
12145 wakaba 1.24 /input/@method;attribute not defined;m
12146 wakaba 1.18
12147     #data
12148     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12149     method="method"
12150     />
12151     #errors
12152     /input/@method;enumerated:invalid;m
12153 wakaba 1.24 /input/@method;attribute not defined;m
12154 wakaba 1.18
12155     #data
12156     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12157     enctype=""
12158     />
12159     #errors
12160     /input/@enctype;enumerated:invalid;m
12161 wakaba 1.24 /input/@enctype;attribute not defined;m
12162 wakaba 1.18
12163     #data
12164     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12165     enctype="application/x-www-form-urlencoded"
12166     />
12167     #errors
12168 wakaba 1.24 /input/@enctype;attribute not defined;m
12169 wakaba 1.18
12170     #data
12171     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12172     enctype="APPLICATION/X-WWW-FORM-URLENCODED"
12173     />
12174     #errors
12175 wakaba 1.24 /input/@enctype;attribute not defined;m
12176 wakaba 1.18
12177     #data
12178     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12179     enctype="Application/x-www-form-urlencoded"
12180     />
12181     #errors
12182 wakaba 1.24 /input/@enctype;attribute not defined;m
12183 wakaba 1.18
12184     #data
12185     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12186     enctype="multipart/form-data"
12187     />
12188     #errors
12189 wakaba 1.24 /input/@enctype;attribute not defined;m
12190 wakaba 1.18
12191     #data
12192     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12193     enctype="Multipart/Form-Data"
12194     />
12195     #errors
12196 wakaba 1.24 /input/@enctype;attribute not defined;m
12197 wakaba 1.18
12198     #data
12199     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12200     enctype="text/plain"
12201     />
12202     #errors
12203 wakaba 1.24 /input/@enctype;attribute not defined;m
12204 wakaba 1.18
12205     #data
12206     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12207     enctype="TEXT/plain"
12208     />
12209     #errors
12210 wakaba 1.24 /input/@enctype;attribute not defined;m
12211 wakaba 1.18
12212     #data
12213     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12214     enctype="application/x-url-encoded"
12215     />
12216     #errors
12217     /input/@enctype;enumerated:invalid;m
12218 wakaba 1.24 /input/@enctype;attribute not defined;m
12219 wakaba 1.18
12220     #data
12221     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12222     enctype="application/x-sgml-urlencoded"
12223     />
12224     #errors
12225     /input/@enctype;enumerated:invalid;m
12226 wakaba 1.24 /input/@enctype;attribute not defined;m
12227 wakaba 1.18
12228     #data
12229     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12230     enctype="application/x-www-form-urlencoded; charset=utf-8"
12231     />
12232     #errors
12233     /input/@enctype;enumerated:invalid;m
12234 wakaba 1.24 /input/@enctype;attribute not defined;m
12235 wakaba 1.18
12236     #data
12237     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12238     enctype=" text/plain "
12239     />
12240     #errors
12241     /input/@enctype;enumerated:invalid;m
12242 wakaba 1.24 /input/@enctype;attribute not defined;m
12243 wakaba 1.18
12244     #data
12245     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12246     enctype="image/png"
12247     />
12248     #errors
12249     /input/@enctype;enumerated:invalid;m
12250 wakaba 1.24 /input/@enctype;attribute not defined;m
12251 wakaba 1.18
12252     #data
12253     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12254     enctype="enctype"
12255     />
12256     #errors
12257     /input/@enctype;enumerated:invalid;m
12258 wakaba 1.24 /input/@enctype;attribute not defined;m
12259 wakaba 1.18
12260     #data
12261     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12262     enctype="multipart/related"
12263     />
12264     #errors
12265     /input/@enctype;enumerated:invalid;m
12266 wakaba 1.24 /input/@enctype;attribute not defined;m
12267 wakaba 1.18
12268     #data
12269     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12270     enctype="application/xml"
12271     />
12272     #errors
12273     /input/@enctype;enumerated:invalid;m
12274 wakaba 1.24 /input/@enctype;attribute not defined;m
12275 wakaba 1.18
12276     #data
12277     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12278     enctype="text/xml"
12279     />
12280     #errors
12281     /input/@enctype;enumerated:invalid;m
12282 wakaba 1.24 /input/@enctype;attribute not defined;m
12283 wakaba 1.18
12284     #data
12285     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12286     enctype="text/html"
12287     />
12288     #errors
12289     /input/@enctype;enumerated:invalid;m
12290 wakaba 1.24 /input/@enctype;attribute not defined;m
12291 wakaba 1.18
12292     #data
12293     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12294     target=""
12295     />
12296     #errors
12297     /input/@target;window name:empty;m
12298 wakaba 1.24 /input/@target;attribute not defined;m
12299 wakaba 1.18
12300     #data
12301     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12302     target="_blank"
12303     />
12304     #errors
12305 wakaba 1.24 /input/@target;attribute not defined;m
12306 wakaba 1.18
12307     #data
12308     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12309     target="_self"
12310     />
12311     #errors
12312 wakaba 1.24 /input/@target;attribute not defined;m
12313 wakaba 1.18
12314     #data
12315     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12316     target="_parent"
12317     />
12318     #errors
12319 wakaba 1.24 /input/@target;attribute not defined;m
12320 wakaba 1.18
12321     #data
12322     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12323     target="_top"
12324     />
12325     #errors
12326 wakaba 1.24 /input/@target;attribute not defined;m
12327 wakaba 1.18
12328     #data
12329     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12330     target="new"
12331     />
12332     #errors
12333 wakaba 1.24 /input/@target;attribute not defined;m
12334 wakaba 1.18
12335     #data
12336     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12337     target="result"
12338     />
12339     #errors
12340 wakaba 1.24 /input/@target;attribute not defined;m
12341 wakaba 1.18
12342     #data
12343     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12344     target="_BLANK"
12345     />
12346     #errors
12347 wakaba 1.24 /input/@target;attribute not defined;m
12348 wakaba 1.18
12349     #data
12350     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12351     target="_SElf"
12352     />
12353     #errors
12354 wakaba 1.24 /input/@target;attribute not defined;m
12355 wakaba 1.18
12356     #data
12357     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12358     target="_new"
12359     />
12360     #errors
12361 wakaba 1.24 /input/@target;attribute not defined;m
12362 wakaba 1.18 /input/@target;window name:reserved;m
12363    
12364     #data
12365     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12366     target="_blank "
12367     />
12368     #errors
12369 wakaba 1.24 /input/@target;attribute not defined;m
12370 wakaba 1.18 /input/@target;window name:reserved;m
12371    
12372     #data
12373     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12374     target="_new window"
12375     />
12376     #errors
12377 wakaba 1.24 /input/@target;attribute not defined;m
12378 wakaba 1.18 /input/@target;window name:reserved;m
12379    
12380     #data
12381     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12382     target="new window"
12383     />
12384     #errors
12385 wakaba 1.24 /input/@target;attribute not defined;m
12386 wakaba 1.18
12387     #data
12388     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12389     target="_content"
12390     />
12391     #errors
12392 wakaba 1.24 /input/@target;attribute not defined;m
12393 wakaba 1.18 /input/@target;window name:reserved;m
12394    
12395     #data
12396     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12397     target="_replace"
12398     />
12399     #errors
12400 wakaba 1.24 /input/@target;attribute not defined;m
12401 wakaba 1.18 /input/@target;window name:reserved;m
12402    
12403     #data
12404     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12405     target="_search"
12406     />
12407     #errors
12408 wakaba 1.24 /input/@target;attribute not defined;m
12409 wakaba 1.18 /input/@target;window name:reserved;m
12410    
12411     #data
12412     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12413     novalidate=""
12414     />
12415     #errors
12416 wakaba 1.24 /input/@novalidate;attribute not defined;m
12417 wakaba 1.18
12418     #data
12419     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12420     novalidate="novalidate"
12421     />
12422     #errors
12423 wakaba 1.24 /input/@novalidate;attribute not defined;m
12424 wakaba 1.18
12425     #data
12426     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12427     novalidate="NoValidate"
12428     />
12429     #errors
12430 wakaba 1.24 /input/@novalidate;attribute not defined;m
12431 wakaba 1.18
12432     #data
12433     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12434     novalidate="yes"
12435     />
12436     #errors
12437     /input/@novalidate;boolean:invalid;m
12438 wakaba 1.24 /input/@novalidate;attribute not defined;m
12439 wakaba 1.18
12440     #data
12441     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
12442     novalidate="no validate"
12443     />
12444     #errors
12445     /input/@novalidate;boolean:invalid;m
12446 wakaba 1.24 /input/@novalidate;attribute not defined;m
12447 wakaba 1.18
12448     #data
12449     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12450     action=""
12451     />
12452     #errors
12453 wakaba 1.24 /input/@action;attribute not defined;m
12454 wakaba 1.18
12455     #data
12456     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12457     action="http://www.w3.org/"
12458     />
12459     #errors
12460 wakaba 1.24 /input/@action;attribute not defined;m
12461 wakaba 1.18
12462     #data
12463     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12464     action="test"
12465     />
12466     #errors
12467 wakaba 1.24 /input/@action;attribute not defined;m
12468 wakaba 1.18
12469     #data
12470     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12471     action="#test"
12472     />
12473     #errors
12474 wakaba 1.24 /input/@action;attribute not defined;m
12475 wakaba 1.18
12476     #data
12477     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12478     action="[]"
12479     />
12480     #errors
12481 wakaba 1.24 /input/@action;attribute not defined;m
12482 wakaba 1.18 /input/@action;syntax error:iriref3987;m
12483    
12484     #data
12485     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12486     method=""
12487     />
12488     #errors
12489     /input/@method;enumerated:invalid;m
12490 wakaba 1.24 /input/@method;attribute not defined;m
12491 wakaba 1.18
12492     #data
12493     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12494     method="get"
12495     />
12496     #errors
12497 wakaba 1.24 /input/@method;attribute not defined;m
12498 wakaba 1.18
12499     #data
12500     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12501     method="GET"
12502     />
12503     #errors
12504 wakaba 1.24 /input/@method;attribute not defined;m
12505 wakaba 1.18
12506     #data
12507     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12508     method="post"
12509     />
12510     #errors
12511 wakaba 1.24 /input/@method;attribute not defined;m
12512 wakaba 1.18
12513     #data
12514     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12515     method="POST"
12516     />
12517     #errors
12518 wakaba 1.24 /input/@method;attribute not defined;m
12519 wakaba 1.18
12520     #data
12521     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12522     method="put"
12523     />
12524     #errors
12525 wakaba 1.24 /input/@method;attribute not defined;m
12526 wakaba 1.18
12527     #data
12528     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12529     method="PUT"
12530     />
12531     #errors
12532 wakaba 1.24 /input/@method;attribute not defined;m
12533 wakaba 1.18
12534     #data
12535     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12536     method="delete"
12537     />
12538     #errors
12539 wakaba 1.24 /input/@method;attribute not defined;m
12540 wakaba 1.18
12541     #data
12542     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12543     method="DELETE"
12544     />
12545     #errors
12546 wakaba 1.24 /input/@method;attribute not defined;m
12547 wakaba 1.18
12548     #data
12549     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12550     method="GEt"
12551     />
12552     #errors
12553 wakaba 1.24 /input/@method;attribute not defined;m
12554 wakaba 1.18
12555     #data
12556     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12557     method="deleTE"
12558     />
12559     #errors
12560 wakaba 1.24 /input/@method;attribute not defined;m
12561 wakaba 1.18
12562     #data
12563     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12564     method="head"
12565     />
12566     #errors
12567 wakaba 1.24 /input/@method;attribute not defined;m
12568 wakaba 1.18 /input/@method;enumerated:invalid;m
12569    
12570     #data
12571     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12572     method="m-get"
12573     />
12574     #errors
12575 wakaba 1.24 /input/@method;attribute not defined;m
12576 wakaba 1.18 /input/@method;enumerated:invalid;m
12577    
12578     #data
12579     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12580     method="get "
12581     />
12582     #errors
12583 wakaba 1.24 /input/@method;attribute not defined;m
12584 wakaba 1.18 /input/@method;enumerated:invalid;m
12585    
12586     #data
12587     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12588     method="getall"
12589     />
12590     #errors
12591 wakaba 1.24 /input/@method;attribute not defined;m
12592 wakaba 1.18 /input/@method;enumerated:invalid;m
12593    
12594     #data
12595     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12596     method="push"
12597     />
12598     #errors
12599 wakaba 1.24 /input/@method;attribute not defined;m
12600 wakaba 1.18 /input/@method;enumerated:invalid;m
12601    
12602     #data
12603     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12604     method="method"
12605     />
12606     #errors
12607 wakaba 1.24 /input/@method;attribute not defined;m
12608 wakaba 1.18 /input/@method;enumerated:invalid;m
12609    
12610     #data
12611     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12612     enctype=""
12613     />
12614     #errors
12615     /input/@enctype;enumerated:invalid;m
12616 wakaba 1.24 /input/@enctype;attribute not defined;m
12617 wakaba 1.18
12618     #data
12619     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12620     enctype="application/x-www-form-urlencoded"
12621     />
12622     #errors
12623 wakaba 1.24 /input/@enctype;attribute not defined;m
12624 wakaba 1.18
12625     #data
12626     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12627     enctype="APPLICATION/X-WWW-FORM-URLENCODED"
12628     />
12629     #errors
12630 wakaba 1.24 /input/@enctype;attribute not defined;m
12631 wakaba 1.18
12632     #data
12633     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12634     enctype="Application/x-www-form-urlencoded"
12635     />
12636     #errors
12637 wakaba 1.24 /input/@enctype;attribute not defined;m
12638 wakaba 1.18
12639     #data
12640     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12641     enctype="multipart/form-data"
12642     />
12643     #errors
12644 wakaba 1.24 /input/@enctype;attribute not defined;m
12645 wakaba 1.18
12646     #data
12647     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12648     enctype="Multipart/Form-Data"
12649     />
12650     #errors
12651 wakaba 1.24 /input/@enctype;attribute not defined;m
12652 wakaba 1.18
12653     #data
12654     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12655     enctype="text/plain"
12656     />
12657     #errors
12658 wakaba 1.24 /input/@enctype;attribute not defined;m
12659 wakaba 1.18
12660     #data
12661     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12662     enctype="TEXT/plain"
12663     />
12664     #errors
12665 wakaba 1.24 /input/@enctype;attribute not defined;m
12666 wakaba 1.18
12667     #data
12668     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12669     enctype="application/x-url-encoded"
12670     />
12671     #errors
12672     /input/@enctype;enumerated:invalid;m
12673 wakaba 1.24 /input/@enctype;attribute not defined;m
12674 wakaba 1.18
12675     #data
12676     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12677     enctype="application/x-sgml-urlencoded"
12678     />
12679     #errors
12680     /input/@enctype;enumerated:invalid;m
12681 wakaba 1.24 /input/@enctype;attribute not defined;m
12682 wakaba 1.18
12683     #data
12684     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12685     enctype="application/x-www-form-urlencoded; charset=utf-8"
12686     />
12687     #errors
12688     /input/@enctype;enumerated:invalid;m
12689 wakaba 1.24 /input/@enctype;attribute not defined;m
12690 wakaba 1.18
12691     #data
12692     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12693     enctype=" text/plain "
12694     />
12695     #errors
12696     /input/@enctype;enumerated:invalid;m
12697 wakaba 1.24 /input/@enctype;attribute not defined;m
12698 wakaba 1.18
12699     #data
12700     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12701     enctype="image/png"
12702     />
12703     #errors
12704     /input/@enctype;enumerated:invalid;m
12705 wakaba 1.24 /input/@enctype;attribute not defined;m
12706 wakaba 1.18
12707     #data
12708     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12709     enctype="enctype"
12710     />
12711     #errors
12712     /input/@enctype;enumerated:invalid;m
12713 wakaba 1.24 /input/@enctype;attribute not defined;m
12714 wakaba 1.18
12715     #data
12716     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12717     enctype="multipart/related"
12718     />
12719     #errors
12720     /input/@enctype;enumerated:invalid;m
12721 wakaba 1.24 /input/@enctype;attribute not defined;m
12722 wakaba 1.18
12723     #data
12724     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12725     enctype="application/xml"
12726     />
12727     #errors
12728     /input/@enctype;enumerated:invalid;m
12729 wakaba 1.24 /input/@enctype;attribute not defined;m
12730 wakaba 1.18
12731     #data
12732     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12733     enctype="text/xml"
12734     />
12735     #errors
12736     /input/@enctype;enumerated:invalid;m
12737 wakaba 1.24 /input/@enctype;attribute not defined;m
12738 wakaba 1.18
12739     #data
12740     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12741     enctype="text/html"
12742     />
12743     #errors
12744     /input/@enctype;enumerated:invalid;m
12745 wakaba 1.24 /input/@enctype;attribute not defined;m
12746 wakaba 1.18
12747     #data
12748     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12749     target=""
12750     />
12751     #errors
12752     /input/@target;window name:empty;m
12753 wakaba 1.24 /input/@target;attribute not defined;m
12754 wakaba 1.18
12755     #data
12756     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12757     target="_blank"
12758     />
12759     #errors
12760 wakaba 1.24 /input/@target;attribute not defined;m
12761 wakaba 1.18
12762     #data
12763     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12764     target="_self"
12765     />
12766     #errors
12767 wakaba 1.24 /input/@target;attribute not defined;m
12768 wakaba 1.18
12769     #data
12770     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12771     target="_parent"
12772     />
12773     #errors
12774 wakaba 1.24 /input/@target;attribute not defined;m
12775 wakaba 1.18
12776     #data
12777     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12778     target="_top"
12779     />
12780     #errors
12781 wakaba 1.24 /input/@target;attribute not defined;m
12782 wakaba 1.18
12783     #data
12784     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12785     target="new"
12786     />
12787     #errors
12788 wakaba 1.24 /input/@target;attribute not defined;m
12789 wakaba 1.18
12790     #data
12791     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12792     target="result"
12793     />
12794     #errors
12795 wakaba 1.24 /input/@target;attribute not defined;m
12796 wakaba 1.18
12797     #data
12798     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12799     target="_BLANK"
12800     />
12801     #errors
12802 wakaba 1.24 /input/@target;attribute not defined;m
12803 wakaba 1.18
12804     #data
12805     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12806     target="_SElf"
12807     />
12808     #errors
12809 wakaba 1.24 /input/@target;attribute not defined;m
12810 wakaba 1.18
12811     #data
12812     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12813     target="_new"
12814     />
12815     #errors
12816     /input/@target;window name:reserved;m
12817 wakaba 1.24 /input/@target;attribute not defined;m
12818 wakaba 1.18
12819     #data
12820     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12821     target="_blank "
12822     />
12823     #errors
12824     /input/@target;window name:reserved;m
12825 wakaba 1.24 /input/@target;attribute not defined;m
12826 wakaba 1.18
12827     #data
12828     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12829     target="_new window"
12830     />
12831     #errors
12832     /input/@target;window name:reserved;m
12833 wakaba 1.24 /input/@target;attribute not defined;m
12834 wakaba 1.18
12835     #data
12836     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12837     target="new window"
12838     />
12839     #errors
12840 wakaba 1.24 /input/@target;attribute not defined;m
12841 wakaba 1.18
12842     #data
12843     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12844     target="_content"
12845     />
12846     #errors
12847     /input/@target;window name:reserved;m
12848 wakaba 1.24 /input/@target;attribute not defined;m
12849 wakaba 1.18
12850     #data
12851     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12852     target="_replace"
12853     />
12854     #errors
12855     /input/@target;window name:reserved;m
12856 wakaba 1.24 /input/@target;attribute not defined;m
12857 wakaba 1.18
12858     #data
12859     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12860     target="_search"
12861     />
12862     #errors
12863     /input/@target;window name:reserved;m
12864 wakaba 1.24 /input/@target;attribute not defined;m
12865 wakaba 1.18
12866     #data
12867     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12868     novalidate=""
12869     />
12870     #errors
12871 wakaba 1.24 /input/@novalidate;attribute not defined;m
12872 wakaba 1.18
12873     #data
12874     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12875     novalidate="novalidate"
12876     />
12877     #errors
12878 wakaba 1.24 /input/@novalidate;attribute not defined;m
12879 wakaba 1.18
12880     #data
12881     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12882     novalidate="NoValidate"
12883     />
12884     #errors
12885 wakaba 1.24 /input/@novalidate;attribute not defined;m
12886 wakaba 1.18
12887     #data
12888     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12889     novalidate="yes"
12890     />
12891     #errors
12892     /input/@novalidate;boolean:invalid;m
12893 wakaba 1.24 /input/@novalidate;attribute not defined;m
12894 wakaba 1.18
12895     #data
12896     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
12897     novalidate="no validate"
12898     />
12899     #errors
12900     /input/@novalidate;boolean:invalid;m
12901 wakaba 1.24 /input/@novalidate;attribute not defined;m
12902 wakaba 1.18
12903     #data
12904     <input type="hidden" xmlns="http://www.w3.org/1999/xhtml"
12905     novalidate=""
12906     />
12907     #errors
12908     /input/@novalidate;input attr not applicable;hidden;m
12909 wakaba 1.24 /input/@novalidate;attribute not defined;m
12910 wakaba 1.18
12911     #data
12912     <input type="text" xmlns="http://www.w3.org/1999/xhtml"
12913     novalidate=""
12914     />
12915     #errors
12916     /input/@novalidate;input attr not applicable;text;m
12917 wakaba 1.24 /input/@novalidate;attribute not defined;m
12918 wakaba 1.18
12919     #data
12920     <input type="search" xmlns="http://www.w3.org/1999/xhtml"
12921     novalidate=""
12922     />
12923     #errors
12924     /input/@novalidate;input attr not applicable;search;m
12925 wakaba 1.24 /input/@novalidate;attribute not defined;m
12926 wakaba 1.18
12927     #data
12928     <input type="url" xmlns="http://www.w3.org/1999/xhtml"
12929     novalidate=""
12930     />
12931     #errors
12932     /input/@novalidate;input attr not applicable;url;m
12933 wakaba 1.24 /input/@novalidate;attribute not defined;m
12934 wakaba 1.18
12935     #data
12936     <input type="email" xmlns="http://www.w3.org/1999/xhtml"
12937     novalidate=""
12938     />
12939     #errors
12940     /input/@novalidate;input attr not applicable;email;m
12941 wakaba 1.24 /input/@novalidate;attribute not defined;m
12942 wakaba 1.18
12943     #data
12944     <input type="password" xmlns="http://www.w3.org/1999/xhtml"
12945     novalidate=""
12946     />
12947     #errors
12948     /input/@novalidate;input attr not applicable;password;m
12949 wakaba 1.24 /input/@novalidate;attribute not defined;m
12950 wakaba 1.18
12951     #data
12952     <input type="datetime" xmlns="http://www.w3.org/1999/xhtml"
12953     novalidate=""
12954     />
12955     #errors
12956     /input/@novalidate;input attr not applicable;datetime;m
12957 wakaba 1.24 /input/@novalidate;attribute not defined;m
12958 wakaba 1.18
12959     #data
12960     <input type="date" xmlns="http://www.w3.org/1999/xhtml"
12961     novalidate=""
12962     />
12963     #errors
12964     /input/@novalidate;input attr not applicable;date;m
12965 wakaba 1.24 /input/@novalidate;attribute not defined;m
12966 wakaba 1.18
12967     #data
12968     <input type="month" xmlns="http://www.w3.org/1999/xhtml"
12969     novalidate=""
12970     />
12971     #errors
12972     /input/@novalidate;input attr not applicable;month;m
12973 wakaba 1.24 /input/@novalidate;attribute not defined;m
12974 wakaba 1.18
12975     #data
12976     <input type="week" xmlns="http://www.w3.org/1999/xhtml"
12977     novalidate=""
12978     />
12979     #errors
12980     /input/@novalidate;input attr not applicable;week;m
12981 wakaba 1.24 /input/@novalidate;attribute not defined;m
12982 wakaba 1.18
12983     #data
12984     <input type="time" xmlns="http://www.w3.org/1999/xhtml"
12985     novalidate=""
12986     />
12987     #errors
12988     /input/@novalidate;input attr not applicable;time;m
12989 wakaba 1.24 /input/@novalidate;attribute not defined;m
12990 wakaba 1.18
12991     #data
12992     <input type="datetime-local" xmlns="http://www.w3.org/1999/xhtml"
12993     novalidate=""
12994     />
12995     #errors
12996     /input/@novalidate;input attr not applicable;datetime-local;m
12997 wakaba 1.24 /input/@novalidate;attribute not defined;m
12998 wakaba 1.18
12999     #data
13000     <input type="number" xmlns="http://www.w3.org/1999/xhtml"
13001     novalidate=""
13002     />
13003     #errors
13004     /input/@novalidate;input attr not applicable;number;m
13005 wakaba 1.24 /input/@novalidate;attribute not defined;m
13006 wakaba 1.18
13007     #data
13008     <input type="range" xmlns="http://www.w3.org/1999/xhtml"
13009     novalidate=""
13010     />
13011     #errors
13012     /input/@novalidate;input attr not applicable;range;m
13013 wakaba 1.24 /input/@novalidate;attribute not defined;m
13014 wakaba 1.18
13015     #data
13016     <input type="color" xmlns="http://www.w3.org/1999/xhtml"
13017     novalidate=""
13018     />
13019     #errors
13020     /input/@novalidate;input attr not applicable;color;m
13021 wakaba 1.24 /input/@novalidate;attribute not defined;m
13022 wakaba 1.18
13023     #data
13024     <input type="checkbox" xmlns="http://www.w3.org/1999/xhtml"
13025     novalidate=""
13026     />
13027     #errors
13028     /input/@novalidate;input attr not applicable;checkbox;m
13029 wakaba 1.24 /input/@novalidate;attribute not defined;m
13030 wakaba 1.18
13031     #data
13032     <input type="radio" xmlns="http://www.w3.org/1999/xhtml"
13033     novalidate=""
13034     />
13035     #errors
13036     /input/@novalidate;input attr not applicable;radio;m
13037 wakaba 1.24 /input/@novalidate;attribute not defined;m
13038 wakaba 1.18
13039     #data
13040     <input type="file" xmlns="http://www.w3.org/1999/xhtml"
13041     novalidate=""
13042     />
13043     #errors
13044     /input/@novalidate;input attr not applicable;file;m
13045 wakaba 1.24 /input/@novalidate;attribute not defined;m
13046 wakaba 1.18
13047     #data
13048     <input type="reset" xmlns="http://www.w3.org/1999/xhtml"
13049     novalidate=""
13050     />
13051     #errors
13052     /input/@novalidate;input attr not applicable;reset;m
13053 wakaba 1.24 /input/@novalidate;attribute not defined;m
13054 wakaba 1.18
13055     #data
13056     <input type="button" xmlns="http://www.w3.org/1999/xhtml"
13057     novalidate=""
13058     />
13059     #errors
13060     /input/@novalidate;input attr not applicable;button;m
13061 wakaba 1.24 /input/@novalidate;attribute not defined;m
13062 wakaba 1.19
13063     #data
13064     <input type="date" xmlns="http://www.w3.org/1999/xhtml"
13065     value="0000-11-22"/>
13066     #errors
13067     /input/@value;datetime:bad year;m
13068    
13069     #data
13070     <input type="datetime" xmlns="http://www.w3.org/1999/xhtml"
13071     value="0000-11-22T00:11:22Z"/>
13072     #errors
13073     /input/@value;datetime:bad year;m
13074    
13075     #data
13076     <input type="month" xmlns="http://www.w3.org/1999/xhtml"
13077     value="0000-11"/>
13078     #errors
13079     /input/@value;datetime:bad year;m
13080    
13081     #data
13082     <input type="week" xmlns="http://www.w3.org/1999/xhtml"
13083     value="0000-W11"/>
13084     #errors
13085     /input/@value;datetime:bad year;m
13086    
13087     #data
13088     <input type="datetime-local" xmlns="http://www.w3.org/1999/xhtml"
13089     value="0000-11-22T00:11:22"/>
13090     #errors
13091     /input/@value;datetime:bad year;m
13092 wakaba 1.21
13093     #data
13094     <input type="image" xmlns="http://www.w3.org/1999/xhtml"
13095     width="" alt="x"/>
13096     #errors
13097     /input/@width;nninteger:syntax error;m
13098    
13099     #data
13100     <input type="image" xmlns="http://www.w3.org/1999/xhtml"
13101     width="120" alt="x"/>
13102     #errors
13103    
13104     #data
13105     <input type="image" xmlns="http://www.w3.org/1999/xhtml"
13106     width="0" alt="x"/>
13107     #errors
13108    
13109     #data
13110     <input type="text" xmlns="http://www.w3.org/1999/xhtml"
13111     width="120" alt="x"/>
13112     #errors
13113     /input/@width;input attr not applicable;text;m
13114 wakaba 1.22 /input/@alt;input attr not applicable;text;m
13115 wakaba 1.21
13116     #data
13117     <input type="image" xmlns="http://www.w3.org/1999/xhtml"
13118     height=""/>
13119     #errors
13120     /input/@height;nninteger:syntax error;m
13121    
13122     #data
13123     <input type="image" xmlns="http://www.w3.org/1999/xhtml"
13124     height="120" alt="x"/>
13125     #errors
13126    
13127     #data
13128     <input type="image" xmlns="http://www.w3.org/1999/xhtml"
13129     height="0" alt="x"/>
13130     #errors
13131    
13132     #data
13133     <input type="text" xmlns="http://www.w3.org/1999/xhtml"
13134     height="120"/>
13135     #errors
13136     /input/@height;input attr not applicable;text;m
13137 wakaba 1.22
13138     #data
13139     <input type="url" xmlns="http://www.w3.org/1999/xhtml"
13140     value=""/>
13141     #errors
13142    
13143     #data
13144     <input type="url" xmlns="http://www.w3.org/1999/xhtml"
13145     value="http://www.test.exmaple/"/>
13146     #errors
13147    
13148     #data
13149     <input type="url" xmlns="http://www.w3.org/1999/xhtml"
13150     value="http://test/[44::]/"/>
13151     #errors
13152     /input/@value;syntax error:iriref3987;m
13153    
13154     #data
13155     <input type="text" xmlns="http://www.w3.org/1999/xhtml"
13156     value="http://test/[44::]/"/>
13157     #errors
13158    
13159     #data
13160     <input type="search" xmlns="http://www.w3.org/1999/xhtml"
13161     value="http://test/[44::]/"/>
13162     #errors
13163    
13164     #data
13165     <input type="password" xmlns="http://www.w3.org/1999/xhtml"
13166     value="http://test/[44::]/"/>
13167     #errors
13168    
13169     #data
13170     <input type="email" xmlns="http://www.w3.org/1999/xhtml"
13171     value="http://test/[44::]/"/>
13172     #errors
13173     /input/@value;email:syntax error;m
13174    
13175     #data
13176     <input type="URL" xmlns="http://www.w3.org/1999/xhtml"
13177     value="http://test/[44::]/"/>
13178     #errors
13179     /input/@value;syntax error:iriref3987;m
13180 wakaba 1.23
13181     #data
13182     <input type="tel" xmlns="http://www.w3.org/1999/xhtml"/>
13183     #errors
13184    
13185     #data
13186     <input type="tel" xmlns="http://www.w3.org/1999/xhtml"
13187     value=""/>
13188     #errors
13189    
13190     #data
13191     <input type="tel" xmlns="http://www.w3.org/1999/xhtml"
13192     value="xxx"/>
13193     #errors
13194    
13195     #data
13196     <input type="tel" xmlns="http://www.w3.org/1999/xhtml"
13197     maxlength="65" value=""/>
13198     #errors
13199    
13200     #data
13201     <input type="tel" xmlns="http://www.w3.org/1999/xhtml"
13202     value="xxx&#xa;"/>
13203     #errors
13204     /input/@value;newline in value;m
13205    
13206     #data
13207     <input type="tel" xmlns="http://www.w3.org/1999/xhtml"
13208     min="1" max="10"/>
13209     #errors
13210     /input/@min;input attr not applicable;tel;m
13211     /input/@max;input attr not applicable;tel;m
13212    
13213     #data
13214     <input type="tel" xmlns="http://www.w3.org/1999/xhtml"
13215     alt="x"/>
13216     #errors
13217     /input/@alt;input attr not applicable;tel;m
13218    
13219     #data
13220     <input type="tel" xmlns="http://www.w3.org/1999/xhtml"
13221     multiple=""/>
13222     #errors
13223     /input/@multiple;input attr not applicable;tel;m
13224 wakaba 1.24
13225     #data
13226     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13227     formaction=""
13228     />
13229     #errors
13230    
13231     #data
13232     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13233     formaction="http://www.w3.org/"
13234     />
13235     #errors
13236    
13237     #data
13238     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13239     formaction="test"
13240     />
13241     #errors
13242    
13243     #data
13244     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13245     formaction="#test"
13246     />
13247     #errors
13248    
13249     #data
13250     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13251     formaction="[]"
13252     />
13253     #errors
13254     /input/@formaction;syntax error:iriref3987;m
13255    
13256     #data
13257     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13258     formmethod=""
13259     />
13260     #errors
13261     /input/@formmethod;enumerated:invalid;m
13262    
13263     #data
13264     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13265     formmethod="get"
13266     />
13267     #errors
13268    
13269     #data
13270     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13271     formmethod="GET"
13272     />
13273     #errors
13274    
13275     #data
13276     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13277     formmethod="post"
13278     />
13279     #errors
13280    
13281     #data
13282     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13283     formmethod="POST"
13284     />
13285     #errors
13286    
13287     #data
13288     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13289     formmethod="put"
13290     />
13291     #errors
13292    
13293     #data
13294     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13295     formmethod="PUT"
13296     />
13297     #errors
13298    
13299     #data
13300     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13301     formmethod="delete"
13302     />
13303     #errors
13304    
13305     #data
13306     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13307     formmethod="DELETE"
13308     />
13309     #errors
13310    
13311     #data
13312     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13313     formmethod="GEt"
13314     />
13315     #errors
13316    
13317     #data
13318     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13319     formmethod="deleTE"
13320     />
13321     #errors
13322    
13323     #data
13324     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13325     formmethod="head"
13326     />
13327     #errors
13328     /input/@formmethod;enumerated:invalid;m
13329    
13330     #data
13331     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13332     formmethod="m-get"
13333     />
13334     #errors
13335     /input/@formmethod;enumerated:invalid;m
13336    
13337     #data
13338     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13339     formmethod="get "
13340     />
13341     #errors
13342     /input/@formmethod;enumerated:invalid;m
13343    
13344     #data
13345     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13346     formmethod="getall"
13347     />
13348     #errors
13349     /input/@formmethod;enumerated:invalid;m
13350    
13351     #data
13352     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13353     formmethod="push"
13354     />
13355     #errors
13356     /input/@formmethod;enumerated:invalid;m
13357    
13358     #data
13359     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13360     formmethod="formmethod"
13361     />
13362     #errors
13363     /input/@formmethod;enumerated:invalid;m
13364    
13365     #data
13366     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13367     formenctype=""
13368     />
13369     #errors
13370     /input/@formenctype;enumerated:invalid;m
13371    
13372     #data
13373     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13374     formenctype="application/x-www-form-urlencoded"
13375     />
13376     #errors
13377    
13378     #data
13379     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13380     formenctype="APPLICATION/X-WWW-FORM-URLENCODED"
13381     />
13382     #errors
13383    
13384     #data
13385     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13386     formenctype="Application/x-www-form-urlencoded"
13387     />
13388     #errors
13389    
13390     #data
13391     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13392     formenctype="multipart/form-data"
13393     />
13394     #errors
13395    
13396     #data
13397     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13398     formenctype="Multipart/Form-Data"
13399     />
13400     #errors
13401    
13402     #data
13403     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13404     formenctype="text/plain"
13405     />
13406     #errors
13407    
13408     #data
13409     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13410     formenctype="TEXT/plain"
13411     />
13412     #errors
13413    
13414     #data
13415     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13416     formenctype="application/x-url-encoded"
13417     />
13418     #errors
13419     /input/@formenctype;enumerated:invalid;m
13420    
13421     #data
13422     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13423     formenctype="application/x-sgml-urlencoded"
13424     />
13425     #errors
13426     /input/@formenctype;enumerated:invalid;m
13427    
13428     #data
13429     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13430     formenctype="application/x-www-form-urlencoded; charset=utf-8"
13431     />
13432     #errors
13433     /input/@formenctype;enumerated:invalid;m
13434    
13435     #data
13436     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13437     formenctype=" text/plain "
13438     />
13439     #errors
13440     /input/@formenctype;enumerated:invalid;m
13441    
13442     #data
13443     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13444     formenctype="image/png"
13445     />
13446     #errors
13447     /input/@formenctype;enumerated:invalid;m
13448    
13449     #data
13450     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13451     formenctype="formenctype"
13452     />
13453     #errors
13454     /input/@formenctype;enumerated:invalid;m
13455    
13456     #data
13457     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13458     formenctype="multipart/related"
13459     />
13460     #errors
13461     /input/@formenctype;enumerated:invalid;m
13462    
13463     #data
13464     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13465     formenctype="application/xml"
13466     />
13467     #errors
13468     /input/@formenctype;enumerated:invalid;m
13469    
13470     #data
13471     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13472     formenctype="text/xml"
13473     />
13474     #errors
13475     /input/@formenctype;enumerated:invalid;m
13476    
13477     #data
13478     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13479     formenctype="text/html"
13480     />
13481     #errors
13482     /input/@formenctype;enumerated:invalid;m
13483    
13484     #data
13485     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13486     formtarget=""
13487     />
13488     #errors
13489     /input/@formtarget;window name:empty;m
13490    
13491     #data
13492     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13493     formtarget="_blank"
13494     />
13495     #errors
13496    
13497     #data
13498     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13499     formtarget="_self"
13500     />
13501     #errors
13502    
13503     #data
13504     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13505     formtarget="_parent"
13506     />
13507     #errors
13508    
13509     #data
13510     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13511     formtarget="_top"
13512     />
13513     #errors
13514    
13515     #data
13516     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13517     formtarget="new"
13518     />
13519     #errors
13520    
13521     #data
13522     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13523     formtarget="result"
13524     />
13525     #errors
13526    
13527     #data
13528     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13529     formtarget="_BLANK"
13530     />
13531     #errors
13532    
13533     #data
13534     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13535     formtarget="_SElf"
13536     />
13537     #errors
13538    
13539     #data
13540     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13541     formtarget="_new"
13542     />
13543     #errors
13544     /input/@formtarget;window name:reserved;m
13545    
13546     #data
13547     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13548     formtarget="_blank "
13549     />
13550     #errors
13551     /input/@formtarget;window name:reserved;m
13552    
13553     #data
13554     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13555     formtarget="_new window"
13556     />
13557     #errors
13558     /input/@formtarget;window name:reserved;m
13559    
13560     #data
13561     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13562     formtarget="new window"
13563     />
13564     #errors
13565    
13566     #data
13567     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13568     formtarget="_content"
13569     />
13570     #errors
13571     /input/@formtarget;window name:reserved;m
13572    
13573     #data
13574     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13575     formtarget="_replace"
13576     />
13577     #errors
13578     /input/@formtarget;window name:reserved;m
13579    
13580     #data
13581     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13582     formtarget="_search"
13583     />
13584     #errors
13585     /input/@formtarget;window name:reserved;m
13586    
13587     #data
13588     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13589     formnovalidate=""
13590     />
13591     #errors
13592    
13593     #data
13594     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13595     formnovalidate="formnovalidate"
13596     />
13597     #errors
13598    
13599     #data
13600     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13601     formnovalidate="Formnovalidate"
13602     />
13603     #errors
13604    
13605     #data
13606     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13607     formnovalidate="yes"
13608     />
13609     #errors
13610     /input/@formnovalidate;boolean:invalid;m
13611    
13612     #data
13613     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13614     formnovalidate="novalidate"
13615     />
13616     #errors
13617     /input/@formnovalidate;boolean:invalid;m
13618    
13619     #data
13620     <input type="submit" xmlns="http://www.w3.org/1999/xhtml"
13621     formnovalidate="no validate"
13622     />
13623     #errors
13624     /input/@formnovalidate;boolean:invalid;m
13625    
13626     #data
13627     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13628     formaction=""
13629     />
13630     #errors
13631    
13632     #data
13633     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13634     formaction="http://www.w3.org/"
13635     />
13636     #errors
13637    
13638     #data
13639     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13640     formaction="test"
13641     />
13642     #errors
13643    
13644     #data
13645     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13646     formaction="#test"
13647     />
13648     #errors
13649    
13650     #data
13651     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13652     formaction="[]"
13653     />
13654     #errors
13655     /input/@formaction;syntax error:iriref3987;m
13656    
13657     #data
13658     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13659     formmethod=""
13660     />
13661     #errors
13662     /input/@formmethod;enumerated:invalid;m
13663    
13664     #data
13665     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13666     formmethod="get"
13667     />
13668     #errors
13669    
13670     #data
13671     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13672     formmethod="GET"
13673     />
13674     #errors
13675    
13676     #data
13677     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13678     formmethod="post"
13679     />
13680     #errors
13681    
13682     #data
13683     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13684     formmethod="POST"
13685     />
13686     #errors
13687    
13688     #data
13689     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13690     formmethod="put"
13691     />
13692     #errors
13693    
13694     #data
13695     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13696     formmethod="PUT"
13697     />
13698     #errors
13699    
13700     #data
13701     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13702     formmethod="delete"
13703     />
13704     #errors
13705    
13706     #data
13707     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13708     formmethod="DELETE"
13709     />
13710     #errors
13711    
13712     #data
13713     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13714     formmethod="GEt"
13715     />
13716     #errors
13717    
13718     #data
13719     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13720     formmethod="deleTE"
13721     />
13722     #errors
13723    
13724     #data
13725     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13726     formmethod="head"
13727     />
13728     #errors
13729     /input/@formmethod;enumerated:invalid;m
13730    
13731     #data
13732     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13733     formmethod="m-get"
13734     />
13735     #errors
13736     /input/@formmethod;enumerated:invalid;m
13737    
13738     #data
13739     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13740     formmethod="get "
13741     />
13742     #errors
13743     /input/@formmethod;enumerated:invalid;m
13744    
13745     #data
13746     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13747     formmethod="getall"
13748     />
13749     #errors
13750     /input/@formmethod;enumerated:invalid;m
13751    
13752     #data
13753     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13754     formmethod="push"
13755     />
13756     #errors
13757     /input/@formmethod;enumerated:invalid;m
13758    
13759     #data
13760     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13761     formmethod="formmethod"
13762     />
13763     #errors
13764     /input/@formmethod;enumerated:invalid;m
13765    
13766     #data
13767     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13768     formenctype=""
13769     />
13770     #errors
13771     /input/@formenctype;enumerated:invalid;m
13772    
13773     #data
13774     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13775     formenctype="application/x-www-form-urlencoded"
13776     />
13777     #errors
13778    
13779     #data
13780     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13781     formenctype="APPLICATION/X-WWW-FORM-URLENCODED"
13782     />
13783     #errors
13784    
13785     #data
13786     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13787     formenctype="Application/x-www-form-urlencoded"
13788     />
13789     #errors
13790    
13791     #data
13792     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13793     formenctype="multipart/form-data"
13794     />
13795     #errors
13796    
13797     #data
13798     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13799     formenctype="Multipart/Form-Data"
13800     />
13801     #errors
13802    
13803     #data
13804     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13805     formenctype="text/plain"
13806     />
13807     #errors
13808    
13809     #data
13810     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13811     formenctype="TEXT/plain"
13812     />
13813     #errors
13814    
13815     #data
13816     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13817     formenctype="application/x-url-encoded"
13818     />
13819     #errors
13820     /input/@formenctype;enumerated:invalid;m
13821    
13822     #data
13823     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13824     formenctype="application/x-sgml-urlencoded"
13825     />
13826     #errors
13827     /input/@formenctype;enumerated:invalid;m
13828    
13829     #data
13830     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13831     formenctype="application/x-www-form-urlencoded; charset=utf-8"
13832     />
13833     #errors
13834     /input/@formenctype;enumerated:invalid;m
13835    
13836     #data
13837     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13838     formenctype=" text/plain "
13839     />
13840     #errors
13841     /input/@formenctype;enumerated:invalid;m
13842    
13843     #data
13844     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13845     formenctype="image/png"
13846     />
13847     #errors
13848     /input/@formenctype;enumerated:invalid;m
13849    
13850     #data
13851     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13852     formenctype="formenctype"
13853     />
13854     #errors
13855     /input/@formenctype;enumerated:invalid;m
13856    
13857     #data
13858     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13859     formenctype="multipart/related"
13860     />
13861     #errors
13862     /input/@formenctype;enumerated:invalid;m
13863    
13864     #data
13865     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13866     formenctype="application/xml"
13867     />
13868     #errors
13869     /input/@formenctype;enumerated:invalid;m
13870    
13871     #data
13872     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13873     formenctype="text/xml"
13874     />
13875     #errors
13876     /input/@formenctype;enumerated:invalid;m
13877    
13878     #data
13879     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13880     formenctype="text/html"
13881     />
13882     #errors
13883     /input/@formenctype;enumerated:invalid;m
13884    
13885     #data
13886     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13887     formtarget=""
13888     />
13889     #errors
13890     /input/@formtarget;window name:empty;m
13891    
13892     #data
13893     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13894     formtarget="_blank"
13895     />
13896     #errors
13897    
13898     #data
13899     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13900     formtarget="_self"
13901     />
13902     #errors
13903    
13904     #data
13905     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13906     formtarget="_parent"
13907     />
13908     #errors
13909    
13910     #data
13911     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13912     formtarget="_top"
13913     />
13914     #errors
13915    
13916     #data
13917     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13918     formtarget="new"
13919     />
13920     #errors
13921    
13922     #data
13923     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13924     formtarget="result"
13925     />
13926     #errors
13927    
13928     #data
13929     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13930     formtarget="_BLANK"
13931     />
13932     #errors
13933    
13934     #data
13935     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13936     formtarget="_SElf"
13937     />
13938     #errors
13939    
13940     #data
13941     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13942     formtarget="_new"
13943     />
13944     #errors
13945     /input/@formtarget;window name:reserved;m
13946    
13947     #data
13948     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13949     formtarget="_blank "
13950     />
13951     #errors
13952     /input/@formtarget;window name:reserved;m
13953    
13954     #data
13955     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13956     formtarget="_new window"
13957     />
13958     #errors
13959     /input/@formtarget;window name:reserved;m
13960    
13961     #data
13962     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13963     formtarget="new window"
13964     />
13965     #errors
13966    
13967     #data
13968     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13969     formtarget="_content"
13970     />
13971     #errors
13972     /input/@formtarget;window name:reserved;m
13973    
13974     #data
13975     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13976     formtarget="_replace"
13977     />
13978     #errors
13979     /input/@formtarget;window name:reserved;m
13980    
13981     #data
13982     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13983     formtarget="_search"
13984     />
13985     #errors
13986     /input/@formtarget;window name:reserved;m
13987    
13988     #data
13989     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13990     formnovalidate=""
13991     />
13992     #errors
13993    
13994     #data
13995     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
13996     formnovalidate="formnovalidate"
13997     />
13998     #errors
13999    
14000     #data
14001     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
14002     formnovalidate="Formnovalidate"
14003     />
14004     #errors
14005    
14006     #data
14007     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
14008     formnovalidate="yes"
14009     />
14010     #errors
14011     /input/@formnovalidate;boolean:invalid;m
14012    
14013     #data
14014     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
14015     formnovalidate="novalidate"
14016     />
14017     #errors
14018     /input/@formnovalidate;boolean:invalid;m
14019    
14020     #data
14021     <input type="image" src="" alt="x" xmlns="http://www.w3.org/1999/xhtml"
14022     formnovalidate="no validate"
14023     />
14024     #errors
14025     /input/@formnovalidate;boolean:invalid;m
14026    
14027     #data
14028     <input type="hidden" xmlns="http://www.w3.org/1999/xhtml"
14029     formnovalidate=""
14030     />
14031     #errors
14032     /input/@formnovalidate;input attr not applicable;hidden;m
14033    
14034     #data
14035     <input type="text" xmlns="http://www.w3.org/1999/xhtml"
14036     formnovalidate=""
14037     />
14038     #errors
14039     /input/@formnovalidate;input attr not applicable;text;m
14040    
14041     #data
14042     <input type="search" xmlns="http://www.w3.org/1999/xhtml"
14043     formnovalidate=""
14044     />
14045     #errors
14046     /input/@formnovalidate;input attr not applicable;search;m
14047    
14048     #data
14049     <input type="url" xmlns="http://www.w3.org/1999/xhtml"
14050     formnovalidate=""
14051     />
14052     #errors
14053     /input/@formnovalidate;input attr not applicable;url;m
14054    
14055     #data
14056     <input type="email" xmlns="http://www.w3.org/1999/xhtml"
14057     formnovalidate=""
14058     />
14059     #errors
14060     /input/@formnovalidate;input attr not applicable;email;m
14061    
14062     #data
14063     <input type="password" xmlns="http://www.w3.org/1999/xhtml"
14064     formnovalidate=""
14065     />
14066     #errors
14067     /input/@formnovalidate;input attr not applicable;password;m
14068    
14069     #data
14070     <input type="datetime" xmlns="http://www.w3.org/1999/xhtml"
14071     formnovalidate=""
14072     />
14073     #errors
14074     /input/@formnovalidate;input attr not applicable;datetime;m
14075    
14076     #data
14077     <input type="date" xmlns="http://www.w3.org/1999/xhtml"
14078     formnovalidate=""
14079     />
14080     #errors
14081     /input/@formnovalidate;input attr not applicable;date;m
14082    
14083     #data
14084     <input type="month" xmlns="http://www.w3.org/1999/xhtml"
14085     formnovalidate=""
14086     />
14087     #errors
14088     /input/@formnovalidate;input attr not applicable;month;m
14089    
14090     #data
14091     <input type="week" xmlns="http://www.w3.org/1999/xhtml"
14092     formnovalidate=""
14093     />
14094     #errors
14095     /input/@formnovalidate;input attr not applicable;week;m
14096    
14097     #data
14098     <input type="time" xmlns="http://www.w3.org/1999/xhtml"
14099     formnovalidate=""
14100     />
14101     #errors
14102     /input/@formnovalidate;input attr not applicable;time;m
14103    
14104     #data
14105     <input type="datetime-local" xmlns="http://www.w3.org/1999/xhtml"
14106     formnovalidate=""
14107     />
14108     #errors
14109     /input/@formnovalidate;input attr not applicable;datetime-local;m
14110    
14111     #data
14112     <input type="number" xmlns="http://www.w3.org/1999/xhtml"
14113     formnovalidate=""
14114     />
14115     #errors
14116     /input/@formnovalidate;input attr not applicable;number;m
14117    
14118     #data
14119     <input type="range" xmlns="http://www.w3.org/1999/xhtml"
14120     formnovalidate=""
14121     />
14122     #errors
14123     /input/@formnovalidate;input attr not applicable;range;m
14124    
14125     #data
14126     <input type="color" xmlns="http://www.w3.org/1999/xhtml"
14127     formnovalidate=""
14128     />
14129     #errors
14130     /input/@formnovalidate;input attr not applicable;color;m
14131    
14132     #data
14133     <input type="checkbox" xmlns="http://www.w3.org/1999/xhtml"
14134     formnovalidate=""
14135     />
14136     #errors
14137     /input/@formnovalidate;input attr not applicable;checkbox;m
14138    
14139     #data
14140     <input type="radio" xmlns="http://www.w3.org/1999/xhtml"
14141     formnovalidate=""
14142     />
14143     #errors
14144     /input/@formnovalidate;input attr not applicable;radio;m
14145    
14146     #data
14147     <input type="file" xmlns="http://www.w3.org/1999/xhtml"
14148     formnovalidate=""
14149     />
14150     #errors
14151     /input/@formnovalidate;input attr not applicable;file;m
14152    
14153     #data
14154     <input type="reset" xmlns="http://www.w3.org/1999/xhtml"
14155     formnovalidate=""
14156     />
14157     #errors
14158     /input/@formnovalidate;input attr not applicable;reset;m
14159    
14160     #data
14161     <input type="button" xmlns="http://www.w3.org/1999/xhtml"
14162     formnovalidate=""
14163     />
14164     #errors
14165     /input/@formnovalidate;input attr not applicable;button;m
14166    
14167     #data
14168     <input type="button" xmlns="http://www.w3.org/1999/xhtml"
14169     formaction=""
14170     />
14171     #errors
14172     /input/@formaction;input attr not applicable;button;m
14173    
14174     #data
14175     <input type="button" xmlns="http://www.w3.org/1999/xhtml"
14176     formmethod="post"
14177     />
14178     #errors
14179     /input/@formmethod;input attr not applicable;button;m
14180    
14181     #data
14182     <input type="button" xmlns="http://www.w3.org/1999/xhtml"
14183     formenctype=""
14184     />
14185     #errors
14186     /input/@formenctype;input attr not applicable;button;m
14187    
14188     #data
14189     <input type="button" xmlns="http://www.w3.org/1999/xhtml"
14190     formtarget="x"
14191     />
14192     #errors
14193     /input/@formtarget;input attr not applicable;button;m

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24