dequelabs / dequelabs/axe-core
scrollable-region-focusable should ignore tiny scroll regions
Open
fix
high
rules
scrollable-region-focusable
support
- Dominant language
- JavaScript
- Stars
- 7.5k
- Forks
- 933
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 17
Description
**Expetation**: This shouldn't fail the `scrollable-region-focusable` rule:
```html
☕
Coffee
```
The scroll region is only 1px wide, it can't ever show even a single letter in full. There's no way this element could possibly be a scrollable element.
Contributor guide
Assessment
This issue has not been assessed yet.