Update links to D3E-code spec.
--- a/WD-UI-Events-20140612.html Tue Jun 10 09:16:14 2014 -0700
+++ b/WD-UI-Events-20140612.html Tue Jun 10 11:02:14 2014 -0700
@@ -626,7 +626,7 @@
match the value printed on the <em>keycap</em> (the cap placed over the key switch) on the keyboard.
</p>
<p>This method is intended to be used primarily for the
- <em><a href="https://dvcs.w3.org/hg/dom3events/raw-file/tip/html/D3E-code-final.html#key-alphanumeric-writing-system">writing system keys</a></em> because the values
+ <em><a href="http://www.w3.org/TR/DOM-Level-3-Events-code/#key-alphanumeric-writing-system">writing system keys</a></em> because the values
generated by these keys vary based on the current keyboard locale. For keys not classified as
<em>writing system</em> keys or for keys that do not generate printable characters,
this function returns the <code>code</code> for the key (i.e., it
@@ -640,7 +640,7 @@
specified by <code>code</code>.
</p>
- <table class="parameters"><tbody><tr><th>Parameter</th><th>Type</th><th>Nullable</th><th>Optional</th><th>Description</th></tr><tr><td class="prmName">code</td><td class="prmType"><code>DOMString</code></td><td class="prmNullFalse"><span>✘</span></td><td class="prmOptFalse"><span>✘</span></td><td class="prmDesc">The code for the key, as defined in [<a href="https://dvcs.w3.org/hg/dom3events/raw-file/tip/html/D3E-code-final.html">DOM Level 3 KeyboardEvent code Values</a>].
+ <table class="parameters"><tbody><tr><th>Parameter</th><th>Type</th><th>Nullable</th><th>Optional</th><th>Description</th></tr><tr><td class="prmName">code</td><td class="prmType"><code>DOMString</code></td><td class="prmNullFalse"><span>✘</span></td><td class="prmOptFalse"><span>✘</span></td><td class="prmDesc">The code for the key, as defined in the [<a href="http://www.w3.org/TR/DOM-Level-3-Events-code/">DOM Level 3 KeyboardEvent code Values</a>] spec.
</td></tr><tr><td class="prmName">locale</td><td class="prmType"><code>DOMString</code></td><td class="prmNullFalse"><span>✘</span></td><td class="prmOptTrue"><span>✔</span></td><td class="prmDesc">
<p>If specified, this should be a [<cite><a class="bibref" href="#bib-BCP47">BCP47</a></cite>] tag (like 'en-US') that identifies the
keyboard layout in which to interpret the <code>code</code> parameter.<br />
--- a/source_respec.htm Tue Jun 10 09:16:14 2014 -0700
+++ b/source_respec.htm Tue Jun 10 11:02:14 2014 -0700
@@ -85,7 +85,7 @@
match the value printed on the <em>keycap</em> (the cap placed over the key switch) on the keyboard.
</p>
<p>This method is intended to be used primarily for the
- <em><a href="https://dvcs.w3.org/hg/dom3events/raw-file/tip/html/D3E-code-final.html#key-alphanumeric-writing-system">writing system keys</a></em> because the values
+ <em><a href="http://www.w3.org/TR/DOM-Level-3-Events-code/#key-alphanumeric-writing-system">writing system keys</a></em> because the values
generated by these keys vary based on the current keyboard locale. For keys not classified as
<em>writing system</em> keys or for keys that do not generate printable characters,
this function returns the <code>code</code> for the key (i.e., it
@@ -100,7 +100,7 @@
</p>
<dl class="parameters">
<dt>DOMString code</dt>
- <dd>The code for the key, as defined in [<a href="https://dvcs.w3.org/hg/dom3events/raw-file/tip/html/D3E-code-final.html">DOM Level 3 KeyboardEvent code Values</a>].
+ <dd>The code for the key, as defined in the [<a href="http://www.w3.org/TR/DOM-Level-3-Events-code/">DOM Level 3 KeyboardEvent code Values</a>] spec.
</dd>
<dt>optional DOMString locale</dt>
<dd>