pub(crate) fn process_scroll_container_query(
node: Option<ServoLayoutNode<'_>>,
query_flags: ScrollContainerQueryFlags,
viewport_overflow: AxesOverflow,
) -> Option<ScrollContainerResponse>
Expand description
An implementation of scrollParent
that can also be used to for scrollIntoView
:
https://drafts.csswg.org/cssom-view/#dom-htmlelement-scrollparent.