Skip to content

Commit a7db818

Browse files
authored
NVDA is not announcing any update when user presses ENTER on "Show" and "Hide" control: A11y_Visual Studio Code Web Extensions_Github Pull request_Description_Usability (#6576)
Fixes #6453
1 parent 3b78c48 commit a7db818

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

webviews/components/merge.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ const StatusChecks = ({ pr }: { pr: PullRequest }) => {
7777
id="status-checks-display-button"
7878
className="secondary small-button"
7979
onClick={toggleDetails}
80+
aria-expanded={showDetails}
8081
>
8182
{showDetails ? 'Hide' : 'Show'}
8283
</button>

0 commit comments

Comments
 (0)