Skip to content

Commit 88b4100

Browse files
Chrome 139 adds <button command="request-close"> (#27628)
Add data point for request-close command to <button> Co-authored-by: Claas Augner <[email protected]>
1 parent 1a3e913 commit 88b4100

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

html/elements/button.json

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,49 @@
8383
"standard_track": true,
8484
"deprecated": false
8585
}
86+
},
87+
"request-close": {
88+
"__compat": {
89+
"description": "`request-close` value",
90+
"spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#attr-button-command-request-close",
91+
"tags": [
92+
"web-features:invoker-commands"
93+
],
94+
"support": {
95+
"chrome": {
96+
"version_added": "139"
97+
},
98+
"chrome_android": "mirror",
99+
"edge": "mirror",
100+
"firefox": {
101+
"version_added": "preview",
102+
"flags": [
103+
{
104+
"type": "preference",
105+
"name": "dom.element.commandfor.enabled",
106+
"value_to_set": "true"
107+
}
108+
],
109+
"impl_url": "https://bugzil.la/1983523"
110+
},
111+
"firefox_android": "mirror",
112+
"oculus": "mirror",
113+
"opera": "mirror",
114+
"opera_android": "mirror",
115+
"safari": {
116+
"version_added": "preview"
117+
},
118+
"safari_ios": "mirror",
119+
"samsunginternet_android": "mirror",
120+
"webview_android": "mirror",
121+
"webview_ios": "mirror"
122+
},
123+
"status": {
124+
"experimental": false,
125+
"standard_track": true,
126+
"deprecated": false
127+
}
128+
}
86129
}
87130
},
88131
"commandfor": {

0 commit comments

Comments
 (0)