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": {
|
"hints": {
|
||||||
"apple-touch-icons": "off",
|
"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": [
|
"compat-api/css": [
|
||||||
"error",
|
"error",
|
||||||
{
|
{
|
||||||
|
@ -103,7 +90,7 @@
|
||||||
"error",
|
"error",
|
||||||
{
|
{
|
||||||
"connectionType": "3GSlow",
|
"connectionType": "3GSlow",
|
||||||
"loadTime": 11
|
"loadTime": 12
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"css-prefix-order": "error",
|
"css-prefix-order": "error",
|
||||||
|
|
Loading…
Reference in a new issue