Task #92644
closedEpic #89595: Improve accessibility of backend
Insufficient labeling for search input
100%
Description
The search input has no associated label which can be determined programmatically.
<input type="text" class="form-control toolbar-item-search-field t3js-topbar-navigation-search-field" placeholder="Search" id="live-search-box" autocomplete="off">
To fix this problem, the best way is to add a label aria-label attribute to the inputs:
<input type="text" class="form-control toolbar-item-search-field t3js-topbar-navigation-search-field" placeholder="Search" aria-label="Search" id="live-search-box" autocomplete="off">
Updated by Georg Ringer about 4 years ago
- Related to Task #92627: Insufficient labeling for password reset input added
Updated by Matthias Weber about 4 years ago
- Tags changed from accessibility to accessibility, tas2020
Updated by Gerrit Code Review about 4 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/66276
Updated by Gerrit Code Review almost 4 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/66276
Updated by Gerrit Code Review almost 4 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/66276
Updated by Anonymous almost 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f75c94720a3c2154ff2b626f2899897582f688fa.