;
i Actions triggered using mouse events should have corresponding events to account for keyboard-only navigation.
```
```
invalid.jsx:8:1 lint/a11y/useKeyWithMouseEvents ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
! onMouseOut must be accompanied by onBlur for accessibility.
6 │
{}} onBlur={null} />;
7 │
{}}>
;
> 8 │
{}}>
;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
9 │
{}}>
;
10 │
{}}>
;
i Actions triggered using mouse events should have corresponding events to account for keyboard-only navigation.
```
```
invalid.jsx:9:1 lint/a11y/useKeyWithMouseEvents ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
! onMouseOut must be accompanied by onBlur for accessibility.
7 │
{}}>
;
8 │
{}}>
;
> 9 │
{}}>
;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10 │
{}}>
;
i Actions triggered using mouse events should have corresponding events to account for keyboard-only navigation.
```
```
invalid.jsx:10:1 lint/a11y/useKeyWithMouseEvents ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
! onMouseOver must be accompanied by onFocus for accessibility.
8 │
{}}>
;
9 │
{}}>
;
> 10 │
{}}>
;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
i Actions triggered using mouse events should have corresponding events to account for keyboard-only navigation.
```