Skip to content

Commit

Permalink
Update packages/react/src/Button/Multi-state Buttons.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Lindsey Wild <35239154+lindseywild@users.noreply.github.com>
  • Loading branch information
khiga8 and lindseywild committed May 3, 2024
1 parent 7915760 commit 07badb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/Button/Multi-state Buttons.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {Button} from '.'

When a button's visible label changes as a result of it being activated, make sure that this information is also communicated to assistive technology users. This will require implementing one of the following approaches.

Learn more about at [Staff-only: Dynamically updated button labels](https://github.com/github/accessibility/blob/8b300b36d8bca28fd5e3e70ffa077a6f8ee65c05/docs/wiki/screen-reader-testing/dynamically-updated-buttons-support-april-2024.md), and reach out to #primer or #accessibility on Slack if you need additional guidance.
Learn more at [Staff-only: Dynamically updated button labels](https://github.com/github/accessibility/blob/8b300b36d8bca28fd5e3e70ffa077a6f8ee65c05/docs/wiki/screen-reader-testing/dynamically-updated-buttons-support-april-2024.md), and reach out to #primer or #accessibility on Slack if you need additional guidance.

## Approach 1. Populate a pre-existing live region _outside of the button_

Expand Down

0 comments on commit 07badb2

Please sign in to comment.