From 9f7eefd9fd417049183a4d4ad64cae48fc5496fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Fri, 8 Jan 2021 11:26:40 +0100 Subject: [PATCH] Define the autofill pseudo-class. Fixes #6181 --- source | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source b/source index 6aee3ee4989..32f060ed9f8 100644 --- a/source +++ b/source @@ -68530,6 +68530,15 @@ Demos: +
:autofill
+
+

The :autofill pseudo-class must match + input elements which have been auto-completed by the user-agent. This pseudo-class + must stop matching if the user edits the auto-completed field. User-agents may support + :-webkit-autofill as a legacy + alias for compatibility reasons. +

+
:read-only
:read-write