Project

General

Profile

Actions

Bug #104901

open

Links with missing href are not focusable by keyboard

Added by Ayke Halder 2 months ago. Updated about 1 month ago.

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.


Related issues 1 (1 open0 closed)

Related to TYPO3 Core - Task #104796: Use buttons instead of anchors for javascript handled actionsNew2024-09-09

Actions
Actions #1

Updated by Ayke Halder 2 months ago

  • Related to Task #104796: Use buttons instead of anchors for javascript handled actions added
Actions #2

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

Actions #3

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

Actions #4

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

Also available in: Atom PDF