We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8ff80a commit a92361eCopy full SHA for a92361e
src/material/tabs/tabs.md
@@ -113,7 +113,7 @@ When using `MatTabNavGroup`, always specify a label for the `<nav>` element.
113
114
#### Keyboard interaction
115
116
-`MatTabGroup` implements the following keyboard interactions.
+`MatTabGroup` and `MatTabNavBar` both implement the following keyboard interactions:
117
118
| Shortcut | Action |
119
|----------------------|----------------------------|
@@ -122,6 +122,3 @@ When using `MatTabNavGroup`, always specify a label for the `<nav>` element.
122
| `HOME` | Move focus to first tab |
123
| `END` | Move focus to last tab |
124
| `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