Form validation #120
LeaVerou
started this conversation in
State of HTML Features
Replies: 1 comment 1 reply
-
Getting feedback on how this could be improved seems like it would be very valuable to implementers. I can guess developers want more control over styling, wording, etc. but specific details would probably help. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Set of HTML attributes and JS APIs to facilitate client-side form validation (
<input pattern>
,<input required>
,input. setCustomValidity(msg)
etc)MDN URL:
https://developer.mozilla.org/en-US/docs/Learn/Forms/Form_validation
Specification URL:
https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#the-constraint-validation-api
Any other links?
No response
How stable is this feature?
Stable (Widely supported for several years)
Type of feature
HTML attribute, JS API, CSS
What focus area does this feature fall into?
Forms
Details
No response
Beta Was this translation helpful? Give feedback.
All reactions