Skip to content

fix(spinner): render sr-only live region for assistive tech (#11531) - #11549

Open
Rodrigoue9 wants to merge 1 commit into
shadcn-ui:mainfrom
Rodrigoue9:fix/bounty-11531
Open

fix(spinner): render sr-only live region for assistive tech (#11531)#11549
Rodrigoue9 wants to merge 1 commit into
shadcn-ui:mainfrom
Rodrigoue9:fix/bounty-11531

Conversation

@Rodrigoue9

Copy link
Copy Markdown

Title

fix(spinner): render sr-only live region for assistive technology announcements (#11531)

Description

  • Updates Spinner in new-york-v4 and radix registries to render a sibling <span role="status" className="sr-only">{label}</span> element.
  • Sets aria-hidden="true" on the spinning svg icon to avoid empty live regions or mangling button accessible names.
  • Adds optional label prop (defaults to "Loading") for localisability.

Closes #11531

@vercel

vercel Bot commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

@Rodrigoue9 is attempting to deploy a commit to the shadcn-pro Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions

Copy link
Copy Markdown
Contributor

Can you sign the commits please? See https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Spinner's role="status" live region has no text content, so it announces nothing

1 participant