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

Class placed on form not body #34504

Closed
chriskmamo opened this issue Jun 29, 2024 · 1 comment · Fixed by #34512
Closed

Class placed on form not body #34504

chriskmamo opened this issue Jun 29, 2024 · 1 comment · Fixed by #34512
Labels
Content:Learn:Forms Learning area Forms docs good first issue A good issue for newcomers to get started with.

Comments

@chriskmamo
Copy link

chriskmamo commented Jun 29, 2024

MDN URL

https://developer.mozilla.org/en-US/docs/Learn/Forms/How_to_build_custom_form_controls

What specific section or headline is this issue about?

Bringing your control to life with JavaScript

What information was incorrect, unhelpful, or incomplete?

<body>
  <form class="no-widget">

What did you expect to see?

<body class="no-widget">
  <form>

Do you have any supporting links, references, or citations?

No response

Do you have anything more you want to share?

No response

MDN metadata

Page report details
@chriskmamo chriskmamo added the needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. label Jun 29, 2024
@github-actions github-actions bot added the Content:Learn:Forms Learning area Forms docs label Jun 29, 2024
@Josh-Cena Josh-Cena added good first issue A good issue for newcomers to get started with. and removed needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. labels Jun 29, 2024
@Josh-Cena
Copy link
Member

This became wrong in #31224.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content:Learn:Forms Learning area Forms docs good first issue A good issue for newcomers to get started with.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants