From faf9c06cc361d5fda8fa97401eab9fd61d9d45b6 Mon Sep 17 00:00:00 2001 From: thyhmdo <77697351+thyhmdo@users.noreply.github.com> Date: Mon, 28 Mar 2022 09:56:51 -0500 Subject: [PATCH] update the code for the progress bar (#2794) `aria-describedby="[progressbar-id]"` instead Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- src/pages/components/progress-bar/usage.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/components/progress-bar/usage.mdx b/src/pages/components/progress-bar/usage.mdx index b90c4c6960c..a87a90ac1ea 100644 --- a/src/pages/components/progress-bar/usage.mdx +++ b/src/pages/components/progress-bar/usage.mdx @@ -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.