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

Unified Diff: third_party/WebKit/Source/core/events/InputEvent.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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/events/InputEventInit.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4fc702ca4b184facb7eb3ec62910834ef261f671..da38fa2c3c3172ce5fc50064f0e7a2b13cb9264a 100644
--- a/third_party/WebKit/Source/core/events/InputEvent.idl
+++ b/third_party/WebKit/Source/core/events/InputEvent.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-inputevent
-// Input Events
-// https://w3c.github.io/input-events/#interface-InputEvent
+// Partial interface in Input Events Level 1:
+// https://www.w3.org/TR/2017/WD-input-events-1-20170321/#interface-InputEvent
foolip 2017/04/04 04:15:01 Can you put this inside the interface and match th
chongz 2017/04/04 15:33:21 Done.
[
Constructor(DOMString type, optional InputEventInit eventInitDict),
RuntimeEnabled=InputEvent,
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/events/InputEventInit.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698