Index: Source/core/events/WheelEventInit.idl |
diff --git a/Source/core/events/WheelEventInit.idl b/Source/core/events/WheelEventInit.idl |
index 4a3450b6e9603238365297c95e67eed339e3ea23..ce18fadeaba6dd86af5065b0b8734707723e5402 100644 |
--- a/Source/core/events/WheelEventInit.idl |
+++ b/Source/core/events/WheelEventInit.idl |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-// http://www.w3.org/TR/DOM-Level-3-Events/#interface-WheelEvent |
+// https://w3c.github.io/uievents/#idl-def-WheelEventInit |
dictionary WheelEventInit : MouseEventInit { |
double deltaX = 0.0; |
@@ -10,7 +10,7 @@ dictionary WheelEventInit : MouseEventInit { |
double deltaZ = 0.0; |
unsigned long deltaMode = 0; |
- // Non-standard. Deprecated. |
+ // Non-standard APIs |
long wheelDeltaX = 0; |
long wheelDeltaY = 0; |
}; |