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: () =>

View File

@@ -8,7 +8,7 @@
<body>
<header>
<div class="items">
<div class="items" role="menubar">
<div class="cosmosDBTitle">
<span
class="title"
@@ -53,6 +53,7 @@
id="explorerMenu"
name="explorer"
class="iframe"
title="explorer"
src="explorer.html?v=1.0.1&platform=Hosted"
data-bind="visible: navigationSelection() === 'explorer'"
>