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-no-nointeractive-tabindex/warnings.json

63 lines
1.1 KiB

[
{
"code": "a11y-no-noninteractive-tabindex",
"end": {
"character": 241,
"column": 20,
"line": 11
},
"message": "A11y: noninteractive element cannot have positive tabIndex value",
"pos": 221,
"start": {
"character": 221,
"column": 0,
"line": 11
}
},
{
"code": "a11y-no-noninteractive-tabindex",
"end": {
"character": 277,
"column": 35,
"line": 12
},
"message": "A11y: noninteractive element cannot have positive tabIndex value",
"pos": 242,
"start": {
"character": 242,
"column": 0,
"line": 12
}
},
{
"code": "a11y-no-noninteractive-tabindex",
"end": {
"character": 302,
"column": 24,
"line": 13
},
"message": "A11y: noninteractive element cannot have positive tabIndex value",
"pos": 278,
"start": {
"character": 278,
"column": 0,
"line": 13
}
},
{
"code": "a11y-no-noninteractive-tabindex",
"end": {
"character": 329,
"column": 26,
"line": 14
},
"message": "A11y: noninteractive element cannot have positive tabIndex value",
"pos": 303,
"start": {
"character": 303,
"column": 0,
"line": 14
}
}
]