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

39 lines
651 B

[
{
"code": "a11y-img-redundant-alt",
"message": "A11y: Screenreaders already announce <img> elements as an image.",
"end": {
"column": 49,
"line": 3
},
"start": {
"column": 0,
"line": 3
}
},
{
"code": "a11y-img-redundant-alt",
"message": "A11y: Screenreaders already announce <img> elements as an image.",
"end": {
"column": 45,
"line": 4
},
"start": {
"column": 0,
"line": 4
}
},
{
"code": "a11y-img-redundant-alt",
"message": "A11y: Screenreaders already announce <img> elements as an image.",
"end": {
"column": 52,
"line": 5
},
"start": {
"column": 0,
"line": 5
}
}
]