body 上的 aria-hidden=true 会打破可访问性 <body class="ReactModal__Body--open" aria-hidden="true">
作者: pauljadam创建于 2017年3月22日更新于 2025年7月8日
标签enhancement
摘要: 屏幕阅读器用户无法与任何模态内容进行交互,因为 aria-hidden=true 在 body 标签上被错误地放置。
内容来源: reactjs/react-modal
内容来源: reactjs/react-modal