stevenbenner/jquery-powertip

Add accessibility features

Open

#3 aperta il 1 ago 2012

Vedi su GitHub
 (12 commenti) (0 reazioni) (0 assegnatari)JavaScript (144 fork)batch import
FeatureHelp Wanted

Metriche repository

Star
 (820 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor