Project

General

Profile

Actions

Bug #92658

closed

Epic #89595: Improve accessibility of backend

Main headline edit function not visible and not accessible via keyboard

Added by Georg Ringer over 3 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
-
Start date:
2020-10-21
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
tas2020, accessibility a11y
Complexity:
Is Regression:
Sprint Focus:

Description

The main headline is editable, the user doesn't get aware of this function, only on mouse over the cursor changes into a pencil, the information opens in a tooltip via click.

Every interactive component must be accessible via keyboard, this edit function is not accessible via keyboard.

<h1 class="t3js-title-inlineedit">Test Content Page<a class="hidden" href="#" data-action="edit"><span class="t3-icon fa fa-pencil"></span></a></h1>

Recommendation

To fix this issue, remove the class .hidden to show the function and simply enable keyboard focus.

Actions

Also available in: Atom PDF