stevenbenner/jquery-powertip

Add accessibility features

Open

#3 opened on 2012年8月1日

GitHub で見る
 (12 comments) (0 reactions) (0 assignees)JavaScript (144 forks)batch import
FeatureHelp Wanted

Repository metrics

Stars
 (820 stars)
PR merge metrics
 (30d に merged PR はありません)

説明

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.

コントリビューターガイド