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
This commit is contained in:
Samuel Mannehed
2026-05-22 16:51:37 +02:00
parent 8e1ebdffba
commit 816a4c7f24

View File

@@ -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}," \