pull/8567/head
Simon Holthausen 3 years ago
parent 728f9ac6ef
commit 92880c5d04

@ -3,36 +3,36 @@
"code": "a11y-autocomplete-valid", "code": "a11y-autocomplete-valid",
"end": { "end": {
"column": 31, "column": 31,
"line": 24 "line": 25
}, },
"message": "A11y: The value 'true' is not supported by the attribute 'autocomplete' on element <input type=\"text\">", "message": "A11y: The value 'true' is not supported by the attribute 'autocomplete' on element <input type=\"text\">",
"start": { "start": {
"column": 19, "column": 19,
"line": 24 "line": 25
} }
}, },
{ {
"code": "a11y-autocomplete-valid", "code": "a11y-autocomplete-valid",
"end": { "end": {
"column": 43, "column": 43,
"line": 25 "line": 26
}, },
"message": "A11y: The value 'incorrect' is not supported by the attribute 'autocomplete' on element <input type=\"text\">", "message": "A11y: The value 'incorrect' is not supported by the attribute 'autocomplete' on element <input type=\"text\">",
"start": { "start": {
"column": 19, "column": 19,
"line": 25 "line": 26
} }
}, },
{ {
"code": "a11y-autocomplete-valid", "code": "a11y-autocomplete-valid",
"end": { "end": {
"column": 42, "column": 42,
"line": 26 "line": 27
}, },
"message": "A11y: The value 'webauthn' is not supported by the attribute 'autocomplete' on element <input type=\"text\">", "message": "A11y: The value 'webauthn' is not supported by the attribute 'autocomplete' on element <input type=\"text\">",
"start": { "start": {
"column": 19, "column": 19,
"line": 26 "line": 27
} }
} }
] ]

Loading…
Cancel
Save