The focus trap zone uses focusable <div>
s to trap focus (called "bumpers"). Because these are tab stops, the screen reader ascribes special behaviors to them. But they aren't actually meant to be noticed by the user. Therefore, they should have aria-hidden="true"
added to them.
@smhigley - Thoughts on the right a11y behavior here?
@phkuo You willing to submit a PR 馃槃 ?
Agreed. @phkuo - feel free to shoot a PR :)
:tada:This issue was addressed in #14376, which has now been successfully released as [email protected]
.:tada:
Handy links:
Most helpful comment
Agreed. @phkuo - feel free to shoot a PR :)