From d2aac14e6cc075d46cc841c475115d0bfb24ea54 Mon Sep 17 00:00:00 2001 From: gwarser Date: Sat, 11 Jul 2020 23:17:18 +0200 Subject: [PATCH] style() for procedural filters - link to issue --- 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 5b0ccc8..2f35079 100644 --- a/Static-filter-syntax.md +++ b/Static-filter-syntax.md @@ -538,7 +538,7 @@ AdGuard's cosmetic filter syntax `{ remove: true; }` will be converted to uBO's - Description: _action operator_, applies specified style to selected elements in DOM tree. - Chainable: No, _action operator_ can only be used at the end of the root chain. -- _subject_: only native, plain CSS selectors are supported. +- _subject_: only native, plain CSS selectors are supported, see [#382](https://github.com/uBlockOrigin/uBlock-issues/issues/382). - _arg_: one or more [CSS property declarations](https://developer.mozilla.org/en-US/docs/Web/CSS/Syntax), separated by the standard `;`. Property values with `url(...)` are forbidden. - Examples: - `example.com##h1:style(background-color: blue !important)`