Skip to content

Commit 5036805

Browse files
main - 0425bc7 docs: Update ARIA Tabs design pattern link in documentation (#32245)
1 parent 6351978 commit 5036805

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

docs-content/overviews/material/tabs/tabs.md.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ <h3 id="accessibility" class="docs-header-link">
114114
Accessibility
115115
</h3>
116116
<p><code>MatTabGroup</code> and <code>MatTabNavBar</code> both implement the
117-
<a href="https://www.w3.org/TR/wai-aria-practices-1.1/#tabpanel">ARIA Tabs design pattern</a>. Both components
117+
<a href="https://www.w3.org/WAI/ARIA/apg/patterns/tabs/">ARIA Tabs design pattern</a>. Both components
118118
compose <code>tablist</code>, <code>tab</code>, and <code>tabpanel</code> elements with handling for keyboard inputs and focus
119119
management.</p>
120120
<p>When using <code>MatTabNavBar</code>, you should place the <code>&lt;mat-tab-nav-panel&gt;</code> component relatively close to

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/components-examples",
3-
"version": "21.1.0-next.0+sha-29e2c46",
3+
"version": "21.1.0-next.0+sha-0425bc7",
44
"description": "Angular Components Examples",
55
"private": true,
66
"repository": {
@@ -283,15 +283,15 @@
283283
},
284284
"homepage": "https://github.com/angular/components#readme",
285285
"peerDependencies": {
286-
"@angular/aria": "21.1.0-next.0+sha-29e2c46",
287-
"@angular/cdk": "21.1.0-next.0+sha-29e2c46",
288-
"@angular/cdk-experimental": "21.1.0-next.0+sha-29e2c46",
286+
"@angular/aria": "21.1.0-next.0+sha-0425bc7",
287+
"@angular/cdk": "21.1.0-next.0+sha-0425bc7",
288+
"@angular/cdk-experimental": "21.1.0-next.0+sha-0425bc7",
289289
"@angular/core": "^21.0.0-0 || ^21.1.0-0 || ^21.2.0-0 || ^21.3.0-0 || ^22.0.0-0",
290290
"@angular/common": "^21.0.0-0 || ^21.1.0-0 || ^21.2.0-0 || ^21.3.0-0 || ^22.0.0-0",
291-
"@angular/material": "21.1.0-next.0+sha-29e2c46",
292-
"@angular/material-experimental": "21.1.0-next.0+sha-29e2c46",
293-
"@angular/material-luxon-adapter": "21.1.0-next.0+sha-29e2c46",
294-
"@angular/material-date-fns-adapter": "21.1.0-next.0+sha-29e2c46"
291+
"@angular/material": "21.1.0-next.0+sha-0425bc7",
292+
"@angular/material-experimental": "21.1.0-next.0+sha-0425bc7",
293+
"@angular/material-luxon-adapter": "21.1.0-next.0+sha-0425bc7",
294+
"@angular/material-date-fns-adapter": "21.1.0-next.0+sha-0425bc7"
295295
},
296296
"devDependencies": {
297297
"@angular/aria": "workspace:*",

0 commit comments

Comments
 (0)