We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c874be + 9fd9f11 commit d0cb883Copy full SHA for d0cb883
src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.ts
@@ -1292,6 +1292,8 @@ export class GettingStartedPage extends EditorPane {
1292
{
1293
'data-done-step-id': step.id,
1294
'x-dispatch': 'toggleStepCompletion:' + step.id,
1295
+ 'role': 'checkbox',
1296
+ 'tabindex': '0',
1297
});
1298
1299
const container = $('.step-description-container', { 'x-step-description-for': step.id });
0 commit comments