Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New folder Media Manager Page [Backend - side] Using Tool #71

Open
adj9 opened this issue Nov 28, 2020 · 1 comment
Open

New folder Media Manager Page [Backend - side] Using Tool #71

adj9 opened this issue Nov 28, 2020 · 1 comment

Comments

@adj9
Copy link

adj9 commented Nov 28, 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>
@Krshivam25
Copy link

Hi @adj9 I want to work on this issue please help me to getting started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants