/[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.5 - (hide annotations) (download)
Fri Dec 12 07:32:06 2008 UTC (17 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.4: +0 -308 lines
++ whatpm/t/ChangeLog	12 Dec 2008 07:29:57 -0000
2008-12-12  Wakaba  <wakaba@suika.fam.cx>

	* ContentChecker.t: Added new test data file.

++ whatpm/t/dom-conformance/ChangeLog	12 Dec 2008 07:31:40 -0000
	* html-form-datalist.dat: Moved some test data from
	|html-forms-1.dat|.

	* html-forms-1.dat: Moved some test data to
	|html-form-datalist.dat| and |html-form-select.dat|.

	* html-form-select.dat: New test data file.

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	12 Dec 2008 07:29:20 -0000
	* HTML.pm: Updated definitions for |select|.

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     <textarea xmlns="http://www.w3.org/1999/xhtml"></textarea>
226     #errors
227    
228     #data
229     <textarea xmlns="http://www.w3.org/1999/xhtml"> </textarea>
230     #errors
231    
232     #data
233     <textarea xmlns="http://www.w3.org/1999/xhtml">xxxx</textarea>
234     #errors
235    
236     #data
237     <textarea xmlns="http://www.w3.org/1999/xhtml"><em>a</em></textarea>
238     #errors
239     /textarea/em;element not allowed:text;m
240    
241     #data
242     <textarea xmlns="http://www.w3.org/1999/xhtml"><title>x</title></textarea>
243     #errors
244     /textarea/title;element not allowed:text;m
245    
246     #data
247     <textarea xmlns="http://www.w3.org/1999/xhtml">aa<br/>bb</textarea>
248     #errors
249     /textarea/br;element not allowed:text;m
250    
251     #data
252     <textarea xmlns="http://www.w3.org/1999/xhtml"><nest/></textarea>
253     #errors
254     /textarea/nest;element not allowed:text;m
255    
256     #data
257     <em xmlns="http://www.w3.org/1999/xhtml"><textarea/></em>
258     #errors
259     /em;no significant content;s
260    
261     #data
262     <p xmlns="http://www.w3.org/1999/xhtml"><textarea/></p>
263     #errors
264     /p;no significant content;s
265    
266     #data
267     <div xmlns="http://www.w3.org/1999/xhtml"><textarea/></div>
268     #errors
269     /div;no significant content;s
270    
271     #data
272     <output xmlns="http://www.w3.org/1999/xhtml"></output>
273     #errors
274     /output;no significant content;s
275    
276     #data
277     <output xmlns="http://www.w3.org/1999/xhtml"> </output>
278     #errors
279     /output;no significant content;s
280    
281     #data
282     <output xmlns="http://www.w3.org/1999/xhtml">xx</output>
283     #errors
284    
285     #data
286     <output xmlns="http://www.w3.org/1999/xhtml"><span></span></output>
287     #errors
288     /output;no significant content;s
289     /output/span;no significant content;s
290    
291     #data
292     <output xmlns="http://www.w3.org/1999/xhtml"><code>x</code>y</output>
293     #errors
294    
295     #data
296     <output xmlns="http://www.w3.org/1999/xhtml"><p>x</p></output>
297     #errors
298     /output/p;element not allowed:phrasing;m
299    
300     #data
301     <output xmlns="http://www.w3.org/1999/xhtml"><title>x</title></output>
302     #errors
303     /output/title;element not allowed:phrasing;m
304    
305     #data
306     <em xmlns="http://www.w3.org/1999/xhtml"><output>x</output></em>
307     #errors
308    
309     #data
310     <output xmlns="http://www.w3.org/1999/xhtml"><output>x</output></output>
311     #errors
312    
313     #data
314     <div xmlns="http://www.w3.org/1999/xhtml"><output>x</output></div>
315     #errors
316    
317     #data
318     <input xmlns="http://www.w3.org/1999/xhtml"><output>x</output></input>
319     #errors
320     /input/output;element not allowed:empty;m
321    
322     #data
323     <form xmlns="http://www.w3.org/1999/xhtml"
324     accept-charset="">x</form>
325     #errors
326    
327     #data
328     <form xmlns="http://www.w3.org/1999/xhtml"
329     accept-charset=" ">x</form>
330     #errors
331    
332     #data
333     <form xmlns="http://www.w3.org/1999/xhtml"
334     accept-charset="euc-jp">x</form>
335     #errors
336    
337     #data
338     <form xmlns="http://www.w3.org/1999/xhtml"
339     accept-charset="euc-jp us-ascii">x</form>
340     #errors
341    
342     #data
343     <form xmlns="http://www.w3.org/1999/xhtml"
344     accept-charset="euc-jp&#x09;us-ascii">x</form>
345     #errors
346    
347     #data
348     <form xmlns="http://www.w3.org/1999/xhtml"
349     accept-charset="euc-jp&#x0a;us-ascii">x</form>
350     #errors
351    
352     #data
353     <?xml version="1.1"?>
354     <form xmlns="http://www.w3.org/1999/xhtml"
355     accept-charset="euc-jp&#x0c;us-ascii">x</form>
356     #errors
357    
358     #data
359     <form xmlns="http://www.w3.org/1999/xhtml"
360     accept-charset="euc-jp&#x0d;us-ascii">x</form>
361     #errors
362    
363     #data
364     <form xmlns="http://www.w3.org/1999/xhtml"
365     accept-charset="euc-jp, us-ascii">x</form>
366     #errors
367     /form/@accept-charset;charset:not registered;w
368    
369     #data
370     <form xmlns="http://www.w3.org/1999/xhtml"
371     accept-charset=" euc-JP ">x</form>
372     #errors
373    
374     #data
375     <form xmlns="http://www.w3.org/1999/xhtml"
376     accept-charset=" eucjp ">x</form>
377     #errors
378     /form/@accept-charset;charset:not registered;w
379    
380     #data
381     <form xmlns="http://www.w3.org/1999/xhtml"
382     accept-charset="x-euc-jp">x</form>
383     #errors
384     /form/@accept-charset;charset:private;w
385     /form/@accept-charset;charset:not preferred;m
386    
387     #data
388     <form xmlns="http://www.w3.org/1999/xhtml"
389     accept-charset="us-ascii x-euc-jp">x</form>
390     #errors
391     /form/@accept-charset;charset:private;w
392     /form/@accept-charset;charset:not preferred;m
393    
394     #data
395     <form xmlns="http://www.w3.org/1999/xhtml"
396     accept-charset="ascii">x</form>
397     #errors
398     /form/@accept-charset;charset:not preferred;m
399    
400     #data
401     <form xmlns="http://www.w3.org/1999/xhtml"
402     accept-charset="iso-2022-jp">x</form>
403     #errors
404     /form/@accept-charset;charset:not ascii compat;m
405    
406     #data
407     <?xml version="1.1"?>
408     <form xmlns="http://www.w3.org/1999/xhtml"
409     accept-charset="euc-jp&#x000b;">x</form>
410     #errors
411     /form/@accept-charset;charset:not registered;w
412     /form/@accept-charset;charset:syntax error;m
413    
414     #data
415     <?xml version="1.1"?>
416     <form xmlns="http://www.w3.org/1999/xhtml"
417     accept-charset="&#x000b;euc-jp">x</form>
418     #errors
419     /form/@accept-charset;charset:not registered;w
420     /form/@accept-charset;charset:syntax error;m
421    
422     #data
423     <?xml version="1.1"?>
424     <form xmlns="http://www.w3.org/1999/xhtml"
425     accept-charset="euc-jp&#x000b;us-ascii">x</form>
426     #errors
427     /form/@accept-charset;charset:not registered;w
428     /form/@accept-charset;charset:syntax error;m
429    
430     #data
431     <form xmlns="http://www.w3.org/1999/xhtml"
432     name="">x</form>
433     #errors
434     /form/@name;empty form name;m
435    
436     #data
437     <div xmlns="http://www.w3.org/1999/xhtml">
438     <form name="">x</form>
439     <form name="">y</form>
440     </div>
441     #errors
442     /div/form/@name;empty form name;m
443     /div/form/@name;empty form name;m
444    
445     #data
446     <form xmlns="http://www.w3.org/1999/xhtml"
447     name="xxx">x</form>
448     #errors
449    
450     #data
451     <form xmlns="http://www.w3.org/1999/xhtml"
452     name="abc def">x</form>
453     #errors
454    
455     #data
456     <form xmlns="http://www.w3.org/1999/xhtml"
457     name=" a ">x</form>
458     #errors
459    
460     #data
461     <div xmlns="http://www.w3.org/1999/xhtml">
462     <form name="abc">x</form>
463     <form name="def">y</form>
464     </div>
465     #errors
466    
467     #data
468     <div xmlns="http://www.w3.org/1999/xhtml">
469     <form name="a">x</form>
470     <form name="a ">y</form>
471     </div>
472     #errors
473    
474     #data
475     <div xmlns="http://www.w3.org/1999/xhtml">
476     <form name="a">x</form>
477     <form name=" a">y</form>
478     </div>
479     #errors
480    
481     #data
482     <div xmlns="http://www.w3.org/1999/xhtml">
483     <form name="a b">x</form>
484     <form name="b">y</form>
485     </div>
486     #errors
487    
488     #data
489     <div xmlns="http://www.w3.org/1999/xhtml">
490     <form name="abc">x</form>
491     <form name="ABC">y</form>
492     </div>
493     #errors
494    
495     #data
496     <div xmlns="http://www.w3.org/1999/xhtml">
497     <form name="a">x</form>
498     <form name="a">y</form>
499     </div>
500     #errors
501     /div/form/@name;duplicate form name;m
502    
503     #data
504     <div xmlns="http://www.w3.org/1999/xhtml">
505     <form name="a">x
506     <form name="a">y</form>
507     </form>
508     </div>
509     #errors
510     /div/form/form;element not allowed:minus;m
511     /div/form/form/@name;duplicate form name;m
512    
513     #data
514     <form xmlns="http://www.w3.org/1999/xhtml"
515     name="a" id="b">x</form>
516     #errors
517    
518     #data
519     <form xmlns="http://www.w3.org/1999/xhtml"
520     name="a" id="a">x</form>
521     #errors
522    
523     #data
524     <form xmlns="http://www.w3.org/1999/xhtml"
525     name="a">x<a name="a">u</a></form>
526     #errors
527     /form/a/@name;attribute not defined;m
528 wakaba 1.4 /form/a/@name;unknown attribute;u
529 wakaba 1.1
530     #data
531     <form xmlns="http://www.w3.org/1999/xhtml" form="a" id="a">x</form>
532     #errors
533     /form/@form;attribute not defined;m
534    
535     #data
536     <fieldset xmlns="http://www.w3.org/1999/xhtml" form="a">
537     <legend>y</legend>
538     <form id="a">x</form>
539     </fieldset>
540     #errors
541    
542     #data
543     <div xmlns="http://www.w3.org/1999/xhtml">
544     <form id="a">x</form>
545     <fieldset form="a"><legend>y</legend>x</fieldset>
546     </div>
547     #errors
548    
549     #data
550     <div xmlns="http://www.w3.org/1999/xhtml">
551     <fieldset form="a"><legend>y</legend>x</fieldset>
552     <form id="a">x</form>
553     </div>
554     #errors
555    
556     #data
557     <div xmlns="http://www.w3.org/1999/xhtml">
558     <fieldset form="a"><legend>ty</legend>x</fieldset>
559     <form xml:id="a">x</form>
560     </div>
561     #errors
562    
563     #data
564     <div xmlns="http://www.w3.org/1999/xhtml">
565     <form id="x">
566     <fieldset form="x"><legend>y</legend>x</fieldset>
567     </form>
568     </div>
569     #errors
570    
571     #data
572     <fieldset form="x" xmlns="http://www.w3.org/1999/xhtml">
573     <legend>y</legend>y</fieldset>
574     #errors
575     /fieldset/@form;no referenced form;m
576    
577     #data
578     <div xmlns="http://www.w3.org/1999/xhtml">
579     <form id="a">x</form>
580     <form id="b">y</form>
581     <fieldset form="a b"><legend>y</legend>z</fieldset>
582     </div>
583     #errors
584     /div/fieldset/@form;no referenced form;m
585    
586     #data
587     <div xmlns="http://www.w3.org/1999/xhtml">
588     <form id="a">x</form>
589     <fieldset form="a "><legend>y</legend>z</fieldset>
590     </div>
591     #errors
592     /div/fieldset/@form;no referenced form;m
593    
594     #data
595     <div xmlns="http://www.w3.org/1999/xhtml">
596     <div id="a">x</div>
597     <fieldset form="a"><legend>y</legend>z</fieldset>
598     </div>
599     #errors
600     /div/fieldset/@form;no referenced form;m
601    
602     #data
603     <div xmlns="http://www.w3.org/1999/xhtml">
604     <div id="a">b</div>
605     <form id="a">x</form>
606     <fieldset form="a"><legend>y</legend>z</fieldset>
607     </div>
608     #errors
609     /div/form/@id;duplicate ID;m
610     /div/fieldset/@form;no referenced form;m
611    
612     #data
613     <div xmlns="http://www.w3.org/1999/xhtml">
614     <form id="a">x</form>
615     <div id="a">y</div>
616     <fieldset form="a"><legend>y</legend>z</fieldset>
617     </div>
618     #errors
619     /div/div/@id;duplicate ID;m
620    
621     #data
622     <div xmlns="http://www.w3.org/1999/xhtml"><input form="a"/>x</div>
623     #errors
624     /div/input/@form;no referenced form;m
625    
626     #data
627     <div xmlns="http://www.w3.org/1999/xhtml">
628     <input form="b"/>
629     <form id="b">x</form>
630     </div>
631     #errors
632    
633     #data
634     <button xmlns="http://www.w3.org/1999/xhtml" form="a">x</button>
635     #errors
636     /button/@form;no referenced form;m
637    
638     #data
639     <div xmlns="http://www.w3.org/1999/xhtml">
640     <button form="b">y</button>
641     <form id="b">x</form>
642     </div>
643     #errors
644    
645     #data
646     <select xmlns="http://www.w3.org/1999/xhtml" form="a"></select>
647     #errors
648     /select/@form;no referenced form;m
649    
650     #data
651     <div xmlns="http://www.w3.org/1999/xhtml">
652     <select form="b"></select>
653     <form id="b">x</form>
654     </div>
655     #errors
656    
657     #data
658     <datalist xmlns="http://www.w3.org/1999/xhtml" form="a">x</datalist>
659     #errors
660     /datalist/@form;attribute not defined;m
661    
662     #data
663     <div xmlns="http://www.w3.org/1999/xhtml">
664     <datalist form="b">y</datalist>
665     <form id="b">x</form>
666     </div>
667     #errors
668     /div/datalist/@form;attribute not defined;m
669    
670     #data
671     <select xmlns="http://www.w3.org/1999/xhtml"><optgroup form="a"/></select>
672     #errors
673     /select/optgroup/@form;attribute not defined;m
674    
675     #data
676     <div xmlns="http://www.w3.org/1999/xhtml">
677     <select><optgroup form="b"/></select>
678     <form id="b">x</form>
679     </div>
680     #errors
681     /div/select/optgroup/@form;attribute not defined;m
682    
683     #data
684     <select xmlns="http://www.w3.org/1999/xhtml"><option form="a">x</option></select>
685     #errors
686     /select/option/@form;attribute not defined;m
687    
688     #data
689     <div xmlns="http://www.w3.org/1999/xhtml">
690     <select><option form="b">y</option></select>
691     <form id="b">x</form>
692     </div>
693     #errors
694     /div/select/option/@form;attribute not defined;m
695    
696     #data
697     <textarea xmlns="http://www.w3.org/1999/xhtml" form="a">x</textarea>
698     #errors
699     /textarea/@form;no referenced form;m
700    
701     #data
702     <div xmlns="http://www.w3.org/1999/xhtml">
703     <textarea form="b">y</textarea>
704     <form id="b">x</form>
705     </div>
706     #errors
707    
708     #data
709     <output xmlns="http://www.w3.org/1999/xhtml" form="a">x</output>
710     #errors
711     /output/@form;no referenced form;m
712    
713     #data
714     <div xmlns="http://www.w3.org/1999/xhtml">
715     <output form="b">y</output>
716     <form id="b">x</form>
717     </div>
718     #errors
719 wakaba 1.3
720     #data
721     <form xmlns="http://www.w3.org/1999/xhtml"
722     action=""
723     accept="">x</form>
724     #errors
725     /form/@accept;IMTnp:syntax error;m
726     /form/@accept;attribute not defined;m
727    
728     #data
729     <form xmlns="http://www.w3.org/1999/xhtml"
730     action=""
731     accept=",">x</form>
732     #errors
733     /form/@accept;IMTnp:syntax error;m
734     /form/@accept;duplicate token;m
735     /form/@accept;attribute not defined;m
736    
737     #data
738     <form xmlns="http://www.w3.org/1999/xhtml"
739     action=""
740     accept="text/plain">x</form>
741     #errors
742     /form/@accept;attribute not defined;m
743    
744     #data
745     <form xmlns="http://www.w3.org/1999/xhtml"
746     action=""
747     accept="text/plain,text/html">x</form>
748     #errors
749     /form/@accept;attribute not defined;m
750    
751     #data
752     <form xmlns="http://www.w3.org/1999/xhtml"
753     action=""
754     accept="text/plain, text/html">x</form>
755     #errors
756     /form/@accept;IMTnp:syntax error;m
757     /form/@accept;attribute not defined;m
758    
759     #data
760     <form xmlns="http://www.w3.org/1999/xhtml"
761     action=""
762     accept="text/plain,">x</form>
763     #errors
764     /form/@accept;IMTnp:syntax error;m
765     /form/@accept;attribute not defined;m
766    
767     #data
768     <form xmlns="http://www.w3.org/1999/xhtml"
769     action=""
770     accept="image/png">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=",image/png">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="image/png,,image/jpeg">x</form>
786     #errors
787     /form/@accept;IMTnp:syntax error;m
788     /form/@accept;attribute not defined;m
789    
790     #data
791     <form xmlns="http://www.w3.org/1999/xhtml"
792     action=""
793     accept=" image/png ">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="image/*">x</form>
802     #errors
803     /form/@accept;attribute not defined;m
804    
805     #data
806     <form xmlns="http://www.w3.org/1999/xhtml"
807     action=""
808     accept="audio/*">x</form>
809     #errors
810     /form/@accept;attribute not defined;m
811    
812     #data
813     <form xmlns="http://www.w3.org/1999/xhtml"
814     action=""
815     accept="video/*">x</form>
816     #errors
817     /form/@accept;attribute not defined;m
818    
819     #data
820     <form xmlns="http://www.w3.org/1999/xhtml"
821     action=""
822     accept="text/*">x</form>
823     #errors
824     /form/@accept;IMTnp:syntax error;m
825     /form/@accept;attribute not defined;m
826    
827     #data
828     <form xmlns="http://www.w3.org/1999/xhtml"
829     action=""
830     accept="multipart/*">x</form>
831     #errors
832     /form/@accept;attribute not defined;m
833     /form/@accept;IMTnp:syntax error;m
834    
835     #data
836     <form xmlns="http://www.w3.org/1999/xhtml"
837     action=""
838     accept="model/*">x</form>
839     #errors
840     /form/@accept;IMTnp:syntax error;m
841     /form/@accept;attribute not defined;m
842    
843     #data
844     <form xmlns="http://www.w3.org/1999/xhtml"
845     action=""
846     accept="application/*">x</form>
847     #errors
848     /form/@accept;IMTnp:syntax error;m
849     /form/@accept;attribute not defined;m
850    
851     #data
852     <form xmlns="http://www.w3.org/1999/xhtml"
853     action=""
854     accept="message/*">x</form>
855     #errors
856     /form/@accept;IMTnp:syntax error;m
857     /form/@accept;attribute not defined;m
858    
859     #data
860     <form xmlns="http://www.w3.org/1999/xhtml"
861     action=""
862     accept="font/*">x</form>
863     #errors
864     /form/@accept;IMTnp:syntax error;m
865     /form/@accept;attribute not defined;m
866    
867     #data
868     <form xmlns="http://www.w3.org/1999/xhtml"
869     action=""
870     accept="*/*">x</form>
871     #errors
872     /form/@accept;IMTnp:syntax error;m
873     /form/@accept;attribute not defined;m
874    
875     #data
876     <form xmlns="http://www.w3.org/1999/xhtml"
877     action=""
878     accept="*/*+xml">x</form>
879     #errors
880     /form/@accept;IMTnp:syntax error;m
881     /form/@accept;attribute not defined;m
882    
883     #data
884     <form xmlns="http://www.w3.org/1999/xhtml"
885     action=""
886     accept="*/xml">x</form>
887     #errors
888     /form/@accept;IMTnp:syntax error;m
889     /form/@accept;attribute not defined;m
890    
891     #data
892     <form xmlns="http://www.w3.org/1999/xhtml"
893     action=""
894     accept="image/png,video/*">x</form>
895     #errors
896     /form/@accept;attribute not defined;m
897    
898     #data
899     <form xmlns="http://www.w3.org/1999/xhtml"
900     action=""
901     accept="audio/*,audio/mpeg">x</form>
902     #errors
903     /form/@accept;attribute not defined;m
904    
905     #data
906     <form xmlns="http://www.w3.org/1999/xhtml"
907     action=""
908     accept="audio/*,video/*">x</form>
909     #errors
910     /form/@accept;attribute not defined;m
911    
912     #data
913     <form xmlns="http://www.w3.org/1999/xhtml"
914     action=""
915     accept="AUDIO/*">x</form>
916     #errors
917     /form/@accept;attribute not defined;m
918    
919     #data
920     <form xmlns="http://www.w3.org/1999/xhtml"
921     action=""
922     accept="imagE/*">x</form>
923     #errors
924     /form/@accept;attribute not defined;m
925    
926     #data
927     <form xmlns="http://www.w3.org/1999/xhtml"
928     action=""
929     accept="Image/*,TEXT/plain">x</form>
930     #errors
931     /form/@accept;attribute not defined;m
932    
933     #data
934     <form xmlns="http://www.w3.org/1999/xhtml"
935     action=""
936     accept="application/XML">x</form>
937     #errors
938     /form/@accept;attribute not defined;m
939    
940     #data
941     <form xmlns="http://www.w3.org/1999/xhtml"
942     action=""
943     accept="text/plain,text/plain">x</form>
944     #errors
945     /form/@accept;duplicate token;m
946     /form/@accept;attribute not defined;m
947    
948     #data
949     <form xmlns="http://www.w3.org/1999/xhtml"
950     action=""
951     accept="image/*,image/*">x</form>
952     #errors
953     /form/@accept;attribute not defined;m
954     /form/@accept;duplicate token;m
955    
956     #data
957     <form xmlns="http://www.w3.org/1999/xhtml"
958     action=""
959     accept="image/png,image/PNG">x</form>
960     #errors
961     /form/@accept;attribute not defined;m
962     /form/@accept;duplicate token;m
963    
964     #data
965     <form xmlns="http://www.w3.org/1999/xhtml"
966     action=""
967     accept="Audio/*,audio/*">x</form>
968     #errors
969     /form/@accept;duplicate token;m
970     /form/@accept;attribute not defined;m
971    
972     #data
973     <form xmlns="http://www.w3.org/1999/xhtml"
974     action=""
975     accept="text/javascript; version=1.1">x</form>
976     #errors
977     /form/@accept;IMTnp:syntax error;m
978     /form/@accept;attribute not defined;m
979    
980     #data
981     <form xmlns="http://www.w3.org/1999/xhtml"
982     action=""
983     accept='text/plain;x-param="image/png,image/jpeg,image/svg+xml"'>x</form>
984     #errors
985     /form/@accept;IMTnp:syntax error;m
986     /form/@accept;attribute not defined;m
987     /form/@accept;IMTnp:syntax error;m
988    
989     #data
990     <form xmlns="http://www.w3.org/1999/xhtml"
991     action=""
992     accept='text/plain;x-param="image/png,image/JPEG,image/svg+xml",image/jpeg'>x</form>
993     #errors
994     /form/@accept;attribute not defined;m
995     /form/@accept;IMTnp:syntax error;m
996     /form/@accept;IMTnp:syntax error;m
997     /form/@accept;duplicate token;m

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24