From d1477a98d60f17c36b4fc841d568b50cfd2a0e03 Mon Sep 17 00:00:00 2001 From: Kevin Babbitt Date: Fri, 16 Aug 2024 16:05:49 -0700 Subject: [PATCH] [selectors-4] Add :has() to the list of logical combination pseudo-classes --- selectors-4/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selectors-4/Overview.bs b/selectors-4/Overview.bs index cefa6baef0d..cb7d42f90a3 100644 --- a/selectors-4/Overview.bs +++ b/selectors-4/Overview.bs @@ -1043,7 +1043,7 @@ Logical Combinations [=compound selector|compounding=] (logical AND), [=selector lists=] (logical OR), and the logical combination pseudo-classes - '':is()'', '':where()'', and '':not()''. + '':is()'', '':where()'', '':not()'', and '':has()''. The [=logical combination pseudo-classes=] are allowed anywhere that any other [=pseudo-classes=] are allowed, but pass any restrictions to their arguments.