-
-
Notifications
You must be signed in to change notification settings - Fork 198
Open
Open
Copy link
Labels
Description
UV version:
v4.2.1
I'm submitting a:
- bug report => please fork one of these codesandbox examples with a repro of your issue and include a link to it below
- feature request => please use the user stories repo
- support request => Please do not submit support requests here, use stackoverflow
I performed a screen reader accessibility test comparing v4.0.0
and v4.2.1
, and noticed several regressions in the latest version:
Observed Issues
- Collapse Content button
v4.0.0
: Screen reader correctly announced this as “Collapse Content”.v4.2.1
: Only announces “clickable” -- there is no accessible label.
- Collapse Information button
v4.0.0
: Correctly announced as “Collapse Information”.v4.2.1
: Also only reads “clickable” — label is missing.
- Top panel navigations
v4.0.0
: The First Image and Previous Image buttons were detected and announced.v4.2.1
: These buttons are skipped entirely by the screen reader — they are not announced at all.
Current behavior:
- Buttons are announced generically as “clickable” or skipped entirely.
- Labels that were present in v4.0.0 are now missing in v4.2.1.
Expected behavior:
The screen reader should announce:
- “Collapse Content” and “Collapse Information” for the respective buttons.
- “First Image” and “Previous Image” for the image navigation controls.
Other information:
See attached screenshot for reference
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Work in progress