mirror of
https://github.com/novnc/noVNC.git
synced 2026-08-29 08:34:26 +08:00
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:
@@ -50,14 +50,6 @@ for fn in "$@"; do
|
|||||||
error=$(echo $line | cut -d ":" -f 4-)
|
error=$(echo $line | cut -d ":" -f 4-)
|
||||||
|
|
||||||
case $error in
|
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("*)
|
*"\"clip-path\": \"path("*)
|
||||||
# FIXME: https://github.com/validator/validator/issues/1786
|
# FIXME: https://github.com/validator/validator/issues/1786
|
||||||
echo "Ignoring below error on line ${line_start}," \
|
echo "Ignoring below error on line ${line_start}," \
|
||||||
|
|||||||
Reference in New Issue
Block a user