Skip to content

Commit a92361e

Browse files
authored
docs(material/tabs): Update tabs keyboard interaction docs. (#24400)
1 parent d8ff80a commit a92361e

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
@@ -113,7 +113,7 @@ When using `MatTabNavGroup`, always specify a label for the `<nav>` element.
113113

114114
#### Keyboard interaction
115115

116-
`MatTabGroup` implements the following keyboard interactions.
116+
`MatTabGroup` and `MatTabNavBar` both implement the following keyboard interactions:
117117

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

0 commit comments

Comments
 (0)