Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions features/scroll-into-view-container.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: scrollIntoView() container
description: The `container` option of the `scrollIntoView()` method sets which ancestor scroll container to scroll. The `"nearest"` value scrolls only the nearest ancestor, instead of the default `"all"`.
spec: https://drafts.csswg.org/cssom-view-1/#dom-scrollintoviewoptions-container
group: scrolling
compat_features:
- api.Element.scrollIntoView.options_parameter.container_option
11 changes: 11 additions & 0 deletions features/scroll-into-view-container.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Generated from: scroll-into-view-container.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
support:
chrome: "140"
chrome_android: "140"
edge: "140"
compat_features:
- api.Element.scrollIntoView.options_parameter.container_option
3 changes: 0 additions & 3 deletions features/scroll-into-view.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,3 @@ compat_features:
# added quite a bit later than scrollIntoView itself.
- api.Element.scrollIntoView.options_parameter.block_option
- api.Element.scrollIntoView.options_parameter.inline_option
# TODO: decide whether to move this option to a separate feature. It's only
# in Chromium 140+.
- api.Element.scrollIntoView.options_parameter.container_option
7 changes: 0 additions & 7 deletions features/scroll-into-view.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,3 @@ compat_features:
# safari_ios: "14"
- api.Element.scrollIntoView.options_parameter.block_option
- api.Element.scrollIntoView.options_parameter.inline_option

# baseline: false
# support:
# chrome: "140"
# chrome_android: "140"
# edge: "140"
- api.Element.scrollIntoView.options_parameter.container_option