Skip to content

Commit 06623a9

Browse files
clipboardchange event feature (#3345)
* clipboardchange event feature * dist file * add missing support field * Remove status override * prettier * address review comments * Update features/clipboardchange.yml
1 parent c85ec1c commit 06623a9

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

features/clipboardchange.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# TODO: Revisit this once we have a process to handle new proposals.
2+
# See https://github.com/web-platform-dx/web-features/issues/3079
3+
name: clipboardchange
4+
description: The `clipboardchange` event for `navigator.clipboard` fires when the user modifies the clipboard's contents.
5+
spec: https://w3c.github.io/clipboard-apis/#clipboard-event-clipboardchange
6+
group: clipboard
7+
# clipboardchange is not in BCD yet.
8+
# It is implemented in Chromium, and available only as an origin trial
9+
# in Chrome 140 to 142.
10+
# See https://chromestatus.com/feature/5085102657503232

features/clipboardchange.yml.dist

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Generated from: clipboardchange.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: false
6+
support: {}

0 commit comments

Comments
 (0)