Skip to content

Commit bb193a4

Browse files
hbuchelHeather Buchel
andauthored
update aria pattern links to point to new W3 APG site (#1944)
Co-authored-by: Heather Buchel <[email protected]>
1 parent df4de2f commit bb193a4

File tree

16 files changed

+15
-16
lines changed

16 files changed

+15
-16
lines changed

docs/src/pages/[platform]/components/alert/index.page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Alert
33
description: An Alert displays a brief, important message in a way that attracts the user's attention without interrupting the user's task. Alerts are typically intended to be read out dynamically by a screen reader.
4-
ariaPattern: https://www.w3.org/TR/wai-aria-practices/#alert
4+
ariaPattern: https://www.w3.org/WAI/ARIA/apg/patterns/alert
55
themeSource: packages/ui/src/theme/tokens/components/alert.ts
66
reactSource: packages/react/src/primitives/Alert/Alert.tsx
77
supportedFrameworks: react

docs/src/pages/[platform]/components/button/index.page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Button
33
description: The Button primitive is used to trigger an action or event, such as submitting a form, opening a dialog, canceling an action, or performing a delete operation.
4-
ariaPattern: https://www.w3.org/TR/wai-aria-practices/#button
4+
ariaPattern: https://www.w3.org/WAI/ARIA/apg/patterns/button
55
themeSource: packages/ui/src/theme/tokens/components/button.ts
66
reactSource: packages/react/src/primitives/Button/Button.tsx
77
supportedFrameworks: react

docs/src/pages/[platform]/components/checkboxfield/index.page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: CheckboxField
33
description: CheckboxField is used to mark an individual item as selected, or to select multiple items from a list of individual items.
4-
ariaPattern: https://www.w3.org/TR/wai-aria-practices/#checkbox
4+
ariaPattern: https://www.w3.org/WAI/ARIA/apg/patterns/checkbox
55
themeSource: packages/ui/src/theme/tokens/components/checkbox.ts
66
reactSource: packages/react/src/primitives/CheckboxField/CheckboxField.tsx
77
supportedFrameworks: react

docs/src/pages/[platform]/components/expander/index.page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Expander
33
description: The Expander primitive enables users to expand or collapse a set of sections.
4-
ariaPattern: https://www.w3.org/TR/wai-aria-practices/#accordion
4+
ariaPattern: https://www.w3.org/WAI/ARIA/apg/patterns/accordion
55
themeSource: packages/ui/src/theme/tokens/components/expander.ts
66
reactSource: packages/react/src/primitives/Expander/Expander.tsx
77
supportedFrameworks: react

docs/src/pages/[platform]/components/grid/index.page.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Grid
33
description: Grid provides a CSS grid container.
4-
ariaPattern: https://www.w3.org/TR/wai-aria-practices-1.2/#grid
54
reactSource: packages/react/src/primitives/Grid/Grid.tsx
65
supportedFrameworks: react
76
---

docs/src/pages/[platform]/components/link/index.page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Link
33
description: Links are customizable and themable elements used for Navigation. By default Links render an anchor tag but can be configured to be used with routing libraries.
4-
ariaPattern: https://www.w3.org/TR/wai-aria-practices/#link
4+
ariaPattern: https://www.w3.org/WAI/ARIA/apg/patterns/link
55
themeSource: packages/ui/src/theme/tokens/components/link.ts
66
reactSource: packages/react/src/primitives/Link/Link.tsx
77
supportedFrameworks: react

docs/src/pages/[platform]/components/menu/index.page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Menu
33
description: Menu provides an accessible, interactive menu for selecting actions within an application. Dropdown menu is collision-aware and will automatically change location based on available space.
4-
ariaPattern: https://www.w3.org/TR/wai-aria-practices-1.2/#menubutton
4+
ariaPattern: https://www.w3.org/WAI/ARIA/apg/patterns/menubutton/
55
themeSource: packages/ui/src/theme/tokens/components/menu.ts
66
reactSource: packages/react/src/primitives/Menu/Menu.tsx
77
supportedFrameworks: react

docs/src/pages/[platform]/components/radiogroupfield/index.page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: RadioGroupField
33
description: A RadioGroupField allows users to select a single option from a list of mutually exclusive options.
4-
ariaPattern: https://www.w3.org/TR/wai-aria-practices-1.2/#radiobutton
4+
ariaPattern: https://www.w3.org/WAI/ARIA/apg/patterns/radiobutton
55
themeSource: packages/ui/src/theme/tokens/components/radio.ts
66
reactSource: packages/react/src/primitives/RadioGroupField/RadioGroupField.tsx
77
supportedFrameworks: react

docs/src/pages/[platform]/components/selectfield/index.page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: SelectField
33
description: The SelectField primitive allows you to create a drop-down list.
4-
ariaSource: https://www.w3.org/TR/wai-aria-practices/#combobox
4+
ariaSource: https://www.w3.org/WAI/ARIA/apg/patterns/combobox
55
themeSource: packages/ui/src/theme/tokens/components/select.ts
66
reactSource: packages/react/src/primitives/SelectField/SelectField.tsx
77
supportedFrameworks: react

docs/src/pages/[platform]/components/sliderfield/index.page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: SliderField
33
description: Sliders allow users to quickly select a value within a range. They should be used when the upper and lower bounds to the range are invariable.
4-
ariaPattern: https://www.w3.org/TR/wai-aria-practices-1.2/#slider
4+
ariaPattern: https://www.w3.org/WAI/ARIA/apg/patterns/slider
55
themeSource: packages/ui/src/theme/tokens/components/sliderField.ts
66
reactSource: packages/react/src/primitives/SliderField/SliderField.tsx
77
supportedFrameworks: react

0 commit comments

Comments
 (0)