mirror of https://github.com/sveltejs/svelte
parent
cae0fae65d
commit
22e0e0260d
@ -1,50 +1,50 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"code": "a11y-mouse-events-have-key-events",
|
"code": "a11y-mouse-events-have-key-events",
|
||||||
"end": {
|
"end": {
|
||||||
"column": 35,
|
"column": 35,
|
||||||
"line": 10
|
"line": 11
|
||||||
},
|
},
|
||||||
"message": "A11y: on:mouseover must be accompanied by on:focus",
|
"message": "A11y: on:mouseover must be accompanied by on:focus",
|
||||||
"start": {
|
"start": {
|
||||||
"column": 0,
|
"column": 0,
|
||||||
"line": 10
|
"line": 11
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"code": "a11y-mouse-events-have-key-events",
|
"code": "a11y-mouse-events-have-key-events",
|
||||||
"end": {
|
"end": {
|
||||||
"column": 51,
|
"column": 51,
|
||||||
"line": 12
|
"line": 15
|
||||||
},
|
},
|
||||||
"message": "A11y: on:mouseover must be accompanied by on:focus",
|
"message": "A11y: on:mouseover must be accompanied by on:focus",
|
||||||
"start": {
|
"start": {
|
||||||
"column": 0,
|
"column": 0,
|
||||||
"line": 12
|
"line": 15
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"code": "a11y-mouse-events-have-key-events",
|
"code": "a11y-mouse-events-have-key-events",
|
||||||
"end": {
|
"end": {
|
||||||
"column": 34,
|
"column": 34,
|
||||||
"line": 13
|
"line": 17
|
||||||
},
|
},
|
||||||
"message": "A11y: on:mouseout must be accompanied by on:blur",
|
"message": "A11y: on:mouseout must be accompanied by on:blur",
|
||||||
"start": {
|
"start": {
|
||||||
"column": 0,
|
"column": 0,
|
||||||
"line": 13
|
"line": 17
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"code": "a11y-mouse-events-have-key-events",
|
"code": "a11y-mouse-events-have-key-events",
|
||||||
"end": {
|
"end": {
|
||||||
"column": 50,
|
"column": 50,
|
||||||
"line": 15
|
"line": 21
|
||||||
},
|
},
|
||||||
"message": "A11y: on:mouseout must be accompanied by on:blur",
|
"message": "A11y: on:mouseout must be accompanied by on:blur",
|
||||||
"start": {
|
"start": {
|
||||||
"column": 0,
|
"column": 0,
|
||||||
"line": 15
|
"line": 21
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
Reference in new issue