Project

General

Profile

Actions

Task #104876

open

Use role=button and aria-disabled for anchor-buttons created via LinkButton

Added by Ayke Halder 2 months ago. Updated about 15 hours ago.

Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2024-09-10
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
accessibility
Complexity:
Sprint Focus:

Description

This

<a class="btn btn-sm btn-default disabled" disabled="disabled" href="/some/url"></a>

should become

<a role="button" class="btn btn-sm btn-default disabled" aria-disabled="true" href="/some/url"></a>

Related issues 1 (1 open0 closed)

Related to TYPO3 Core - Bug #103458: UX inconsistency - the "lens" button on several search bars is disabled until something is entered on the fieldNew2024-03-21

Actions
Actions #1

Updated by Ayke Halder 2 months ago

  • Subject changed from Use role=button and aria-disabled for anchor-buttons created via LinkElement to Use role=button and aria-disabled for anchor-buttons created via LinkButton
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/+/85985

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/+/85985

Actions #4

Updated by Gerrit Code Review about 15 hours 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/+/85985

Actions #5

Updated by Ayke Halder about 6 hours ago

  • Related to Bug #103458: UX inconsistency - the "lens" button on several search bars is disabled until something is entered on the field added
Actions

Also available in: Atom PDF