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

27 lines
483 B

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