Skip to content

Commit 2ac5baa

Browse files
heavybeardmmalerba
authored andcommitted
doc(card): fix landmark roles link (#12018)
* doc(card): fix landmark roles link * doc(card): fix roles links with updated w3 routes
1 parent 3e530e7 commit 2ac5baa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/lib/card/card.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ used.
5151
#### Group, region, and landmarks
5252
There are several ARIA roles that communicate that a portion of the UI represents some semantically
5353
meaningful whole. Depending on what the content of the card means to your application,
54-
[`role="group"`][0], [`role="region"`][1], or [one of the landmark roles][3] should typically be
54+
[`role="group"`][0], [`role="region"`][1], or [one of the landmark roles][2] should typically be
5555
applied to the `<mat-card>` element.
5656

5757
A role is not necessary when the card is used as a purely decorative container that does not
@@ -70,6 +70,6 @@ the card content should follow normal best practices for tab order.
7070

7171

7272

73-
[0]: https://www.w3.org/TR/wai-aria/roles#group
74-
[1]: https://www.w3.org/TR/wai-aria/roles#region
75-
[2]: https://www.w3.org/TR/wai-aria/roles#landmark
73+
[0]: https://www.w3.org/TR/wai-aria/#group
74+
[1]: https://www.w3.org/TR/wai-aria/#region
75+
[2]: https://www.w3.org/TR/wai-aria/#landmark

0 commit comments

Comments
 (0)