Mentioned ":matches-prop()" in "Procedural cosmetic filters" section

garry-ut99 2024-10-26 17:41:41 +00:00
parent 9e659a55e1
commit 78737c239a
1 changed files with 1 additions and 1 deletions

@ -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).