diff --git a/source b/source index 58a37478d64..e966964bf91 100644 --- a/source +++ b/source @@ -52313,7 +52313,7 @@ form.method === input; // => true -
Form submission
+
Form submission attributes

Attributes for form submission can be specified both on form elements and on submit buttons (elements that represent buttons @@ -55163,7 +55163,6 @@ interface ValidityState { -

Security

Servers should not rely on client-side validation. Client-side validation can @@ -55171,12 +55170,11 @@ interface ValidityState { agents or automated tools that do not implement these features. The constraint validation features are only intended to improve the user experience, not to provide any kind of security mechanism.

- -

Form submission

+

Form submission