Accessibility: Fix - Missing table description: A data table is present with no description associated to it (#13117)

This commit is contained in:
Jan Skovgaard
2022-11-28 22:54:54 +01:00
committed by GitHub
parent 50d361c4e6
commit 97fa4d76dc
3 changed files with 5 additions and 3 deletions

View File

@@ -603,6 +603,7 @@
<key alias="healthStatusDescription">The health status of the index and if it can be read</key>
<key alias="indexers">Indexers</key>
<key alias="indexInfo">Index info</key>
<key alias="contentInIndex">Content in index</key>
<key alias="indexInfoDescription">Lists the properties of the index</key>
<key alias="manageIndexes">Manage Examine's indexes</key>
<key alias="manageIndexesDescription">Allows you to view the details of each index and provides some tools for

View File

@@ -619,6 +619,7 @@
<key alias="healthStatusDescription">The health status of the index and if it can be read</key>
<key alias="indexers">Indexers</key>
<key alias="indexInfo">Index info</key>
<key alias="contentInIndex">Content in index</key>
<key alias="indexInfoDescription">Lists the properties of the index</key>
<key alias="manageIndexes">Manage Examine's indexes</key>
<key alias="manageIndexesDescription">Allows you to view the details of each index and provides some tools for

View File

@@ -321,8 +321,8 @@
{{ ::result.values[field] | umbCmsJoinArray:', ' }}
</td>
<td class="tr nowrap">
<button type="button"
class="table__action-overlay color-green"
<button type="button"
class="table__action-overlay color-green"
ng-click="vm.showSearchResultDialog(result.values)">({{ ::result.fieldCount }} <localize key="examineManagement_fields">fields</localize>)</button>
</td>
<td class="tr nowrap umb-avatar--white">
@@ -370,7 +370,7 @@
<div class="umb-panel-group__details-status-content">
<table class="table table-bordered table-condensed">
<caption>&nbsp;</caption>
<caption class="sr-only"><localize key="examineManagement_contentInIndex">Content In Index</localize></caption>
<tr ng-repeat="(key, val) in vm.selectedIndex.providerProperties track by $index">
<th>{{key}}</th>
<td>{{val}}</td>