From 816a4c7f246ae7036b70e22250507360d558eb3e Mon Sep 17 00:00:00 2001 From: Samuel Mannehed Date: Fri, 22 May 2026 16:51:37 +0200 Subject: [PATCH] Remove validation exception for "scrollbar-gutter" This issue has now been fixed in https://validator.w3.org/nu, see: https://github.com/w3c/css-validator/issues/473 --- utils/validate | 8 -------- 1 file changed, 8 deletions(-) diff --git a/utils/validate b/utils/validate index 3f5cb871..aea0e524 100755 --- a/utils/validate +++ b/utils/validate @@ -50,14 +50,6 @@ for fn in "$@"; do error=$(echo $line | cut -d ":" -f 4-) case $error in - *"\"scrollbar-gutter\": Property \"scrollbar-gutter\" doesn't exist.") - # FIXME: https://github.com/validator/validator/issues/1788 - echo "Ignoring below error on line ${line_start}," \ - "the scrollbar-gutter property actually exist and is widely" \ - "supported:" - echo $error - continue - ;; *"\"clip-path\": \"path("*) # FIXME: https://github.com/validator/validator/issues/1786 echo "Ignoring below error on line ${line_start}," \