1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-01 02:02:29 +02:00

Remove mistake

MasterKia 2023-06-01 19:11:56 +03:30
parent 848169dd8b
commit 259a9cce61

@ -59,7 +59,7 @@ See also: [`:upward()` vs `:has()`](./Filter-Performance#upward-vs-has)
### `subject:has-text(needle)`
- Description: Select element _subject_ if the text _needle_ is found inside the element _subject_ or its children.
- Chainable: Yes.See also: [Filter Performance](./Filter-Performance#removeparam-modifier)
- Chainable: Yes.
- _subject_: Can be a plain CSS selector, or a procedural cosmetic filter.
- _needle_: The literal text which must be found, or a literal regular expression. If using a literal regular expression, you can optionally use the `i` and/or `m` flags (version 1.15).
It is possible to have `:has-text()` match the