Chromium Code Reviews| 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, |