From cf17e0c1bec2c4fa7bf7b193fc5b551f86b30c2c Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Tue, 30 Jan 2024 20:04:40 -0500 Subject: [PATCH] generalize vnu filter for xhtml to all xhtml files --- linter-configs/vnu_filter.jq | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linter-configs/vnu_filter.jq b/linter-configs/vnu_filter.jq index d5c76d4..e97539e 100644 --- a/linter-configs/vnu_filter.jq +++ b/linter-configs/vnu_filter.jq @@ -21,7 +21,7 @@ ( # See https://github.com/w3c/css-validator/issues/361 .message == "CSS: Parse Error." and .extract == "not(:focus-visible){outline:no" - and (.url | test("index.xhtml")) + and (.url | test(".xhtml")) and .hiliteLength == 1 ) or ( # See https://github.com/w3c/css-validator/issues/361