Actions
Bug #92696
closedNot all elements displayed as button behave like buttons
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2020-10-23
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
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.
Examples:
https://forge.typo3.org/issues/91595
https://forge.typo3.org/issues/92694
https://forge.typo3.org/issues/92681
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.
Individual forge tickets should be opened for the remaining cases.
Actions