From f111b25bbf460d24e76b3392e8aa91f3279dd4b9 Mon Sep 17 00:00:00 2001 From: gwarser Date: Sat, 15 Dec 2018 00:24:49 +0100 Subject: [PATCH] :if-not -> :not --- Procedural-cosmetic-filters.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Procedural-cosmetic-filters.md b/Procedural-cosmetic-filters.md index c4772a8..cb35f25 100644 --- a/Procedural-cosmetic-filters.md +++ b/Procedural-cosmetic-filters.md @@ -49,7 +49,11 @@ Deprecated in favor of [`:has(...)`](#subjecthasarg) in uBO 1.15.0 ### `subject:if-not(arg)` -Essentially the same as the `:if(...)` operator, except that the element _subject_ is selected if and only if the result of evaluating _arg_ is exactly zero elements. +Deprecated in favor of [`:not(...)`](#subjectnotarg) in uBO 1.17.5b7 + +### `subject:not(arg)` + +Essentially the same as the [`:has(...)`](#subjecthasarg) operator, except that the element _subject_ is selected if and only if the result of evaluating _arg_ is exactly zero elements. ### `subject:matches-css(arg)`