From edcedfb829bea871d249bcec687ddfc9cc4b13f2 Mon Sep 17 00:00:00 2001 From: Tim Nguyen Date: Mon, 2 Dec 2024 16:04:19 -0800 Subject: [PATCH] Rename `:not` to `:not()` for consistency Other functional pseudo-classes show the parentheses. --- features/not.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/not.yml b/features/not.yml index 583be4e1f2b..0866fb01ed3 100644 --- a/features/not.yml +++ b/features/not.yml @@ -1,4 +1,4 @@ -name: :not +name: :not() description: The `:not()` functional pseudo-class matches elements that do not match the selectors in its argument. spec: https://drafts.csswg.org/selectors-4/#negation caniuse: css-not-sel-list