mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-23 12:52:10 +00:00
add support for Axe in WebHint again
This commit is contained in:
parent
9632c3ca91
commit
a910432c5f
1 changed files with 1 additions and 14 deletions
|
@ -15,19 +15,6 @@
|
|||
],
|
||||
"hints": {
|
||||
"apple-touch-icons": "off",
|
||||
"axe/aria": "off",
|
||||
"axe/color": "off",
|
||||
"axe/forms": "off",
|
||||
"axe/keyboard": "off",
|
||||
"axe/language": "off",
|
||||
"axe/name-role-value": "off",
|
||||
"axe/semantics": "off",
|
||||
"axe/sensory-and-visual-cues": "off",
|
||||
"axe/structure": "off",
|
||||
"axe/tables": "off",
|
||||
"axe/text-alternatives": "off",
|
||||
"axe/time-and-media": "off",
|
||||
"axe/parsing": "off",
|
||||
"compat-api/css": [
|
||||
"error",
|
||||
{
|
||||
|
@ -103,7 +90,7 @@
|
|||
"error",
|
||||
{
|
||||
"connectionType": "3GSlow",
|
||||
"loadTime": 11
|
||||
"loadTime": 12
|
||||
}
|
||||
],
|
||||
"css-prefix-order": "error",
|
||||
|
|
Loading…
Reference in a new issue