Skip to content

Commit d0d5aa9

Browse files
committed
Add accessibility role type to the checkbox in getting started step
1 parent b75ba63 commit d0d5aa9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1292,6 +1292,7 @@ export class GettingStartedPage extends EditorPane {
12921292
{
12931293
'data-done-step-id': step.id,
12941294
'x-dispatch': 'toggleStepCompletion:' + step.id,
1295+
'role': 'checkbox',
12951296
});
12961297

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

0 commit comments

Comments
 (0)