Skip to content

Commit d14e000

Browse files
authored
Add scroll-into-view.dist.yml (#1103)
1 parent a6e88f8 commit d14e000

File tree

2 files changed

+23
-14
lines changed

2 files changed

+23
-14
lines changed

features/scroll-into-view.dist.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Generated from: scroll-into-view.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
name: scrollIntoView()
5+
description: The `scrollIntoView()` method scrolls an element's ancestor containers such that the element is visible to the user.
6+
spec: https://drafts.csswg.org/cssom-view-1/#dom-element-scrollintoview
7+
alias: scrollintoview
8+
caniuse: scrollintoview
9+
status:
10+
baseline: high
11+
baseline_low_date: 2020-09-16
12+
baseline_high_date: 2023-03-16
13+
support:
14+
chrome: "61"
15+
chrome_android: "61"
16+
edge: "79"
17+
firefox: "36"
18+
firefox_android: "36"
19+
safari: "14"
20+
safari_ios: "14"
21+
compat_features:
22+
- api.Element.scrollIntoView
23+
- api.Element.scrollIntoView.options_parameter

features/scroll-into-view.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,3 @@ description: The `scrollIntoView()` method scrolls an element's ancestor contain
33
spec: https://drafts.csswg.org/cssom-view-1/#dom-element-scrollintoview
44
alias: scrollintoview
55
caniuse: scrollintoview
6-
status:
7-
baseline: high
8-
baseline_low_date: 2020-09-16
9-
support:
10-
chrome: "61"
11-
chrome_android: "61"
12-
edge: "79"
13-
firefox: "36"
14-
firefox_android: "36"
15-
safari: "14"
16-
safari_ios: "14"
17-
compat_features:
18-
- api.Element.scrollIntoView
19-
- api.Element.scrollIntoView.options_parameter

0 commit comments

Comments
 (0)