-
Notifications
You must be signed in to change notification settings - Fork 3k
Open
Labels
integrationBetter coordination across standards neededBetter coordination across standards neededinteropImplementations are not interoperable with each otherImplementations are not interoperable with each othertopic: forms
Description
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
Metadata
Metadata
Assignees
Labels
integrationBetter coordination across standards neededBetter coordination across standards neededinteropImplementations are not interoperable with each otherImplementations are not interoperable with each othertopic: forms