From 19b26829e7b0a47d40c51f5e83ebf6d755c2903f Mon Sep 17 00:00:00 2001 From: gwarser Date: Thu, 11 Nov 2021 15:28:40 +0100 Subject: [PATCH] style(): whitespace separated slashes also forbidden --- 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 288efc9..9634c9e 100644 --- a/Static-filter-syntax.md +++ b/Static-filter-syntax.md @@ -735,7 +735,7 @@ It's exactly the same syntax of plain cosmetic filters (i.e. must be a valid CSS - property values with `image-set(...)`, - comments (`/*`, `*/`), - backslashes (`\`-escaped values), - - sequence of two forward slashes (`//`) + - sequence of two forward slashes (`//`), even when separated by whitespace such `style`-based cosmetic filters will be discarded.