Skip to content

[fix][a11y] Field description are not read by screen reader on tab - #686

Open
zamentur wants to merge 1 commit into
devfrom
fix-a11y-description-not-read-on-tab
Open

[fix][a11y] Field description are not read by screen reader on tab#686
zamentur wants to merge 1 commit into
devfrom
fix-a11y-description-not-read-on-tab

Conversation

@zamentur

@zamentur zamentur commented Jul 26, 2026

Copy link
Copy Markdown
Member

The problem

Orca (screen reader) doesn't read the description bellow an input when we navigate with tab in the form (so a blind people need to use the arrow navigation but it's not so easy to go on next field with this method...).

Solution

Define the aria-describedBy attribute on the input with descriptionId (see https://github.com/bootstrap-vue-next/bootstrap-vue-next/blob/fab80d15f1bac1c38a36611b50f9fe7b5587e00c/packages/bootstrap-vue-next/src/components/BFormGroup/BFormGroup.vue#L281 )

Status

Tested manually with ynh-dev

@zamentur
zamentur force-pushed the fix-a11y-description-not-read-on-tab branch from 721cd58 to 90d0cb2 Compare July 26, 2026 23:22
@zamentur
zamentur force-pushed the fix-a11y-description-not-read-on-tab branch from 90d0cb2 to 08928c5 Compare July 26, 2026 23:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant