You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What specific section or headline is this issue about?
Checking boxes by default
What information was incorrect, unhelpful, or incomplete?
I think the input element: <input type="checkbox" id="coding" name="interest" value="coding" checked />
has an / that is not needed in the end of the line.
The same happens with: <input type="checkbox" id="music" name="interest" value="music" />
I found it using HTML Tidy on a code I developed based on that code example on MDN.
Josh-Cena
added
closed: wontfix
Out of scope, too much effort, or working as intended
and removed
needs triage
Triage needed by staff and/or partners. Automatically applied when an issue is opened.
labels
Jan 17, 2025
MDN URL
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox
What specific section or headline is this issue about?
Checking boxes by default
What information was incorrect, unhelpful, or incomplete?
I think the input element:
<input type="checkbox" id="coding" name="interest" value="coding" checked />
has an / that is not needed in the end of the line.
The same happens with:
<input type="checkbox" id="music" name="interest" value="music" />
I found it using HTML Tidy on a code I developed based on that code example on MDN.
What did you expect to see?
<input type="checkbox" id="coding" name="interest" value="coding" checked >
<input type="checkbox" id="music" name="interest" value="music" >
Do you have any supporting links, references, or citations?
https://www.w3schools.com/tags/att_input_checked.asp
Do you have anything more you want to share?
No response
MDN metadata
Page report details
en-us/web/html/element/input/checkbox
The text was updated successfully, but these errors were encountered: