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

Specify how scrolling works for form controls / widgets #5099

Open
zcorpan opened this issue Nov 18, 2019 · 0 comments
Open

Specify how scrolling works for form controls / widgets #5099

zcorpan opened this issue Nov 18, 2019 · 0 comments
Labels
integration Better coordination across standards needed interop Implementations are not interoperable with each other topic: forms

Comments

@zcorpan
Copy link
Member

zcorpan commented Nov 18, 2019

From #4082 (comment)

Is <input type=text> a scroll container? What about other widgets?

Tentative test at web-platform-tests/wpt#20172

The test sets different 'overflow' values on input (with different type), and then calls scrollTo and listens for scroll events. Since it's not well defined how the widgets are supposed to be implemented, it's unclear if scrollTo should work at all and if a scroll event should be fired. But this happens in browsers for many input types today, but it's not interoperable.

Related PR: #4840

cc @whatwg/css

@zcorpan zcorpan added topic: forms interop Implementations are not interoperable with each other integration Better coordination across standards needed labels Nov 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
integration Better coordination across standards needed interop Implementations are not interoperable with each other topic: forms
Development

No branches or pull requests

1 participant