/[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.14 - (show annotations) (download)
Sun Aug 23 08:13:45 2009 UTC (16 years, 11 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.13: +1 -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
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 /form/nest;element not defined;m
79
80 #data
81 <form xmlns="http://www.w3.org/1999/xhtml"><meta name="keywords" content="x"/></form>
82 #errors
83 /form;no significant content;s
84 /form/meta;element not allowed:flow;m
85
86 #data
87 <form xmlns="http://www.w3.org/1999/xhtml"><form/></form>
88 #errors
89 /form;no significant content;s
90 /form/form;element not allowed:minus;m
91 /form/form;no significant content;s
92
93 #data
94 <form xmlns="http://www.w3.org/1999/xhtml"><div><form/></div></form>
95 #errors
96 /form;no significant content;s
97 /form/div/form;element not allowed:minus;m
98 /form/div;no significant content;s
99 /form/div/form;no significant content;s
100
101 #data
102 <div xmlns="http://www.w3.org/1999/xhtml"><form/></div>
103 #errors
104 /div;no significant content;s
105 /div/form;no significant content;s
106
107 #data
108 <em xmlns="http://www.w3.org/1999/xhtml"><form/></em>
109 #errors
110 /em;no significant content;s
111 /em/form;no significant content;s
112 /em/form;element not allowed:phrasing;m
113
114 #data
115 <br xmlns="http://www.w3.org/1999/xhtml"><form/></br>
116 #errors
117 /br/form;no significant content;s
118 /br/form;element not allowed:empty;m
119
120 #data
121 <title xmlns="http://www.w3.org/1999/xhtml"><form/></title>
122 #errors
123 /title/form;element not allowed:text;m
124 /title/form;no significant content;s
125
126 #data
127 <fieldset xmlns="http://www.w3.org/1999/xhtml"></fieldset>
128 #errors
129 /fieldset;no significant content;s
130 /fieldset;child element missing;legend;m
131
132 #data
133 <fieldset xmlns="http://www.w3.org/1999/xhtml"> </fieldset>
134 #errors
135 /fieldset;no significant content;s
136 /fieldset;child element missing;legend;m
137
138 #data
139 <fieldset xmlns="http://www.w3.org/1999/xhtml">x</fieldset>
140 #errors
141 /fieldset;child element missing;legend;m
142
143 #data
144 <fieldset xmlns="http://www.w3.org/1999/xhtml"><p>x</p></fieldset>
145 #errors
146 /fieldset;child element missing;legend;m
147
148 #data
149 <fieldset xmlns="http://www.w3.org/1999/xhtml"><em>x</em></fieldset>
150 #errors
151 /fieldset;child element missing;legend;m
152
153 #data
154 <fieldset xmlns="http://www.w3.org/1999/xhtml"><ins>x</ins></fieldset>
155 #errors
156 /fieldset;child element missing;legend;m
157
158 #data
159 <fieldset xmlns="http://www.w3.org/1999/xhtml"><style scoped=""></style>x</fieldset>
160 #errors
161 /fieldset;child element missing;legend;m
162 /fieldset/style;SUBDOC
163
164 #data
165 <fieldset xmlns="http://www.w3.org/1999/xhtml"><legend>y</legend>x</fieldset>
166 #errors
167
168 #data
169 <fieldset xmlns="http://www.w3.org/1999/xhtml"><legend>y</legend></fieldset>
170 #errors
171
172 #data
173 <fieldset xmlns="http://www.w3.org/1999/xhtml"><legend></legend></fieldset>
174 #errors
175 /fieldset;no significant content;s
176 /fieldset/legend;no significant content;s
177
178 #data
179 <fieldset xmlns="http://www.w3.org/1999/xhtml"><legend>y</legend><p>x</p></fieldset>
180 #errors
181
182 #data
183 <fieldset xmlns="http://www.w3.org/1999/xhtml"><legend>y</legend><span>x</span></fieldset>
184 #errors
185
186 #data
187 <fieldset xmlns="http://www.w3.org/1999/xhtml"><ins><legend>y</legend>x</ins></fieldset>
188 #errors
189
190 #data
191 <fieldset xmlns="http://www.w3.org/1999/xhtml"><del><legend>y</legend></del><ins><legend>z</legend></ins>x</fieldset>
192 #errors
193 /fieldset/ins/legend;element not allowed:details legend;m
194
195 #data
196 <fieldset xmlns="http://www.w3.org/1999/xhtml"><lengend>y</lengend>x</fieldset>
197 #errors
198 /fieldset/lengend;element not allowed:flow;m
199 /fieldset/lengend;element not defined;m
200 /fieldset;child element missing;legend;m
201
202 #data
203 <fieldset xmlns="http://www.w3.org/1999/xhtml"><legned>y</legned>x</fieldset>
204 #errors
205 /fieldset/legned;element not allowed:flow;m
206 /fieldset/legned;element not defined;m
207 /fieldset;child element missing;legend;m
208
209 #data
210 <fieldset xmlns="http://www.w3.org/1999/xhtml">x<legend>y</legend></fieldset>
211 #errors
212 /fieldset/legend;element not allowed:details legend;m
213
214 #data
215 <fieldset xmlns="http://www.w3.org/1999/xhtml">x<legend>y</legend>z</fieldset>
216 #errors
217 /fieldset/legend;element not allowed:details legend;m
218
219 #data
220 <fieldset xmlns="http://www.w3.org/1999/xhtml">
221 <legend><p>xxx</p></legend>
222 <p>yyy</p>
223 </fieldset>
224 #errors
225 /fieldset/legend/p;element not allowed:phrasing;m
226
227 #data
228 <fieldset xmlns="http://www.w3.org/1999/xhtml">
229 <legend><div><p>xxx</p></div></legend>
230 <p>yyy</p>
231 </fieldset>
232 #errors
233 /fieldset/legend/div;element not allowed:phrasing;m
234
235 #data
236 <fieldset xmlns="http://www.w3.org/1999/xhtml">
237 <legend><ins><p>xxx</p></ins></legend>
238 <p>yyy</p>
239 </fieldset>
240 #errors
241 /fieldset/legend/ins/p;element not allowed:phrasing;m
242
243 #data
244 <fieldset xmlns="http://www.w3.org/1999/xhtml"><style scoped=""></style><legend>y</legend>x</fieldset>
245 #errors
246 /fieldset/legend;element not allowed:details legend;m
247 /fieldset/style;SUBDOC
248
249 #data
250 <fieldset xmlns="http://www.w3.org/1999/xhtml"
251 disabled="">
252 <legend>x</legend>
253 </fieldset>
254 #errors
255
256 #data
257 <fieldset xmlns="http://www.w3.org/1999/xhtml"
258 disabled="disabled">
259 <legend>x</legend>
260 </fieldset>
261 #errors
262
263 #data
264 <fieldset xmlns="http://www.w3.org/1999/xhtml"
265 disabled="DisableD">
266 <legend>x</legend>
267 </fieldset>
268 #errors
269
270 #data
271 <fieldset xmlns="http://www.w3.org/1999/xhtml"
272 disabled="no">
273 <legend>x</legend>
274 </fieldset>
275 #errors
276 /fieldset/@disabled;boolean:invalid;m
277
278 #data
279 <output xmlns="http://www.w3.org/1999/xhtml"></output>
280 #errors
281 /output;no significant content;s
282
283 #data
284 <output xmlns="http://www.w3.org/1999/xhtml"> </output>
285 #errors
286 /output;no significant content;s
287
288 #data
289 <output xmlns="http://www.w3.org/1999/xhtml">xx</output>
290 #errors
291
292 #data
293 <output xmlns="http://www.w3.org/1999/xhtml"><span></span></output>
294 #errors
295 /output;no significant content;s
296 /output/span;no significant content;s
297
298 #data
299 <output xmlns="http://www.w3.org/1999/xhtml"><code>x</code>y</output>
300 #errors
301
302 #data
303 <output xmlns="http://www.w3.org/1999/xhtml"><p>x</p></output>
304 #errors
305 /output/p;element not allowed:phrasing;m
306
307 #data
308 <output xmlns="http://www.w3.org/1999/xhtml"><title>x</title></output>
309 #errors
310 /output/title;element not allowed:phrasing;m
311
312 #data
313 <em xmlns="http://www.w3.org/1999/xhtml"><output>x</output></em>
314 #errors
315
316 #data
317 <output xmlns="http://www.w3.org/1999/xhtml"><output>x</output></output>
318 #errors
319
320 #data
321 <div xmlns="http://www.w3.org/1999/xhtml"><output>x</output></div>
322 #errors
323
324 #data
325 <input xmlns="http://www.w3.org/1999/xhtml"><output>x</output></input>
326 #errors
327 /input/output;element not allowed:empty;m
328
329 #data
330 <output xmlns="http://www.w3.org/1999/xhtml"
331 for="">
332 x
333 </output>
334 #errors
335
336 #data
337 <output xmlns="http://www.w3.org/1999/xhtml"
338 for=" ">
339 x
340 </output>
341 #errors
342
343 #data
344 <output xmlns="http://www.w3.org/1999/xhtml"
345 for="x">
346 <span id="x">x</span>
347 </output>
348 #errors
349
350 #data
351 <output xmlns="http://www.w3.org/1999/xhtml"
352 for=" x ">
353 <span id="x">x</span>
354 </output>
355 #errors
356
357 #data
358 <output xmlns="http://www.w3.org/1999/xhtml"
359 for="x y">
360 <span id="x">x</span> <span id="y">X</span>
361 </output>
362 #errors
363
364 #data
365 <div xmlns="http://www.w3.org/1999/xhtml" id="x">
366 <output for="x">
367 x
368 </output>
369 </div>
370 #errors
371
372 #data
373 <div xmlns="http://www.w3.org/1999/xhtml">
374 <img id="x" src="" alt="y"/>
375 <output for="x">
376 x
377 </output>
378 </div>
379 #errors
380
381 #data
382 <div xmlns="http://www.w3.org/1999/xhtml">
383 <output for="x">
384 x
385 </output>
386 <br id="x"/>
387 </div>
388 #errors
389
390 #data
391 <div xmlns="http://www.w3.org/1999/xhtml">
392 <output for="x">
393 x
394 </output>
395 </div>
396 #errors
397 /div/output/@for;no referenced element;m
398
399 #data
400 <div xmlns="http://www.w3.org/1999/xhtml">
401 <output for="x">
402 <span id="x">x</span>
403 <br id="x"/>
404 </output>
405 </div>
406 #errors
407 /div/output/br/@id;duplicate ID;m
408
409 #data
410 <div xmlns="http://www.w3.org/1999/xhtml" id="X">
411 <output for="x">
412 x
413 </output>
414 </div>
415 #errors
416 /div/output/@for;no referenced element;m
417
418 #data
419 <div xmlns="http://www.w3.org/1999/xhtml" id="x y">
420 <output for="x y">
421 x
422 </output>
423 </div>
424 #errors
425 /div/@id;space in ID;m
426 /div/output/@for;no referenced element;m
427 /div/output/@for;no referenced element;m
428
429 #data
430 <div xmlns="http://www.w3.org/1999/xhtml">
431 <output for="x y">
432 x
433 </output>
434 </div>
435 #errors
436 /div/output/@for;no referenced element;m
437 /div/output/@for;no referenced element;m
438
439 #data
440 <div xmlns="http://www.w3.org/1999/xhtml" id="x">
441 <output for="x x">
442 x
443 </output>
444 </div>
445 #errors
446 /div/output/@for;duplicate token;m
447
448 #data
449 <div xmlns="http://www.w3.org/1999/xhtml" id="x">
450 <output for="x x x">
451 x
452 </output>
453 </div>
454 #errors
455 /div/output/@for;duplicate token;m
456 /div/output/@for;duplicate token;m
457
458 #data
459 <div xmlns="http://www.w3.org/1999/xhtml">
460 <output for="x">
461 x
462 </output>
463 <menu id="x">x</menu>
464 </div>
465 #errors
466
467 #data
468 <div xmlns="http://www.w3.org/1999/xhtml">
469 <output for="x">
470 x
471 </output>
472 <input id="x"/>
473 </div>
474 #errors
475
476 #data
477 <form xmlns="http://www.w3.org/1999/xhtml" id="x">
478 <output for="x">
479 x
480 </output>
481 </form>
482 #errors
483
484 #data
485 <output xmlns="http://www.w3.org/1999/xhtml"
486 disabled="">z</output>
487 #errors
488 /output/@disabled;attribute not defined;m
489
490 #data
491 <form xmlns="http://www.w3.org/1999/xhtml"
492 accept-charset="">x</form>
493 #errors
494
495 #data
496 <form xmlns="http://www.w3.org/1999/xhtml"
497 accept-charset=" ">x</form>
498 #errors
499
500 #data
501 <form xmlns="http://www.w3.org/1999/xhtml"
502 accept-charset="euc-jp">x</form>
503 #errors
504
505 #data
506 <form xmlns="http://www.w3.org/1999/xhtml"
507 accept-charset="euc-jp us-ascii">x</form>
508 #errors
509
510 #data
511 <form xmlns="http://www.w3.org/1999/xhtml"
512 accept-charset="euc-jp&#x09;us-ascii">x</form>
513 #errors
514
515 #data
516 <form xmlns="http://www.w3.org/1999/xhtml"
517 accept-charset="euc-jp&#x0a;us-ascii">x</form>
518 #errors
519
520 #data
521 <?xml version="1.1"?>
522 <form xmlns="http://www.w3.org/1999/xhtml"
523 accept-charset="euc-jp&#x0c;us-ascii">x</form>
524 #errors
525
526 #data
527 <form xmlns="http://www.w3.org/1999/xhtml"
528 accept-charset="euc-jp&#x0d;us-ascii">x</form>
529 #errors
530
531 #data
532 <form xmlns="http://www.w3.org/1999/xhtml"
533 accept-charset="euc-jp, us-ascii">x</form>
534 #errors
535 /form/@accept-charset;charset:not registered;w
536
537 #data
538 <form xmlns="http://www.w3.org/1999/xhtml"
539 accept-charset=" euc-JP ">x</form>
540 #errors
541
542 #data
543 <form xmlns="http://www.w3.org/1999/xhtml"
544 accept-charset=" eucjp ">x</form>
545 #errors
546 /form/@accept-charset;charset:not registered;w
547
548 #data
549 <form xmlns="http://www.w3.org/1999/xhtml"
550 accept-charset="x-euc-jp">x</form>
551 #errors
552 /form/@accept-charset;charset:private;w
553 /form/@accept-charset;charset:not preferred;m
554
555 #data
556 <form xmlns="http://www.w3.org/1999/xhtml"
557 accept-charset="us-ascii x-euc-jp">x</form>
558 #errors
559 /form/@accept-charset;charset:private;w
560 /form/@accept-charset;charset:not preferred;m
561
562 #data
563 <form xmlns="http://www.w3.org/1999/xhtml"
564 accept-charset="ascii">x</form>
565 #errors
566 /form/@accept-charset;charset:not preferred;m
567
568 #data
569 <form xmlns="http://www.w3.org/1999/xhtml"
570 accept-charset="iso-2022-jp">x</form>
571 #errors
572 /form/@accept-charset;charset:not ascii compat;m
573
574 #data
575 <?xml version="1.1"?>
576 <form xmlns="http://www.w3.org/1999/xhtml"
577 accept-charset="euc-jp&#x000b;">x</form>
578 #errors
579 /form/@accept-charset;charset:not registered;w
580 /form/@accept-charset;charset:syntax error;m
581
582 #data
583 <?xml version="1.1"?>
584 <form xmlns="http://www.w3.org/1999/xhtml"
585 accept-charset="&#x000b;euc-jp">x</form>
586 #errors
587 /form/@accept-charset;charset:not registered;w
588 /form/@accept-charset;charset:syntax error;m
589
590 #data
591 <?xml version="1.1"?>
592 <form xmlns="http://www.w3.org/1999/xhtml"
593 accept-charset="euc-jp&#x000b;us-ascii">x</form>
594 #errors
595 /form/@accept-charset;charset:not registered;w
596 /form/@accept-charset;charset:syntax error;m
597
598 #data
599 <form xmlns="http://www.w3.org/1999/xhtml"
600 name="">x</form>
601 #errors
602 /form/@name;empty form name;m
603
604 #data
605 <div xmlns="http://www.w3.org/1999/xhtml">
606 <form name="">x</form>
607 <form name="">y</form>
608 </div>
609 #errors
610 /div/form/@name;empty form name;m
611 /div/form/@name;empty form name;m
612
613 #data
614 <form xmlns="http://www.w3.org/1999/xhtml"
615 name="xxx">x</form>
616 #errors
617
618 #data
619 <form xmlns="http://www.w3.org/1999/xhtml"
620 name="abc def">x</form>
621 #errors
622
623 #data
624 <form xmlns="http://www.w3.org/1999/xhtml"
625 name=" a ">x</form>
626 #errors
627
628 #data
629 <div xmlns="http://www.w3.org/1999/xhtml">
630 <form name="abc">x</form>
631 <form name="def">y</form>
632 </div>
633 #errors
634
635 #data
636 <div xmlns="http://www.w3.org/1999/xhtml">
637 <form name="a">x</form>
638 <form name="a ">y</form>
639 </div>
640 #errors
641
642 #data
643 <div xmlns="http://www.w3.org/1999/xhtml">
644 <form name="a">x</form>
645 <form name=" a">y</form>
646 </div>
647 #errors
648
649 #data
650 <div xmlns="http://www.w3.org/1999/xhtml">
651 <form name="a b">x</form>
652 <form name="b">y</form>
653 </div>
654 #errors
655
656 #data
657 <div xmlns="http://www.w3.org/1999/xhtml">
658 <form name="abc">x</form>
659 <form name="ABC">y</form>
660 </div>
661 #errors
662
663 #data
664 <div xmlns="http://www.w3.org/1999/xhtml">
665 <form name="a">x</form>
666 <form name="a">y</form>
667 </div>
668 #errors
669 /div/form/@name;duplicate form name;m
670
671 #data
672 <div xmlns="http://www.w3.org/1999/xhtml">
673 <form name="a">x
674 <form name="a">y</form>
675 </form>
676 </div>
677 #errors
678 /div/form/form;element not allowed:minus;m
679 /div/form/form/@name;duplicate form name;m
680
681 #data
682 <form xmlns="http://www.w3.org/1999/xhtml"
683 name="a" id="b">x</form>
684 #errors
685
686 #data
687 <form xmlns="http://www.w3.org/1999/xhtml"
688 name="a" id="a">x</form>
689 #errors
690
691 #data
692 <form xmlns="http://www.w3.org/1999/xhtml"
693 name="a">x<a name="a">u</a></form>
694 #errors
695 /form/a/@name;attribute not defined;m
696 /form/a/@name;unknown attribute;u
697
698 #data
699 <form xmlns="http://www.w3.org/1999/xhtml" form="a" id="a">x</form>
700 #errors
701 /form/@form;attribute not defined;m
702
703 #data
704 <fieldset xmlns="http://www.w3.org/1999/xhtml" form="a">
705 <legend>y</legend>
706 <form id="a">x</form>
707 </fieldset>
708 #errors
709
710 #data
711 <div xmlns="http://www.w3.org/1999/xhtml">
712 <form id="a">x</form>
713 <fieldset form="a"><legend>y</legend>x</fieldset>
714 </div>
715 #errors
716
717 #data
718 <div xmlns="http://www.w3.org/1999/xhtml">
719 <fieldset form="a"><legend>y</legend>x</fieldset>
720 <form id="a">x</form>
721 </div>
722 #errors
723
724 #data
725 <div xmlns="http://www.w3.org/1999/xhtml">
726 <fieldset form="a"><legend>ty</legend>x</fieldset>
727 <form xml:id="a">x</form>
728 </div>
729 #errors
730
731 #data
732 <div xmlns="http://www.w3.org/1999/xhtml">
733 <form id="x">
734 <fieldset form="x"><legend>y</legend>x</fieldset>
735 </form>
736 </div>
737 #errors
738
739 #data
740 <fieldset form="x" xmlns="http://www.w3.org/1999/xhtml">
741 <legend>y</legend>y</fieldset>
742 #errors
743 /fieldset/@form;no referenced form;m
744
745 #data
746 <div xmlns="http://www.w3.org/1999/xhtml">
747 <form id="a">x</form>
748 <form id="b">y</form>
749 <fieldset form="a b"><legend>y</legend>z</fieldset>
750 </div>
751 #errors
752 /div/fieldset/@form;no referenced form;m
753
754 #data
755 <div xmlns="http://www.w3.org/1999/xhtml">
756 <form id="a">x</form>
757 <fieldset form="a "><legend>y</legend>z</fieldset>
758 </div>
759 #errors
760 /div/fieldset/@form;no referenced form;m
761
762 #data
763 <div xmlns="http://www.w3.org/1999/xhtml">
764 <div id="a">x</div>
765 <fieldset form="a"><legend>y</legend>z</fieldset>
766 </div>
767 #errors
768 /div/fieldset/@form;no referenced form;m
769
770 #data
771 <div xmlns="http://www.w3.org/1999/xhtml">
772 <div id="a">b</div>
773 <form id="a">x</form>
774 <fieldset form="a"><legend>y</legend>z</fieldset>
775 </div>
776 #errors
777 /div/form/@id;duplicate ID;m
778 /div/fieldset/@form;no referenced form;m
779
780 #data
781 <div xmlns="http://www.w3.org/1999/xhtml">
782 <form id="a">x</form>
783 <div id="a">y</div>
784 <fieldset form="a"><legend>y</legend>z</fieldset>
785 </div>
786 #errors
787 /div/div/@id;duplicate ID;m
788
789 #data
790 <legend form="a" xmlns="http://www.w3.org/1999/xhtml">a</legend>
791 #errors
792 /legend/@form;attribute not defined;m
793 /legend/@form;no referenced form;m
794
795 #data
796 <form xmlns="http://www.w3.org/1999/xhtml" id="a">
797 <fieldset><legend form="a">a</legend></fieldset></form>
798 #errors
799 /form/fieldset/legend/@form;attribute not defined;m
800
801 #data
802 <label xmlns="http://www.w3.org/1999/xhtml" form="a">x<input/></label>
803 #errors
804 /label/@form;no referenced form;m
805
806 #data
807 <div xmlns="http://www.w3.org/1999/xhtml">
808 <label form="b">y<input/></label>
809 <form id="b">x</form>
810 </div>
811 #errors
812
813 #data
814 <div xmlns="http://www.w3.org/1999/xhtml"><input form="a"/>x</div>
815 #errors
816 /div/input/@form;no referenced form;m
817
818 #data
819 <div xmlns="http://www.w3.org/1999/xhtml">
820 <input form="b"/>
821 <form id="b">x</form>
822 </div>
823 #errors
824
825 #data
826 <button xmlns="http://www.w3.org/1999/xhtml" form="a">x</button>
827 #errors
828 /button/@form;no referenced form;m
829
830 #data
831 <div xmlns="http://www.w3.org/1999/xhtml">
832 <button form="b">y</button>
833 <form id="b">x</form>
834 </div>
835 #errors
836
837 #data
838 <select xmlns="http://www.w3.org/1999/xhtml" form="a"></select>
839 #errors
840 /select/@form;no referenced form;m
841
842 #data
843 <div xmlns="http://www.w3.org/1999/xhtml">
844 <select form="b"></select>
845 <form id="b">x</form>
846 </div>
847 #errors
848
849 #data
850 <datalist xmlns="http://www.w3.org/1999/xhtml" form="a">x</datalist>
851 #errors
852 /datalist/@form;attribute not defined;m
853
854 #data
855 <div xmlns="http://www.w3.org/1999/xhtml">
856 <datalist form="b">y</datalist>
857 <form id="b">x</form>
858 </div>
859 #errors
860 /div/datalist/@form;attribute not defined;m
861
862 #data
863 <select xmlns="http://www.w3.org/1999/xhtml"><optgroup form="a"/></select>
864 #errors
865 /select/optgroup/@form;attribute not defined;m
866 /select/optgroup;attribute missing;label;m
867
868 #data
869 <div xmlns="http://www.w3.org/1999/xhtml">
870 <select><optgroup form="b"/></select>
871 <form id="b">x</form>
872 </div>
873 #errors
874 /div/select/optgroup/@form;attribute not defined;m
875 /div/select/optgroup;attribute missing;label;m
876
877 #data
878 <select xmlns="http://www.w3.org/1999/xhtml"><option form="a">x</option></select>
879 #errors
880 /select/option/@form;attribute not defined;m
881
882 #data
883 <div xmlns="http://www.w3.org/1999/xhtml">
884 <select><option form="b">y</option></select>
885 <form id="b">x</form>
886 </div>
887 #errors
888 /div/select/option/@form;attribute not defined;m
889
890 #data
891 <textarea xmlns="http://www.w3.org/1999/xhtml" form="a">x</textarea>
892 #errors
893 /textarea/@form;no referenced form;m
894
895 #data
896 <div xmlns="http://www.w3.org/1999/xhtml">
897 <textarea form="b">y</textarea>
898 <form id="b">x</form>
899 </div>
900 #errors
901
902 #data
903 <output xmlns="http://www.w3.org/1999/xhtml" form="a">x</output>
904 #errors
905 /output/@form;no referenced form;m
906
907 #data
908 <div xmlns="http://www.w3.org/1999/xhtml">
909 <output form="b">y</output>
910 <form id="b">x</form>
911 </div>
912 #errors
913
914 #data
915 <object data="" xmlns="http://www.w3.org/1999/xhtml" form="a">x</object>
916 #errors
917 /object/@form;no referenced form;m
918
919 #data
920 <div xmlns="http://www.w3.org/1999/xhtml">
921 <object data="" form="b">y</object>
922 <form id="b">x</form>
923 </div>
924 #errors
925
926 #data
927 <keygen xmlns="http://www.w3.org/1999/xhtml"
928 form=""/>
929 #errors
930 /keygen/@form;no referenced form;m
931
932 #data
933 <form xmlns="http://www.w3.org/1999/xhtml" id="a">
934 <keygen xmlns="http://www.w3.org/1999/xhtml"
935 form="a"/>a
936 </form>
937 #errors
938
939 #data
940 <form xmlns="http://www.w3.org/1999/xhtml"
941 action=""
942 accept="">x</form>
943 #errors
944 /form/@accept;IMTnp:syntax error;m
945 /form/@accept;attribute not defined;m
946
947 #data
948 <form xmlns="http://www.w3.org/1999/xhtml"
949 action=""
950 accept=",">x</form>
951 #errors
952 /form/@accept;IMTnp:syntax error;m
953 /form/@accept;duplicate token;m
954 /form/@accept;attribute not defined;m
955
956 #data
957 <form xmlns="http://www.w3.org/1999/xhtml"
958 action=""
959 accept="text/plain">x</form>
960 #errors
961 /form/@accept;attribute not defined;m
962
963 #data
964 <form xmlns="http://www.w3.org/1999/xhtml"
965 action=""
966 accept="text/plain,text/html">x</form>
967 #errors
968 /form/@accept;attribute not defined;m
969
970 #data
971 <form xmlns="http://www.w3.org/1999/xhtml"
972 action=""
973 accept="text/plain, text/html">x</form>
974 #errors
975 /form/@accept;attribute not defined;m
976
977 #data
978 <form xmlns="http://www.w3.org/1999/xhtml"
979 action=""
980 accept="text/plain,">x</form>
981 #errors
982 /form/@accept;IMTnp:syntax error;m
983 /form/@accept;attribute not defined;m
984
985 #data
986 <form xmlns="http://www.w3.org/1999/xhtml"
987 action=""
988 accept="image/png">x</form>
989 #errors
990 /form/@accept;attribute not defined;m
991
992 #data
993 <form xmlns="http://www.w3.org/1999/xhtml"
994 action=""
995 accept=",image/png">x</form>
996 #errors
997 /form/@accept;IMTnp:syntax error;m
998 /form/@accept;attribute not defined;m
999
1000 #data
1001 <form xmlns="http://www.w3.org/1999/xhtml"
1002 action=""
1003 accept="image/png,,image/jpeg">x</form>
1004 #errors
1005 /form/@accept;IMTnp:syntax error;m
1006 /form/@accept;attribute not defined;m
1007
1008 #data
1009 <form xmlns="http://www.w3.org/1999/xhtml"
1010 action=""
1011 accept=" image/png ">x</form>
1012 #errors
1013 /form/@accept;attribute not defined;m
1014
1015 #data
1016 <form xmlns="http://www.w3.org/1999/xhtml"
1017 action=""
1018 accept="image/*">x</form>
1019 #errors
1020 /form/@accept;attribute not defined;m
1021
1022 #data
1023 <form xmlns="http://www.w3.org/1999/xhtml"
1024 action=""
1025 accept="audio/*">x</form>
1026 #errors
1027 /form/@accept;attribute not defined;m
1028
1029 #data
1030 <form xmlns="http://www.w3.org/1999/xhtml"
1031 action=""
1032 accept="video/*">x</form>
1033 #errors
1034 /form/@accept;attribute not defined;m
1035
1036 #data
1037 <form xmlns="http://www.w3.org/1999/xhtml"
1038 action=""
1039 accept="text/*">x</form>
1040 #errors
1041 /form/@accept;IMTnp:syntax error;m
1042 /form/@accept;attribute not defined;m
1043
1044 #data
1045 <form xmlns="http://www.w3.org/1999/xhtml"
1046 action=""
1047 accept="multipart/*">x</form>
1048 #errors
1049 /form/@accept;attribute not defined;m
1050 /form/@accept;IMTnp:syntax error;m
1051
1052 #data
1053 <form xmlns="http://www.w3.org/1999/xhtml"
1054 action=""
1055 accept="model/*">x</form>
1056 #errors
1057 /form/@accept;IMTnp:syntax error;m
1058 /form/@accept;attribute not defined;m
1059
1060 #data
1061 <form xmlns="http://www.w3.org/1999/xhtml"
1062 action=""
1063 accept="application/*">x</form>
1064 #errors
1065 /form/@accept;IMTnp:syntax error;m
1066 /form/@accept;attribute not defined;m
1067
1068 #data
1069 <form xmlns="http://www.w3.org/1999/xhtml"
1070 action=""
1071 accept="message/*">x</form>
1072 #errors
1073 /form/@accept;IMTnp:syntax error;m
1074 /form/@accept;attribute not defined;m
1075
1076 #data
1077 <form xmlns="http://www.w3.org/1999/xhtml"
1078 action=""
1079 accept="font/*">x</form>
1080 #errors
1081 /form/@accept;IMTnp:syntax error;m
1082 /form/@accept;attribute not defined;m
1083
1084 #data
1085 <form xmlns="http://www.w3.org/1999/xhtml"
1086 action=""
1087 accept="*/*">x</form>
1088 #errors
1089 /form/@accept;IMTnp:syntax error;m
1090 /form/@accept;attribute not defined;m
1091
1092 #data
1093 <form xmlns="http://www.w3.org/1999/xhtml"
1094 action=""
1095 accept="*/*+xml">x</form>
1096 #errors
1097 /form/@accept;IMTnp:syntax error;m
1098 /form/@accept;attribute not defined;m
1099
1100 #data
1101 <form xmlns="http://www.w3.org/1999/xhtml"
1102 action=""
1103 accept="*/xml">x</form>
1104 #errors
1105 /form/@accept;IMTnp:syntax error;m
1106 /form/@accept;attribute not defined;m
1107
1108 #data
1109 <form xmlns="http://www.w3.org/1999/xhtml"
1110 action=""
1111 accept="image/png,video/*">x</form>
1112 #errors
1113 /form/@accept;attribute not defined;m
1114
1115 #data
1116 <form xmlns="http://www.w3.org/1999/xhtml"
1117 action=""
1118 accept="image/ png,video/*">x</form>
1119 #errors
1120 /form/@accept;attribute not defined;m
1121 /form/@accept;IMTnp:syntax error;m
1122
1123 #data
1124 <form xmlns="http://www.w3.org/1999/xhtml"
1125 action=""
1126 accept="audio/*,audio/mpeg">x</form>
1127 #errors
1128 /form/@accept;attribute not defined;m
1129
1130 #data
1131 <form xmlns="http://www.w3.org/1999/xhtml"
1132 action=""
1133 accept="audio/*,video/*">x</form>
1134 #errors
1135 /form/@accept;attribute not defined;m
1136
1137 #data
1138 <form xmlns="http://www.w3.org/1999/xhtml"
1139 action=""
1140 accept="AUDIO/*">x</form>
1141 #errors
1142 /form/@accept;attribute not defined;m
1143
1144 #data
1145 <form xmlns="http://www.w3.org/1999/xhtml"
1146 action=""
1147 accept="imagE/*">x</form>
1148 #errors
1149 /form/@accept;attribute not defined;m
1150
1151 #data
1152 <form xmlns="http://www.w3.org/1999/xhtml"
1153 action=""
1154 accept="Image/*,TEXT/plain">x</form>
1155 #errors
1156 /form/@accept;attribute not defined;m
1157
1158 #data
1159 <form xmlns="http://www.w3.org/1999/xhtml"
1160 action=""
1161 accept="application/XML">x</form>
1162 #errors
1163 /form/@accept;attribute not defined;m
1164
1165 #data
1166 <form xmlns="http://www.w3.org/1999/xhtml"
1167 action=""
1168 accept="text/plain,text/plain">x</form>
1169 #errors
1170 /form/@accept;duplicate token;m
1171 /form/@accept;attribute not defined;m
1172
1173 #data
1174 <form xmlns="http://www.w3.org/1999/xhtml"
1175 action=""
1176 accept="image/*,image/*">x</form>
1177 #errors
1178 /form/@accept;attribute not defined;m
1179 /form/@accept;duplicate token;m
1180
1181 #data
1182 <form xmlns="http://www.w3.org/1999/xhtml"
1183 action=""
1184 accept="image/png,image/PNG">x</form>
1185 #errors
1186 /form/@accept;attribute not defined;m
1187 /form/@accept;duplicate token;m
1188
1189 #data
1190 <form xmlns="http://www.w3.org/1999/xhtml"
1191 action=""
1192 accept="Audio/*,audio/*">x</form>
1193 #errors
1194 /form/@accept;duplicate token;m
1195 /form/@accept;attribute not defined;m
1196
1197 #data
1198 <form xmlns="http://www.w3.org/1999/xhtml"
1199 action=""
1200 accept="text/javascript; version=1.1">x</form>
1201 #errors
1202 /form/@accept;IMTnp:syntax error;m
1203 /form/@accept;attribute not defined;m
1204
1205 #data
1206 <form xmlns="http://www.w3.org/1999/xhtml"
1207 action=""
1208 accept='text/plain;x-param="image/png,image/jpeg,image/svg+xml"'>x</form>
1209 #errors
1210 /form/@accept;IMTnp:syntax error;m
1211 /form/@accept;attribute not defined;m
1212 /form/@accept;IMTnp:syntax error;m
1213
1214 #data
1215 <form xmlns="http://www.w3.org/1999/xhtml"
1216 action=""
1217 accept='text/plain;x-param="image/png,image/JPEG,image/svg+xml",image/jpeg'>x</form>
1218 #errors
1219 /form/@accept;attribute not defined;m
1220 /form/@accept;IMTnp:syntax error;m
1221 /form/@accept;IMTnp:syntax error;m
1222 /form/@accept;duplicate token;m
1223
1224 #data
1225 <fieldset xmlns="http://www.w3.org/1999/xhtml"
1226 name=""
1227 ><legend>x</legend>y</fieldset>
1228 #errors
1229 /fieldset/@name;empty control name;m
1230
1231 #data
1232 <fieldset xmlns="http://www.w3.org/1999/xhtml"
1233 name="x"
1234 ><legend>x</legend>y</fieldset>
1235 #errors
1236
1237 #data
1238 <input xmlns="http://www.w3.org/1999/xhtml"
1239 type="hidden" name=""/>
1240 #errors
1241 /input/@name;empty control name;m
1242
1243 #data
1244 <input xmlns="http://www.w3.org/1999/xhtml"
1245 type="hidden" name="x"/>
1246 #errors
1247
1248 #data
1249 <input xmlns="http://www.w3.org/1999/xhtml"
1250 type="text" name=""/>
1251 #errors
1252 /input/@name;empty control name;m
1253
1254 #data
1255 <input xmlns="http://www.w3.org/1999/xhtml"
1256 type="text" name="x"/>
1257 #errors
1258
1259 #data
1260 <input xmlns="http://www.w3.org/1999/xhtml"
1261 type="search" name=""/>
1262 #errors
1263 /input/@name;empty control name;m
1264
1265 #data
1266 <input xmlns="http://www.w3.org/1999/xhtml"
1267 type="search" name="x"/>
1268 #errors
1269
1270 #data
1271 <input xmlns="http://www.w3.org/1999/xhtml"
1272 type="url" name=""/>
1273 #errors
1274 /input/@name;empty control name;m
1275
1276 #data
1277 <input xmlns="http://www.w3.org/1999/xhtml"
1278 type="url" name="x"/>
1279 #errors
1280
1281 #data
1282 <input xmlns="http://www.w3.org/1999/xhtml"
1283 type="email" name=""/>
1284 #errors
1285 /input/@name;empty control name;m
1286
1287 #data
1288 <input xmlns="http://www.w3.org/1999/xhtml"
1289 type="email" name="x"/>
1290 #errors
1291
1292 #data
1293 <input xmlns="http://www.w3.org/1999/xhtml"
1294 type="password" name=""/>
1295 #errors
1296 /input/@name;empty control name;m
1297
1298 #data
1299 <input xmlns="http://www.w3.org/1999/xhtml"
1300 type="password" name="x"/>
1301 #errors
1302
1303 #data
1304 <input xmlns="http://www.w3.org/1999/xhtml"
1305 type="datetime" name=""/>
1306 #errors
1307 /input/@name;empty control name;m
1308
1309 #data
1310 <input xmlns="http://www.w3.org/1999/xhtml"
1311 type="datetime" name="x"/>
1312 #errors
1313
1314 #data
1315 <input xmlns="http://www.w3.org/1999/xhtml"
1316 type="date" name=""/>
1317 #errors
1318 /input/@name;empty control name;m
1319
1320 #data
1321 <input xmlns="http://www.w3.org/1999/xhtml"
1322 type="date" name="x"/>
1323 #errors
1324
1325 #data
1326 <input xmlns="http://www.w3.org/1999/xhtml"
1327 type="month" name=""/>
1328 #errors
1329 /input/@name;empty control name;m
1330
1331 #data
1332 <input xmlns="http://www.w3.org/1999/xhtml"
1333 type="month" name="x"/>
1334 #errors
1335
1336 #data
1337 <input xmlns="http://www.w3.org/1999/xhtml"
1338 type="week" name=""/>
1339 #errors
1340 /input/@name;empty control name;m
1341
1342 #data
1343 <input xmlns="http://www.w3.org/1999/xhtml"
1344 type="week" name="x"/>
1345 #errors
1346
1347 #data
1348 <input xmlns="http://www.w3.org/1999/xhtml"
1349 type="time" name=""/>
1350 #errors
1351 /input/@name;empty control name;m
1352
1353 #data
1354 <input xmlns="http://www.w3.org/1999/xhtml"
1355 type="time" name="x"/>
1356 #errors
1357
1358 #data
1359 <input xmlns="http://www.w3.org/1999/xhtml"
1360 type="datetime-local" name=""/>
1361 #errors
1362 /input/@name;empty control name;m
1363
1364 #data
1365 <input xmlns="http://www.w3.org/1999/xhtml"
1366 type="datetime-local" name="x"/>
1367 #errors
1368
1369 #data
1370 <input xmlns="http://www.w3.org/1999/xhtml"
1371 type="number" name=""/>
1372 #errors
1373 /input/@name;empty control name;m
1374
1375 #data
1376 <input xmlns="http://www.w3.org/1999/xhtml"
1377 type="number" name="x"/>
1378 #errors
1379
1380 #data
1381 <input xmlns="http://www.w3.org/1999/xhtml"
1382 type="range" name=""/>
1383 #errors
1384 /input/@name;empty control name;m
1385
1386 #data
1387 <input xmlns="http://www.w3.org/1999/xhtml"
1388 type="range" name="x"/>
1389 #errors
1390
1391 #data
1392 <input xmlns="http://www.w3.org/1999/xhtml"
1393 type="color" name=""/>
1394 #errors
1395 /input/@name;empty control name;m
1396
1397 #data
1398 <input xmlns="http://www.w3.org/1999/xhtml"
1399 type="color" name="x"/>
1400 #errors
1401
1402 #data
1403 <input xmlns="http://www.w3.org/1999/xhtml"
1404 type="checkbox" name=""/>
1405 #errors
1406 /input/@name;empty control name;m
1407
1408 #data
1409 <input xmlns="http://www.w3.org/1999/xhtml"
1410 type="checkbox" name="x"/>
1411 #errors
1412
1413 #data
1414 <input xmlns="http://www.w3.org/1999/xhtml"
1415 type="radio" name=""/>
1416 #errors
1417 /input/@name;empty control name;m
1418
1419 #data
1420 <input xmlns="http://www.w3.org/1999/xhtml"
1421 type="radio" name="x"/>
1422 #errors
1423
1424 #data
1425 <input xmlns="http://www.w3.org/1999/xhtml"
1426 type="file" name=""/>
1427 #errors
1428 /input/@name;empty control name;m
1429
1430 #data
1431 <input xmlns="http://www.w3.org/1999/xhtml"
1432 type="file" name="x"/>
1433 #errors
1434
1435 #data
1436 <input xmlns="http://www.w3.org/1999/xhtml"
1437 type="submit" name=""/>
1438 #errors
1439 /input/@name;empty control name;m
1440
1441 #data
1442 <input xmlns="http://www.w3.org/1999/xhtml"
1443 type="submit" name="x"/>
1444 #errors
1445
1446 #data
1447 <input xmlns="http://www.w3.org/1999/xhtml"
1448 type="image" src="" alt="x" name=""/>
1449 #errors
1450 /input/@name;empty control name;m
1451
1452 #data
1453 <input xmlns="http://www.w3.org/1999/xhtml"
1454 type="image" src="" alt="x" name="x"/>
1455 #errors
1456
1457 #data
1458 <input xmlns="http://www.w3.org/1999/xhtml"
1459 type="reset" name=""/>
1460 #errors
1461 /input/@name;empty control name;m
1462
1463 #data
1464 <input xmlns="http://www.w3.org/1999/xhtml"
1465 type="reset" name="x"/>
1466 #errors
1467
1468 #data
1469 <input xmlns="http://www.w3.org/1999/xhtml"
1470 type="button" name=""/>
1471 #errors
1472 /input/@name;empty control name;m
1473
1474 #data
1475 <input xmlns="http://www.w3.org/1999/xhtml"
1476 type="button" name="x"/>
1477 #errors
1478
1479 #data
1480 <input xmlns="http://www.w3.org/1999/xhtml"
1481 type="add" name=""/>
1482 #errors
1483 /input/@name;empty control name;m
1484 /input/@type;enumerated:invalid;m
1485
1486 #data
1487 <input xmlns="http://www.w3.org/1999/xhtml"
1488 type="add" name="x"/>
1489 #errors
1490 /input/@type;enumerated:invalid;m
1491
1492 #data
1493 <input xmlns="http://www.w3.org/1999/xhtml"
1494 type="remove" name=""/>
1495 #errors
1496 /input/@name;empty control name;m
1497 /input/@type;enumerated:invalid;m
1498
1499 #data
1500 <input xmlns="http://www.w3.org/1999/xhtml"
1501 type="remove" name="x"/>
1502 #errors
1503 /input/@type;enumerated:invalid;m
1504
1505 #data
1506 <input xmlns="http://www.w3.org/1999/xhtml"
1507 type="move-up" name=""/>
1508 #errors
1509 /input/@name;empty control name;m
1510 /input/@type;enumerated:invalid;m
1511
1512 #data
1513 <input xmlns="http://www.w3.org/1999/xhtml"
1514 type="move-up" name="x"/>
1515 #errors
1516 /input/@type;enumerated:invalid;m
1517
1518 #data
1519 <input xmlns="http://www.w3.org/1999/xhtml"
1520 type="move-down" name=""/>
1521 #errors
1522 /input/@name;empty control name;m
1523 /input/@type;enumerated:invalid;m
1524
1525 #data
1526 <input xmlns="http://www.w3.org/1999/xhtml"
1527 type="move-down" name="x"/>
1528 #errors
1529 /input/@type;enumerated:invalid;m
1530
1531 #data
1532 <button xmlns="http://www.w3.org/1999/xhtml"
1533 type="button" name="">x</button>
1534 #errors
1535 /button/@name;empty control name;m
1536
1537 #data
1538 <button xmlns="http://www.w3.org/1999/xhtml"
1539 type="button" name="x">x</button>
1540 #errors
1541
1542 #data
1543 <button xmlns="http://www.w3.org/1999/xhtml"
1544 type="submit" name="">x</button>
1545 #errors
1546 /button/@name;empty control name;m
1547
1548 #data
1549 <button xmlns="http://www.w3.org/1999/xhtml"
1550 type="submit" name="x">x</button>
1551 #errors
1552
1553 #data
1554 <button xmlns="http://www.w3.org/1999/xhtml"
1555 type="reset" name="">x</button>
1556 #errors
1557 /button/@name;empty control name;m
1558
1559 #data
1560 <button xmlns="http://www.w3.org/1999/xhtml"
1561 type="reset" name="x">x</button>
1562 #errors
1563
1564 #data
1565 <button xmlns="http://www.w3.org/1999/xhtml"
1566 type="add" name="">x</button>
1567 #errors
1568 /button/@name;empty control name;m
1569 /button/@type;enumerated:invalid;m
1570
1571 #data
1572 <button xmlns="http://www.w3.org/1999/xhtml"
1573 type="add" name="x">x</button>
1574 #errors
1575 /button/@type;enumerated:invalid;m
1576
1577 #data
1578 <button xmlns="http://www.w3.org/1999/xhtml"
1579 type="remove" name="">x</button>
1580 #errors
1581 /button/@name;empty control name;m
1582 /button/@type;enumerated:invalid;m
1583
1584 #data
1585 <button xmlns="http://www.w3.org/1999/xhtml"
1586 type="remove" name="x">x</button>
1587 #errors
1588 /button/@type;enumerated:invalid;m
1589
1590 #data
1591 <button xmlns="http://www.w3.org/1999/xhtml"
1592 type="move-up" name="">x</button>
1593 #errors
1594 /button/@name;empty control name;m
1595 /button/@type;enumerated:invalid;m
1596
1597 #data
1598 <button xmlns="http://www.w3.org/1999/xhtml"
1599 type="move-up" name="x">x</button>
1600 #errors
1601 /button/@type;enumerated:invalid;m
1602
1603 #data
1604 <button xmlns="http://www.w3.org/1999/xhtml"
1605 type="move-down" name="">x</button>
1606 #errors
1607 /button/@name;empty control name;m
1608 /button/@type;enumerated:invalid;m
1609
1610 #data
1611 <button xmlns="http://www.w3.org/1999/xhtml"
1612 type="move-down" name="x">x</button>
1613 #errors
1614 /button/@type;enumerated:invalid;m
1615
1616 #data
1617 <select xmlns="http://www.w3.org/1999/xhtml"
1618 name=""/>
1619 #errors
1620 /select/@name;empty control name;m
1621
1622 #data
1623 <select xmlns="http://www.w3.org/1999/xhtml"
1624 name="x"/>
1625 #errors
1626
1627 #data
1628 <textarea xmlns="http://www.w3.org/1999/xhtml"
1629 name=""/>
1630 #errors
1631 /textarea/@name;empty control name;m
1632
1633 #data
1634 <textarea xmlns="http://www.w3.org/1999/xhtml"
1635 name="x"/>
1636 #errors
1637
1638 #data
1639 <output xmlns="http://www.w3.org/1999/xhtml"
1640 name="">x</output>
1641 #errors
1642 /output/@name;empty control name;m
1643
1644 #data
1645 <output xmlns="http://www.w3.org/1999/xhtml"
1646 name="x">x</output>
1647 #errors
1648
1649 #data
1650 <div xmlns="http://www.w3.org/1999/xhtml">
1651 x<input autofocus=""/>
1652 <input autofocus=""/>
1653 </div>
1654 #errors
1655 /div/input/@autofocus;duplicate autofocus;m
1656
1657 #data
1658 <div xmlns="http://www.w3.org/1999/xhtml">
1659 x<input autofocus=""/>
1660 <textarea autofocus=""/>
1661 </div>
1662 #errors
1663 /div/textarea/@autofocus;duplicate autofocus;m
1664
1665 #data
1666 <div xmlns="http://www.w3.org/1999/xhtml">
1667 x<input autofocus=""/>
1668 <select autofocus=""/>
1669 </div>
1670 #errors
1671 /div/select/@autofocus;duplicate autofocus;m
1672
1673 #data
1674 <div xmlns="http://www.w3.org/1999/xhtml">
1675 x<input autofocus=""/>
1676 <button autofocus="">x</button>
1677 </div>
1678 #errors
1679 /div/button/@autofocus;duplicate autofocus;m
1680
1681 #data
1682 <div xmlns="http://www.w3.org/1999/xhtml">
1683 x<input autofocus=""/>
1684 <output autofocus="">x</output>
1685 </div>
1686 #errors
1687 /div/output/@autofocus;attribute not defined;m
1688
1689 #data
1690 <div xmlns="http://www.w3.org/1999/xhtml">
1691 x<select autofocus=""/>
1692 <input autofocus=""/>
1693 </div>
1694 #errors
1695 /div/input/@autofocus;duplicate autofocus;m
1696
1697 #data
1698 <div xmlns="http://www.w3.org/1999/xhtml">
1699 x<br autofocus=""/>
1700 <input autofocus=""/>
1701 </div>
1702 #errors
1703 /div/br/@autofocus;attribute not defined;m
1704
1705 #data
1706 <form xmlns="http://www.w3.org/1999/xhtml"
1707 action=""
1708 >x</form>
1709 #errors
1710
1711 #data
1712 <form xmlns="http://www.w3.org/1999/xhtml"
1713 action="http://www.w3.org/"
1714 >x</form>
1715 #errors
1716
1717 #data
1718 <form xmlns="http://www.w3.org/1999/xhtml"
1719 action="test"
1720 >x</form>
1721 #errors
1722
1723 #data
1724 <form xmlns="http://www.w3.org/1999/xhtml"
1725 action="#test"
1726 >x</form>
1727 #errors
1728
1729 #data
1730 <form xmlns="http://www.w3.org/1999/xhtml"
1731 action="[]"
1732 >x</form>
1733 #errors
1734 /form/@action;syntax error:iriref3987;m
1735
1736 #data
1737 <form xmlns="http://www.w3.org/1999/xhtml"
1738 method=""
1739 >x</form>
1740 #errors
1741 /form/@method;enumerated:invalid;m
1742
1743 #data
1744 <form xmlns="http://www.w3.org/1999/xhtml"
1745 method="get"
1746 >x</form>
1747 #errors
1748
1749 #data
1750 <form xmlns="http://www.w3.org/1999/xhtml"
1751 method="GET"
1752 >x</form>
1753 #errors
1754
1755 #data
1756 <form xmlns="http://www.w3.org/1999/xhtml"
1757 method="post"
1758 >x</form>
1759 #errors
1760
1761 #data
1762 <form xmlns="http://www.w3.org/1999/xhtml"
1763 method="POST"
1764 >x</form>
1765 #errors
1766
1767 #data
1768 <form xmlns="http://www.w3.org/1999/xhtml"
1769 method="put"
1770 >x</form>
1771 #errors
1772
1773 #data
1774 <form xmlns="http://www.w3.org/1999/xhtml"
1775 method="PUT"
1776 >x</form>
1777 #errors
1778
1779 #data
1780 <form xmlns="http://www.w3.org/1999/xhtml"
1781 method="delete"
1782 >x</form>
1783 #errors
1784
1785 #data
1786 <form xmlns="http://www.w3.org/1999/xhtml"
1787 method="DELETE"
1788 >x</form>
1789 #errors
1790
1791 #data
1792 <form xmlns="http://www.w3.org/1999/xhtml"
1793 method="GEt"
1794 >x</form>
1795 #errors
1796
1797 #data
1798 <form xmlns="http://www.w3.org/1999/xhtml"
1799 method="deleTE"
1800 >x</form>
1801 #errors
1802
1803 #data
1804 <form xmlns="http://www.w3.org/1999/xhtml"
1805 method="head"
1806 >x</form>
1807 #errors
1808 /form/@method;enumerated:invalid;m
1809
1810 #data
1811 <form xmlns="http://www.w3.org/1999/xhtml"
1812 method="m-get"
1813 >x</form>
1814 #errors
1815 /form/@method;enumerated:invalid;m
1816
1817 #data
1818 <form xmlns="http://www.w3.org/1999/xhtml"
1819 method="get "
1820 >x</form>
1821 #errors
1822 /form/@method;enumerated:invalid;m
1823
1824 #data
1825 <form xmlns="http://www.w3.org/1999/xhtml"
1826 method="getall"
1827 >x</form>
1828 #errors
1829 /form/@method;enumerated:invalid;m
1830
1831 #data
1832 <form xmlns="http://www.w3.org/1999/xhtml"
1833 method="push"
1834 >x</form>
1835 #errors
1836 /form/@method;enumerated:invalid;m
1837
1838 #data
1839 <form xmlns="http://www.w3.org/1999/xhtml"
1840 method="method"
1841 >x</form>
1842 #errors
1843 /form/@method;enumerated:invalid;m
1844
1845 #data
1846 <form xmlns="http://www.w3.org/1999/xhtml"
1847 enctype=""
1848 >x</form>
1849 #errors
1850 /form/@enctype;enumerated:invalid;m
1851
1852 #data
1853 <form xmlns="http://www.w3.org/1999/xhtml"
1854 enctype="application/x-www-form-urlencoded"
1855 >x</form>
1856 #errors
1857
1858 #data
1859 <form xmlns="http://www.w3.org/1999/xhtml"
1860 enctype="APPLICATION/X-WWW-FORM-URLENCODED"
1861 >x</form>
1862 #errors
1863
1864 #data
1865 <form xmlns="http://www.w3.org/1999/xhtml"
1866 enctype="Application/x-www-form-urlencoded"
1867 >x</form>
1868 #errors
1869
1870 #data
1871 <form xmlns="http://www.w3.org/1999/xhtml"
1872 enctype="multipart/form-data"
1873 >x</form>
1874 #errors
1875
1876 #data
1877 <form xmlns="http://www.w3.org/1999/xhtml"
1878 enctype="Multipart/Form-Data"
1879 >x</form>
1880 #errors
1881
1882 #data
1883 <form xmlns="http://www.w3.org/1999/xhtml"
1884 enctype="text/plain"
1885 >x</form>
1886 #errors
1887
1888 #data
1889 <form xmlns="http://www.w3.org/1999/xhtml"
1890 enctype="TEXT/plain"
1891 >x</form>
1892 #errors
1893
1894 #data
1895 <form xmlns="http://www.w3.org/1999/xhtml"
1896 enctype="application/x-url-encoded"
1897 >x</form>
1898 #errors
1899 /form/@enctype;enumerated:invalid;m
1900
1901 #data
1902 <form xmlns="http://www.w3.org/1999/xhtml"
1903 enctype="application/x-sgml-urlencoded"
1904 >x</form>
1905 #errors
1906 /form/@enctype;enumerated:invalid;m
1907
1908 #data
1909 <form xmlns="http://www.w3.org/1999/xhtml"
1910 enctype="application/x-www-form-urlencoded; charset=utf-8"
1911 >x</form>
1912 #errors
1913 /form/@enctype;enumerated:invalid;m
1914
1915 #data
1916 <form xmlns="http://www.w3.org/1999/xhtml"
1917 enctype=" text/plain "
1918 >x</form>
1919 #errors
1920 /form/@enctype;enumerated:invalid;m
1921
1922 #data
1923 <form xmlns="http://www.w3.org/1999/xhtml"
1924 enctype="image/png"
1925 >x</form>
1926 #errors
1927 /form/@enctype;enumerated:invalid;m
1928
1929 #data
1930 <form xmlns="http://www.w3.org/1999/xhtml"
1931 enctype="enctype"
1932 >x</form>
1933 #errors
1934 /form/@enctype;enumerated:invalid;m
1935
1936 #data
1937 <form xmlns="http://www.w3.org/1999/xhtml"
1938 enctype="multipart/related"
1939 >x</form>
1940 #errors
1941 /form/@enctype;enumerated:invalid;m
1942
1943 #data
1944 <form xmlns="http://www.w3.org/1999/xhtml"
1945 enctype="application/xml"
1946 >x</form>
1947 #errors
1948 /form/@enctype;enumerated:invalid;m
1949
1950 #data
1951 <form xmlns="http://www.w3.org/1999/xhtml"
1952 enctype="text/xml"
1953 >x</form>
1954 #errors
1955 /form/@enctype;enumerated:invalid;m
1956
1957 #data
1958 <form xmlns="http://www.w3.org/1999/xhtml"
1959 enctype="text/html"
1960 >x</form>
1961 #errors
1962 /form/@enctype;enumerated:invalid;m
1963
1964 #data
1965 <form xmlns="http://www.w3.org/1999/xhtml"
1966 target=""
1967 >x</form>
1968 #errors
1969 /form/@target;window name:empty;m
1970
1971 #data
1972 <form xmlns="http://www.w3.org/1999/xhtml"
1973 target="_blank"
1974 >x</form>
1975 #errors
1976
1977 #data
1978 <form xmlns="http://www.w3.org/1999/xhtml"
1979 target="_self"
1980 >x</form>
1981 #errors
1982
1983 #data
1984 <form xmlns="http://www.w3.org/1999/xhtml"
1985 target="_parent"
1986 >x</form>
1987 #errors
1988
1989 #data
1990 <form xmlns="http://www.w3.org/1999/xhtml"
1991 target="_top"
1992 >x</form>
1993 #errors
1994
1995 #data
1996 <form xmlns="http://www.w3.org/1999/xhtml"
1997 target="new"
1998 >x</form>
1999 #errors
2000
2001 #data
2002 <form xmlns="http://www.w3.org/1999/xhtml"
2003 target="result"
2004 >x</form>
2005 #errors
2006
2007 #data
2008 <form xmlns="http://www.w3.org/1999/xhtml"
2009 target="_BLANK"
2010 >x</form>
2011 #errors
2012
2013 #data
2014 <form xmlns="http://www.w3.org/1999/xhtml"
2015 target="_SElf"
2016 >x</form>
2017 #errors
2018
2019 #data
2020 <form xmlns="http://www.w3.org/1999/xhtml"
2021 target="_new"
2022 >x</form>
2023 #errors
2024 /form/@target;window name:reserved;m
2025
2026 #data
2027 <form xmlns="http://www.w3.org/1999/xhtml"
2028 target="_blank "
2029 >x</form>
2030 #errors
2031 /form/@target;window name:reserved;m
2032
2033 #data
2034 <form xmlns="http://www.w3.org/1999/xhtml"
2035 target="_new window"
2036 >x</form>
2037 #errors
2038 /form/@target;window name:reserved;m
2039
2040 #data
2041 <form xmlns="http://www.w3.org/1999/xhtml"
2042 target="new window"
2043 >x</form>
2044 #errors
2045
2046 #data
2047 <form xmlns="http://www.w3.org/1999/xhtml"
2048 target="_content"
2049 >x</form>
2050 #errors
2051 /form/@target;window name:reserved;m
2052
2053 #data
2054 <form xmlns="http://www.w3.org/1999/xhtml"
2055 target="_replace"
2056 >x</form>
2057 #errors
2058 /form/@target;window name:reserved;m
2059
2060 #data
2061 <form xmlns="http://www.w3.org/1999/xhtml"
2062 target="_search"
2063 >x</form>
2064 #errors
2065 /form/@target;window name:reserved;m
2066
2067 #data
2068 <form xmlns="http://www.w3.org/1999/xhtml"
2069 novalidate=""
2070 >x</form>
2071 #errors
2072
2073 #data
2074 <form xmlns="http://www.w3.org/1999/xhtml"
2075 novalidate="novalidate"
2076 >x</form>
2077 #errors
2078
2079 #data
2080 <form xmlns="http://www.w3.org/1999/xhtml"
2081 novalidate="NoValidate"
2082 >x</form>
2083 #errors
2084
2085 #data
2086 <form xmlns="http://www.w3.org/1999/xhtml"
2087 novalidate="yes"
2088 >x</form>
2089 #errors
2090 /form/@novalidate;boolean:invalid;m
2091
2092 #data
2093 <form xmlns="http://www.w3.org/1999/xhtml"
2094 novalidate="no validate"
2095 >x</form>
2096 #errors
2097 /form/@novalidate;boolean:invalid;m
2098
2099 #data
2100 <form xmlns="http://www.w3.org/1999/xhtml"
2101 autocomplete=""
2102 >x</form>
2103 #errors
2104 /form/@autocomplete;enumerated:invalid;m
2105
2106 #data
2107 <form xmlns="http://www.w3.org/1999/xhtml"
2108 autocomplete="autocomplete"
2109 >x</form>
2110 #errors
2111 /form/@autocomplete;enumerated:invalid;m
2112
2113 #data
2114 <form xmlns="http://www.w3.org/1999/xhtml"
2115 autocomplete="on"
2116 >x</form>
2117 #errors
2118
2119 #data
2120 <form xmlns="http://www.w3.org/1999/xhtml"
2121 autocomplete="off"
2122 >x</form>
2123 #errors
2124
2125 #data
2126 <form xmlns="http://www.w3.org/1999/xhtml"
2127 autocomplete="ON"
2128 >x</form>
2129 #errors
2130
2131 #data
2132 <form xmlns="http://www.w3.org/1999/xhtml"
2133 autocomplete="OFF"
2134 >x</form>
2135 #errors
2136
2137 #data
2138 <form xmlns="http://www.w3.org/1999/xhtml"
2139 autocomplete="On"
2140 >x</form>
2141 #errors
2142
2143 #data
2144 <form xmlns="http://www.w3.org/1999/xhtml"
2145 autocomplete=" on"
2146 >x</form>
2147 #errors
2148 /form/@autocomplete;enumerated:invalid;m
2149
2150 #data
2151 <form xmlns="http://www.w3.org/1999/xhtml"
2152 autocomplete="yes"
2153 >x</form>
2154 #errors
2155 /form/@autocomplete;enumerated:invalid;m
2156
2157 #data
2158 <form xmlns="http://www.w3.org/1999/xhtml"
2159 autocomplete="true"
2160 >x</form>
2161 #errors
2162 /form/@autocomplete;enumerated:invalid;m
2163
2164 #data
2165 <form xmlns="http://www.w3.org/1999/xhtml"
2166 autocomplete="no"
2167 >x</form>
2168 #errors
2169 /form/@autocomplete;enumerated:invalid;m
2170
2171 #data
2172 <form xmlns="http://www.w3.org/1999/xhtml"
2173 autocomplete="default"
2174 >x</form>
2175 #errors
2176 /form/@autocomplete;enumerated:invalid;m
2177
2178 #data
2179 <form xmlns="http://www.w3.org/1999/xhtml"
2180 autocomplete="inherit"
2181 >x</form>
2182 #errors
2183 /form/@autocomplete;enumerated:invalid;m

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24