File tree Expand file tree Collapse file tree 2 files changed +23
-14
lines changed Expand file tree Collapse file tree 2 files changed +23
-14
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -3,17 +3,3 @@ description: The `scrollIntoView()` method scrolls an element's ancestor contain
3
3
spec : https://drafts.csswg.org/cssom-view-1/#dom-element-scrollintoview
4
4
alias : scrollintoview
5
5
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
You can’t perform that action at this time.
0 commit comments