[ID: 833708][Screen Reader - CosmosDB – New KeySpace] Visual label(K… (#287)

* '[ID: 833708][Screen Reader - CosmosDB – New KeySpace] Visual label(Keyspace id) and aria-label(Database id) is not same for Keyspace id edit field.'

* 'update on aria-label'
This commit is contained in:
Chris-MS-896 2020-10-20 17:42:39 -05:00 committed by GitHub
parent 7ffa18a190
commit 09a95fded4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -45,7 +45,7 @@
<input
class="throughputModeRadio nonFirstRadio"
aria-label="Provisioned Throughput mode"
aria-label="Manual mode"
type="radio"
role="radio"
tabindex="0"

View File

@ -44,7 +44,7 @@
<input
class="throughputModeRadio nonFirstRadio"
aria-label="Provisioned Throughput mode"
aria-label="Manual mode"
type="radio"
role="radio"
tabindex="0"

View File

@ -74,8 +74,8 @@
<input id="database-id" type="text" aria-required="true" autocomplete="off" pattern="[^/?#\\]*[^/?# \\]"
title="May not end with space nor contain characters '\' '/' '#' '?'"
size="40" class="collid" data-bind="textInput: databaseId, hasFocus: firstFieldHasFocus, attr: { placeholder: databaseIdPlaceHolder }"
aria-label="Database id" autofocus>
size="40" class="collid" data-bind="textInput: databaseId, hasFocus: firstFieldHasFocus, attr: { 'aria-label': databaseIdLabel, 'placeholder': databaseIdPlaceHolder }"
autofocus>
<!-- Database provisioned throughput - Start -->
<!-- ko if: canConfigureThroughput -->