From 0933c5482c1ac25edf165e6c7b28c66f1e561780 Mon Sep 17 00:00:00 2001 From: Lea Verou Date: Fri, 1 Dec 2017 16:16:58 -0500 Subject: [PATCH] [selectors-4] Add :focus-within to Overview --- selectors-4/Overview.bs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/selectors-4/Overview.bs b/selectors-4/Overview.bs index ad8ff26eb94..1ba3e436736 100644 --- a/selectors-4/Overview.bs +++ b/selectors-4/Overview.bs @@ -286,6 +286,11 @@ Selectors Overview an E element that has user input focus [[#useraction-pseudos]] 2 + + E:focus-within + an E element that has user input focus or contains an element that has input focus. + [[#the-focus-within-pseudo]] + 4 E:focus-ring an E element that has user input focus,