dub icon indicating copy to clipboard operation
dub copied to clipboard

Accessibility Issue: DialogContent should not rely on DialogTitle

Open utkarshml opened this issue 1 year ago • 3 comments
trafficstars

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

utkarshml avatar Oct 16 '24 05:10 utkarshml

/assign

techwizard31 avatar Oct 16 '24 12:10 techwizard31

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

oss-gg[bot] avatar Oct 16 '24 12:10 oss-gg[bot]