Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accessibility Issue: DialogContent should not rely on DialogTitle #1510

Open
utkarshml opened this issue Oct 16, 2024 · 3 comments
Open

Accessibility Issue: DialogContent should not rely on DialogTitle #1510

utkarshml opened this issue Oct 16, 2024 · 3 comments

Comments

@utkarshml
Copy link

Description

The DialogContent component is currently used without a DialogTitle. This lack of a title compromises accessibility for screen reader users, who rely on a clear identifier for the dialog. While DialogTitle is a recommended practice, there may be scenarios where a visible title is not desired.

Steps to Reproduce

1 .Use the DialogContent component without a DialogTitle.
2 . Open the dialog and test it with a screen reader (e.g., VoiceOver, NVDA).
3 . Observe that the screen reader does not announce a title for the dialog, making it difficult to understand its purpose.

Screencast.from.2024-10-16.10-26-34.webm
Copy link

linear bot commented Oct 16, 2024

@techwizard31
Copy link

/assign

Copy link

oss-gg bot commented Oct 16, 2024

This issue is not part of oss.gg hackathon. Please pick a different one or start with a side quest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants