mirror of https://github.com/sveltejs/svelte
51 lines
1.1 KiB
51 lines
1.1 KiB
[
|
|
{
|
|
"code": "a11y-mouse-events-have-key-events",
|
|
"end": {
|
|
"column": 35,
|
|
"line": 10
|
|
},
|
|
"message": "A11y: on:mouseover must be accompanied by on:focus",
|
|
"start": {
|
|
"column": 0,
|
|
"line": 10
|
|
}
|
|
},
|
|
{
|
|
"code": "a11y-mouse-events-have-key-events",
|
|
"end": {
|
|
"column": 51,
|
|
"line": 12
|
|
},
|
|
"message": "A11y: on:mouseover must be accompanied by on:focus",
|
|
"start": {
|
|
"column": 0,
|
|
"line": 12
|
|
}
|
|
},
|
|
{
|
|
"code": "a11y-mouse-events-have-key-events",
|
|
"end": {
|
|
"column": 34,
|
|
"line": 13
|
|
},
|
|
"message": "A11y: on:mouseout must be accompanied by on:blur",
|
|
"start": {
|
|
"column": 0,
|
|
"line": 13
|
|
}
|
|
},
|
|
{
|
|
"code": "a11y-mouse-events-have-key-events",
|
|
"end": {
|
|
"column": 50,
|
|
"line": 15
|
|
},
|
|
"message": "A11y: on:mouseout must be accompanied by on:blur",
|
|
"start": {
|
|
"column": 0,
|
|
"line": 15
|
|
}
|
|
}
|
|
]
|