Project

General

Profile

Actions

Task #89597

closed

Improve accessibility of form fields in user settings module

Added by Georg Ringer over 4 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
-
Start date:
2019-11-06
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
accessibility
Complexity:
Sprint Focus:

Description

- Add title tag
- Logically connect existing labels to the corresponding form fields (use "for" attribute in label).

Actions #1

Updated by Gerrit Code Review over 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/+/62232

Actions #2

Updated by Michael Telgkamp over 4 years ago

  • Subject changed from Improve accessibility of user settings module to Improve accessibility of form fields in user settings module
  • Tags set to accessibility

The labels of form fields in the user settings module should be connected to the form field with <label for="formfield_id">label</label><input id="formfield_id">.

ATTENTION: The simple approach with just connecting the label with the form field breaks the display mechanism of the inline help message.

Actions #3

Updated by Michael Telgkamp over 4 years ago

  • Description updated (diff)
Actions #4

Updated by Gerrit Code Review over 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/+/62232

Actions #5

Updated by Gerrit Code Review over 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/+/62232

Actions #6

Updated by Gerrit Code Review over 4 years ago

Patch set 4 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/+/62232

Actions #7

Updated by Gerrit Code Review over 4 years ago

Patch set 5 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/+/62232

Actions #8

Updated by Georg Ringer over 4 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #9

Updated by Benni Mack over 4 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF