Commit 816a4c7 for novnc.com

commit 816a4c7f246ae7036b70e22250507360d558eb3e
Author: Samuel Mannehed <samuel@cendio.se>
Date:   Fri May 22 16:51:37 2026 +0200

    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

diff --git a/utils/validate b/utils/validate
index 3f5cb87..aea0e52 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}," \