carbon-design-system / ibm-security

A Carbon-powered React component library built by IBM Security
https://ibm-security.carbondesignsystem.com
Apache License 2.0
76 stars 54 forks source link

AVT issue in Shell component #1141

Closed Sean-Yi closed 1 year ago

Sean-Yi commented 2 years ago

Bug -

There are two accessibility issues in the shell component

  1. Accessible name must match or contain the visible label text

    Screen Shot 2022-02-09 at 11 43 48 AM
  2. role banner should be remove based on https://www.w3.org/TR/html-aria/#docconformance

    Screen Shot 2022-02-09 at 9 47 59 AM

Description

![]()

Expected behavior

Actual behavior

Steps for reproducing

Affected browsers

What's my browser? and browserl.ist supported browsers

Optional information

Version -

stale[bot] commented 2 years ago

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

Sean-Yi commented 2 years ago

The AVT issue still exists in the component. It is blocking our product to ship in a good condition because the component violates the ARIA role.