Remove additional references to UI Events for info about initializing events.
authorgarykac@garykac-macbookair.roam.corp.google.com
Fri, 15 Nov 2013 18:22:06 +0900
changeset 552 c6c04c8a25af
parent 551 7732919a7eaa
child 553 753c8e297991
Remove additional references to UI Events for info about initializing events.
html/DOM3-Events.html
--- a/html/DOM3-Events.html	Fri Nov 15 18:19:39 2013 +0900
+++ b/html/DOM3-Events.html	Fri Nov 15 18:22:06 2013 +0900
@@ -4470,10 +4470,6 @@
 						method call.
 						</p>
 
-					<p class="note"><strong>Authoring Note:</strong>
-						See [<a href="#references-UIEvents">UI Events</a>] for information about programmatically
-						initializing WheelEvent objects.</p>
-
 					<dl class="idl" title="[Constructor(DOMString typeArg, optional WheelEventInit wheelEventInitDict)] interface WheelEvent : MouseEvent">
 						<dt>// DeltaModeCode</dt>
 
@@ -7908,8 +7904,8 @@
 							</p>
 
 						<p class="warning"><strong>Warning!</strong>
-							The <code>initMouseEvent</code> method is deprecated, but supported for backwards-compatibility with widely-deployed
-							implementations. See [<a href="#references-UIEvents">UI Events</a>] for an alternate initializer syntax.
+							The <code>initMouseEvent</code> method is deprecated, but supported for
+							backwards-compatibility with widely-deployed implementations.
 							</p>
 
 						<dl class="parameters">
@@ -8092,8 +8088,6 @@
 
 						<p class="warning"><strong>Warning!</strong>
 							The <code>initKeyboardEvent</code> method is deprecated.
-							Event constructor syntax, introduced in [<a href="#references-UIEvents">UI Events</a>], is the expected
-							future syntax for initializing a <a href="#interface-KeyboardEvent"><code>KeyboardEvent</code></a>.
 							</p>
 
 						<dl class="parameters">