Skip to content

Commit 2992c0f

Browse files
author
Martyn Hoyer
committed
Fix type on form ID/for association
1 parent a82a618 commit 2992c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ <h1>Test All Form and Input Elements</h1>
6868
<!--radio group-->
6969
<fieldset class="pure-group">
7070
<legend>OK, Now Really Choose:</legend>
71-
<input id="radio-group--js" type="radio" name="radio-group" value="js" /> <label for="radio-group--javascript">Javascript</label>
71+
<input id="radio-group--javascript" type="radio" name="radio-group" value="js" /> <label for="radio-group--javascript">Javascript</label>
7272
<input id="radio-group--java" type="radio" name="radio-group" value="java" /> <label for="radio-group--java">Java</label>
7373
<input id="radio-group--cplusplus" type="radio" name="radio-group" value="c++" /> <label for="radio-group--cplusplus">C++</label>
7474
<input id="radio-group--python" type="radio" name="radio-group" value="python" checked /> <label for="radio-group--python">Python</label>

0 commit comments

Comments
 (0)