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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations) (download)
Sat Dec 13 02:54:39 2008 UTC (17 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.1: +394 -0 lines
++ whatpm/t/dom-conformance/ChangeLog	13 Dec 2008 02:54:24 -0000
2008-12-13  Wakaba  <wakaba@suika.fam.cx>

	* html-form-input-1.dat, html-form-button.dat, html-forms-1.dat:
	Added test data for form submission attributes.

++ whatpm/Whatpm/ContentChecker/ChangeLog	13 Dec 2008 02:53:45 -0000
2008-12-13  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm: Updated definitions for attributes for form submission
	on |form| and submit buttons (action="", method="", enctype="",
	target="", and novalidate="").

1 wakaba 1.1
2     #data
3     <button xmlns="http://www.w3.org/1999/xhtml"></button>
4     #errors
5     /button;no significant content;s
6    
7     #data
8     <button xmlns="http://www.w3.org/1999/xhtml"> </button>
9     #errors
10     /button;no significant content;s
11    
12     #data
13     <button xmlns="http://www.w3.org/1999/xhtml">xx</button>
14     #errors
15    
16     #data
17     <button xmlns="http://www.w3.org/1999/xhtml"><br/></button>
18     #errors
19     /button;no significant content;s
20    
21     #data
22     <button xmlns="http://www.w3.org/1999/xhtml"><ins/></button>
23     #errors
24     /button;no significant content;s
25    
26     #data
27     <button xmlns="http://www.w3.org/1999/xhtml"><em/></button>
28     #errors
29     /button;no significant content;s
30     /button/em;no significant content;s
31    
32     #data
33     <button xmlns="http://www.w3.org/1999/xhtml">aa<span>bb</span></button>
34     #errors
35    
36     #data
37     <button xmlns="http://www.w3.org/1999/xhtml"><p/></button>
38     #errors
39     /button;no significant content;s
40     /button/p;no significant content;s
41     /button/p;element not allowed:phrasing;m
42    
43     #data
44     <button xmlns="http://www.w3.org/1999/xhtml"><video src=""/></button>
45     #errors
46    
47     #data
48     <button xmlns="http://www.w3.org/1999/xhtml"><style scoped=""/>x</button>
49     #errors
50     /button/style;element not allowed:phrasing;m
51     /button/style;SUBDOC
52    
53     #data
54     <em xmlns="http://www.w3.org/1999/xhtml"><button>x</button></em>
55     #errors
56    
57     #data
58     <em xmlns="http://www.w3.org/1999/xhtml"><button></button></em>
59     #errors
60     /em/button;no significant content;s
61     /em;no significant content;s
62    
63     #data
64     <div xmlns="http://www.w3.org/1999/xhtml"><button>x</button></div>
65     #errors
66    
67     #data
68     <ins xmlns="http://www.w3.org/1999/xhtml"><button>x</button></ins>
69     #errors
70    
71     #data
72     <em xmlns="http://www.w3.org/1999/xhtml"><ins><button>x</button></ins></em>
73     #errors
74    
75     #data
76     <br xmlns="http://www.w3.org/1999/xhtml"><button>x</button></br>
77     #errors
78     /br/button;element not allowed:empty;m
79    
80     #data
81     <title xmlns="http://www.w3.org/1999/xhtml"><button>x</button></title>
82     #errors
83     /title/button;element not allowed:text;m
84    
85     #data
86     <em xmlns="http://www.w3.org/1999/xhtml"><button>x<nest/></button></em>
87     #errors
88     /em/button/nest;element not allowed:phrasing;m
89    
90     #data
91     <button xmlns="http://www.w3.org/1999/xhtml"><img src="" alt="x"/></button>
92     #errors
93    
94     #data
95     <button xmlns="http://www.w3.org/1999/xhtml"><span>x</span></button>
96     #errors
97    
98     #data
99     <button xmlns="http://www.w3.org/1999/xhtml"><p>x</p></button>
100     #errors
101     /button/p;element not allowed:phrasing;m
102    
103     #data
104     <button xmlns="http://www.w3.org/1999/xhtml"
105     type=""
106     >x</button>
107     #errors
108     /button/@type;enumerated:invalid;m
109    
110     #data
111     <button xmlns="http://www.w3.org/1999/xhtml"
112     type="text"
113     >x</button>
114     #errors
115     /button/@type;enumerated:invalid;m
116    
117     #data
118     <button xmlns="http://www.w3.org/1999/xhtml"
119     type="button"
120     >x</button>
121     #errors
122    
123     #data
124     <button xmlns="http://www.w3.org/1999/xhtml"
125     type="submit"
126     >x</button>
127     #errors
128    
129     #data
130     <button xmlns="http://www.w3.org/1999/xhtml"
131     type="reset"
132     >x</button>
133     #errors
134    
135     #data
136     <button xmlns="http://www.w3.org/1999/xhtml"
137     type="add"
138     >x</button>
139     #errors
140     /button/@type;enumerated:invalid;m
141    
142     #data
143     <button xmlns="http://www.w3.org/1999/xhtml"
144     type="remove"
145     >x</button>
146     #errors
147     /button/@type;enumerated:invalid;m
148    
149     #data
150     <button type="delete" xmlns="http://www.w3.org/1999/xhtml">x</button>
151     #errors
152     /button/@type;enumerated:invalid;m
153    
154     #data
155     <button xmlns="http://www.w3.org/1999/xhtml"
156     type="move-up"
157     >x</button>
158     #errors
159     /button/@type;enumerated:invalid;m
160    
161     #data
162     <button xmlns="http://www.w3.org/1999/xhtml"
163     type="move-down"
164     >x</button>
165     #errors
166     /button/@type;enumerated:invalid;m
167    
168     #data
169     <button xmlns="http://www.w3.org/1999/xhtml"
170     type="hidden"
171     >x</button>
172     #errors
173     /button/@type;enumerated:invalid;m
174    
175     #data
176     <button xmlns="http://www.w3.org/1999/xhtml"
177     type=" submit"
178     >x</button>
179     #errors
180     /button/@type;enumerated:invalid;m
181    
182     #data
183     <button xmlns="http://www.w3.org/1999/xhtml"
184     type="Submit"
185     >x</button>
186     #errors
187    
188     #data
189     <button xmlns="http://www.w3.org/1999/xhtml"
190     type="RESET"
191     >x</button>
192     #errors
193    
194     #data
195     <button xmlns="http://www.w3.org/1999/xhtml"
196     disabled=""
197     >x</button>
198     #errors
199    
200     #data
201     <button xmlns="http://www.w3.org/1999/xhtml"
202     disabled="disabled"
203     >x</button>
204     #errors
205    
206     #data
207     <button xmlns="http://www.w3.org/1999/xhtml"
208     disabled="DISABLED"
209     >x</button>
210     #errors
211    
212     #data
213     <button xmlns="http://www.w3.org/1999/xhtml"
214     disabled="true"
215     >x</button>
216     #errors
217     /button/@disabled;boolean:invalid;m
218    
219     #data
220     <button xmlns="http://www.w3.org/1999/xhtml"
221     disabled="enabled"
222     >x</button>
223     #errors
224     /button/@disabled;boolean:invalid;m
225    
226     #data escaped
227     <button xmlns="http://www.w3.org/1999/xhtml"
228     disabled="d\u0130sabled"
229     >x</button>
230     #errors
231     /button/@disabled;boolean:invalid;m
232    
233     #data
234     <button xmlns="http://www.w3.org/1999/xhtml"
235     disabled="d\u0131sabled"
236     >x</button>
237     #errors
238     /button/@disabled;boolean:invalid;m
239    
240     #data
241     <button xmlns="http://www.w3.org/1999/xhtml"
242     autofocus=""
243     >x</button>
244     #errors
245    
246     #data
247     <button xmlns="http://www.w3.org/1999/xhtml"
248     autofocus="autofocus"
249     >x</button>
250     #errors
251    
252     #data
253     <button xmlns="http://www.w3.org/1999/xhtml"
254     autofocus="AutoFocus"
255     >x</button>
256     #errors
257    
258     #data
259     <button xmlns="http://www.w3.org/1999/xhtml"
260     autofocus=" autofocus"
261     >x</button>
262     #errors
263     /button/@autofocus;boolean:invalid;m
264    
265     #data
266     <button xmlns="http://www.w3.org/1999/xhtml"
267     autofocus="yes"
268     >x</button>
269     #errors
270     /button/@autofocus;boolean:invalid;m
271    
272     #data
273     <form xmlns="http://www.w3.org/1999/xhtml"><button
274     value=""
275     >x</button></form>
276     #errors
277 wakaba 1.2
278     #data
279     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
280     action=""
281     >a</button>
282     #errors
283    
284     #data
285     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
286     action="http://www.w3.org/"
287     >a</button>
288     #errors
289    
290     #data
291     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
292     action="test"
293     >a</button>
294     #errors
295    
296     #data
297     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
298     action="#test"
299     >a</button>
300     #errors
301    
302     #data
303     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
304     action="[]"
305     >a</button>
306     #errors
307     /button/@action;syntax error:iriref3987;m
308    
309     #data
310     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
311     method=""
312     >a</button>
313     #errors
314     /button/@method;enumerated:invalid;m
315    
316     #data
317     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
318     method="get"
319     >a</button>
320     #errors
321    
322     #data
323     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
324     method="GET"
325     >a</button>
326     #errors
327    
328     #data
329     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
330     method="post"
331     >a</button>
332     #errors
333    
334     #data
335     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
336     method="POST"
337     >a</button>
338     #errors
339    
340     #data
341     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
342     method="put"
343     >a</button>
344     #errors
345    
346     #data
347     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
348     method="PUT"
349     >a</button>
350     #errors
351    
352     #data
353     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
354     method="delete"
355     >a</button>
356     #errors
357    
358     #data
359     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
360     method="DELETE"
361     >a</button>
362     #errors
363    
364     #data
365     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
366     method="GEt"
367     >a</button>
368     #errors
369    
370     #data
371     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
372     method="deleTE"
373     >a</button>
374     #errors
375    
376     #data
377     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
378     method="head"
379     >a</button>
380     #errors
381     /button/@method;enumerated:invalid;m
382    
383     #data
384     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
385     method="m-get"
386     >a</button>
387     #errors
388     /button/@method;enumerated:invalid;m
389    
390     #data
391     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
392     method="get "
393     >a</button>
394     #errors
395     /button/@method;enumerated:invalid;m
396    
397     #data
398     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
399     method="getall"
400     >a</button>
401     #errors
402     /button/@method;enumerated:invalid;m
403    
404     #data
405     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
406     method="push"
407     >a</button>
408     #errors
409     /button/@method;enumerated:invalid;m
410    
411     #data
412     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
413     method="method"
414     >a</button>
415     #errors
416     /button/@method;enumerated:invalid;m
417    
418     #data
419     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
420     enctype=""
421     >a</button>
422     #errors
423     /button/@enctype;enumerated:invalid;m
424    
425     #data
426     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
427     enctype="application/x-www-form-urlencoded"
428     >a</button>
429     #errors
430    
431     #data
432     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
433     enctype="APPLICATION/X-WWW-FORM-URLENCODED"
434     >a</button>
435     #errors
436    
437     #data
438     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
439     enctype="Application/x-www-form-urlencoded"
440     >a</button>
441     #errors
442    
443     #data
444     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
445     enctype="multipart/form-data"
446     >a</button>
447     #errors
448    
449     #data
450     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
451     enctype="Multipart/Form-Data"
452     >a</button>
453     #errors
454    
455     #data
456     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
457     enctype="text/plain"
458     >a</button>
459     #errors
460    
461     #data
462     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
463     enctype="TEXT/plain"
464     >a</button>
465     #errors
466    
467     #data
468     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
469     enctype="application/x-url-encoded"
470     >a</button>
471     #errors
472     /button/@enctype;enumerated:invalid;m
473    
474     #data
475     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
476     enctype="application/x-sgml-urlencoded"
477     >a</button>
478     #errors
479     /button/@enctype;enumerated:invalid;m
480    
481     #data
482     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
483     enctype="application/x-www-form-urlencoded; charset=utf-8"
484     >a</button>
485     #errors
486     /button/@enctype;enumerated:invalid;m
487    
488     #data
489     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
490     enctype=" text/plain "
491     >a</button>
492     #errors
493     /button/@enctype;enumerated:invalid;m
494    
495     #data
496     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
497     enctype="image/png"
498     >a</button>
499     #errors
500     /button/@enctype;enumerated:invalid;m
501    
502     #data
503     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
504     enctype="enctype"
505     >a</button>
506     #errors
507     /button/@enctype;enumerated:invalid;m
508    
509     #data
510     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
511     enctype="multipart/related"
512     >a</button>
513     #errors
514     /button/@enctype;enumerated:invalid;m
515    
516     #data
517     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
518     enctype="application/xml"
519     >a</button>
520     #errors
521     /button/@enctype;enumerated:invalid;m
522    
523     #data
524     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
525     enctype="text/xml"
526     >a</button>
527     #errors
528     /button/@enctype;enumerated:invalid;m
529    
530     #data
531     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
532     enctype="text/html"
533     >a</button>
534     #errors
535     /button/@enctype;enumerated:invalid;m
536    
537     #data
538     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
539     target=""
540     >a</button>
541     #errors
542     /button/@target;window name:empty;m
543    
544     #data
545     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
546     target="_blank"
547     >a</button>
548     #errors
549    
550     #data
551     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
552     target="_self"
553     >a</button>
554     #errors
555    
556     #data
557     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
558     target="_parent"
559     >a</button>
560     #errors
561    
562     #data
563     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
564     target="_top"
565     >a</button>
566     #errors
567    
568     #data
569     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
570     target="new"
571     >a</button>
572     #errors
573    
574     #data
575     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
576     target="result"
577     >a</button>
578     #errors
579    
580     #data
581     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
582     target="_BLANK"
583     >a</button>
584     #errors
585    
586     #data
587     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
588     target="_SElf"
589     >a</button>
590     #errors
591    
592     #data
593     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
594     target="_new"
595     >a</button>
596     #errors
597     /button/@target;window name:reserved;m
598    
599     #data
600     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
601     target="_blank "
602     >a</button>
603     #errors
604     /button/@target;window name:reserved;m
605    
606     #data
607     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
608     target="_new window"
609     >a</button>
610     #errors
611     /button/@target;window name:reserved;m
612    
613     #data
614     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
615     target="new window"
616     >a</button>
617     #errors
618    
619     #data
620     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
621     target="_content"
622     >a</button>
623     #errors
624     /button/@target;window name:reserved;m
625    
626     #data
627     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
628     target="_replace"
629     >a</button>
630     #errors
631     /button/@target;window name:reserved;m
632    
633     #data
634     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
635     target="_search"
636     >a</button>
637     #errors
638     /button/@target;window name:reserved;m
639    
640     #data
641     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
642     novalidate=""
643     >a</button>
644     #errors
645    
646     #data
647     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
648     novalidate="novalidate"
649     >a</button>
650     #errors
651    
652     #data
653     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
654     novalidate="NoValidate"
655     >a</button>
656     #errors
657    
658     #data
659     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
660     novalidate="yes"
661     >a</button>
662     #errors
663     /button/@novalidate;boolean:invalid;m
664    
665     #data
666     <button type="submit" xmlns="http://www.w3.org/1999/xhtml"
667     novalidate="no validate"
668     >a</button>
669     #errors
670     /button/@novalidate;boolean:invalid;m

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24