Project

General

Profile

Actions

Bug #92657

closed

Missing descriptive title for collapse/expand button

Added by Oliver Bartsch over 3 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Should have
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

Also available in: Atom PDF