w3c/csswg-drafts

[cssom-view] scrollIntoView and shadow DOM

Open

#1,527 opened on Jun 13, 2017

View on GitHub
 (4 comments) (0 reactions) (0 assignees)HTML (3,546 stars) (545 forks)batch import
Help Wantedcssom-view-1topic: shadow

Description

https://drafts.csswg.org/cssom-view/#element-scrolling-members

To scroll an element into view element, with a ScrollIntoViewOptions dictionary options, means to run these steps for each ancestor element or viewport that establishes a scrolling box scrolling box, in order of innermost to outermost scrolling box:​

How should element.scrollIntoView() interact with shadow DOM? cc @hayatoito @rniwa @TakayoshiKochi

Contributor guide

[cssom-view] scrollIntoView and shadow DOM · w3c/csswg-drafts#1527 | Good First Issue