Skip to content

[stable32] fix: draw signature tab accessibility#7115

Merged
vitormattos merged 2 commits intostable32from
backport/7058/stable32
Mar 5, 2026
Merged

[stable32] fix: draw signature tab accessibility#7115
vitormattos merged 2 commits intostable32from
backport/7058/stable32

Conversation

@backportbot-libresign
Copy link
Copy Markdown

Backport of PR #7058

…gnature type tabs

NcButton elements inside role="tablist" were using aria-pressed which
causes screen readers to announce them as toggle buttons instead of tabs.
Screen readers rely on role="tab" + aria-selected to announce tab position
(e.g. "Draw, tab 1 of 3") and to enable arrow-key navigation between tabs.

Signed-off-by: Vitor Mattos <[email protected]>
Before signing, verify the three tabs (Draw, Text, Upload) are reachable
by role="tab", that the active tab has aria-selected="true" and the
inactive ones have aria-selected="false", and that switching tabs
updates the selected state correctly.

Signed-off-by: Vitor Mattos <[email protected]>
@github-project-automation github-project-automation Bot moved this to 0. Needs triage in Roadmap Mar 5, 2026
@backportbot-libresign backportbot-libresign Bot added this to the Next Patch (32) milestone Mar 5, 2026
@vitormattos vitormattos merged commit 529bdca into stable32 Mar 5, 2026
42 of 46 checks passed
@vitormattos vitormattos deleted the backport/7058/stable32 branch March 5, 2026 15:06
@github-project-automation github-project-automation Bot moved this from 0. Needs triage to 4. to release in Roadmap Mar 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

1 participant