Principle 2 - Operable

Browse by Category

Conformance Levels

Description

User interface components and navigation must be operable.

Questions & Answers

Do tooltips need to be keyboard operable?

I have an interactive button with a tooltip that opens on mouse hover to give more information. All the tooltip information is in the buttonโ€™s ARIA label, so why does the tooltip need to be openable on keyboard?

  • keyboard
  • tooltip

Are there multiple ways to build an accessible widget?

I'm trying to build a widget that follows an example in the W3C ARIA Authoring Practices Guide, but I can't quite match it because of the way my site is built. Can my widget still be accessible?

  • aria
  • custom widgets