stevenbenner/jquery-powertip

Add accessibility features

Open

#3 opened on Aug 1, 2012

View on GitHub
 (12 comments) (0 reactions) (0 assignees)JavaScript (820 stars) (144 forks)batch import
FeatureHelp Wanted

Description

Currently tooltips are not accessible to visually impaired users or users who navigate with the keyboard. Accessibility features should be added to make tooltips useful to those users.

  • It has been suggested that PowerTip implement ARIA standards (intro, spec) similar to this example.
  • Tooltips should open on focus and close on blur to support keyboard navigation.

Contributor guide