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

27 lines
425 B

[
{
"code": "a11y_label_has_associated_control",
"end": {
"column": 16,
"line": 5
},
"message": "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": "A form label must be associated with a control.",
"start": {
"column": 0,
"line": 10
}
}
]