Actions
Bug #91595
closedEpic #89595: Improve accessibility of backend
Not all elements displayed as button behave like buttons
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2020-06-05
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
accessibility, keyboard
Complexity:
Is Regression:
Sprint Focus:
Description
In the TYPO3 backend there are multiple buttons that are not usable via keyboard.
Every interactive element should be accessible via keyboard and you need to be able to use it via keyboard.
Example:
Edit page > Resources > Add media by URL
This is a span with an on click action. If the span tag is changed to a button tag it would work.
TASK: Find all non button elements (e.g. <span>, <a>) with class="btn ..." and figure out how to change the tag to <button> without changing the look and feel and without removing existing functionality.
Actions