mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +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
|
||||
( # 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("itemprop=\"comment\""))
|
||||
)
|
||||
) | not
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue