Specify how scrolling works for form controls / widgets #5099
Labels
integration
Better coordination across standards needed
interop
Implementations are not interoperable with each other
topic: forms
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 differenttype
), and then callsscrollTo
and listens forscroll
events. Since it's not well defined how the widgets are supposed to be implemented, it's unclear ifscrollTo
should work at all and if ascroll
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
The text was updated successfully, but these errors were encountered: