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-figcaption-wrong-place/warnings.json

27 lines
375 B

[
{
"message": "A11y: <figcaption> must be first or last child of <figure>",
"loc": {
"line": 4,
"column": 1
},
"end": {
"line": 6,
"column": 14
},
"pos": 57
},
{
"message": "A11y: <figcaption> must be an immediate child of <figure>",
"loc": {
"line": 15,
"column": 2
},
"end": {
"line": 17,
"column": 15
},
"pos": 252
}
]