Project

General

Profile

Actions

Feature #93963

closed

Form extension templates block additionalAttributes

Added by Lennart Suwe about 3 years ago. Updated almost 3 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
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

Also available in: Atom PDF