Actions
Task #69974
closedEpic #77909: Enhance EXT:form
EXT:form - Optimize frontend templates
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2015-09-19
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The HTML code rendered by EXT:form should be more accessible:
Add HTML5 required attribute to input tags which have the validation rule 'required'Add aria-required="true" attribute to input tags which have the validation rule 'required'Add aria-invalid="true" to input tags which failed validation- Add role="alert" and aria-live="assertive" to error message containers
Updated by Björn Jacob about 9 years ago
- Subject changed from Form: Add special attributes for more accessibility to Form: Add special attributes for more accessibility and for validation purposes
Updated by Björn Jacob about 9 years ago
- Subject changed from Form: Add special attributes for more accessibility and for validation purposes to EXT:form - Add special attributes for more accessibility and for validation purposes
Updated by Björn Jacob over 8 years ago
- Description updated (diff)
- Priority changed from Should have to Could have
With version 7 and 8 it's possible to add the HTML5 attribute "required".
Some first, interesting insights regarding the aria attributes:
Updated by Björn Jacob almost 8 years ago
- Description updated (diff)
- Status changed from New to Accepted
The only interesting attribute is role. Nowadays, aria is not that important anymore, thanks to HTML5 and the required attribute.
Updated by Björn Jacob almost 8 years ago
- Tracker changed from Feature to Task
- Subject changed from EXT:form - Add special attributes for more accessibility and for validation purposes to EXT:form - Optimize frontend templates
- Priority changed from Could have to Should have
- TYPO3 Version set to 8
Updated by Gerrit Code Review almost 8 years ago
- Status changed from Accepted 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/51426
Updated by Andreas Steiger almost 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 973ffb7a718ba5438cdf575dcaa58e4ddfe168c2.
Actions