Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dealing with atypical numbers of fingers #11

Open
Manishearth opened this issue Jan 16, 2020 · 3 comments
Open

Dealing with atypical numbers of fingers #11

Manishearth opened this issue Jan 16, 2020 · 3 comments
Labels
a11y-tracker Group bringing to attention of a11y, or tracked by the a11y Group but not needing response.

Comments

@Manishearth
Copy link
Contributor

Manishearth commented Jan 16, 2020

Not everyone has the same number of fingers. What can we do to make things work well for these users? We should probably solicit input from affected users when tackling this problem.

Some concrete concerns:

  • We should enable applications to be written such that users may get a hand representation faithful to their own, if they so wish
  • It should be possible for applications using gestures to be able to support fallback gestures in cases where some fingers are missing

Some of this probably requires devices/backend APIs to expose more information (or configurability at the OS layer). Filing the issue now as a tracking issue so that we don't forget about it.

(h/t @mcclure for reminding me of this and pointing out specific concerns)

@kearwood
Copy link

kearwood commented Feb 5, 2020

There are other ways that a hand can vary, such as atypical finger lengths.
It may be desirable to normalize the hand model to avoid fingerprinting; however, this would require constraints to be defined (eg, optimize finger tip positions.. optimize finger angles regardless of length)

Generally, we may wish to strike a balance between user choice of physical representation, accessibility, and fingerprinting.

@rkochman
Copy link

rkochman commented Feb 5, 2020

Another use case: people with one or more partial fingers.

@Manishearth
Copy link
Contributor Author

Generally, we may wish to strike a balance between user choice of physical representation, accessibility, and fingerprinting.

Yeah, I imagine that a lot of this would be surfaced in the form of UA configurability.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a11y-tracker Group bringing to attention of a11y, or tracked by the a11y Group but not needing response.
Projects
None yet
Development

No branches or pull requests

4 participants