1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00

Remove fixed false positive from vnu

This commit is contained in:
Rohan Kumar 2024-04-18 18:01:34 -04:00
parent 19f7967c85
commit dc0747caa7
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -6,12 +6,6 @@
and (.url | test(".html"))
) or
.type == "error" and (
( # See https://github.com/validator/validator/issues/1166
# This false-positive has been fixed; will remove once validator.nu updates
# validator.w3.org/nu is up-to-date.
.message == "Attribute “media” not allowed on element “meta” at this point."
and (.extract | test(" name=\"theme-color\""))
) or
( # see https://github.com/w3c/css-validator/issues/369
.message == "CSS: “contain-intrinsic-size”: Property “contain-intrinsic-size” doesn't exist."
) or