Project

General

Profile

Actions

Task #92627

closed

Epic #89595: Improve accessibility of backend

Insufficient labeling for password reset input

Added by Matthias Weber over 3 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
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

password-reset-input-1.png (16.4 KB) password-reset-input-1.png Matthias Weber, 2020-10-21 12:10

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #92644: Insufficient labeling for search inputClosed2020-10-21

Actions
Actions

Also available in: Atom PDF