Skip to content

Commit

Permalink
update the code for the progress bar (#2794)
Browse files Browse the repository at this point in the history
`aria-describedby="[progressbar-id]"` instead

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
thyhmdo and kodiakhq[bot] authored Mar 28, 2022
1 parent d6be725 commit faf9c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/components/progress-bar/usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ to right) when enough information is gathered to end the load animation.
reader users.

- If the progress bar shows the loading of a specific part or region of the
application, set `aria-busy="true"` and `aria-describedly="[progressbar-id]"`
application, set `aria-busy="true"` and `aria-describedby="[progressbar-id]"`
on the related element to ensure assistive technologies can correctly convey
this relation to the user.

Expand Down

1 comment on commit faf9c06

@vercel
Copy link

@vercel vercel bot commented on faf9c06 Mar 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.