Skip to content

Commit 330a8fd

Browse files
authored
Mark BarProp as Baseline high (web-platform-dx#2646)
The status was determined by a single subfeature that probably doesn't matter to web developers, since the feature currently doesn't do anything very useful at all.
1 parent c01e3dc commit 330a8fd

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

features/barprop.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: BarProp
22
description: The `visible` property of the `window.locationbar`, `window.menubar`, `window.personalbar`, `window.scrollbars`, `window.statusbar`, and `window.toolbar` APIs historically represented the visibility of a browser user interface. For privacy reasons, it now represents whether the window is a pop-up.
33
spec: https://html.spec.whatwg.org/multipage/nav-history-apis.html#browser-interface-elements
4+
status:
5+
compute_from: api.BarProp.visible
46
compat_features:
57
- api.BarProp
68
- api.BarProp.visible

features/barprop.yml.dist

+11-7
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,19 @@
22
# Do not edit this file by hand. Edit the source file instead!
33

44
status:
5-
baseline: false
5+
baseline: high
6+
baseline_low_date: 2015-07-29
7+
baseline_high_date: 2018-01-29
68
support:
7-
chrome: "98"
8-
chrome_android: "98"
9-
edge: "98"
10-
firefox: "96"
11-
firefox_android: "96"
9+
chrome: "1"
10+
chrome_android: "18"
11+
edge: "12"
12+
firefox: "1"
13+
firefox_android: "4"
14+
safari: "3"
15+
safari_ios: "1"
1216
compat_features:
17+
# ⬇️ Same status as overall feature ⬇️
1318
# baseline: high
1419
# baseline_low_date: 2015-07-29
1520
# baseline_high_date: 2018-01-29
@@ -30,7 +35,6 @@ compat_features:
3035
- api.Window.statusbar
3136
- api.Window.toolbar
3237

33-
# ⬇️ Same status as overall feature ⬇️
3438
# baseline: false
3539
# support:
3640
# chrome: "98"

0 commit comments

Comments
 (0)