Creating access for everyone, everywhere requires attention to accessibility attributes, best practices, and requirements. Find accessibility guidance below.


Note: Components in each code library are implemented differently (especially Flutter). Many of the behaviors and attributes described are already handled for you as part of our components. Product teams are responsible for ensuring their apps meet all current requirements. Some of the information below may not apply to your implementation.

Best practices

Ensure the following best practices are met when implementing this component during development.

  • Ensure all tooltips are accessible using the keyboard as well as a mouse.
  • Ensure the tooltip is attached to a focusable trigger object.
  • Ensure the tooltip’s triggering object has with a value of the tooltip span’s .

Keyboard controls

Keyboard actions and their corresponding behaviors for tooltips
Key Behavior
TabMoves focus to the tooltip’s trigger object. When that object is receives focus, the tooltip appears. When it loses focus, the tooltip disappears.
EscDismisses tooltip.

VGAR (internal only)

Find links to the Visa Global Accessibility Requirements (VGAR) for this component.