Actions
Task #102314
closedAdd title attribute for core:icon Viewhelper
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2023-11-03
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
accessibility,ux
Complexity:
easy
Sprint Focus:
Description
Some screenreaders work in "mixed" mode, where they will not ignore aria-hidden elements.
The core:icon viewhelper is used in many places, e.g. on the dashboard or on top of the page tree. While the icon class supports title attributes, you cannot pass a title to the viewhelper to be passed along to the icon api. This hinders accessibility improvements.
Actions