blob: 6b2d07dc84c49e4e5a2ca9d2c2711cd71feefb9c [file] [log] [blame]
// Copyright 2016 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://w3c.github.io/editing/input-events.html
[
RuntimeEnabled=InputEvent,
] dictionary InputEventInit : UIEventInit {
// TODO(chongz): Add 'inputType', 'data', 'isComposing' and 'targetRanges'
};