@@ -615,15 +615,15 @@ <h2>Default styles</h2>
615
615
< fieldset >
616
616
< legend > Example form legend</ legend >
617
617
< div class ="clearfix ">
618
- < label for =""> X-Large Input</ label >
618
+ < label for ="xlInput "> X-Large Input</ label >
619
619
< div class ="input ">
620
620
< input class ="xlarge " id ="xlInput " name ="xlInput " size ="30 " type ="text " />
621
621
</ div >
622
622
</ div > <!-- /clearfix -->
623
623
< div class ="clearfix ">
624
- < label for =""> Select</ label >
624
+ < label for ="normalSelect "> Select</ label >
625
625
< div class ="input ">
626
- < select >
626
+ < select name =" normalSelect " id =" normalSelect " >
627
627
< option > 1</ option >
628
628
< option > 2</ option >
629
629
< option > 3</ option >
@@ -633,9 +633,9 @@ <h2>Default styles</h2>
633
633
</ div >
634
634
</ div > <!-- /clearfix -->
635
635
< div class ="clearfix ">
636
- < label for =""> Select</ label >
636
+ < label for ="mediumSelect "> Select</ label >
637
637
< div class ="input ">
638
- < select class ="medium ">
638
+ < select class ="medium " name =" mediumSelect " id =" mediumSelect " >
639
639
< option > 1</ option >
640
640
< option > 2</ option >
641
641
< option > 3</ option >
@@ -797,15 +797,15 @@ <h2>Stacked forms</h2>
797
797
< fieldset >
798
798
< legend > Example form legend</ legend >
799
799
< div class ="clearfix ">
800
- < label for =""> X-Large Input</ label >
800
+ < label for ="xlInput "> X-Large Input</ label >
801
801
< div class ="input ">
802
802
< input class ="xlarge " id ="xlInput " name ="xlInput " size ="30 " type ="text " />
803
803
</ div >
804
804
</ div > <!-- /clearfix -->
805
805
< div class ="clearfix ">
806
- < label for =""> Select</ label >
806
+ < label for ="stackedSelect "> Select</ label >
807
807
< div class ="input ">
808
- < select >
808
+ < select name =" stackedSelect " id =" stackedSelect " >
809
809
< option > 1</ option >
810
810
< option > 2</ option >
811
811
< option > 3</ option >
0 commit comments