File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 51
51
#### Group, region, and landmarks
52
52
There are several ARIA roles that communicate that a portion of the UI represents some semantically
53
53
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
55
55
applied to the ` <mat-card> ` element.
56
56
57
57
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.
70
70
71
71
72
72
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
You can’t perform that action at this time.
0 commit comments