Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(745)

Unified Diff: Source/core/events/ClipboardEvent.idl

Issue 1147383006: Sync the ClipboardEvent interface with the spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/ClipboardEvent.idl
diff --git a/Source/core/events/ClipboardEvent.idl b/Source/core/events/ClipboardEvent.idl
index 96db58949e66b63c5606f7bed33afa07703db775..8913e834420fd6a11b403e97503d00dff32da76f 100644
--- a/Source/core/events/ClipboardEvent.idl
+++ b/Source/core/events/ClipboardEvent.idl
@@ -2,7 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+// https://w3c.github.io/clipboard-apis/#clipboard-event-interfaces
+
+// TODO(philipj): There should be a constructor which takes a ClipboardEventInit
+// dictionary.
interface ClipboardEvent : Event {
readonly attribute DataTransfer clipboardData;
};
-
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698