You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
svelte/test/validator/samples/a11y-aria-props/warnings.json

34 lines
588 B

7 years ago
[
{
"code": "a11y-unknown-aria-attribute",
7 years ago
"message": "A11y: Unknown aria attribute 'aria-labeledby' (did you mean 'labelledby'?)",
"start": {
7 years ago
"line": 1,
"column": 20,
"character": 20
7 years ago
},
"end": {
"line": 1,
"column": 40,
"character": 40
},
7 years ago
"pos": 20
},
{
"code": "a11y-missing-attribute",
7 years ago
"message": "A11y: <input type=\"image\"> element should have an alt, aria-label or aria-labelledby attribute",
"start": {
7 years ago
"column": 0,
"line": 1,
"character": 0
7 years ago
},
"end": {
"line": 1,
"column": 41,
"character": 41
},
7 years ago
"pos": 0
}
]