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

[css-scroll-snap] More work needs to be done to address what happens when users with low vision zoom #3602

Closed
mraccess77 opened this issue Feb 2, 2019 · 3 comments
Labels
css-scroll-snap-1 Current Work

Comments

@mraccess77
Copy link

In the snap-strictness section the spec talks about how different screen sizes can prevent content from being accessible. When users with low vision zoom in they end up with scaled content between breakpoints and often content is pushed off the bottom of the screen but when the user scrolls the viewport is moved to the next snap position and the low vision users can't access all of the content. We need an inclusive solution.

@fantasai
Copy link
Collaborator

fantasai commented Feb 2, 2019

The solution is to only use mandatory snapping when you are using it on elements that collectively cover the total page content, so that you trigger the rules in https://www.w3.org/TR/css-scroll-snap-1/#snap-overflow when necessary. E.g. use it on SECTION and not on H3. Or use proximity snapping instead of mandatory snapping. This is already described in the spec.

@fantasai fantasai added the css-scroll-snap-1 Current Work label Feb 2, 2019
@fantasai fantasai closed this as completed Feb 2, 2019
@mraccess77
Copy link
Author

Hi @fantasai can you point me to a working example of mandatory snap scrolling on sections so I can confirm how it is working? Thanks.

@mraccess77
Copy link
Author

Might be nice to see some mention of browser zoom or mention of people with disabilities this might impact in the document so people are aware of the impact between breakpoints and not just at fixed breakpoints.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
css-scroll-snap-1 Current Work
Projects
None yet
Development

No branches or pull requests

2 participants