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
I am implementing FormGroup without legend legendText="".
legendText=""
The accessibility violation is Rule: 1.3.1 Info and Relationships element <legend> is empty.
element <legend> is empty
Could legend be conditionally rendered similar to #7904?
Operating system
Browser
Automated testing tool and ruleset
Assistive technology used to verify
What version of the Carbon Design System are you using?
What did you expect to happen?
What happened instead?
What WCAG 2.1 checkpoint does the issue violate?
Please create a reduced test case in CodeSandbox Style and vanilla JS: https://codesandbox.io/s/github/carbon-design-system/carbon/tree/main/packages/components/examples/codesandbox React: https://codesandbox.io/s/github/carbon-design-system/carbon/tree/main/packages/react/examples/codesandbox
Please create a reduced test case in CodeSandbox
The text was updated successfully, but these errors were encountered:
@jerhard2 do you have a CodeSandbox you could share to demonstrate what you are trying to achieve?
Sorry, something went wrong.
Going to close out this due to inactivity. Feel free to comment with steps to reproduce and we'd be happy to help out!
No branches or pull requests
I am implementing FormGroup without legend
legendText=""
.The accessibility violation is Rule: 1.3.1 Info and Relationships
element <legend> is empty
.Could legend be conditionally rendered similar to #7904?
Environment
Detailed description
Steps to reproduce the issue
Additional information
The text was updated successfully, but these errors were encountered: