Skip to content

Commit 66f90a4

Browse files
tunethewebddbeck
andauthored
Add ToggleEvent source (#3605)
Co-authored-by: Daniel D. Beck <[email protected]>
1 parent 632b183 commit 66f90a4

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

features/toggleevent-source.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name: ToggleEvent source
2+
description: The `source` property of a `ToggleEvent` object is the element which triggered the `toggle` event to fire for a popover, `<dialog>`, or `<details>` element, if applicable.
3+
spec: https://html.spec.whatwg.org/multipage/interaction.html#dom-toggleevent-source
4+
group: html
5+
compat_features:
6+
- api.ToggleEvent.source
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Generated from: toggleevent-source.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: false
6+
support:
7+
chrome: "140"
8+
chrome_android: "140"
9+
edge: "140"
10+
firefox: "145"
11+
firefox_android: "145"
12+
compat_features:
13+
- api.ToggleEvent.source

0 commit comments

Comments
 (0)