Skip to content
Snippets Groups Projects
Commit cdce612b authored by Torben Hansen's avatar Torben Hansen Committed by Oliver Bartsch
Browse files

[BUGFIX] Reference labels to input fields in ext:setup

Input fields in ext:setup currently use the `aria-labelledby`
property with references to a non existing labels. In order to
improve the accessibility of the TYPO3 backend, label fields now
use the `for` property together with the correct reference to
the associated input field.

Resolves: #97371
Releases: main, 11.5
Change-Id: I15e7674dcddc3e0cb20c27b67c51bf4886a34881
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/74358


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
parent 6963edad
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment