[docs] Add accessibility guidance for Popper, Popover, and Portal#48608
Open
srikarphanikumar wants to merge 1 commit into
Open
[docs] Add accessibility guidance for Popper, Popover, and Portal#48608srikarphanikumar wants to merge 1 commit into
srikarphanikumar wants to merge 1 commit into
Conversation
Deploy preview
Bundle size
Check out the code infra dashboard for more information about this PR. |
This comment has been minimized.
This comment has been minimized.
mj12albert
reviewed
Jun 2, 2026
| The Popover component is built on top of the [Modal](/material-ui/react-modal/) component. | ||
| It does not automatically describe the purpose of the popover content, so add an accessible label or description when the content needs context. | ||
|
|
||
| Make sure the element that opens the popover can be reached and operated with the keyboard. |
Member
There was a problem hiding this comment.
IMO this is too high-level and vague and not very practical
See the other PR linked to the issue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Addresses part of #20600.
This PR adds accessibility guidance to three overlay/positioning utility pages:
These sections clarify that these utilities do not add roles, focus management, or keyboard behavior by themselves, and point users to the relevant WAI-ARIA patterns or MUI components.
Verification:
grep -n "^## Accessibility$" docs/data/material/components/popper/popper.md docs/data/material/components/popover/popover.md docs/data/material/components/portal/portal.mdgit diff --check