Skip to content

Commit 58e28df

Browse files
authored
Add <dialog closedby> (#3032)
1 parent 13c9109 commit 58e28df

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

features/dialog-closedby.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name: "<dialog closedby>"
2+
description: The `closedby` HTML attribute for `<dialog>` sets which user actions close a dialog. For example, `closedby="any"` allows the dialog to be closed by clicking outside of it.
3+
spec: https://html.spec.whatwg.org/multipage/interactive-elements.html#attr-dialog-closedby
4+
group: html-elements
5+
compat_features:
6+
- api.HTMLDialogElement.closedBy
7+
- html.elements.dialog.closedby

features/dialog-closedby.yml.dist

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Generated from: dialog-closedby.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: false
6+
support:
7+
chrome: "134"
8+
chrome_android: "134"
9+
edge: "134"
10+
compat_features:
11+
- api.HTMLDialogElement.closedBy
12+
- html.elements.dialog.closedby

0 commit comments

Comments
 (0)