Actions
Bug #104901
openLinks with missing href are not focusable by keyboard
Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2024-09-11
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
accessibility
Complexity:
Is Regression:
Sprint Focus:
Description
A link with a missing href
-tag is not focusable by keyboard:
<a class="btn btn-primary" data-dispatch-action="…">{LABEL}</a>
Use button
-markup instead:
<button type="button" class="btn btn-primary" data-dispatch-action="…">{LABEL}</button>
The use of href="#"
to make the link focusable is discouraged.
Updated by Ayke Halder 2 months ago
- Related to Task #104796: Use buttons instead of anchors for javascript handled actions added
Updated by Gerrit Code Review 2 months ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86009
Updated by Gerrit Code Review 2 months ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86009
Updated by Gerrit Code Review about 1 month ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86009
Actions