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
7 changes: 7 additions & 0 deletions features/alerts.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: Alerts
description: "The `window.alert()`, `window.confirm()`, and `window.prompt()` methods open modal dialogs for notifying the user, asking for confirmation, or entering text."
spec: https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#user-prompts
compat_features:
- api.Window.alert
- api.Window.confirm
- api.Window.prompt
19 changes: 19 additions & 0 deletions features/alerts.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Generated from: alerts.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: high
baseline_low_date: 2015-07-29
baseline_high_date: 2018-01-29
support:
chrome: "1"
chrome_android: "18"
edge: "12"
firefox: "1"
firefox_android: "4"
safari: "1"
safari_ios: "1"
compat_features:
- api.Window.alert
- api.Window.confirm
- api.Window.prompt
1 change: 1 addition & 0 deletions features/window-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ compat_features:
- api.ScreenDetails.screens
- api.ScreenDetails.screenschange_event
- api.Window.getScreenDetails
- api.Window.open.relative-multi-screen
- http.headers.Permissions-Policy.window-management
9 changes: 9 additions & 0 deletions features/window-management.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ status:
chrome: "111"
edge: "111"
compat_features:
# baseline: false
# support:
# chrome: "100"
# chrome_android: "100"
# edge: "100"
# firefox: "1"
# firefox_android: "4"
- api.Window.open.relative-multi-screen

# baseline: false
# support:
# chrome: "100"
Expand Down
2 changes: 2 additions & 0 deletions features/window.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ compat_features:
- api.Window.load_event
- api.Window.name
- api.Window.open
- api.Window.open.features_parameter_popup
- api.Window.open.once_per_event
- api.Window.opener
- api.Window.parent
- api.Window.self
Expand Down
19 changes: 19 additions & 0 deletions features/window.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,22 @@ compat_features:
# firefox_android: "4"
# safari: "1"
- api.Window.open

# baseline: false
# support:
# chrome: "23"
# chrome_android: "25"
# edge: "12"
# firefox: "65"
# firefox_android: "65"
# safari: "11"
- api.Window.open.once_per_event

# baseline: false
# support:
# chrome: "98"
# chrome_android: "98"
# edge: "98"
# firefox: "96"
# firefox_android: "96"
- api.Window.open.features_parameter_popup