stevenbenner/jquery-powertip

Add accessibility features

Open

#3 ouverte le 1 août 2012

Voir sur GitHub
 (12 commentaires) (0 réactions) (0 assignés)JavaScript (144 forks)batch import
FeatureHelp Wanted

Métriques du dépôt

Stars
 (820 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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.

Guide contributeur