Skip to content

Commit

Permalink
update a11y.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenmrice committed Aug 21, 2024
1 parent 3699bbe commit abc629b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/components/popover/accessibility.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ the icon button again, pressing `Esc`, or tabbing away from the popover.
Keep these considerations in mind if you are modifying Carbon or creating a
custom component.

- The icon button has an aria-label that defines or describe the icon is.
- The button uses aria-expanded to set popover visibility and aria-controls to
handle navigation to the content.
- The icon button has an `aria-label` that defines or describe the icon is.
- The button uses `aria-expanded` to set popover visibility and `aria-controls`
to handle navigation to the content.

0 comments on commit abc629b

Please sign in to comment.