Skip to content

Commit 0425bc7

Browse files
docs: Update ARIA Tabs design pattern link in documentation (#32245)
The previous link no longer links to a real webpage. It gets automatically redirected to https://www.w3.org/WAI/ARIA/apg/#tabpanel Which does not have an element with id #tabpanel. The current URL to an APG page related to tabs is https://www.w3.org/WAI/ARIA/apg/patterns/tabs/
1 parent 29e2c46 commit 0425bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/tabs/tabs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ off-screen tabs in the DOM, you can set the `preserveContent` input to `true`.
9696

9797
### Accessibility
9898
`MatTabGroup` and `MatTabNavBar` both implement the
99-
[ARIA Tabs design pattern](https://www.w3.org/TR/wai-aria-practices-1.1/#tabpanel). Both components
99+
[ARIA Tabs design pattern](https://www.w3.org/WAI/ARIA/apg/patterns/tabs/). Both components
100100
compose `tablist`, `tab`, and `tabpanel` elements with handling for keyboard inputs and focus
101101
management.
102102

0 commit comments

Comments
 (0)