Skip to content

Commit af823bc

Browse files
authored
Add keys to clipboardchange feature (#3614)
1 parent 61a2f3d commit af823bc

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

features/clipboardchange.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
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
31
name: clipboardchange
42
description: The `clipboardchange` event for `navigator.clipboard` fires when the user modifies the clipboard's contents.
53
spec: https://w3c.github.io/clipboard-apis/#clipboard-event-clipboardchange
64
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
5+
compat_features:
6+
- api.ClipboardChangeEvent
7+
- api.ClipboardChangeEvent.ClipboardChangeEvent
8+
- api.ClipboardChangeEvent.changeId
9+
- api.ClipboardChangeEvent.types

features/clipboardchange.yml.dist

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,8 @@
44
status:
55
baseline: false
66
support: {}
7+
compat_features:
8+
- api.ClipboardChangeEvent
9+
- api.ClipboardChangeEvent.ClipboardChangeEvent
10+
- api.ClipboardChangeEvent.changeId
11+
- api.ClipboardChangeEvent.types

0 commit comments

Comments
 (0)