Project

General

Profile

Actions

Bug #92688

open

Epic #89595: Improve accessibility of backend

Search result list is missing correct HTML markup and additional search information

Added by Martin Binder over 3 years ago. Updated over 3 years ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
Backend JavaScript
Target version:
-
Start date:
2020-10-23
Due date:
% Done:

0%

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

Description

When you type text in the search input field and the search modal dialog appears with a list of search results. There are several accessibility issues with the search result.
If a visual presentation looks like a list, it should also have have HTML markup for a list <ul>. At the moment the different types of the search results (Page, Backend user, ..) are capsuled with <h3> and the search result row is capsuled with <div class="autocomplete-suggestion">.

<div class="t3js-toolbar-item-search" style="">
<h3 class="dropdown-headline">Backend user</h3>
<div class="autocomplete-suggestion" data-index="0">
..
</div>
<div>
The search result modal shows a maximum of 5 search results, more results can be viewed with the button "Show all". Information about the total search result count is missing.

The search result gets updated automatically when a user types text into the search input field. A screenreader user doesn't receive any information about the automatically updated search result list.


Related issues 1 (1 open0 closed)

Related to TYPO3 Core - Bug #92695: Search modal dialog cannot be used with a keyboardIn ProgressGabe Troyan2020-10-23

Actions
Actions #1

Updated by Gabe Troyan over 3 years ago

  • Related to Bug #92695: Search modal dialog cannot be used with a keyboard added
Actions #2

Updated by Riccardo De Contardi over 3 years ago

  • Parent task set to #89595
Actions #3

Updated by Riccardo De Contardi over 3 years ago

  • Category set to Backend JavaScript
Actions

Also available in: Atom PDF