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 5151#### Group, region, and landmarks
5252There are several ARIA roles that communicate that a portion of the UI represents some semantically
5353meaningful 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
5555applied to the ` <mat-card> ` element.
5656
5757A 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
You can’t perform that action at this time.
0 commit comments