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-scope/warnings.json

16 lines
227 B

7 years ago
[
{
"code": "a11y-misplaced-scope",
7 years ago
"message": "A11y: The scope attribute should only be used with <th> elements",
"loc": {
"line": 1,
"column": 5
},
"end": {
"line": 1,
"column": 10
},
7 years ago
"pos": 5
}
]