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.
1 parent e3155b6 commit 4a5d501Copy full SHA for 4a5d501
src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.ts
@@ -990,6 +990,8 @@ export class GettingStartedPage extends EditorPane {
990
'tabindex': 0,
991
'x-dispatch': 'hideCategory:' + category.id,
992
'title': localize('close', "Hide"),
993
+ 'role': 'button',
994
+ 'aria-label': localize('closeAriaLabel', "Hide"),
995
}),
996
),
997
descriptionContent,
0 commit comments