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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.6 - (hide annotations) (download)
Fri Dec 12 11:50:47 2008 UTC (17 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.5: +2 -47 lines
++ whatpm/t/dom-conformance/ChangeLog	12 Dec 2008 11:50:40 -0000
	* html-datatemplate.dat, html-form-datalist.dat: Updated test
	results related to |optgroup| elements.

	* html-form-textarea.dat: Added new test data.

	* html-forms-1.dat: Moved some test data to
	|html-form-textarea.dat|.  Updated test results related to
	|optgroup| elements.

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

++ whatpm/Whatpm/ChangeLog	12 Dec 2008 11:48:16 -0000
	* ContentChecker.pm: Introduced |check_attrs2| method for the ease
	of defining codes for checking required attribute and as such.

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	12 Dec 2008 11:48:45 -0000
	* HTML.pm: Updated definitions for |datalist|, |optgroup|,
	|option|, and |textarea| elements.

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

1 wakaba 1.1
2     #data
3     <form xmlns="http://www.w3.org/1999/xhtml"></form>
4     #errors
5     /form;no significant content;s
6    
7     #data
8     <form xmlns="http://www.w3.org/1999/xhtml"> </form>
9     #errors
10     /form;no significant content;s
11    
12     #data
13     <form xmlns="http://www.w3.org/1999/xhtml">x</form>
14     #errors
15    
16     #data
17     <form xmlns="http://www.w3.org/1999/xhtml"><p></p></form>
18     #errors
19     /form;no significant content;s
20     /form/p;no significant content;s
21    
22     #data
23     <form xmlns="http://www.w3.org/1999/xhtml"><em></em></form>
24     #errors
25     /form;no significant content;s
26     /form/em;no significant content;s
27    
28     #data
29     <form xmlns="http://www.w3.org/1999/xhtml"><img src="" alt="x"/></form>
30     #errors
31    
32     #data
33     <form xmlns="http://www.w3.org/1999/xhtml"><br/></form>
34     #errors
35     /form;no significant content;s
36    
37     #data
38     <form xmlns="http://www.w3.org/1999/xhtml"><p>xx</p>yy</form>
39     #errors
40    
41     #data
42     <form xmlns="http://www.w3.org/1999/xhtml">yyy<em>ccc</em></form>
43     #errors
44    
45     #data
46     <form xmlns="http://www.w3.org/1999/xhtml"><ins>xx</ins></form>
47     #errors
48    
49     #data
50     <form xmlns="http://www.w3.org/1999/xhtml"><style scoped=""/><ins>xx</ins></form>
51     #errors
52     /form/style;SUBDOC
53    
54     #data
55     <form xmlns="http://www.w3.org/1999/xhtml">xx<style scoped=""/>yy</form>
56     #errors
57     /form/style;SUBDOC
58     /form/style;element not allowed:flow style;m
59    
60     #data
61     <form xmlns="http://www.w3.org/1999/xhtml"><style scoped=""/><style scoped=""/>xx</form>
62     #errors
63     /form/style;SUBDOC
64     /form/style;SUBDOC
65    
66     #data
67     <form xmlns="http://www.w3.org/1999/xhtml"><style/><style scoped=""/>xx</form>
68     #errors
69     /form/style;SUBDOC
70     /form/style;SUBDOC
71     /form/style;element not allowed:flow style;m
72    
73     #data
74     <form xmlns="http://www.w3.org/1999/xhtml"><nest/></form>
75     #errors
76     /form/nest;element not allowed:flow;m
77     /form;no significant content;s
78    
79     #data
80     <form xmlns="http://www.w3.org/1999/xhtml"><meta name="keywords" content="x"/></form>
81     #errors
82     /form;no significant content;s
83     /form/meta;element not allowed:flow;m
84    
85     #data
86     <form xmlns="http://www.w3.org/1999/xhtml"><form/></form>
87     #errors
88     /form;no significant content;s
89     /form/form;element not allowed:minus;m
90     /form/form;no significant content;s
91    
92     #data
93     <form xmlns="http://www.w3.org/1999/xhtml"><div><form/></div></form>
94     #errors
95     /form;no significant content;s
96     /form/div/form;element not allowed:minus;m
97     /form/div;no significant content;s
98     /form/div/form;no significant content;s
99    
100     #data
101     <div xmlns="http://www.w3.org/1999/xhtml"><form/></div>
102     #errors
103     /div;no significant content;s
104     /div/form;no significant content;s
105    
106     #data
107     <em xmlns="http://www.w3.org/1999/xhtml"><form/></em>
108     #errors
109     /em;no significant content;s
110     /em/form;no significant content;s
111     /em/form;element not allowed:phrasing;m
112    
113     #data
114     <br xmlns="http://www.w3.org/1999/xhtml"><form/></br>
115     #errors
116     /br/form;no significant content;s
117     /br/form;element not allowed:empty;m
118    
119     #data
120     <title xmlns="http://www.w3.org/1999/xhtml"><form/></title>
121     #errors
122     /title/form;element not allowed:text;m
123     /title/form;no significant content;s
124    
125     #data
126     <fieldset xmlns="http://www.w3.org/1999/xhtml"></fieldset>
127     #errors
128     /fieldset;no significant content;s
129     /fieldset;child element missing;legend;m
130    
131     #data
132     <fieldset xmlns="http://www.w3.org/1999/xhtml"> </fieldset>
133     #errors
134     /fieldset;no significant content;s
135     /fieldset;child element missing;legend;m
136    
137     #data
138     <fieldset xmlns="http://www.w3.org/1999/xhtml">x</fieldset>
139     #errors
140     /fieldset;child element missing;legend;m
141    
142     #data
143     <fieldset xmlns="http://www.w3.org/1999/xhtml"><p>x</p></fieldset>
144     #errors
145     /fieldset;child element missing;legend;m
146    
147     #data
148     <fieldset xmlns="http://www.w3.org/1999/xhtml"><em>x</em></fieldset>
149     #errors
150     /fieldset;child element missing;legend;m
151    
152     #data
153     <fieldset xmlns="http://www.w3.org/1999/xhtml"><ins>x</ins></fieldset>
154     #errors
155     /fieldset;child element missing;legend;m
156    
157     #data
158     <fieldset xmlns="http://www.w3.org/1999/xhtml"><style scoped=""></style>x</fieldset>
159     #errors
160     /fieldset;child element missing;legend;m
161     /fieldset/style;SUBDOC
162    
163     #data
164     <fieldset xmlns="http://www.w3.org/1999/xhtml"><legend>y</legend>x</fieldset>
165     #errors
166    
167     #data
168     <fieldset xmlns="http://www.w3.org/1999/xhtml"><legend>y</legend></fieldset>
169     #errors
170    
171     #data
172     <fieldset xmlns="http://www.w3.org/1999/xhtml"><legend></legend></fieldset>
173     #errors
174     /fieldset;no significant content;s
175     /fieldset/legend;no significant content;s
176    
177     #data
178     <fieldset xmlns="http://www.w3.org/1999/xhtml"><legend>y</legend><p>x</p></fieldset>
179     #errors
180    
181     #data
182     <fieldset xmlns="http://www.w3.org/1999/xhtml"><legend>y</legend><span>x</span></fieldset>
183     #errors
184    
185     #data
186     <fieldset xmlns="http://www.w3.org/1999/xhtml"><ins><legend>y</legend>x</ins></fieldset>
187     #errors
188    
189     #data
190     <fieldset xmlns="http://www.w3.org/1999/xhtml"><del><legend>y</legend></del><ins><legend>z</legend></ins>x</fieldset>
191     #errors
192     /fieldset/ins/legend;element not allowed:details legend;m
193    
194     #data
195     <fieldset xmlns="http://www.w3.org/1999/xhtml"><lengend>y</lengend>x</fieldset>
196     #errors
197     /fieldset/lengend;element not allowed:flow;m
198     /fieldset/lengend;element not defined;m
199     /fieldset;child element missing;legend;m
200    
201     #data
202     <fieldset xmlns="http://www.w3.org/1999/xhtml"><legned>y</legned>x</fieldset>
203     #errors
204     /fieldset/legned;element not allowed:flow;m
205     /fieldset/legned;element not defined;m
206     /fieldset;child element missing;legend;m
207    
208     #data
209     <fieldset xmlns="http://www.w3.org/1999/xhtml">x<legend>y</legend></fieldset>
210     #errors
211     /fieldset/legend;element not allowed:details legend;m
212    
213     #data
214     <fieldset xmlns="http://www.w3.org/1999/xhtml">x<legend>y</legend>z</fieldset>
215     #errors
216     /fieldset/legend;element not allowed:details legend;m
217    
218     #data
219     <fieldset xmlns="http://www.w3.org/1999/xhtml"><style scoped=""></style><legend>y</legend>x</fieldset>
220     #errors
221     /fieldset/legend;element not allowed:details legend;m
222     /fieldset/style;SUBDOC
223    
224     #data
225     <output xmlns="http://www.w3.org/1999/xhtml"></output>
226     #errors
227     /output;no significant content;s
228    
229     #data
230     <output xmlns="http://www.w3.org/1999/xhtml"> </output>
231     #errors
232     /output;no significant content;s
233    
234     #data
235     <output xmlns="http://www.w3.org/1999/xhtml">xx</output>
236     #errors
237    
238     #data
239     <output xmlns="http://www.w3.org/1999/xhtml"><span></span></output>
240     #errors
241     /output;no significant content;s
242     /output/span;no significant content;s
243    
244     #data
245     <output xmlns="http://www.w3.org/1999/xhtml"><code>x</code>y</output>
246     #errors
247    
248     #data
249     <output xmlns="http://www.w3.org/1999/xhtml"><p>x</p></output>
250     #errors
251     /output/p;element not allowed:phrasing;m
252    
253     #data
254     <output xmlns="http://www.w3.org/1999/xhtml"><title>x</title></output>
255     #errors
256     /output/title;element not allowed:phrasing;m
257    
258     #data
259     <em xmlns="http://www.w3.org/1999/xhtml"><output>x</output></em>
260     #errors
261    
262     #data
263     <output xmlns="http://www.w3.org/1999/xhtml"><output>x</output></output>
264     #errors
265    
266     #data
267     <div xmlns="http://www.w3.org/1999/xhtml"><output>x</output></div>
268     #errors
269    
270     #data
271     <input xmlns="http://www.w3.org/1999/xhtml"><output>x</output></input>
272     #errors
273     /input/output;element not allowed:empty;m
274    
275     #data
276     <form xmlns="http://www.w3.org/1999/xhtml"
277     accept-charset="">x</form>
278     #errors
279    
280     #data
281     <form xmlns="http://www.w3.org/1999/xhtml"
282     accept-charset=" ">x</form>
283     #errors
284    
285     #data
286     <form xmlns="http://www.w3.org/1999/xhtml"
287     accept-charset="euc-jp">x</form>
288     #errors
289    
290     #data
291     <form xmlns="http://www.w3.org/1999/xhtml"
292     accept-charset="euc-jp us-ascii">x</form>
293     #errors
294    
295     #data
296     <form xmlns="http://www.w3.org/1999/xhtml"
297     accept-charset="euc-jp&#x09;us-ascii">x</form>
298     #errors
299    
300     #data
301     <form xmlns="http://www.w3.org/1999/xhtml"
302     accept-charset="euc-jp&#x0a;us-ascii">x</form>
303     #errors
304    
305     #data
306     <?xml version="1.1"?>
307     <form xmlns="http://www.w3.org/1999/xhtml"
308     accept-charset="euc-jp&#x0c;us-ascii">x</form>
309     #errors
310    
311     #data
312     <form xmlns="http://www.w3.org/1999/xhtml"
313     accept-charset="euc-jp&#x0d;us-ascii">x</form>
314     #errors
315    
316     #data
317     <form xmlns="http://www.w3.org/1999/xhtml"
318     accept-charset="euc-jp, us-ascii">x</form>
319     #errors
320     /form/@accept-charset;charset:not registered;w
321    
322     #data
323     <form xmlns="http://www.w3.org/1999/xhtml"
324     accept-charset=" euc-JP ">x</form>
325     #errors
326    
327     #data
328     <form xmlns="http://www.w3.org/1999/xhtml"
329     accept-charset=" eucjp ">x</form>
330     #errors
331     /form/@accept-charset;charset:not registered;w
332    
333     #data
334     <form xmlns="http://www.w3.org/1999/xhtml"
335     accept-charset="x-euc-jp">x</form>
336     #errors
337     /form/@accept-charset;charset:private;w
338     /form/@accept-charset;charset:not preferred;m
339    
340     #data
341     <form xmlns="http://www.w3.org/1999/xhtml"
342     accept-charset="us-ascii x-euc-jp">x</form>
343     #errors
344     /form/@accept-charset;charset:private;w
345     /form/@accept-charset;charset:not preferred;m
346    
347     #data
348     <form xmlns="http://www.w3.org/1999/xhtml"
349     accept-charset="ascii">x</form>
350     #errors
351     /form/@accept-charset;charset:not preferred;m
352    
353     #data
354     <form xmlns="http://www.w3.org/1999/xhtml"
355     accept-charset="iso-2022-jp">x</form>
356     #errors
357     /form/@accept-charset;charset:not ascii compat;m
358    
359     #data
360     <?xml version="1.1"?>
361     <form xmlns="http://www.w3.org/1999/xhtml"
362     accept-charset="euc-jp&#x000b;">x</form>
363     #errors
364     /form/@accept-charset;charset:not registered;w
365     /form/@accept-charset;charset:syntax error;m
366    
367     #data
368     <?xml version="1.1"?>
369     <form xmlns="http://www.w3.org/1999/xhtml"
370     accept-charset="&#x000b;euc-jp">x</form>
371     #errors
372     /form/@accept-charset;charset:not registered;w
373     /form/@accept-charset;charset:syntax error;m
374    
375     #data
376     <?xml version="1.1"?>
377     <form xmlns="http://www.w3.org/1999/xhtml"
378     accept-charset="euc-jp&#x000b;us-ascii">x</form>
379     #errors
380     /form/@accept-charset;charset:not registered;w
381     /form/@accept-charset;charset:syntax error;m
382    
383     #data
384     <form xmlns="http://www.w3.org/1999/xhtml"
385     name="">x</form>
386     #errors
387     /form/@name;empty form name;m
388    
389     #data
390     <div xmlns="http://www.w3.org/1999/xhtml">
391     <form name="">x</form>
392     <form name="">y</form>
393     </div>
394     #errors
395     /div/form/@name;empty form name;m
396     /div/form/@name;empty form name;m
397    
398     #data
399     <form xmlns="http://www.w3.org/1999/xhtml"
400     name="xxx">x</form>
401     #errors
402    
403     #data
404     <form xmlns="http://www.w3.org/1999/xhtml"
405     name="abc def">x</form>
406     #errors
407    
408     #data
409     <form xmlns="http://www.w3.org/1999/xhtml"
410     name=" a ">x</form>
411     #errors
412    
413     #data
414     <div xmlns="http://www.w3.org/1999/xhtml">
415     <form name="abc">x</form>
416     <form name="def">y</form>
417     </div>
418     #errors
419    
420     #data
421     <div xmlns="http://www.w3.org/1999/xhtml">
422     <form name="a">x</form>
423     <form name="a ">y</form>
424     </div>
425     #errors
426    
427     #data
428     <div xmlns="http://www.w3.org/1999/xhtml">
429     <form name="a">x</form>
430     <form name=" a">y</form>
431     </div>
432     #errors
433    
434     #data
435     <div xmlns="http://www.w3.org/1999/xhtml">
436     <form name="a b">x</form>
437     <form name="b">y</form>
438     </div>
439     #errors
440    
441     #data
442     <div xmlns="http://www.w3.org/1999/xhtml">
443     <form name="abc">x</form>
444     <form name="ABC">y</form>
445     </div>
446     #errors
447    
448     #data
449     <div xmlns="http://www.w3.org/1999/xhtml">
450     <form name="a">x</form>
451     <form name="a">y</form>
452     </div>
453     #errors
454     /div/form/@name;duplicate form name;m
455    
456     #data
457     <div xmlns="http://www.w3.org/1999/xhtml">
458     <form name="a">x
459     <form name="a">y</form>
460     </form>
461     </div>
462     #errors
463     /div/form/form;element not allowed:minus;m
464     /div/form/form/@name;duplicate form name;m
465    
466     #data
467     <form xmlns="http://www.w3.org/1999/xhtml"
468     name="a" id="b">x</form>
469     #errors
470    
471     #data
472     <form xmlns="http://www.w3.org/1999/xhtml"
473     name="a" id="a">x</form>
474     #errors
475    
476     #data
477     <form xmlns="http://www.w3.org/1999/xhtml"
478     name="a">x<a name="a">u</a></form>
479     #errors
480     /form/a/@name;attribute not defined;m
481 wakaba 1.4 /form/a/@name;unknown attribute;u
482 wakaba 1.1
483     #data
484     <form xmlns="http://www.w3.org/1999/xhtml" form="a" id="a">x</form>
485     #errors
486     /form/@form;attribute not defined;m
487    
488     #data
489     <fieldset xmlns="http://www.w3.org/1999/xhtml" form="a">
490     <legend>y</legend>
491     <form id="a">x</form>
492     </fieldset>
493     #errors
494    
495     #data
496     <div xmlns="http://www.w3.org/1999/xhtml">
497     <form id="a">x</form>
498     <fieldset form="a"><legend>y</legend>x</fieldset>
499     </div>
500     #errors
501    
502     #data
503     <div xmlns="http://www.w3.org/1999/xhtml">
504     <fieldset form="a"><legend>y</legend>x</fieldset>
505     <form id="a">x</form>
506     </div>
507     #errors
508    
509     #data
510     <div xmlns="http://www.w3.org/1999/xhtml">
511     <fieldset form="a"><legend>ty</legend>x</fieldset>
512     <form xml:id="a">x</form>
513     </div>
514     #errors
515    
516     #data
517     <div xmlns="http://www.w3.org/1999/xhtml">
518     <form id="x">
519     <fieldset form="x"><legend>y</legend>x</fieldset>
520     </form>
521     </div>
522     #errors
523    
524     #data
525     <fieldset form="x" xmlns="http://www.w3.org/1999/xhtml">
526     <legend>y</legend>y</fieldset>
527     #errors
528     /fieldset/@form;no referenced form;m
529    
530     #data
531     <div xmlns="http://www.w3.org/1999/xhtml">
532     <form id="a">x</form>
533     <form id="b">y</form>
534     <fieldset form="a b"><legend>y</legend>z</fieldset>
535     </div>
536     #errors
537     /div/fieldset/@form;no referenced form;m
538    
539     #data
540     <div xmlns="http://www.w3.org/1999/xhtml">
541     <form id="a">x</form>
542     <fieldset form="a "><legend>y</legend>z</fieldset>
543     </div>
544     #errors
545     /div/fieldset/@form;no referenced form;m
546    
547     #data
548     <div xmlns="http://www.w3.org/1999/xhtml">
549     <div id="a">x</div>
550     <fieldset form="a"><legend>y</legend>z</fieldset>
551     </div>
552     #errors
553     /div/fieldset/@form;no referenced form;m
554    
555     #data
556     <div xmlns="http://www.w3.org/1999/xhtml">
557     <div id="a">b</div>
558     <form id="a">x</form>
559     <fieldset form="a"><legend>y</legend>z</fieldset>
560     </div>
561     #errors
562     /div/form/@id;duplicate ID;m
563     /div/fieldset/@form;no referenced form;m
564    
565     #data
566     <div xmlns="http://www.w3.org/1999/xhtml">
567     <form id="a">x</form>
568     <div id="a">y</div>
569     <fieldset form="a"><legend>y</legend>z</fieldset>
570     </div>
571     #errors
572     /div/div/@id;duplicate ID;m
573    
574     #data
575     <div xmlns="http://www.w3.org/1999/xhtml"><input form="a"/>x</div>
576     #errors
577     /div/input/@form;no referenced form;m
578    
579     #data
580     <div xmlns="http://www.w3.org/1999/xhtml">
581     <input form="b"/>
582     <form id="b">x</form>
583     </div>
584     #errors
585    
586     #data
587     <button xmlns="http://www.w3.org/1999/xhtml" form="a">x</button>
588     #errors
589     /button/@form;no referenced form;m
590    
591     #data
592     <div xmlns="http://www.w3.org/1999/xhtml">
593     <button form="b">y</button>
594     <form id="b">x</form>
595     </div>
596     #errors
597    
598     #data
599     <select xmlns="http://www.w3.org/1999/xhtml" form="a"></select>
600     #errors
601     /select/@form;no referenced form;m
602    
603     #data
604     <div xmlns="http://www.w3.org/1999/xhtml">
605     <select form="b"></select>
606     <form id="b">x</form>
607     </div>
608     #errors
609    
610     #data
611     <datalist xmlns="http://www.w3.org/1999/xhtml" form="a">x</datalist>
612     #errors
613     /datalist/@form;attribute not defined;m
614    
615     #data
616     <div xmlns="http://www.w3.org/1999/xhtml">
617     <datalist form="b">y</datalist>
618     <form id="b">x</form>
619     </div>
620     #errors
621     /div/datalist/@form;attribute not defined;m
622    
623     #data
624     <select xmlns="http://www.w3.org/1999/xhtml"><optgroup form="a"/></select>
625     #errors
626     /select/optgroup/@form;attribute not defined;m
627 wakaba 1.6 /select/optgroup;attribute missing;label;m
628 wakaba 1.1
629     #data
630     <div xmlns="http://www.w3.org/1999/xhtml">
631     <select><optgroup form="b"/></select>
632     <form id="b">x</form>
633     </div>
634     #errors
635     /div/select/optgroup/@form;attribute not defined;m
636 wakaba 1.6 /div/select/optgroup;attribute missing;label;m
637 wakaba 1.1
638     #data
639     <select xmlns="http://www.w3.org/1999/xhtml"><option form="a">x</option></select>
640     #errors
641     /select/option/@form;attribute not defined;m
642    
643     #data
644     <div xmlns="http://www.w3.org/1999/xhtml">
645     <select><option form="b">y</option></select>
646     <form id="b">x</form>
647     </div>
648     #errors
649     /div/select/option/@form;attribute not defined;m
650    
651     #data
652     <textarea xmlns="http://www.w3.org/1999/xhtml" form="a">x</textarea>
653     #errors
654     /textarea/@form;no referenced form;m
655    
656     #data
657     <div xmlns="http://www.w3.org/1999/xhtml">
658     <textarea form="b">y</textarea>
659     <form id="b">x</form>
660     </div>
661     #errors
662    
663     #data
664     <output xmlns="http://www.w3.org/1999/xhtml" form="a">x</output>
665     #errors
666     /output/@form;no referenced form;m
667    
668     #data
669     <div xmlns="http://www.w3.org/1999/xhtml">
670     <output form="b">y</output>
671     <form id="b">x</form>
672     </div>
673     #errors
674 wakaba 1.3
675     #data
676     <form xmlns="http://www.w3.org/1999/xhtml"
677     action=""
678     accept="">x</form>
679     #errors
680     /form/@accept;IMTnp:syntax error;m
681     /form/@accept;attribute not defined;m
682    
683     #data
684     <form xmlns="http://www.w3.org/1999/xhtml"
685     action=""
686     accept=",">x</form>
687     #errors
688     /form/@accept;IMTnp:syntax error;m
689     /form/@accept;duplicate token;m
690     /form/@accept;attribute not defined;m
691    
692     #data
693     <form xmlns="http://www.w3.org/1999/xhtml"
694     action=""
695     accept="text/plain">x</form>
696     #errors
697     /form/@accept;attribute not defined;m
698    
699     #data
700     <form xmlns="http://www.w3.org/1999/xhtml"
701     action=""
702     accept="text/plain,text/html">x</form>
703     #errors
704     /form/@accept;attribute not defined;m
705    
706     #data
707     <form xmlns="http://www.w3.org/1999/xhtml"
708     action=""
709     accept="text/plain, text/html">x</form>
710     #errors
711     /form/@accept;IMTnp:syntax error;m
712     /form/@accept;attribute not defined;m
713    
714     #data
715     <form xmlns="http://www.w3.org/1999/xhtml"
716     action=""
717     accept="text/plain,">x</form>
718     #errors
719     /form/@accept;IMTnp:syntax error;m
720     /form/@accept;attribute not defined;m
721    
722     #data
723     <form xmlns="http://www.w3.org/1999/xhtml"
724     action=""
725     accept="image/png">x</form>
726     #errors
727     /form/@accept;attribute not defined;m
728    
729     #data
730     <form xmlns="http://www.w3.org/1999/xhtml"
731     action=""
732     accept=",image/png">x</form>
733     #errors
734     /form/@accept;IMTnp:syntax error;m
735     /form/@accept;attribute not defined;m
736    
737     #data
738     <form xmlns="http://www.w3.org/1999/xhtml"
739     action=""
740     accept="image/png,,image/jpeg">x</form>
741     #errors
742     /form/@accept;IMTnp:syntax error;m
743     /form/@accept;attribute not defined;m
744    
745     #data
746     <form xmlns="http://www.w3.org/1999/xhtml"
747     action=""
748     accept=" image/png ">x</form>
749     #errors
750     /form/@accept;IMTnp:syntax error;m
751     /form/@accept;attribute not defined;m
752    
753     #data
754     <form xmlns="http://www.w3.org/1999/xhtml"
755     action=""
756     accept="image/*">x</form>
757     #errors
758     /form/@accept;attribute not defined;m
759    
760     #data
761     <form xmlns="http://www.w3.org/1999/xhtml"
762     action=""
763     accept="audio/*">x</form>
764     #errors
765     /form/@accept;attribute not defined;m
766    
767     #data
768     <form xmlns="http://www.w3.org/1999/xhtml"
769     action=""
770     accept="video/*">x</form>
771     #errors
772     /form/@accept;attribute not defined;m
773    
774     #data
775     <form xmlns="http://www.w3.org/1999/xhtml"
776     action=""
777     accept="text/*">x</form>
778     #errors
779     /form/@accept;IMTnp:syntax error;m
780     /form/@accept;attribute not defined;m
781    
782     #data
783     <form xmlns="http://www.w3.org/1999/xhtml"
784     action=""
785     accept="multipart/*">x</form>
786     #errors
787     /form/@accept;attribute not defined;m
788     /form/@accept;IMTnp:syntax error;m
789    
790     #data
791     <form xmlns="http://www.w3.org/1999/xhtml"
792     action=""
793     accept="model/*">x</form>
794     #errors
795     /form/@accept;IMTnp:syntax error;m
796     /form/@accept;attribute not defined;m
797    
798     #data
799     <form xmlns="http://www.w3.org/1999/xhtml"
800     action=""
801     accept="application/*">x</form>
802     #errors
803     /form/@accept;IMTnp:syntax error;m
804     /form/@accept;attribute not defined;m
805    
806     #data
807     <form xmlns="http://www.w3.org/1999/xhtml"
808     action=""
809     accept="message/*">x</form>
810     #errors
811     /form/@accept;IMTnp:syntax error;m
812     /form/@accept;attribute not defined;m
813    
814     #data
815     <form xmlns="http://www.w3.org/1999/xhtml"
816     action=""
817     accept="font/*">x</form>
818     #errors
819     /form/@accept;IMTnp:syntax error;m
820     /form/@accept;attribute not defined;m
821    
822     #data
823     <form xmlns="http://www.w3.org/1999/xhtml"
824     action=""
825     accept="*/*">x</form>
826     #errors
827     /form/@accept;IMTnp:syntax error;m
828     /form/@accept;attribute not defined;m
829    
830     #data
831     <form xmlns="http://www.w3.org/1999/xhtml"
832     action=""
833     accept="*/*+xml">x</form>
834     #errors
835     /form/@accept;IMTnp:syntax error;m
836     /form/@accept;attribute not defined;m
837    
838     #data
839     <form xmlns="http://www.w3.org/1999/xhtml"
840     action=""
841     accept="*/xml">x</form>
842     #errors
843     /form/@accept;IMTnp:syntax error;m
844     /form/@accept;attribute not defined;m
845    
846     #data
847     <form xmlns="http://www.w3.org/1999/xhtml"
848     action=""
849     accept="image/png,video/*">x</form>
850     #errors
851     /form/@accept;attribute not defined;m
852    
853     #data
854     <form xmlns="http://www.w3.org/1999/xhtml"
855     action=""
856     accept="audio/*,audio/mpeg">x</form>
857     #errors
858     /form/@accept;attribute not defined;m
859    
860     #data
861     <form xmlns="http://www.w3.org/1999/xhtml"
862     action=""
863     accept="audio/*,video/*">x</form>
864     #errors
865     /form/@accept;attribute not defined;m
866    
867     #data
868     <form xmlns="http://www.w3.org/1999/xhtml"
869     action=""
870     accept="AUDIO/*">x</form>
871     #errors
872     /form/@accept;attribute not defined;m
873    
874     #data
875     <form xmlns="http://www.w3.org/1999/xhtml"
876     action=""
877     accept="imagE/*">x</form>
878     #errors
879     /form/@accept;attribute not defined;m
880    
881     #data
882     <form xmlns="http://www.w3.org/1999/xhtml"
883     action=""
884     accept="Image/*,TEXT/plain">x</form>
885     #errors
886     /form/@accept;attribute not defined;m
887    
888     #data
889     <form xmlns="http://www.w3.org/1999/xhtml"
890     action=""
891     accept="application/XML">x</form>
892     #errors
893     /form/@accept;attribute not defined;m
894    
895     #data
896     <form xmlns="http://www.w3.org/1999/xhtml"
897     action=""
898     accept="text/plain,text/plain">x</form>
899     #errors
900     /form/@accept;duplicate token;m
901     /form/@accept;attribute not defined;m
902    
903     #data
904     <form xmlns="http://www.w3.org/1999/xhtml"
905     action=""
906     accept="image/*,image/*">x</form>
907     #errors
908     /form/@accept;attribute not defined;m
909     /form/@accept;duplicate token;m
910    
911     #data
912     <form xmlns="http://www.w3.org/1999/xhtml"
913     action=""
914     accept="image/png,image/PNG">x</form>
915     #errors
916     /form/@accept;attribute not defined;m
917     /form/@accept;duplicate token;m
918    
919     #data
920     <form xmlns="http://www.w3.org/1999/xhtml"
921     action=""
922     accept="Audio/*,audio/*">x</form>
923     #errors
924     /form/@accept;duplicate token;m
925     /form/@accept;attribute not defined;m
926    
927     #data
928     <form xmlns="http://www.w3.org/1999/xhtml"
929     action=""
930     accept="text/javascript; version=1.1">x</form>
931     #errors
932     /form/@accept;IMTnp:syntax error;m
933     /form/@accept;attribute not defined;m
934    
935     #data
936     <form xmlns="http://www.w3.org/1999/xhtml"
937     action=""
938     accept='text/plain;x-param="image/png,image/jpeg,image/svg+xml"'>x</form>
939     #errors
940     /form/@accept;IMTnp:syntax error;m
941     /form/@accept;attribute not defined;m
942     /form/@accept;IMTnp:syntax error;m
943    
944     #data
945     <form xmlns="http://www.w3.org/1999/xhtml"
946     action=""
947     accept='text/plain;x-param="image/png,image/JPEG,image/svg+xml",image/jpeg'>x</form>
948     #errors
949     /form/@accept;attribute not defined;m
950     /form/@accept;IMTnp:syntax error;m
951     /form/@accept;IMTnp:syntax error;m
952     /form/@accept;duplicate token;m

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24