w3c/csswg-drafts

[cssom-view] scrollIntoView and shadow DOM

Open

#1,527 创建于 2017年6月13日

在 GitHub 查看
 (4 评论) (0 反应) (0 负责人)HTML (545 fork)batch import
Help Wantedcssom-view-1topic: shadow

仓库指标

Star
 (3,546 star)
PR 合并指标
 (平均合并 87天 7小时) (30 天内合并 24 个 PR)

描述

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

贡献者指南