From 05bc7b92cf4899d4327522fff7c151826efaebfe Mon Sep 17 00:00:00 2001 From: gwarser Date: Sat, 7 Mar 2020 23:07:47 +0100 Subject: [PATCH] Add `:upward(arg)` to the list of procedural cosmetic filters --- Static-filter-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Static-filter-syntax.md b/Static-filter-syntax.md index 87999a6..16ebf1a 100644 --- a/Static-filter-syntax.md +++ b/Static-filter-syntax.md @@ -406,7 +406,7 @@ Related issue: [#803](https://github.com/uBlockOrigin/uBlock-issues/issues/803). #### Procedural cosmetic filters -`:has(...)`, `:has-text(...)`, `:if(...)`, `:if-not(...)`, `:matches-css(...)`, `:matches-css-before(...)`, `:matches-css-after(...)`, `:min-text-length(n)`, `:not(...)`, `:nth-ancestor(n)`, `:watch-attr(...)`, `:xpath(...)`. +`:has(...)`, `:has-text(...)`, `:if(...)`, `:if-not(...)`, `:matches-css(...)`, `:matches-css-before(...)`, `:matches-css-after(...)`, `:min-text-length(n)`, `:not(...)`, `:nth-ancestor(n)`, `:upward(arg)`, `:watch-attr(...)`, `:xpath(...)`. See [detailed documentation](./Procedural-cosmetic-filters).