mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-12 16:52:11 +00:00
Update nu validator false positives
This commit is contained in:
parent
a42a0f95d3
commit
72a8e7a932
1 changed files with 1 additions and 2 deletions
|
@ -16,9 +16,8 @@
|
||||||
)
|
)
|
||||||
or
|
or
|
||||||
( # See https://w3c.github.io/aria/#comment
|
( # See https://w3c.github.io/aria/#comment
|
||||||
.message == "Bad value “comment” for attribute “role” on element “li”."
|
.message == "Bad value “comment” for attribute “role” on element “p”."
|
||||||
and (.extract | test("u-comment"))
|
and (.extract | test("u-comment"))
|
||||||
and (.extract | test("itemprop=\"comment\""))
|
|
||||||
)
|
)
|
||||||
) | not
|
) | not
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue