Update references from DOM4 events to mention the "UI Events" spec instead.
authorGary Kacmarcik <garykac@google.com>
Tue, 04 Jun 2013 13:24:48 -0700
changeset 422 66f2a67a5de9
parent 421 47248706ce47
child 423 5913e7ca1b9a
Update references from DOM4 events to mention the "UI Events" spec instead.
html/DOM3-Events.html
--- a/html/DOM3-Events.html	Tue Jun 04 13:23:08 2013 -0700
+++ b/html/DOM3-Events.html	Tue Jun 04 13:24:48 2013 -0700
@@ -7778,7 +7778,8 @@
 		<p>Due in part to the length of time in the development of this standard, some implementations <span class="may">may</span> have taken a dependency on a set of initializer methods that were
 			formerly defined in this specification. For completeness, these legacy event intializers are described in this Appendix.</p>
 
-		<p>The initialization of new derived event objects becomes easier in DOM4 [<a href="#references-DOM4">DOM4</a>] with the introduction of event constructors. Event constructors
+		<p>The initialization of new derived event objects becomes easier with the introduction of event constructors in
+			[<a href="#references-UIEvents">UI Events</a>]. Event constructors
 			are a new mechanism for initializing the event object's attributes that allows authors to pick-and-choose which of all the possible event attributes <span class="should">should</span> be initialized to
 			a value. For the omitted values, a suitable default is applied.</p>
 
@@ -7786,8 +7787,8 @@
 			the legacy event initializers. However, it would be prudent for a conforming implementation to support one or the other, so that authors have some mechanism to initilize
 			the new event interfaces defined in this specification.</p>
 
-		<p class="note"><strong>Note: </strong>Event constructors are a relatively new concept and are subject to change. For the latest syntax, please refer to the DOM4 specification
-			[<a href="#references-DOM4">DOM4</a>].</p>
+		<p class="note"><strong>Note: </strong>Event constructors are a relatively new concept and are subject to change. For the latest syntax, please refer to the UI Events specification
+			[<a href="#references-UIEvents">UI Events</a>].</p>
 
 		<section id="event-initializers">
 			<h2>Supplemental Initializer Interfaces</h2>
@@ -7838,7 +7839,7 @@
 					<dd>
 						<p>Initializes attributes of a <code>CustomEvent</code> object. This method has the same behavior as <a href="#events-event-type-initEvent"><code>Event.initEvent()</code></a>.</p>
 
-						<p class="warning"><strong>Warning!</strong> The <code>initCustomEvent</code> method is deprecated. Event constructor syntax, introduced in DOM4, is the expected future
+						<p class="warning"><strong>Warning!</strong> The <code>initCustomEvent</code> method is deprecated. Event constructor syntax, introduced in [<a href="#references-UIEvents">UI Events</a>], is the expected future
 							syntax for initializing a <code>CustomEvent</code>.</p>
 
 						<dl class="parameters">
@@ -7891,7 +7892,7 @@
 					<dd>
 						<p>Initializes attributes of a <code>FocusEvent</code> object. This method has the same behavior as <a href="#events-event-type-initUIEvent"><code>UIEvent.initUIEvent()</code></a>.</p>
 
-						<p class="warning"><strong>Warning!</strong> The <code>initFocusEvent</code> method is deprecated. Event constructor syntax, introduced in DOM4, is the expected future
+						<p class="warning"><strong>Warning!</strong> The <code>initFocusEvent</code> method is deprecated. Event constructor syntax, introduced in [<a href="#references-UIEvents">UI Events</a>], is the expected future
 							syntax for initializing a <code>FocusEvent</code>.</p>
 
 						<dl class="parameters">
@@ -7978,7 +7979,7 @@
 					<dd>
 						<p>Initializes attributes of a <code>WheelEvent</code> object. This method has the same behavior as <a href="#events-event-type-initMouseEvent"><code>MouseEvent.initMouseEvent()</code></a>.</p>
 
-						<p class="warning"><strong>Warning!</strong> The <code>initWheelEvent</code> method is deprecated. Event constructor syntax, introduced in DOM4, is the expected future
+						<p class="warning"><strong>Warning!</strong> The <code>initWheelEvent</code> method is deprecated. Event constructor syntax, introduced in [<a href="#references-UIEvents">UI Events</a>], is the expected future
 							syntax for initializing a <code>WheelEvent</code>.</p>
 
 						<dl class="parameters">
@@ -8071,7 +8072,7 @@
 						<p>Initializes attributes of a <code>KeyboardEvent</code> object. This method has the same behavior as <a href="#events-event-type-initUIEvent"><code>UIEvent.initUIEvent()</code></a>.
 							The value of <a href="#events-UIEvent-detail"><code>UIEvent.detail</code></a> remains undefined.</p>
 
-						<p class="warning"><strong>Warning!</strong> The <code>initKeyboardEvent</code> method is deprecated. Event constructor syntax, introduced in DOM4, is the expected
+						<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 <code>KeyboardEvent</code>.</p>
 
 						<dl class="parameters">
@@ -8135,7 +8136,7 @@
 						<p>Initializes attributes of a <code>CompositionEvent</code> object. This method has the same behavior as <a href="#events-event-type-initUIEvent"><code>UIEvent.initUIEvent()</code></a>.
 							The value of <a href="#events-UIEvent-detail"><code>UIEvent.detail</code></a> remains undefined.</p>
 
-						<p class="warning"><strong>Warning!</strong> The <code>initCompositionEvent</code> method is deprecated. Event constructor syntax, introduced in DOM4, is the expected
+						<p class="warning"><strong>Warning!</strong> The <code>initCompositionEvent</code> method is deprecated. Event constructor syntax, introduced in [<a href="#references-UIEvents">UI Events</a>], is the expected
 							future syntax for initializing a <code>CompositionEvent</code>.</p>
 
 						<dl class="parameters">
@@ -8798,6 +8799,12 @@
 				<dd><cite><a href="http://www.unicode.org/reports/tr15/">Unicode Normalization Forms</a></cite>, The Unicode Standard Annex #15. The Unicode Consortium, 2006. The
 					latest version of this annex is available at http://www.unicode.org/reports/tr15/.</dd>
 
+				<dt><strong>[<a id="references-UIEvents">UIEvents</a>]</strong></dt>
+				<dd><cite><a href="https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm">UI Events</a></cite>,
+					T. Leithead, G. Kacmarcik, eds. World Wide Web Consortium,
+					<span class="wip">Editor's Draft</span>, 5 May 2013.
+				</dd>
+
 				<dt><strong>[<a id="references-Unicode">Unicode</a>]</strong></dt>
 				<dd><cite>The Unicode Standard, Version 5.0</cite>, ISBN 0-321-48091-0, as updated periodically by the publication of new versions. See also <a class="normative"
 					href="http://www.unicode.org/standard/versions/">Versions of the Unicode Standard</a>, available at http://www.unicode.org/standard/versions/ for