Skip to content

Commit 4b8e5d4

Browse files
authored
Add alerts, new window keys (#2273)
1 parent 99e1521 commit 4b8e5d4

File tree

6 files changed

+57
-0
lines changed

6 files changed

+57
-0
lines changed

features/alerts.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name: Alerts
2+
description: "The `window.alert()`, `window.confirm()`, and `window.prompt()` methods open modal dialogs for notifying the user, asking for confirmation, or entering text."
3+
spec: https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#user-prompts
4+
compat_features:
5+
- api.Window.alert
6+
- api.Window.confirm
7+
- api.Window.prompt

features/alerts.yml.dist

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Generated from: alerts.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: high
6+
baseline_low_date: 2015-07-29
7+
baseline_high_date: 2018-01-29
8+
support:
9+
chrome: "1"
10+
chrome_android: "18"
11+
edge: "12"
12+
firefox: "1"
13+
firefox_android: "4"
14+
safari: "1"
15+
safari_ios: "1"
16+
compat_features:
17+
- api.Window.alert
18+
- api.Window.confirm
19+
- api.Window.prompt

features/window-management.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ compat_features:
2121
- api.ScreenDetails.screens
2222
- api.ScreenDetails.screenschange_event
2323
- api.Window.getScreenDetails
24+
- api.Window.open.relative-multi-screen
2425
- http.headers.Permissions-Policy.window-management

features/window-management.yml.dist

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ status:
77
chrome: "111"
88
edge: "111"
99
compat_features:
10+
# baseline: false
11+
# support:
12+
# chrome: "100"
13+
# chrome_android: "100"
14+
# edge: "100"
15+
# firefox: "1"
16+
# firefox_android: "4"
17+
- api.Window.open.relative-multi-screen
18+
1019
# baseline: false
1120
# support:
1221
# chrome: "100"

features/window.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ compat_features:
1818
- api.Window.load_event
1919
- api.Window.name
2020
- api.Window.open
21+
- api.Window.open.features_parameter_popup
22+
- api.Window.open.once_per_event
2123
- api.Window.opener
2224
- api.Window.parent
2325
- api.Window.self

features/window.yml.dist

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,22 @@ compat_features:
127127
# firefox_android: "4"
128128
# safari: "1"
129129
- api.Window.open
130+
131+
# baseline: false
132+
# support:
133+
# chrome: "23"
134+
# chrome_android: "25"
135+
# edge: "12"
136+
# firefox: "65"
137+
# firefox_android: "65"
138+
# safari: "11"
139+
- api.Window.open.once_per_event
140+
141+
# baseline: false
142+
# support:
143+
# chrome: "98"
144+
# chrome_android: "98"
145+
# edge: "98"
146+
# firefox: "96"
147+
# firefox_android: "96"
148+
- api.Window.open.features_parameter_popup

0 commit comments

Comments
 (0)