blob: c1b1362a6b335b8e9a783b3f8051bdbe96bfbabe [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// https://html.spec.whatwg.org/multipage/webappapis.html#documentandelementeventhandlers
[
LegacyTreatAsPartialInterface,
NoInterfaceObject // Always used on target of 'implements'
] interface DocumentAndElementEventHandlers {
attribute EventHandler oncopy;
attribute EventHandler oncut;
attribute EventHandler onpaste;
};