w3c/csswg-drafts

[cssom-view] scrollIntoView and shadow DOM

Open

#1.527 geöffnet am 13. Juni 2017

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)HTML (545 Forks)batch import
Help Wantedcssom-view-1topic: shadow

Repository-Metriken

Stars
 (3.546 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 87T 7h) (24 gemergte PRs in 30 T)

Beschreibung

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