Remove links to nonexistent glossary terms. Add temp links to D3E-code spec.
authorGary Kacmarcik <garykac@google.com>
Tue, 10 Jun 2014 09:16:14 -0700
changeset 75 f7ab3cdd66e6
parent 74 343eb5da94af
child 76 5458b3acd918
Remove links to nonexistent glossary terms. Add temp links to D3E-code spec.
WD-UI-Events-20140612.html
source_respec.htm
--- a/WD-UI-Events-20140612.html	Tue Jun 10 08:55:55 2014 -0700
+++ b/WD-UI-Events-20140612.html	Tue Jun 10 09:16:14 2014 -0700
@@ -609,7 +609,7 @@
 <span class="idlMethod">    static <span class="idlMethType">DOMString</span> <span class="idlMethName"><a href="#widl-KeyboardEvent-queryLocale-DOMString">queryLocale</a></span> ();</span>
 };</span></pre><div id="attributes" class="section"><h4 id="h4_attributes"><span class="secno">3.1.1 </span>Attributes</h4><dl class="attributes"><dt id="widl-KeyboardEvent-locale"><code>locale</code> of type <span class="idlAttrType">DOMString</span>, readonly   </dt><dd>
                     <p>The <code>locale</code> <code>DOMString</code> attribute contains a [<cite><a class="bibref" href="#bib-BCP47">BCP47</a></cite>] tag indicating the locale for which the keyboard originating
-                        the event is configured, e.g. <code>&quot;en-US&quot;</code>. The <code>locale</code> <em class="rfc2119" title="MAY">MAY</em> be the <a class="def" href="#glossary-empty-string">empty string</a> when inapplicable
+                        the event is configured, e.g. <code>&quot;en-US&quot;</code>. The <code>locale</code> <em class="rfc2119" title="MAY">MAY</em> be the empty string when inapplicable
                         or unknown, e.g. when this information is not exposed by the underlying platform.</p>
 
                     <div class="note"><div class="note-title" id="h_note_1"><span>Note</span></div><p class=""><strong>Note:</strong> <code>locale</code> does not necessarily indicate the locale of the data or the context in which
@@ -617,7 +617,7 @@
                         will still indicate French.  Nor can it be used to definitively calculate the <q>physical</q> or <q>virtual</q> key associated with the event, or the character
                         printed on that key.</p></div>
 
-                    <p>The <a class="def" href="#glossary-un-initialized-value">un-initialized value</a> of this attribute <em class="rfc2119" title="MUST">MUST</em> be <code>&quot;&quot;</code> (the empty string).</p>
+                    <p>The un-initialized value of this attribute <em class="rfc2119" title="MUST">MUST</em> be <code>&quot;&quot;</code> (the empty string).</p>
                 </dd></dl></div><div id="methods" class="section"><h4 id="h4_methods"><span class="secno">3.1.2 </span>Methods</h4><dl class="methods"><dt id="widl-KeyboardEvent-queryKeyCap-DOMString-DOMString-code-DOMString-locale"><code>queryKeyCap</code>, static</dt><dd>
                     <p>Given a <code>code</code> corresponding to a key on a standard keyboard and a [<cite><a class="bibref" href="#bib-BCP47">BCP47</a></cite>] <code>locale</code>,
                        the <code>queryKeyCap</code> method returns the character that would be generated if that key were
@@ -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="#key-alphanumeric-writing-system">writing system keys</a></em> because the values
+                       <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
                        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 the <a href="#key-codes">Key Codes</a> section below.
+                <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>].
                         </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 08:55:55 2014 -0700
+++ b/source_respec.htm	Tue Jun 10 09:16: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="#key-alphanumeric-writing-system">writing system keys</a></em> because the values
+                       <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
                        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 the <a href="#key-codes">Key Codes</a> section below.
+                        <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>
                         <dt>optional DOMString locale</dt>
                         <dd>
@@ -115,7 +115,7 @@
                 <dt>readonly attribute DOMString locale</dt>
                 <dd>
                     <p>The <code>locale</code> <code>DOMString</code> attribute contains a [[!BCP47]] tag indicating the locale for which the keyboard originating
-                        the event is configured, e.g. <code>"en-US"</code>. The <code>locale</code> MAY be the <a class="def" href="#glossary-empty-string">empty string</a> when inapplicable
+                        the event is configured, e.g. <code>"en-US"</code>. The <code>locale</code> MAY be the empty string when inapplicable
                         or unknown, e.g. when this information is not exposed by the underlying platform.</p>
 
                     <p class="note"><strong>Note:</strong> <code>locale</code> does not necessarily indicate the locale of the data or the context in which
@@ -123,7 +123,7 @@
                         will still indicate French.  Nor can it be used to definitively calculate the <q>physical</q> or <q>virtual</q> key associated with the event, or the character
                         printed on that key.</p>
 
-                    <p>The <a class="def" href="#glossary-un-initialized-value">un-initialized value</a> of this attribute MUST be <code>""</code> (the empty string).</p>
+                    <p>The un-initialized value</a> of this attribute MUST be <code>""</code> (the empty string).</p>
                 </dd>
 
                 <dt>static DOMString queryLocale()</dt>