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

27 lines
419 B

[
{
"code": "a11y_figcaption_index",
"message": "`<figcaption>` must be first or last child of `<figure>`",
"start": {
"line": 4,
"column": 1
},
"end": {
"line": 6,
"column": 14
}
},
{
"code": "a11y_figcaption_parent",
"message": "`<figcaption>` must be an immediate child of `<figure>`",
"start": {
"line": 15,
"column": 2
},
"end": {
"line": 17,
"column": 15
}
}
]