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

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

Issue 1159113007: Sync event interfaces with the UI Events spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: missed a URL 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/FocusEvent.idl
diff --git a/Source/core/events/FocusEvent.idl b/Source/core/events/FocusEvent.idl
index 1af45e41ab6402687300ff664f258297886a7ada..2f95287bc0eaa4d4f39847fefbc9a277e54d626d 100644
--- a/Source/core/events/FocusEvent.idl
+++ b/Source/core/events/FocusEvent.idl
@@ -23,7 +23,7 @@
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-// http://www.w3.org/TR/DOM-Level-3-Events/#interface-FocusEvent
+// https://w3c.github.io/uievents/#interface-FocusEvent
[
Constructor(DOMString type, optional FocusEventInit eventInitDict),

Powered by Google App Engine
This is Rietveld 408576698