This repository was archived by the owner on Apr 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -86,21 +86,21 @@ <h3 id="radio-group">Grouped Radio</h3>
8686 < legend > Choose an Option</ legend >
8787 < span class ="field ">
8888 < span class ="field__control radio ">
89- < input aria-label =" Grouped radio example " class ="radio__control " id ="group-radio-1 " type ="radio " value ="1 " name ="radio-group " />
89+ < input class ="radio__control " id ="group-radio-1 " type ="radio " value ="1 " name ="radio-group " />
9090 < span class ="radio__icon "> </ span >
9191 </ span >
9292 < label class ="field__label field__label--end " for ="group-radio-1 "> Option 1</ label >
9393 </ span >
9494 < span class ="field ">
9595 < span class ="field__control radio ">
96- < input aria-label =" Grouped radio example " class ="radio__control " id ="group-radio-2 " type ="radio " value ="2 " name ="radio-group " />
96+ < input class ="radio__control " id ="group-radio-2 " type ="radio " value ="2 " name ="radio-group " />
9797 < span class ="radio__icon "> </ span >
9898 </ span >
9999 < label class ="field__label field__label--end " for ="group-radio-2 "> Option 2</ label >
100100 </ span >
101101 < span class ="field ">
102102 < span class ="field__control radio ">
103- < input aria-label =" Grouped radio example " class ="radio__control " id ="group-radio-3 " type ="radio " value ="3 " name ="radio-group " />
103+ < input class ="radio__control " id ="group-radio-3 " type ="radio " value ="3 " name ="radio-group " />
104104 < span class ="radio__icon "> </ span >
105105 </ span >
106106 < label class ="field__label field__label--end " for ="group-radio-3 "> Option 3</ label >
Original file line number Diff line number Diff line change @@ -78,21 +78,21 @@ <h3 id="radio-group">Grouped Radio</h3>
7878 < legend > Choose an Option</ legend >
7979 < span class ="field ">
8080 < span class ="field__control radio ">
81- < input aria-label =" Grouped radio example " class ="radio__control " id ="group-radio-1 " type ="radio " value ="1 " name ="radio-group " />
81+ < input class ="radio__control " id ="group-radio-1 " type ="radio " value ="1 " name ="radio-group " />
8282 < span class ="radio__icon "> </ span >
8383 </ span >
8484 < label class ="field__label field__label--end " for ="group-radio-1 "> Option 1</ label >
8585 </ span >
8686 < span class ="field ">
8787 < span class ="field__control radio ">
88- < input aria-label =" Grouped radio example " class ="radio__control " id ="group-radio-2 " type ="radio " value ="2 " name ="radio-group " />
88+ < input class ="radio__control " id ="group-radio-2 " type ="radio " value ="2 " name ="radio-group " />
8989 < span class ="radio__icon "> </ span >
9090 </ span >
9191 < label class ="field__label field__label--end " for ="group-radio-2 "> Option 2</ label >
9292 </ span >
9393 < span class ="field ">
9494 < span class ="field__control radio ">
95- < input aria-label =" Grouped radio example " class ="radio__control " id ="group-radio-3 " type ="radio " value ="3 " name ="radio-group " />
95+ < input class ="radio__control " id ="group-radio-3 " type ="radio " value ="3 " name ="radio-group " />
9696 < span class ="radio__icon "> </ span >
9797 </ span >
9898 < label class ="field__label field__label--end " for ="group-radio-3 "> Option 3</ label >
You can’t perform that action at this time.
0 commit comments