Skip to content

Commit b4c45e9

Browse files
zelliottwagnermaciel
authored andcommitted
docs(material/tabs): Update tabs keyboard interaction docs. (#24400)
(cherry picked from commit a92361e)
1 parent 8c632ee commit b4c45e9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/material/tabs/tabs.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ When using `MatTabNavGroup`, always specify a label for the `<nav>` element.
112112

113113
#### Keyboard interaction
114114

115-
`MatTabGroup` implements the following keyboard interactions.
115+
`MatTabGroup` and `MatTabNavBar` both implement the following keyboard interactions:
116116

117117
| Shortcut | Action |
118118
|----------------------|----------------------------|
@@ -121,6 +121,3 @@ When using `MatTabNavGroup`, always specify a label for the `<nav>` element.
121121
| `HOME` | Move focus to first tab |
122122
| `END` | Move focus to last tab |
123123
| `SPACE` or `ENTER` | Switch to focused tab |
124-
125-
`MatTabNavBar` does not add additional keyboard handling, deferring to the native behavior of
126-
anchor elements.

0 commit comments

Comments
 (0)