mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
Remove fixed false positive from vnu
This commit is contained in:
parent
19f7967c85
commit
dc0747caa7
1 changed files with 0 additions and 6 deletions
|
@ -6,12 +6,6 @@
|
||||||
and (.url | test(".html"))
|
and (.url | test(".html"))
|
||||||
) or
|
) or
|
||||||
.type == "error" and (
|
.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
|
( # see https://github.com/w3c/css-validator/issues/369
|
||||||
.message == "CSS: “contain-intrinsic-size”: Property “contain-intrinsic-size” doesn't exist."
|
.message == "CSS: “contain-intrinsic-size”: Property “contain-intrinsic-size” doesn't exist."
|
||||||
) or
|
) or
|
||||||
|
|
Loading…
Reference in a new issue