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-alt-text/warnings.json

51 lines
917 B

[
{
"code": "a11y-missing-attribute",
"message": "A11y: <img> element should have an alt attribute",
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 19
}
},
{
"code": "a11y-missing-attribute",
"message": "A11y: <area> element should have an alt, aria-label or aria-labelledby attribute",
"start": {
"line": 4,
"column": 1
},
"end": {
"line": 4,
"column": 7
}
},
{
"code": "a11y-missing-attribute",
"message": "A11y: <object> element should have a title, aria-label or aria-labelledby attribute",
"start": {
"line": 7,
"column": 0
},
"end": {
"line": 7,
"column": 17
}
},
{
"code": "a11y-missing-attribute",
"message": "A11y: <input type=\"image\"> element should have an alt, aria-label or aria-labelledby attribute",
"start": {
"line": 9,
"column": 0
},
"end": {
"line": 9,
"column": 20
}
}
]