stevenbenner/jquery-powertip

Add accessibility features

Open

#3 geöffnet am 1. Aug. 2012

Auf GitHub ansehen
 (12 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (144 Forks)batch import
FeatureHelp Wanted

Repository-Metriken

Stars
 (820 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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