-
Notifications
You must be signed in to change notification settings - Fork 668
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
[css-mediaqueries] expose user left/right hand preference #4443
Comments
Is this information actually collected by mobile devices? From my experience, this has been a per-app setting. |
Such a feature aligns well with the goals of WAI Personalization. |
This should get some more attention for sure! It could be beneficial for accessibility for left handed people or in worst-case, people who are forced to use their left hand. |
My earlier question stands: is this information actually collected by the OS, and/or do we have browsers planning to collect it themselves? If so, exposing it is fine and reasonable; the use-cases make complete sense. If not, then this info simply isn't available for us to expose. |
This would be amazing. I agree with @tabatkins, though it would be best if this could be defined at the OS level, however, it exiting would at least allow developers to implement it into their own application |
@rigiddesign No, my question was "where is the data coming from?". If the data doesn't exist (either at the OS or browser level), we can't expose it. @Crissov I cannot see any connection between this and |
@tabatkins, ah. Well then, no. Not as far as I am aware. A user preference at the OS level would be amazing, just like you can specify your light / dark preference. My previous statement stands, though. If it existed as a media query, though, it would mean developers could at least build it into their own app. |
I don't understand why this is still not implemented feature. For example i am left handed and for me it will be very nice to specify on the browser that o am left handed and ui will match my preference. This is left handed discrimination |
Usually, an app/website design will place main CTAs at a place that can be reached easily on a smartphone using the thumb. Usually on the bottom right, however, this could be problematic for left-handed people.
Idea
It would be nice to have the possiblity to adapt websites/apps depending on left/right handed user preference
@media prefers-hand: right/left/no-preference (default)
, which would allow to easily customize interfaces.Example
Ressources
The text was updated successfully, but these errors were encountered: