From 07ca1761c27c9fbc31c0b96c72d1e686bdd094e6 Mon Sep 17 00:00:00 2001 From: Charles Date: Fri, 21 Oct 2022 18:07:16 -0300 Subject: [PATCH] chore: remove best practices --- .../react-toolbar/src/stories/Toolbar/ToolbarBestPractices.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/react-components/react-toolbar/src/stories/Toolbar/ToolbarBestPractices.md b/packages/react-components/react-toolbar/src/stories/Toolbar/ToolbarBestPractices.md index 35112d2cc48f2..132bda51a5f9c 100644 --- a/packages/react-components/react-toolbar/src/stories/Toolbar/ToolbarBestPractices.md +++ b/packages/react-components/react-toolbar/src/stories/Toolbar/ToolbarBestPractices.md @@ -5,7 +5,6 @@ - Use toolbar as a grouping element only if the group contains 3 or more controls. Refer to ['toolbar aria practices'](https://www.w3.org/TR/wai-aria-practices-1.2/#toolbar) for details. - Label each toolbar when the application contains more than one toolbar (using `aria-label` or `aria-labelledby` props). Refer to [toolbar(role)](https://www.w3.org/WAI/PF/aria/roles#toolbar) for details. -- Use `active` prop on a ToolbarMenuItem if you want to have an active icon indicator displayed next to it. - If `Toolbar` contains menu, the menu closes after clicking on one of the menu items. To prevent losing focus, move it manually in the `onClick` handler. -- If `Toolbar` contains multiple radio groups in the menu, consider using role="group" and `aria-label` for radio group shorthands +