diff --git a/source b/source index 4ad7003d4aa..a61985958a7 100644 --- a/source +++ b/source @@ -55618,7 +55618,7 @@ form.method === input; // => true origin.

-
+

Consider the following page https://pizza.example.com/:

<form method=post>
@@ -55648,6 +55648,26 @@ form.method === input; // => true
feature; this prevents leaking information to the ad server.

+
+

The user agent does not have to fill in all eligible form controls, and it can fill + in form controls that are not eligible. In particular, it can ignore + shared-autofill depending on the type of data + to be filled and the relationships of the controls' node navigables. For example:

+ + +
+
The autocomplete attribute