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

Web component: Content block cards - Link in each card - Screen reader announces a lengthy text which makes it over verbose. #4740

Closed
Praveen-sr opened this issue Dec 17, 2020 · 0 comments
Assignees
Labels
accessibility Has accessibility requirement bug Something isn't working dev Needs some dev work package: web components Work necessary for the IBM.com Library web components package severity 4 Affects minor functionality, no workaround needed
Milestone

Comments

@Praveen-sr
Copy link

Detailed description

On JAWS FF/Voiceover iPhone

Issue:
In tab / shift tab navigation, when focus reaches the link in each card, Screen reader announces a lengthy text which makes it over verbose.

Expected:
It may be possible if the entire content in the card is given in anchor tag. In this scenario, only the heading can be given in anchor tag. 
Note: the link text/label should be concise and convey only the relevant information. 

Additional information

@Praveen-sr Praveen-sr added accessibility Has accessibility requirement bug Something isn't working severity 4 Affects minor functionality, no workaround needed labels Dec 17, 2020
@RobertaJHahn RobertaJHahn added Airtable Done dev Needs some dev work package: web components Work necessary for the IBM.com Library web components package labels Dec 18, 2020
@RobertaJHahn RobertaJHahn added this to the Sprint 21-01 milestone Dec 18, 2020
@IgnacioBecerra IgnacioBecerra self-assigned this Jan 27, 2021
kodiakhq bot pushed a commit that referenced this issue Feb 2, 2021
### Related Ticket(s)
#4740 

### Description

Follow-up to #4870 to also hide the `card-copy` text from screen readers to avoid unnecessary long description.

### Changelog

**New**

- added `aria-hidden='true'` to `card-copy` div

<!-- React and Web Component deploy previews are enabled by default. -->
<!-- To enable additional available deploy previews, apply the following -->
<!-- labels for the corresponding package: -->
<!-- *** "package: services": Services -->
<!-- *** "package: utilities": Utilities -->
<!-- *** "package: styles": Carbon Expressive -->
<!-- *** "RTL": React / Web Components (RTL) -->
<!-- *** "feature flag": React / Web Components (experimental) -->
IgnacioBecerra added a commit to IgnacioBecerra/ibm-dotcom-library that referenced this issue Feb 22, 2021
### Related Ticket(s)
carbon-design-system#4740 

### Description

Follow-up to carbon-design-system#4870 to also hide the `card-copy` text from screen readers to avoid unnecessary long description.

### Changelog

**New**

- added `aria-hidden='true'` to `card-copy` div

<!-- React and Web Component deploy previews are enabled by default. -->
<!-- To enable additional available deploy previews, apply the following -->
<!-- labels for the corresponding package: -->
<!-- *** "package: services": Services -->
<!-- *** "package: utilities": Utilities -->
<!-- *** "package: styles": Carbon Expressive -->
<!-- *** "RTL": React / Web Components (RTL) -->
<!-- *** "feature flag": React / Web Components (experimental) -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accessibility Has accessibility requirement bug Something isn't working dev Needs some dev work package: web components Work necessary for the IBM.com Library web components package severity 4 Affects minor functionality, no workaround needed
Projects
None yet
Development

No branches or pull requests

5 participants