Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo: extra slash not needed #37687

Closed
espinozahg opened this issue Jan 17, 2025 · 1 comment
Closed

Typo: extra slash not needed #37687

espinozahg opened this issue Jan 17, 2025 · 1 comment
Labels
closed: wontfix Out of scope, too much effort, or working as intended Content:HTML Hypertext Markup Language docs

Comments

@espinozahg
Copy link

espinozahg commented 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
@espinozahg espinozahg added the needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. label Jan 17, 2025
@github-actions github-actions bot added the Content:HTML Hypertext Markup Language docs label Jan 17, 2025
@Josh-Cena
Copy link
Member

@Josh-Cena Josh-Cena closed this as not planned Won't fix, can't repro, duplicate, stale Jan 17, 2025
@Josh-Cena 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed: wontfix Out of scope, too much effort, or working as intended Content:HTML Hypertext Markup Language docs
Projects
None yet
Development

No branches or pull requests

2 participants