Skip to content

Commit

Permalink
Update 1.1.3.mdx - fix WAI-ARIA pattern url
Browse files Browse the repository at this point in the history
  • Loading branch information
federico-rimembrana committed Jul 7, 2024
1 parent f6817eb commit f2ee44c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/primitives/docs/components/radio-group/1.2.0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
metaTitle: Radio Group
metaDescription: A set of checkable buttons—known as radio buttons—where no more than one of the buttons can be checked at a time.
name: radio-group
aria: https://www.w3.org/WAI/ARIA/apg/patterns/radiobutton
aria: https://www.w3.org/WAI/ARIA/apg/patterns/radio
---

# Radio Group
Expand Down Expand Up @@ -280,7 +280,7 @@ Renders when the radio item is in a checked state. You can style this element di

## Accessibility

Adheres to the [Radio Group WAI-ARIA design pattern](https://www.w3.org/WAI/ARIA/apg/patterns/radiobutton) and uses [roving tabindex](https://www.w3.org/TR/wai-aria-practices-1.2/examples/radio/radio.html) to manage focus movement among radio items.
Adheres to the [Radio Group WAI-ARIA design pattern](https://www.w3.org/WAI/ARIA/apg/patterns/radio) and uses [roving tabindex](https://www.w3.org/TR/wai-aria-practices-1.2/examples/radio/radio.html) to manage focus movement among radio items.

### Keyboard Interactions

Expand Down

0 comments on commit f2ee44c

Please sign in to comment.