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

Unified Diff: third_party/WebKit/Source/core/events/InputEvent.idl

Issue 2824463002: Replace most /TR/ links in IDL files (Closed)
Patch Set: Created 3 years, 8 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
Index: third_party/WebKit/Source/core/events/InputEvent.idl
diff --git a/third_party/WebKit/Source/core/events/InputEvent.idl b/third_party/WebKit/Source/core/events/InputEvent.idl
index 6db312aeb1f4cf358da170a67fc4d35b0d607774..d2574da39b2dc536e86e3d8dc769d4ee214213c6 100644
--- a/third_party/WebKit/Source/core/events/InputEvent.idl
+++ b/third_party/WebKit/Source/core/events/InputEvent.idl
@@ -2,12 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+// UI Events
+// https://w3c.github.io/uievents/#idl-inputevent
+
[
Constructor(DOMString type, optional InputEventInit eventInitDict),
RuntimeEnabled=InputEvent,
] interface InputEvent : UIEvent {
- // UI Events
- // https://w3c.github.io/uievents/#idl-inputevent
readonly attribute DOMString? data;
readonly attribute boolean isComposing;
« no previous file with comments | « third_party/WebKit/Source/core/dom/FrameRequestCallback.idl ('k') | third_party/WebKit/Source/core/events/InputEventInit.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698