Skip to content

Commit 816a4c7

Browse files
committed
Remove validation exception for "scrollbar-gutter"
This issue has now been fixed in https://validator.w3.org/nu, see: w3c/css-validator#473
1 parent 8e1ebdf commit 816a4c7

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

utils/validate

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,6 @@ for fn in "$@"; do
5050
error=$(echo $line | cut -d ":" -f 4-)
5151

5252
case $error in
53-
*"\"scrollbar-gutter\": Property \"scrollbar-gutter\" doesn't exist.")
54-
# FIXME: https://github.com/validator/validator/issues/1788
55-
echo "Ignoring below error on line ${line_start}," \
56-
"the scrollbar-gutter property actually exist and is widely" \
57-
"supported:"
58-
echo $error
59-
continue
60-
;;
6153
*"\"clip-path\": \"path("*)
6254
# FIXME: https://github.com/validator/validator/issues/1786
6355
echo "Ignoring below error on line ${line_start}," \

0 commit comments

Comments
 (0)