Initial Pass at Accessibility Checks in CI (#88)

This commit is contained in:
Steve Faulkner
2020-07-14 23:01:28 -05:00
committed by GitHub
parent 15953da51e
commit 9affc34301
6 changed files with 67 additions and 1 deletions

View File

@@ -68,6 +68,7 @@ class HostedExplorer {
this._controlbarCommands = ko.observableArray([
{
id: "commandbutton-connect",
iconSrc: ConnectIcon,
iconAlt: "connect button",
onCommandClick: () => this.openConnectPane(),
@@ -78,6 +79,7 @@ class HostedExplorer {
disabled: false
},
{
id: "commandbutton-settings",
iconSrc: SettingsIcon,
iconAlt: "setting button",
onCommandClick: () => this.openSettingsPane(),
@@ -88,6 +90,7 @@ class HostedExplorer {
disabled: false
},
{
id: "commandbutton-feedback",
iconSrc: FeedbackIcon,
iconAlt: "feeback button",
onCommandClick: () =>