Skip to content

Commit d0cb883

Browse files
authored
Merge pull request microsoft#165509 from microsoft/dev/bhavyau/accessibility-checkbox
Add accessibility role type to the checkbox in getting started step
2 parents 3c874be + 9fd9f11 commit d0cb883

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1292,6 +1292,8 @@ export class GettingStartedPage extends EditorPane {
12921292
{
12931293
'data-done-step-id': step.id,
12941294
'x-dispatch': 'toggleStepCompletion:' + step.id,
1295+
'role': 'checkbox',
1296+
'tabindex': '0',
12951297
});
12961298

12971299
const container = $('.step-description-container', { 'x-step-description-for': step.id });

0 commit comments

Comments
 (0)