Actions
Task #99569
openEpic #98291: [UX] - Better use of space
Add optional label attribute as button label
Status:
Under Review
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
Start date:
2023-01-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
accessibility, UX
Complexity:
Sprint Focus:
Description
In Docheader button labels are offen very long, because they use a descriptive text from title language label.
When a label is to be displayed.
To shorten the label text for non-restricted users, but keep accessibly, add an option to use a shorter label text.
Therefore add also the aria-label attribute to links or buttons, so that screenreaders could use the more descriptive text.
For example:
Page module
title="Edit page properties"
aria-label="Edit page properties"
Label: Edit
Actions