From 26ebab834d5d8e66587ab2438f51d8a38cbfc124 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 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source b/source index 6aee3ee4989..2eaae3bda2f 100644 --- a/source +++ b/source @@ -68530,6 +68530,14 @@ 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