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

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

Issue 1159113007: Sync event interfaces with the UI Events spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 6 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 | « Source/core/events/FocusEvent.idl ('k') | Source/core/events/KeyboardEvent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/FocusEventInit.idl
diff --git a/Source/core/events/FocusEventInit.idl b/Source/core/events/FocusEventInit.idl
index 406f7bad5827e1963494bd5ddfd408188a11df20..43518f61ff578c07e01baf0558f34f06429d20c7 100644
--- a/Source/core/events/FocusEventInit.idl
+++ b/Source/core/events/FocusEventInit.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-FocusEvent
+// https://w3c.github.io/uievents/#idl-def-FocusEventInit
dictionary FocusEventInit : UIEventInit {
EventTarget? relatedTarget = null;
« no previous file with comments | « Source/core/events/FocusEvent.idl ('k') | Source/core/events/KeyboardEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698