Skip to content

FIX: associate converter parameter controls with visible labels - #2555

Open
Sylvester Kaczmarek (sylvesterkaczmarek) wants to merge 2 commits into
microsoft:mainfrom
sylvesterkaczmarek:fix/converter-param-accessible-labels
Open

FIX: associate converter parameter controls with visible labels#2555
Sylvester Kaczmarek (sylvesterkaczmarek) wants to merge 2 commits into
microsoft:mainfrom
sylvesterkaczmarek:fix/converter-param-accessible-labels

Conversation

@sylvesterkaczmarek

Copy link
Copy Markdown

Description

Fixes #2506.

Converter parameter forms render visible parameter names, but the text, boolean, choice, and file controls are not programmatically associated with those labels. Screen readers can therefore announce unnamed or ambiguous controls.

This change associates each control with its visible parameter name using aria-labelledby and connects parameter descriptions with aria-describedby. File browse buttons also receive a parameter-specific accessible name.

Tests

Adds regression coverage for text, boolean, choice, and file parameter controls using role/name queries.

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

Successfully merging this pull request may close these issues.

Converter parameter controls are not associated with their visible labels

1 participant