Y
Hacker News
new
|
ask
|
show
|
jobs
by
Izkata
841 days ago
If you nest the input and label you can get rid of "for" and "id":
<label>light<input type=radio name=theme value=l></label>
1 comments
extra88
832 days ago
That's totally valid HTML. Unfortunately, voice control software (Dragon NaturallySpeaking, macOS's feature) doesn't recognize the relationship unless it's explicit.
link