stevenbenner/jquery-powertip

Add accessibility features

Open

#3 创建于 2012年8月1日

在 GitHub 查看
 (12 评论) (0 反应) (0 负责人)JavaScript (144 fork)batch import
FeatureHelp Wanted

仓库指标

Star
 (820 star)
PR 合并指标
 (30 天内没有已合并 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.

贡献者指南