Project

General

Profile

Actions

Defect #37550

open

Accessibility, formatting buttons: focus order / accessibility label

Added by Johannes Fischer - dzb lesen over 1 year ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Text formatting
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Affected version:

Description

Editing of issues, forum messages: The focus order (using tab key) of formatting buttons (above description textarea) is wrong. Reason: There are attributes tabindex="200" on the <button> elements in HTML. Can you please delete those tabindex-attributes (or set the value to "0")? It's important for users with mobility impairments who use only a keyboard for navigation, as with tabindex=200 the focus navigates first through the formatting buttons and after through all other interactive elements of the website.

Additionally those buttons have only an attribute title as accessibility label. Blind users work with a screenreader, but a screenreader does not read out a title always for sure. Please add an attribute aria-label with same content, for example aria-label="Strong" where you have title="Strong".

No data to display

Actions

Also available in: Atom PDF