Actions
Bug #92657
closedMissing descriptive title for collapse/expand button
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:
11
PHP Version:
Tags:
tas2020, accessibility
Complexity:
Is Regression:
Sprint Focus:
Description
The collapse/expand button in recordlist (the arrow-icon on the right) has no descriptive text (the title-attribute is not sufficient).
Also, for this functionality, a <button> should be used instead of <a> as it is an interaction on the same page rather than opening a new page.
Recommendation- Add a descriptive text for the button, for example by adding the alternative-attribute to the image or by using aria-label.
- Convert the link <a> to a button.
Actions