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/packages/svelte/tests/validator/samples/a11y-img-redundant-alt/warnings.json

39 lines
636 B

[
{
"code": "a11y_img_redundant_alt",
"message": "Screenreaders already announce `<img>` elements as an image",
"end": {
"column": 49,
"line": 3
},
"start": {
"column": 0,
"line": 3
}
},
{
"code": "a11y_img_redundant_alt",
"message": "Screenreaders already announce `<img>` elements as an image",
"end": {
"column": 45,
"line": 4
},
"start": {
"column": 0,
"line": 4
}
},
{
"code": "a11y_img_redundant_alt",
"message": "Screenreaders already announce `<img>` elements as an image",
"end": {
"column": 52,
"line": 5
},
"start": {
"column": 0,
"line": 5
}
}
]