diff --git a/docs/data/base/components/tabs/tabs.md b/docs/data/base/components/tabs/tabs.md index 47d44214e2..fdce7247db 100644 --- a/docs/data/base/components/tabs/tabs.md +++ b/docs/data/base/components/tabs/tabs.md @@ -19,7 +19,7 @@ waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/tabs/ ## Installation -Base UI components are all available as a single package. +Base UI components are all available as a single package. @@ -164,16 +164,16 @@ Alternatively, you can set `activateOnFocus={false}` on `` so tabs ar ## Accessibility -Base UI Tabs follow the [Tabs WAI-ARIA design pattern](https://www.w3.org/WAI/ARIA/apg/patterns/tabs/). +Base UI Tabs follow the [Tabs WAI-ARIA design pattern](https://www.w3.org/WAI/ARIA/apg/patterns/tabs/). ### Keyboard navigation -| Key | Function | -| :--------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------- | -| Left arrow | Moves focus to the previous tab (when `orientation="horizontal"`) and activates it if `activateOnFocus` is set. | -| Right arrow | Moves focus to the next tab (when `orientation="horizontal"`) and activates it if `activateOnFocus` is set. | -| Up arrow | Moves focus to the previous tab (when `orientation="vertical"`) and activates it if `activateOnFocus` is set. | -| Down arrow | Moves focus to the next tab (when `orientation="vertical"`) and activates it if `activateOnFocus` is set. | +| Keys | Descriptions | +| ---------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------- | +| Left Arrow | Moves focus to the previous tab (when `orientation="horizontal"`) and activates it if `activateOnFocus` is set. | +| Right Arrow | Moves focus to the next tab (when `orientation="horizontal"`) and activates it if `activateOnFocus` is set. | +| Up Arrow | Moves focus to the previous tab (when `orientation="vertical"`) and activates it if `activateOnFocus` is set. | +| Down Arrow | Moves focus to the next tab (when `orientation="vertical"`) and activates it if `activateOnFocus` is set. | | Space, Enter | Activates the focused tab. | ### Labeling