We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@carbon/ibm-products
Chrome
No response
2.53
1.54
IBM Equal Accessibility Checker version 7.3
Using PageHeader with breadcrumb has accessibility violation due to the
https://carbon-for-ibm-products.netlify.app/?path=/story/ibm-products-components-page-header-pageheader--with-breadcrumbs&globals=viewport:basic
There is not an option to add/apply an aria-label for the breadcrumbs in PageHeader.
Slack: https://ibm-cloud.slack.com/archives/C013ZTX0N6B/p1731617428305279
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Package
@carbon/ibm-products
Browser
Chrome
Operating System
No response
Package version
2.53
React version
1.54
Automated testing tool and ruleset
IBM Equal Accessibility Checker version 7.3
Assistive technology
No response
Description
Using PageHeader with breadcrumb has accessibility violation due to the
has the same aria-label="Breadcrumb".https://carbon-for-ibm-products.netlify.app/?path=/story/ibm-products-components-page-header-pageheader--with-breadcrumbs&globals=viewport:basic
There is not an option to add/apply an aria-label for the breadcrumbs in PageHeader.
Slack: https://ibm-cloud.slack.com/archives/C013ZTX0N6B/p1731617428305279
WCAG 2.1 Violation
No response
Reproduction/example
https://carbon-for-ibm-products.netlify.app/?path=/story/ibm-products-components-page-header-pageheader--with-breadcrumbs&globals=viewport:basic
Steps to reproduce
<PageHeader
breadcrumbs={[
{
href: '/integration',
key: 'integrations',
label: 'manage.integrations'
},
]}
title={{
loading: false,
text: 'cloud.monitoring.integrate'
}}
subtitle={'cloud.monitoring.subtitle'}
/>
Code of Conduct
The text was updated successfully, but these errors were encountered: