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

38 lines
636 B

[
{
"message": "A11y: <img> element should have an alt attribute",
"loc": {
"line": 1,
"column": 0
},
"pos": 0
},
{
"message": "A11y: <area> element should have an alt, aria-label or aria-labelledby attribute",
"loc": {
"line": 4,
"column": 1
},
"pos": 28
},
{
"message": "A11y: <object> element should have a title, aria-label or aria-labelledby attribute",
"loc": {
"line": 7,
"column": 0
},
"pos": 43
},
{
"message": "A11y: <input type=\"image\"> element should have an alt, aria-label or aria-labelledby attribute",
"loc": {
"line": 9,
"column": 0
},
"pos": 62
}
]