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

Update accessibility.mdx #4184

Merged
merged 11 commits into from
Aug 29, 2024
4 changes: 2 additions & 2 deletions src/pages/components/accordion/accessibility.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ standard accordion component, Carbon already incorporates accessibility.
<AnchorLink>Development considerations</AnchorLink>
</AnchorLinks>

<A11yStatus layout="table" components="Accordion" />

## What Carbon provides

Carbon bakes keyboard operation into its components, improving the experience of
Expand Down Expand Up @@ -125,3 +123,5 @@ custom component:
- See the
[ARIA authoring practices](https://www.w3.org/TR/wai-aria-practices-1.2/#accordion)
for more guidance.

<A11yStatus layout="table" components="Accordion" />
Loading