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

33 lines
518 B

[
{
"code": "a11y-structure",
"message": "A11y: <figcaption> must be first or last child of <figure>",
"start": {
"line": 4,
"column": 1,
"character": 57
},
"end": {
"line": 6,
"column": 14,
"character": 115
},
"pos": 57
},
{
"code": "a11y-structure",
"message": "A11y: <figcaption> must be an immediate child of <figure>",
"start": {
"line": 15,
"column": 2,
"character": 252
},
"end": {
"line": 17,
"column": 15,
"character": 328
},
"pos": 252
}
]