No Code Attached Yet a11y bug
avatar adj9
adj9
28 Nov 2020

Use Nightly Builds [beta6-dev]

Description of the issue

Use Tool: ARC Toolkit on Chrome.
Test on new folder - Media Manager Page.

Error Results

Keyboard - category

  1. Tabindex sub-category
  • 3 errors with description - code problem on one HTML line type

Description:

Error: tabindex is used on a non-interactive component in a way that puts it in the tab order. Only active element should be in the tab order
Recommend: Remove the tabindex attribute or set it to '-1', OR define the role of the control.

These errors from the tool are classified as
non Active Element In Tab Order.

Line of code error detect: <div tabindex="0" class=""></div>

  1. Tab order sub-category
  • 1 error

It is the tracker of eye movement on the entire page. There is'n a description.

  1. ARIA - category - ARIA usage sub-category
  • 5 errors with description - code problem on one HTML line type

Description:

Error: aria-label is used on an element which does not reliably convey this attribute
Recommend: Put aria-label on an active element or an element with a role defined, or use visually hidden text instead

aria Label On Non Interactive Element

Lines of code error detect:

  • <span aria-label="Toggle select item" title="Toggle select item" class="media-browser-select"></span>
avatar adj9 adj9 - open - 28 Nov 2020
avatar joomla-cms-bot joomla-cms-bot - change - 28 Nov 2020
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 28 Nov 2020
avatar adj9 adj9 - change - 28 Nov 2020
The description was changed
avatar adj9 adj9 - edited - 28 Nov 2020
avatar adj9 adj9 - change - 5 Dec 2020
Title
New folder Media Manager Page [Backend - side] Using Tool Accessibility
New folder Media Manager Page [Backend - side] Using Tool [A11y]
avatar adj9 adj9 - edited - 5 Dec 2020
avatar chmst chmst - change - 5 Dec 2020
Category Accessibility
avatar sandramay0905
sandramay0905 - comment - 15 Apr 2021

The issue should get the label a11y.

avatar Quy Quy - change - 15 Apr 2021
Labels Added: ?
avatar Quy Quy - labeled - 15 Apr 2021
avatar Hackwar Hackwar - change - 20 Feb 2023
Labels Added: No Code Attached Yet a11y bug
Removed: ? ?
avatar Hackwar Hackwar - labeled - 20 Feb 2023

Add a Comment

Login with GitHub to post a comment