Feature #53406
closedEpic #69347: EXT:form - Optimize form wizard
Add placeholder to form wizard
100%
Description
If you need a compact formular one possible way would be to not use a label but the placeholder attribute.
Adding a checkbox to 'Options->Label Properties' to remove the label tag and render the value as placeholder attribute value would be great.
Updated by Stefan Terborg almost 11 years ago
For accessibility reasons you should not remove the label but instead hide it with CSS (offscreen positioning).
The placeholder attribute is nevertheless a good idea.
Updated by Riccardo De Contardi over 9 years ago
If the concern is accessibility, you should not use the "placeholder" attribute, but the "title" attribute, see the WCAG2 documentation, "H65: Using the title attribute to identify form controls when the label element cannot be used":
http://www.w3.org/TR/2015/NOTE-WCAG20-TECHS-20150226/H65.html
IMHO the best thing could be having separate fields for title and placeholder, and not a checkbox
Updated by Björn Jacob over 9 years ago
- Category changed from Form Framework to 1602
Updated by Björn Jacob over 9 years ago
- Category changed from 1602 to Form Framework
Updated by Björn Jacob over 9 years ago
- Subject changed from Label as placeholder to Add placeholder to form wizard
I think so too. The label can be removed in different ways. You could change the layout of the form and that way remove the label completely. Furthermore the label can be hidden via CSS.
But we'll keep the ticket to add the placeholder attribute to the BE form wizard.
Updated by Gerrit Code Review about 9 years ago
- Status changed from In Progress 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 http://review.typo3.org/43333
Updated by Gerrit Code Review about 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43333
Updated by Gerrit Code Review about 9 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43333
Updated by Gerrit Code Review about 9 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43333
Updated by Gerrit Code Review about 9 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43333
Updated by Gerrit Code Review about 9 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43333
Updated by Anonymous about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 3ed3f80def7ae4bc83c1e990aa2b2f300de04107.