From b8de0005ec97973575d56a2f4acfe3149707d34c Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sat, 7 Jan 2023 09:41:56 -0500 Subject: [PATCH] Updated Static filter syntax (markdown) --- 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 9922aa0..d698619 100644 --- a/Static-filter-syntax.md +++ b/Static-filter-syntax.md @@ -898,7 +898,7 @@ For `:remove-attr()`, when the argument matches an attribute name, that attribut These operators are meant to replace `+js(remove-attr, ...)` and `+js(remove-class, ...)`, which from now on are candidate for deprecation in some future. -See also: [`:watch-attr()`](./Procedural-cosmetic-filters#subjectwatch-attrarg) +See also: [`:watch-attr()`](./Procedural-cosmetic-filters#subjectwatch-attrarg) usage for cases when targeted attributes are added without DOM layout changes. ***