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
2 changes: 2 additions & 0 deletions features/barprop.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: BarProp
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.
spec: https://html.spec.whatwg.org/multipage/nav-history-apis.html#browser-interface-elements
status:
compute_from: api.BarProp.visible
compat_features:
- api.BarProp
- api.BarProp.visible
Expand Down
18 changes: 11 additions & 7 deletions features/barprop.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,19 @@
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
baseline: high
baseline_low_date: 2015-07-29
baseline_high_date: 2018-01-29
support:
chrome: "98"
chrome_android: "98"
edge: "98"
firefox: "96"
firefox_android: "96"
chrome: "1"
chrome_android: "18"
edge: "12"
firefox: "1"
firefox_android: "4"
safari: "3"
safari_ios: "1"
compat_features:
# ⬇️ Same status as overall feature ⬇️
# baseline: high
# baseline_low_date: 2015-07-29
# baseline_high_date: 2018-01-29
Expand All @@ -30,7 +35,6 @@ compat_features:
- api.Window.statusbar
- api.Window.toolbar

# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support:
# chrome: "98"
Expand Down