From 525653b4c3b1846fead8e2277ba0580a1daf8de1 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sun, 16 Dec 2018 11:08:40 -0500 Subject: [PATCH] Updated Procedural cosmetic filters (markdown) --- Procedural-cosmetic-filters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procedural-cosmetic-filters.md b/Procedural-cosmetic-filters.md index cd41316..98168cf 100644 --- a/Procedural-cosmetic-filters.md +++ b/Procedural-cosmetic-filters.md @@ -82,7 +82,7 @@ Introduced in uBO 1.17.5b9 to increase compatibility with AdGuard filter syntax. Use to negate other procedural selectors. For example `:not(:has(.foo))` will match if there are no descendant matching `.foo`. -Note that if _arg_ valid CSS selector, uBO will not consider the `:not` operator to be a procedural one, it will rather consider the operator as being part of a CSS selector. Thus this ensure compatibility with the existing +Note that if _arg_ is valid CSS selector, uBO will not consider the `:not` operator to be a procedural one, it will rather consider the operator as being part of a CSS selector. Thus this ensure compatibility with the existing [CSS `:not(...)` pseudo-class](https://developer.mozilla.org/en-US/docs/Web/CSS/:not). ### `subject:xpath(arg)`