diff --git a/features/toggleevent-source.yml b/features/toggleevent-source.yml new file mode 100644 index 00000000000..5aa15b92c55 --- /dev/null +++ b/features/toggleevent-source.yml @@ -0,0 +1,6 @@ +name: ToggleEvent source +description: The `source` property of a `ToggleEvent` object is the element which triggered the `toggle` event to fire for a popover, ``, or `
` element, if applicable. +spec: https://html.spec.whatwg.org/multipage/interaction.html#dom-toggleevent-source +group: html +compat_features: + - api.ToggleEvent.source diff --git a/features/toggleevent-source.yml.dist b/features/toggleevent-source.yml.dist new file mode 100644 index 00000000000..af4c428ca41 --- /dev/null +++ b/features/toggleevent-source.yml.dist @@ -0,0 +1,13 @@ +# Generated from: toggleevent-source.yml +# Do not edit this file by hand. Edit the source file instead! + +status: + baseline: false + support: + chrome: "140" + chrome_android: "140" + edge: "140" + firefox: "145" + firefox_android: "145" +compat_features: + - api.ToggleEvent.source