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-label-has-associated-c.../warnings.json

27 lines
437 B

[
{
"code": "a11y-label-has-associated-control",
"end": {
"column": 16,
"line": 5
},
"message": "A11y: A form label must be associated with a control.",
"start": {
"column": 0,
"line": 5
}
},
{
"code": "a11y-label-has-associated-control",
"end": {
"column": 30,
"line": 10
},
"message": "A11y: A form label must be associated with a control.",
"start": {
"column": 0,
"line": 10
}
}
]