From 78737c239a3e55164dcc6aab78e663fa22bd5e2b Mon Sep 17 00:00:00 2001 From: garry-ut99 <72945564+garry-ut99@users.noreply.github.com> Date: Sat, 26 Oct 2024 17:41:41 +0000 Subject: [PATCH] Mentioned ":matches-prop()" in "Procedural cosmetic filters" section --- 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 e8693a9..6a3f083 100644 --- a/Static-filter-syntax.md +++ b/Static-filter-syntax.md @@ -1195,7 +1195,7 @@ Specific-generic cosmetic filters will NOT become discarded when checking the "I #### Procedural cosmetic filters -`:has(...)`, `:has-text(...)`, `:matches-attr(...)`, `:matches-css(...)`, `:matches-css-before(...)`, `:matches-css-after(...)`, `:matches-media(...)`, `:matches-path(...)`, `:min-text-length(n)`, `:not(...)`, `:others(...)`, `:upward(...)`, `:watch-attr(...)`, `:xpath(...)`. +`:has(...)`, `:has-text(...)`, `:matches-attr(...)`, `:matches-css(...)`, `:matches-css-before(...)`, `:matches-css-after(...)`, `:matches-media(...)`, `:matches-path(...)`, :matches-prop(...), `:min-text-length(n)`, `:not(...)`, `:others(...)`, `:upward(...)`, `:watch-attr(...)`, `:xpath(...)`. See [detailed documentation](./Procedural-cosmetic-filters).