Project

General

Profile

Task #69974

Updated by Björn Jacob about 8 years ago

The HTML code rendered by EXT:form should be more accessible: 

 * -Add Add HTML5 required attribute to input tags which have the validation rule 'required'- '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

Back