Skip to content

Commit 47e725b

Browse files
authored
docs(material/tabs): update readme to reflect current link to ARIA Tabs Pattern page (#27099)
1 parent 70d89f3 commit 47e725b

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)