Actions
Task #92646
closedFrames must have a description
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
-
Start date:
2020-10-21
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
tas2020, accessibility
Complexity:
Sprint Focus:
Description
It must be ensured that iframes contain a description. The iframe #typo3-contentIframe is not described for example.
To describe the iframe, one of the following implementations should be applied:
- Add an aria-labelledby attribute and reference a visible element that describes the iframs
- add an aria-label attribute
- Add a title attribute
Actions