Actions
Task #102998
closedRevert [TASK] Add title and aria-label to clear input button
Start date:
2024-01-31
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The patch has some issues:
- Introduced new inline JavaScript which we want to avoid
- Writes into TYPO3.lang directly via inline JavaScript
- The close button has tabIndex -1 so no aria-label is needed/useful (it is a helper for non-keyboard/visually affected users
Actions