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