@@ -19,7 +19,7 @@ waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/tabs/
1919
2020## Installation
2121
22- Base UI components are all available as a single package.
22+ Base UI components are all available as a single package.
2323
2424<codeblock storageKey =" package-manager " >
2525
@@ -164,16 +164,16 @@ Alternatively, you can set `activateOnFocus={false}` on `<Tabs.List>` so tabs ar
164164
165165## Accessibility
166166
167- Base UI Tabs follow the [ Tabs WAI-ARIA design pattern] ( https://www.w3.org/WAI/ARIA/apg/patterns/tabs/ ) .
167+ Base UI Tabs follow the [ Tabs WAI-ARIA design pattern] ( https://www.w3.org/WAI/ARIA/apg/patterns/tabs/ ) .
168168
169169### Keyboard navigation
170170
171- | Key | Function |
172- | : --------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------- |
173- | < kbd class = " key " >Left arrow</ kbd > | Moves focus to the previous tab (when ` orientation="horizontal" ` ) and activates it if ` activateOnFocus ` is set. |
174- | < kbd class = " key " >Right arrow</ kbd > | Moves focus to the next tab (when ` orientation="horizontal" ` ) and activates it if ` activateOnFocus ` is set. |
175- | < kbd class = " key " >Up arrow</ kbd > | Moves focus to the previous tab (when ` orientation="vertical" ` ) and activates it if ` activateOnFocus ` is set. |
176- | < kbd class = " key " >Down arrow</ kbd > | Moves focus to the next tab (when ` orientation="vertical" ` ) and activates it if ` activateOnFocus ` is set. |
171+ | Keys | Descriptions |
172+ | ---------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------- |
173+ | < kbd class = " key " >Left Arrow</ kbd > | Moves focus to the previous tab (when ` orientation="horizontal" ` ) and activates it if ` activateOnFocus ` is set. |
174+ | < kbd class = " key " >Right Arrow</ kbd > | Moves focus to the next tab (when ` orientation="horizontal" ` ) and activates it if ` activateOnFocus ` is set. |
175+ | < kbd class = " key " >Up Arrow</ kbd > | Moves focus to the previous tab (when ` orientation="vertical" ` ) and activates it if ` activateOnFocus ` is set. |
176+ | < kbd class = " key " >Down Arrow</ kbd > | Moves focus to the next tab (when ` orientation="vertical" ` ) and activates it if ` activateOnFocus ` is set. |
177177| <kbd class =" key " >Space</kbd >, <kbd class =" key " >Enter</kbd > | Activates the focused tab. |
178178
179179### Labeling
0 commit comments