dequelabs / dequelabs/axe-core
Scrolling content with iframe that has focusable content should not fail `scrollable-region-focusable`
Open
fix
rules
scrollable-region-focusable
- Dominant language
- JavaScript
- Stars
- 7.5k
- Forks
- 933
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 17
Description
This was reported to us and after testing confirmed that a parent scrolling region which contains an iframe that has focusable content allows you to scroll the parent scrolling region. So this should not fail `scrollable-region-focusable`.
```html
Hello World
Goodbye World
```
Contributor guide
Assessment
This issue has not been assessed yet.