WICG / fenced-frame

Proposal for a strong boundary between a page and its embedded content
https://wicg.github.io/fenced-frame/
Other
124 stars 31 forks source link

Capture scroll bubbling and scrollIntoView() behavior differences #49

Closed domfarolino closed 1 year ago

domfarolino commented 2 years ago

Basically element.scrollIntoView() inside an out-of-viewport iframe will cause the embedder to scroll the iframe into view, where the iframe will continue to scroll its element into view as well. This does not happen in fenced frames because it can be a communication channel, so we'll need to capture this in the spec and also a WPT

domfarolino commented 1 year ago

Closed by https://github.com/WICG/fenced-frame/pull/71 and https://github.com/WICG/fenced-frame/pull/108.