dropbox / dropbox/scooter

Title Bubble (as currently demonstrated/implemented) is not keyboard-accessible

Open
#33 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
CSS
Stars
785
Forks
38
PR merge metrics
No merged PRs in 30d

Description

http://dropbox.github.io/scooter/components.html#title-bubble currently only works for mouse users. Keyboard users cannot set focus nor trigger the bubble. General advice should be to only apply bubbles to focusable elements.

Additionally, it will likely be necessary to tweak the JavaScript relating to tooltips, to ensure that the tooltip itself is accessible / announced when it appears (e.g. using `aria-describedby` on the original trigger element, adding `role="tooltip"`, etc). See http://v4-alpha.getbootstrap.com/components/tooltips/ and how it's implemented there.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.