Update hyperlinks which have been moved/redirected.
authorGary Kacmarcik <garykac@google.com>
Sat, 17 Aug 2013 16:16:06 -0700
changeset 456 987f6555fc6b
parent 455 aa9f235e3f3b
child 457 e6c1ebba556e
Update hyperlinks which have been moved/redirected.

This also includes one of the fixes that was supposed to go with the #22082 fixes to cleanup the event examples.
html/DOM3-Events.html
--- a/html/DOM3-Events.html	Sat Aug 17 16:07:32 2013 -0700
+++ b/html/DOM3-Events.html	Sat Aug 17 16:16:06 2013 -0700
@@ -58,7 +58,7 @@
 			}
 		],
 		//publishDate:  "2012-09-06",
-		edDraftURI: "http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html",
+		edDraftURI: "https://dvcs.w3.org/hg/dom3events/raw-file/tip/html/DOM3-Events.html",
 		previousPublishDate: "2012-09-06",
 		previousMaturity: "WD",
 		noIDLIn:  true,
@@ -98,7 +98,7 @@
 			a draft document and MAY be updated, replaced or obsoleted by other documents at any time. It is inappropriate to cite this document as other
 			than work in progress.</p>
 
-		<p id="latest-editors-draft"><strong>You can find the latest <a href="http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html">Editor's Draft</a> of
+		<p id="latest-editors-draft"><strong>You can find the latest <a href="https://dvcs.w3.org/hg/dom3events/raw-file/tip/html/DOM3-Events.html">Editor's Draft</a> of
 			this document in the <a href="http://dev.w3.org/">W3C's CVS repository</a>, which is updated on a regular basis.</strong></p>
 
 		<p id="unstable"><strong class="redNote">Implementers should be aware that this document is not stable.</strong> Implementers who are not
@@ -772,11 +772,19 @@
 			<div class="example">
 				<div class="example-title">Example</div>
 				<p>A user double-clicks a passage of text to select a word, then presses the <code class="key">'Del'</code>
-				key to erase the word, triggering the following synchronous sequence of events: <a class="eventtype" href="#event-type-mousedown"><code>mousedown</code></a>, <a
-				class="eventtype" href="#event-type-mouseup"><code>mouseup</code></a>, <a class="eventtype" href="#event-type-click"><code>click</code></a>, <a class="eventtype"
-				href="#event-type-mousedown"><code>mousedown</code></a>, <a class="eventtype" href="#event-type-mouseup"><code>mouseup</code></a>, <a class="eventtype" href="#event-type-click">
-				<code>click</code></a>, <a class="eventtype" href="#event-type-dblclick"><code>dblclick</code></a>, <a class="eventtype" href="#event-type-select"><code>select</code></a>,
-				<a class="eventtype" href="#event-type-keydown"><code>keydown</code></a>, <a class="eventtype" href="#event-type-DOMCharacterDataModified"><code>DOMCharacterDataModified</code></a>.
+				key to erase the word, triggering the following synchronous sequence of events:
+					<a class="eventtype" href="#event-type-mousedown"><code>mousedown</code></a>,
+					<a class="eventtype" href="#event-type-mouseup"><code>mouseup</code></a>,
+					<a class="eventtype" href="#event-type-click"><code>click</code></a>,
+					<a class="eventtype" href="#event-type-mousedown"><code>mousedown</code></a>,
+					<a class="eventtype" href="#event-type-mouseup"><code>mouseup</code></a>,
+					<a class="eventtype" href="#event-type-click"><code>click</code></a>,
+					<a class="eventtype" href="#event-type-dblclick"><code>dblclick</code></a>,
+					<a class="eventtype" href="#event-type-select"><code>select</code></a>,
+					<a class="eventtype" href="#event-type-keydown"><code>keydown</code></a>,
+					<a class="eventtype" href="#event-type-before"><code>beforeinput</code></a>,
+					<a class="eventtype" href="#event-type-input"><code>input</code></a>,
+					<a class="eventtype" href="#event-type-keyup"><code>keyup</code></a>.
 				Each of these events are fired in the sequence initiated by the user's actions.</p>
 			</div>
 
@@ -6747,7 +6755,7 @@
 							<td></td>
 						</tr>
 						<tr>
-							<td class="cell-right">5.</td>
+							<td class="cell-right">6.</td>
 							<td><a class="eventtype" href="#event-type-keyup"><code>keyup</code></a></td>
 							<td class="cell-center"><code class="key">'e'</code></td>
 							<td class="cell-center"></td>
@@ -8385,7 +8393,7 @@
 					HTML 5</a> is available at http://www.w3.org/TR/html5/. </dd>
 
 				<dt><strong>[<a id="references-Java">Java</a>]</strong></dt>
-				<dd><cite><a href="http://java.sun.com/docs/books/jls">The Java Language Specification</a></cite>, J. Gosling, B. Joy, and G. Steele, Authors. Addison-Wesley, September
+				<dd><cite><a href="http://www.oracle.com/technetwork/java/index.html">The Java Language Specification</a></cite>, J. Gosling, B. Joy, and G. Steele, Authors. Addison-Wesley, September
 					1996. Available at http://java.sun.com/docs/books/jls </dd>
 
 				<dt id="ref-rfc2119"><strong>[<a id="RFC2119">RFC2119</a>]</strong> Key words for use in RFCs to indicate Requirement Levels</dt>
@@ -8485,10 +8493,11 @@
 					Microsoft. Available at http://msdn.microsoft.com/en-us/library/system.windows.forms.keys.aspx.</dd>
 
 				<dt><strong>[<a id="references-KeyProps">KeyProps</a>]</strong></dt>
-				<dd><cite class="w3cwd"><a href="http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/Note-KeyProps.html">Legacy Keyboard Event Properties</a></cite>, D. Schepers, editor.
+				<dd><cite class="w3cwd"><a href="https://dvcs.w3.org/hg/dom3events/raw-file/tip/html/Note-KeyProps.html">Legacy Keyboard Event Properties</a></cite>, D. Schepers, editor.
 					World Wide Web Consortium, <span class="wip">work in progress</span>, 04 August 2010. This edition of Legacy Keyboard Event Properties is
-					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>
+					https://dvcs.w3.org/hg/dom3events/raw-file/tip/html/Note-KeyProps.html.
+					The <a href="https://dvcs.w3.org/hg/dom3events/raw-file/tip/html/Note-KeyProps.html">latest edition
+					of Legacy Keyboard Event Properties</a> is available at https://dvcs.w3.org/hg/dom3events/raw-file/tip/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,