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.