Update references from Appendix A -> UIEvents spec.
authorGary Kacmarcik <garykac@google.com>
Sun, 28 Jul 2013 07:38:42 -0700
changeset 435 a45e86884e1c
parent 434 159ba3d7ae2e
child 436 be4894226f6d
Update references from Appendix A -> UIEvents spec.

Also, alphabetize the entries in the Informational References section.
html/DOM3-Events.html
--- a/html/DOM3-Events.html	Tue Jul 09 18:20:09 2013 -0700
+++ b/html/DOM3-Events.html	Sun Jul 28 07:38:42 2013 -0700
@@ -1232,7 +1232,7 @@
 			<p>To create an instance of the <code>CustomEvent</code> interface, use the <a href="#events-DocumentEvent-createEvent"><code>DocumentEvent.createEvent("CustomEvent")</code></a>
 				method call.</p>
 
-			<p class="note"><strong>Authoring Note: </strong>See <a href="#new-event-interface-initializers">Appendix A</a> for information about programmatically initializing
+			<p class="note"><strong>Authoring Note: </strong>See [<a href="#references-UIEvents">UI Events</a>] for information about programmatically initializing
 				CustomEvent objects.</p>
 
 			<dl class="idl" title="interface CustomEvent">
@@ -1959,7 +1959,7 @@
 							<p>Initializes attributes of an <code>UIEvent</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>initUIEvent</code> method is deprecated, but supported for backwards-compatibility with widely-deployed
-								implementations. See <a href="#new-event-interface-initializers">Appendix A</a> for a suggested (informative-only) alternate initializer syntax.</p>
+								implementations. See [<a href="#references-UIEvents">UI Events</a>] for an alternate initializer syntax.</p>
 
 							<dl class="parameters">
 								<dt>DOMString typeArg</dt>
@@ -2506,7 +2506,7 @@
 					</p>
 
 					<p class="note">
-						<strong>Authoring Note: </strong>See <a href="#new-event-interface-initializers">Appendix A</a> for information about programmatically initializing
+						<strong>Authoring Note: </strong>See [<a href="#references-UIEvents">UI Events</a>] for information about programmatically initializing
 						FocusEvent objects.
 					</p>
 
@@ -3086,7 +3086,7 @@
 							<p>Initializes attributes of a <code>MouseEvent</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>initMouseEvent</code> method is deprecated, but supported for backwards-compatibility with widely-deployed
-								implementations. See <a href="#new-event-interface-initializers">Appendix A</a> for a suggested (informative-only) alternate initializer syntax.</p>
+								implementations. See [<a href="#references-UIEvents">UI Events</a>] for an alternate initializer syntax.</p>
 
 							<dl class="parameters">
 								<dt>DOMString typeArg</dt>
@@ -4089,7 +4089,7 @@
 					<p>To create an instance of the <code>WheelEvent</code> interface, use the <a href="#events-DocumentEvent-createEvent"><code>DocumentEvent.createEvent("WheelEvent")</code></a>
 						method call.</p>
 
-					<p class="note"><strong>Authoring Note: </strong>See <a href="#new-event-interface-initializers">Appendix A</a> for information about programmatically initializing
+					<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="interface WheelEvent : MouseEvent">
@@ -4273,7 +4273,7 @@
 					<p>To create an instance of the <code>KeyboardEvent</code> interface, use the <a href="#events-DocumentEvent-createEvent"><code>DocumentEvent.createEvent("KeyboardEvent")</code></a>
 						method call.</p>
 
-					<p class="note"><strong>Authoring Note: </strong>See <a href="#new-event-interface-initializers">Appendix A</a> for information about programmatically initializing
+					<p class="note"><strong>Authoring Note: </strong>See [<a href="#references-UIEvents">UI Events</a>] for information about programmatically initializing
 						KeyboardEvent objects.</p>
 
 					<dl class="idl" title="interface KeyboardEvent : UIEvent">
@@ -4806,7 +4806,7 @@
 					<p>To create an instance of the <code>CompositionEvent</code> interface, use the <a href="#events-DocumentEvent-createEvent"><code>DocumentEvent.createEvent("CompositionEvent")</code></a>
 						method call.</p>
 
-					<p class="note"><strong>Authoring Note: </strong>See <a href="#new-event-interface-initializers">Appendix A</a> for information about programmatically initializing
+					<p class="note"><strong>Authoring Note: </strong>See [<a href="#references-UIEvents">UI Events</a>] for information about programmatically initializing
 						CompositionEvent objects.</p>
 
 					<dl class="idl" title="interface CompositionEvent : UIEvent">
@@ -7738,6 +7738,11 @@
 					I. Hickson, H.W. Lie, Editors. World Wide Web Consortium, 07 June 2011, This version of the CSS 2.1 Recommendation is http://www.w3.org/TR/2011/REC-CSS2-20110607/.
 					The <a class="normative" href="http://www.w3.org/TR/CSS2/">latest version of CSS 2.1</a> is available at http://www.w3.org/TR/CSS2/. </dd>
 
+				<dt><strong>[<a id="references-DASE">DASE</a>]</strong></dt>
+				<dd><cite><a href="http://www.atsc.org/cms/standards/a100/a_100_2.pdf">ATSC A/100-2, DTV Application Software Environment Level 1 (DASE-1) Part 2: Declarative Applications
+					and Environment</a></cite>.  Advanced Television Systems Committee, 09 March 2003. Available at <a href="http://www.atsc.org/cms/standards/a100/a_100_2.pdf">
+					http://www.atsc.org/cms/standards/a100/a_100_2.pdf </a>.</dd>
+
 				<dt><strong>[<a id="references-DOMLS">DOM3 Load and Save</a>]</strong></dt>
 				<dd><cite><a href="http://www.w3.org/TR/2004/REC-DOM-Level-3-LS-20040407/">Document Object Model Level 3 Load and Save Specification</a></cite>, J. Stenback, A. Heninger,
 					Editors. World Wide Web Consortium, April 2004. This version of the DOM Level 3 Load and Save Specification is http://www.w3.org/TR/2004/REC-DOM-Level-3-LS-20040407/.
@@ -7786,13 +7791,17 @@
 					http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/Note-KeyProps.html. The <a href="http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/Note-KeyProps.html">latest edition
 					of Legacy Keyboard Event Properties</a> is available at http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/Note-KeyProps.html. </dd>
 
+				<dt><strong>[<a id="references-OCAP">OCAP</a>]</strong></dt>
+				<dd><cite><a href="http://www.cablelabs.com/specifications/OC-SP-OCAP1.1.3-100603.pdf">Open Cable Application Platform 1.1.3</a></cite>.  Cable Television Laboratories,
+					Inc., 03 June 2010. Available at <a href="http://www.cablelabs.com/specifications/OC-SP-OCAP1.1.3-100603.pdf">http://www.cablelabs.com/specifications/OC-SP-OCAP1.1.3-100603.pdf</a>.</dd>
+
 				<dt><strong>[<a id="references-pcre">PCRE</a>]</strong></dt>
 				<dd><cite><a href="http://www.pcre.org/">Perl Compatible Regular Expressions library</a></cite>.  Available at http://www.pcre.org/. </dd>
 
-				<dt><strong>[<a id="ref-rfc20">RFC20</a>]</strong>ASCII format for Network Interchange</dt>
+				<dt><strong>[<a id="ref-rfc20">RFC20</a>]</strong> ASCII format for Network Interchange</dt>
 				<dd>V. Cerf, 1969. Available at <a href="http://tools.ietf.org/rfc/rfc20.txt">http://tools.ietf.org/rfc/rfc20.txt</a></dd>
 
-				<dt><strong>[<a id="ref-US-ASCII">US-ASCII</a>]</strong>Coded Character Set - 7-Bit American Standard Code for Information Interchange</dt>
+				<dt><strong>[<a id="ref-US-ASCII">US-ASCII</a>]</strong> Coded Character Set - 7-Bit American Standard Code for Information Interchange</dt>
 				<dd>Standard ANSI X3.4-1986, ANSI, 1986.</dd>
 
 				<dt><strong>[<a id="references-UAAG2">UAAG 2.0</a>]</strong></dt>
@@ -7800,6 +7809,11 @@
 					World Wide Web Consortium, <span class="wip">work in progress</span>, 8 March 2010. This version of the UAAG 2.0 specfication is http://www.w3.org/WAI/UA/2010/ED-UAAG20-20100308/.
 					The <a class="normative" href="http://www.w3.org/TR/UAAG20/">latest version of UAAG 2.0</a> is available at http://www.w3.org/TR/UAAG20/. </dd>
 
+				<dt><strong>[<a id="references-WEB4CE">WEB4CE</a>]</strong></dt>
+				<dd><cite><a href="http://www.ce.org/Standards/Standard-Listings/R7-Home-Network-Committee/CEA-2014-B-(ANSI%29.aspx">ANSI/CEA-2014-B, Web-based Protocol and Framework for Remote User Interface on UPnPTM Networks
+					and the Internet (Web4CE)</a></cite>. Consumer Electronics Association, January 2011. Available at <a href="http://www.ce.org/Standards/Standard-Listings/R7-Home-Network-Committee/CEA-2014-B-(ANSI).aspx">
+						http://www.ce.org/Standards/Standard-Listings/R7-Home-Network-Committee/CEA-2014-B-(ANSI%29.aspx </a>.</dd>
+
 				<dt><strong>[<a id="ref-WIN1252">WIN1252</a>]</strong></dt>
 				<dd><a href="http://www.microsoft.com/globaldev/reference/sbcs/1252.htm">Windows 1252</a> a Coded Character Set - 8-Bit. Microsoft Corporation.</dd>
 
@@ -7807,20 +7821,6 @@
 				<dd><cite><a href="http://www.w3.org/TR/2006/REC-xml-20060816/">Extensible Markup Language (XML) 1.0</a></cite>, T. Bray, J. Paoli, C. M. Sperberg-McQueen, et. al,
 					Editors. World Wide Web Consortium, August 2006. This version of the XML 1.0 Recommendation is http://www.w3.org/TR/2006/REC-xml-20060816/. The <a class="normative"
 					href="http://www.w3.org/TR/xml/">latest version of XML 1.0</a> is available at http://www.w3.org/TR/xml/. </dd>
-
-				<dt><strong>[<a id="references-DASE">DASE</a>]</strong></dt>
-				<dd><cite><a href="http://www.atsc.org/cms/standards/a100/a_100_2.pdf">ATSC A/100-2, DTV Application Software Environment Level 1 (DASE-1) Part 2: Declarative Applications
-					and Environment</a></cite>.  Advanced Television Systems Committee, 09 March 2003. Available at <a href="http://www.atsc.org/cms/standards/a100/a_100_2.pdf">
-					http://www.atsc.org/cms/standards/a100/a_100_2.pdf </a>.</dd>
-
-				<dt><strong>[<a id="references-OCAP">OCAP</a>]</strong></dt>
-				<dd><cite><a href="http://www.cablelabs.com/specifications/OC-SP-OCAP1.1.3-100603.pdf">Open Cable Application Platform 1.1.3</a></cite>.  Cable Television Laboratories,
-					Inc., 03 June 2010. Available at <a href="http://www.cablelabs.com/specifications/OC-SP-OCAP1.1.3-100603.pdf">http://www.cablelabs.com/specifications/OC-SP-OCAP1.1.3-100603.pdf</a>.</dd>
-
-				<dt><strong>[<a id="references-WEB4CE">WEB4CE</a>]</strong></dt>
-				<dd><cite><a href="http://www.ce.org/Standards/Standard-Listings/R7-Home-Network-Committee/CEA-2014-B-(ANSI%29.aspx">ANSI/CEA-2014-B, Web-based Protocol and Framework for Remote User Interface on UPnPTM Networks
-					and the Internet (Web4CE)</a></cite>. Consumer Electronics Association, January 2011. Available at <a href="http://www.ce.org/Standards/Standard-Listings/R7-Home-Network-Committee/CEA-2014-B-(ANSI).aspx">
-						http://www.ce.org/Standards/Standard-Listings/R7-Home-Network-Committee/CEA-2014-B-(ANSI%29.aspx </a>.</dd>
 			</dl>
 		</section>
 	</section>