Task #69974
Updated by Björn Jacob almost 8 years ago
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 Add aria-required="true" attribute to input tags which have the validation rule 'required'- 'required' * -Add Add aria-invalid="true" to input tags which failed validation- validation * Add role="alert" and aria-live="assertive" to error message containers