From 0678e4c7fb9865354fb72ad67aaeb9f713af1806 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Thu, 25 Jun 2020 14:22:42 +0200 Subject: [PATCH] Editorial: make Form submission section unique Also give it both its old and logical ID. Helps with #5672. --- source | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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