Actions
Feature #93963
closedForm extension templates block additionalAttributes
Start date:
2021-04-21
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Form Fluid additionalAttributes accessibility
Complexity:
Sprint Focus:
Description
To be able to create Forms with a high accessibility standard, attributes like the following should be able to be used on input fields.
aria-describedby="error-text-id" aria-invalid="true”
Because these attributes don’t seem to be implemented by default, the only way to implement them is through the f:form.textfield ViewHelper with additionalAttributes. But that is not possible. additionalAttributes is already occupied by the following line and cant be appended:
additionalAttributes="{formvh:translateElementProperty(element: element, property: 'fluidAdditionalAttributes')}"
With the current Setup it is not possible to build a accessible Form with modern standards.
Actions