Project

General

Profile

Actions

Feature #55175

closed

Epic #69036: EXT:form - Optimize layout rendering

Accessibility and HTML5 for sysext 'form'

Added by Ben Walch over 10 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Form Framework
Target version:
-
Start date:
2014-01-20
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

Typo3 has a default doctype html5.

So the HTML code rendered by the very nice form system extension should be more accessible

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

add an option to consolidate all error messages in one container


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #69974: EXT:form - Optimize frontend templatesClosed2015-09-19

Actions
Actions

Also available in: Atom PDF