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
14 changes: 0 additions & 14 deletions features/array-copywithin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,3 @@ snapshot: ecmascript-2015
group:
- arrays
- typed-arrays
status:
baseline: high
baseline_low_date: 2016-09-20
support:
chrome: "45"
chrome_android: "45"
edge: "12"
firefox: "32"
firefox_android: "32"
safari: "10"
safari_ios: "10"
compat_features:
- javascript.builtins.Array.copyWithin
- javascript.builtins.TypedArray.copyWithin
42 changes: 42 additions & 0 deletions features/array-copywithin.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Generated from: array-copywithin.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: high
baseline_low_date: 2016-09-20
baseline_high_date: 2019-03-20
support:
chrome: "45"
chrome_android: "45"
edge: "12"
firefox: "34"
firefox_android: "34"
safari: "10"
safari_ios: "10"
compat_features:
# baseline: high
# baseline_low_date: 2015-09-30
# baseline_high_date: 2018-03-30
# support:
# chrome: "45"
# chrome_android: "45"
# edge: "12"
# firefox: "32"
# firefox_android: "32"
# safari: "9"
# safari_ios: "9"
- javascript.builtins.Array.copyWithin

# ⬇️ Same status as overall feature ⬇️
# baseline: high
# baseline_low_date: 2016-09-20
# baseline_high_date: 2019-03-20
# support:
# chrome: "45"
# chrome_android: "45"
# edge: "12"
# firefox: "34"
# firefox_android: "34"
# safari: "10"
# safari_ios: "10"
- javascript.builtins.TypedArray.copyWithin
14 changes: 0 additions & 14 deletions features/array-fill.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,3 @@ snapshot: ecmascript-2015
group:
- arrays
- typed-arrays
status:
baseline: high
baseline_low_date: 2015-09-01
support:
chrome: "45"
chrome_android: "45"
edge: "12"
firefox: "31"
firefox_android: "31"
safari: "8"
safari_ios: "8"
compat_features:
- javascript.builtins.Array.fill
- javascript.builtins.TypedArray.fill
42 changes: 42 additions & 0 deletions features/array-fill.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Generated from: array-fill.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: high
baseline_low_date: 2016-09-20
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was previously 2015-09-01

baseline_high_date: 2019-03-20
support:
chrome: "45"
chrome_android: "45"
edge: "12"
firefox: "37"
firefox_android: "37"
safari: "10"
safari_ios: "10"
compat_features:
# baseline: high
# baseline_low_date: 2015-09-01
# baseline_high_date: 2018-03-01
# support:
# chrome: "45"
# chrome_android: "45"
# edge: "12"
# firefox: "31"
# firefox_android: "31"
# safari: "8"
# safari_ios: "8"
- javascript.builtins.Array.fill

# ⬇️ Same status as overall feature ⬇️
# baseline: high
# baseline_low_date: 2016-09-20
# baseline_high_date: 2019-03-20
# support:
# chrome: "45"
# chrome_android: "45"
# edge: "12"
# firefox: "37"
# firefox_android: "37"
# safari: "10"
# safari_ios: "10"
- javascript.builtins.TypedArray.fill
16 changes: 0 additions & 16 deletions features/array-find.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,3 @@ group:
caniuse:
- array-find
- array-find-index
status:
baseline: high
baseline_low_date: 2015-09-01
support:
chrome: "45"
chrome_android: "45"
edge: "12"
firefox: "25"
firefox_android: "4"
safari: "8"
safari_ios: "8"
compat_features:
- javascript.builtins.Array.find
- javascript.builtins.Array.findIndex
- javascript.builtins.TypedArray.find
- javascript.builtins.TypedArray.findIndex
44 changes: 44 additions & 0 deletions features/array-find.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Generated from: array-find.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: high
baseline_low_date: 2016-09-20
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was previously 2015-09-01

baseline_high_date: 2019-03-20
support:
chrome: "45"
chrome_android: "45"
edge: "12"
firefox: "37"
firefox_android: "37"
safari: "10"
safari_ios: "10"
compat_features:
# baseline: high
# baseline_low_date: 2015-09-01
# baseline_high_date: 2018-03-01
# support:
# chrome: "45"
# chrome_android: "45"
# edge: "12"
# firefox: "25"
# firefox_android: "4"
# safari: "8"
# safari_ios: "8"
- javascript.builtins.Array.find
- javascript.builtins.Array.findIndex

# ⬇️ Same status as overall feature ⬇️
# baseline: high
# baseline_low_date: 2016-09-20
# baseline_high_date: 2019-03-20
# support:
# chrome: "45"
# chrome_android: "45"
# edge: "12"
# firefox: "37"
# firefox_android: "37"
# safari: "10"
# safari_ios: "10"
- javascript.builtins.TypedArray.find
- javascript.builtins.TypedArray.findIndex
16 changes: 0 additions & 16 deletions features/array-iterators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,3 @@ snapshot: ecmascript-2015
group:
- arrays
- iterators
status:
baseline: high
baseline_low_date: 2016-09-20
support:
chrome: "38"
chrome_android: "38"
edge: "12"
firefox: "36"
firefox_android: "36"
safari: "10"
safari_ios: "10"
compat_features:
- javascript.builtins.Array.@@iterator
- javascript.builtins.Array.entries
- javascript.builtins.Array.keys
- javascript.builtins.Array.values
55 changes: 55 additions & 0 deletions features/array-iterators.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# Generated from: array-iterators.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: high
baseline_low_date: 2018-05-09
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was previously 2016-09-20

baseline_high_date: 2020-11-09
support:
chrome: "66"
chrome_android: "66"
edge: "14"
firefox: "60"
firefox_android: "60"
safari: "10"
safari_ios: "10"
compat_features:
# baseline: high
# baseline_low_date: 2015-07-29
# baseline_high_date: 2018-01-29
# support:
# chrome: "38"
# chrome_android: "38"
# edge: "12"
# firefox: "28"
# firefox_android: "28"
# safari: "8"
# safari_ios: "8"
- javascript.builtins.Array.entries
- javascript.builtins.Array.keys

# baseline: high
# baseline_low_date: 2016-09-20
# baseline_high_date: 2019-03-20
# support:
# chrome: "38"
# chrome_android: "38"
# edge: "12"
# firefox: "36"
# firefox_android: "36"
# safari: "10"
# safari_ios: "10"
- javascript.builtins.Array.@@iterator

# baseline: high
# baseline_low_date: 2018-05-09
# baseline_high_date: 2020-11-09
# support:
# chrome: "66"
# chrome_android: "66"
# edge: "14"
# firefox: "60"
# firefox_android: "60"
# safari: "9"
# safari_ios: "9"
- javascript.builtins.Array.values
14 changes: 0 additions & 14 deletions features/array-of.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,3 @@ snapshot: ecmascript-2015
group:
- arrays
- typed-arrays
status:
baseline: high
baseline_low_date: 2016-09-20
support:
chrome: "45"
chrome_android: "39"
edge: "12"
firefox: "25"
firefox_android: "25"
safari: "10"
safari_ios: "10"
compat_features:
- javascript.builtins.Array.of
- javascript.builtins.TypedArray.of
42 changes: 42 additions & 0 deletions features/array-of.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Generated from: array-of.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: high
baseline_low_date: 2016-09-20
baseline_high_date: 2019-03-20
support:
chrome: "45"
chrome_android: "45"
edge: "12"
firefox: "38"
firefox_android: "38"
safari: "10"
safari_ios: "10"
compat_features:
# baseline: high
# baseline_low_date: 2015-09-30
# baseline_high_date: 2018-03-30
# support:
# chrome: "45"
# chrome_android: "39"
# edge: "12"
# firefox: "25"
# firefox_android: "25"
# safari: "9"
# safari_ios: "9"
- javascript.builtins.Array.of

# ⬇️ Same status as overall feature ⬇️
# baseline: high
# baseline_low_date: 2016-09-20
# baseline_high_date: 2019-03-20
# support:
# chrome: "45"
# chrome_android: "45"
# edge: "12"
# firefox: "38"
# firefox_android: "38"
# safari: "10"
# safari_ios: "10"
- javascript.builtins.TypedArray.of
5 changes: 0 additions & 5 deletions features/autofocus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,3 @@ status:
firefox_android: "4"
safari: "4"
safari_ios: "3.2"
compat_features:
- api.HTMLElement.autofocus
- api.MathMLElement.autofocus
- api.SVGElement.autofocus
- html.global_attributes.autofocus
29 changes: 29 additions & 0 deletions features/autofocus.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Generated from: autofocus.yml
# Do not edit this file by hand. Edit the source file instead!

compat_features:
# baseline: low
# baseline_low_date: 2023-02-14
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks odd, but see the TODO in the source. The feature is very old, but none of the BCD keys that exist now are old.

# support:
# chrome: "79"
# chrome_android: "79"
# edge: "79"
# firefox: "110"
# firefox_android: "110"
# safari: "15.4"
# safari_ios: "15.4"
- api.HTMLElement.autofocus
- api.SVGElement.autofocus
- html.global_attributes.autofocus

# baseline: low
# baseline_low_date: 2023-02-14
# support:
# chrome: "109"
# chrome_android: "109"
# edge: "109"
# firefox: "110"
# firefox_android: "110"
# safari: "15.4"
# safari_ios: "15.4"
- api.MathMLElement.autofocus
4 changes: 0 additions & 4 deletions features/datalist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,3 @@ status:
firefox: "110"
safari: "12.1"
safari_ios: "12.2"
compat_features:
- api.HTMLDataListElement
- api.HTMLDataListElement.options
- html.elements.datalist
26 changes: 26 additions & 0 deletions features/datalist.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Generated from: datalist.yml
# Do not edit this file by hand. Edit the source file instead!

compat_features:
# baseline: high
# baseline_low_date: 2019-03-25
# baseline_high_date: 2021-09-25
# support:
# chrome: "20"
# chrome_android: "25"
# edge: "12"
# firefox: "4"
# firefox_android: "4"
# safari: "12.1"
# safari_ios: "12.2"
- api.HTMLDataListElement
- api.HTMLDataListElement.options

# baseline: false
# support:
# chrome: "20"
# chrome_android: "33"
# edge: "12"
# safari: "12.1"
# safari_ios: "12.2"
- html.elements.datalist
Loading