WICG / virtual-scroller

Other
2k stars 83 forks source link

rename <virtual-list> to <virtual-scroller> #72

Closed valdrinkoshi closed 6 years ago

valdrinkoshi commented 6 years ago

<virtual-scroller> is the thing that needs to be sized and creates DOM as the user scrolls to it

<virtual-content> is the thing that auto-sizes itself according to the estimated size of the items, and creates DOM only for the visible portion of it (can be contained in any scroll container).

domenic commented 6 years ago

And to be clear, <virtual-content> is not yet documented or exposed, although we might want to do that in the future.