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

Unified Diff: Source/core/events/PointerEvent.idl

Issue 1149963004: Sync various event interfaces with their specs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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: Source/core/events/PointerEvent.idl
diff --git a/Source/core/events/PointerEvent.idl b/Source/core/events/PointerEvent.idl
index b8dcedf89e4932b8ef825e0f33db8b61fd0e1604..2284394c90f8f2b67672430b701856ea0303a848 100644
--- a/Source/core/events/PointerEvent.idl
+++ b/Source/core/events/PointerEvent.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/pointerevents/#pointerevent-interface
+// https://dvcs.w3.org/hg/pointerevents/raw-file/tip/pointerEvents.html#pointerevent-interface
Rick Byers 2015/06/04 15:57:55 Actually, we've moved the current version of the s
philipj_slow 2015/06/04 16:58:24 Wonderful, that's a far nicer URL. If it's in your
[
Constructor(DOMString type, optional PointerEventInit eventInitDict),

Powered by Google App Engine
This is Rietveld 408576698