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

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

Issue 2795783002: [InputEvent] Update spec links for InputEvent(Init).idl (Closed)
Patch Set: Created 3 years, 9 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/InputEventInit.idl
diff --git a/third_party/WebKit/Source/core/events/InputEventInit.idl b/third_party/WebKit/Source/core/events/InputEventInit.idl
index bdc363150c200baa8ac9456d98061ec8fb3681c2..0564a8ef6a8328828c3a1e596a4684cff6b2a705 100644
--- a/third_party/WebKit/Source/core/events/InputEventInit.idl
+++ b/third_party/WebKit/Source/core/events/InputEventInit.idl
@@ -2,10 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// https://w3c.github.io/uievents/#interface-inputevent
+// Interface in UIEvents:
+// https://w3c.github.io/uievents/#idl-inputeventinit
-// InputEventInit
-// https://w3c.github.io/input-events/#interface-InputEventInit
+// Partial interface in Input Events Level 1:
+// https://www.w3.org/TR/2017/WD-input-events-1-20170321/#interface-InputEvent
dictionary InputEventInit : UIEventInit {
DOMString inputType = "";
DOMString? data;

Powered by Google App Engine
This is Rietveld 408576698