Open
Description
Summary:
In current moment dialogs that wrap up with aria-modal perfectly lock NVDA user from navigate outside a dialog but for VoiceOver users it is make unreachable some static content.
Steps to reproduce:
- Apply react-modal approach
- Fill mentioned dialog with static text in 3
tag
- Try to reach it in VO
Expected behavior:
Content is reachable
Additional notes:
https://bugs.webkit.org/show_bug.cgi?id=174667
Suggestion:
Remove aria-modal till webkit bug will resolve