packages/react-examples/src/react/Callout/docs/CalloutBestPractices.md
iconClassNames.info) next to the concept to indicate there's more helpful information available. When someone hovers over or selects the icon, the callout should appear.If the callout is being used as a dialog (usually the case if you're moving focus within it when it is opened), then we recommend setting role="dialog" as demonstrated in our examples.
Other possible roles include alert (shown in the "Non-focusable Callout with accessible text" example), group (a more generic non-dialog role), or alertdialog (shown in the "FocusTrapCallout variant" example).