From 259a9cce615ec9ea8ccb1e0a18e52eeab85bf1d4 Mon Sep 17 00:00:00 2001 From: MasterKia Date: Thu, 1 Jun 2023 19:11:56 +0330 Subject: [PATCH] Remove mistake --- 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 9eb2a88..4bf47b4 100644 --- a/Procedural-cosmetic-filters.md +++ b/Procedural-cosmetic-filters.md @@ -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