1
0
Fork 0
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:
Rohan Kumar 2022-05-12 18:42:12 -07:00
parent a42a0f95d3
commit 72a8e7a932
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -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
)