Task #89597
closedImprove accessibility of form fields in user settings module
100%
Description
- Add title tag
- Logically connect existing labels to the corresponding form fields (use "for" attribute in label).
Updated by Gerrit Code Review about 5 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
Updated by Michael Telgkamp about 5 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.
Updated by Gerrit Code Review about 5 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
Updated by Gerrit Code Review about 5 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
Updated by Gerrit Code Review about 5 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
Updated by Gerrit Code Review about 5 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
Updated by Georg Ringer almost 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 6767a461c91aa0eac070d2702f8feaa1d8b604bf.