Actions
Task #92627
closedEpic #89595: Improve accessibility of backend
Insufficient labeling for password reset input
Start date:
2020-10-21
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
accessibility, tas2020
Complexity:
easy
Sprint Focus:
Description
The search and password reset input have 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">
<input type="email" name="email" value="" placeholder="you@example.com" class="form-control input-login t3js-clearable" autofocus="autofocus" required="required">
To fix this problem, the best way is to add a label to the inputs:
<label for="live-search-box">Search:</label>
<input type="text" class="form-control toolbar-item-search-field t3js-topbar-navigation-search-field" placeholder="Search" id="live-search-box" autocomplete="off">
Files
Updated by Matthias Weber about 4 years ago
- Target version set to 11.0
- TYPO3 Version changed from 11 to 10
Updated by Michael Telgkamp about 4 years ago
- Subject changed from Insufficient labeling for search and password reset input to Insufficient labeling for password reset input
Updated by Matthias Weber about 4 years ago
Search field has it's own issue: #92644
Updated by Georg Ringer about 4 years ago
- Related to Task #92644: Insufficient labeling for search 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/+/66273
Updated by Gerrit Code Review about 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/+/66273
Updated by Anonymous about 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 9ded7c21f126627b090b4f13715f03d3c57ebe30.
Updated by Benni Mack almost 4 years ago
- Status changed from Resolved to Closed
Actions