added ISO-9995 citation
authorschepers
Sat, 29 Aug 2009 16:12:46 +0900
changeset 164 b6483e4159f6
parent 163 164589d2d0ff
child 165 5b212c2ec3ae
added ISO-9995 citation
html/DOM3-Events.html
--- a/html/DOM3-Events.html	Sat Aug 29 15:13:31 2009 +0900
+++ b/html/DOM3-Events.html	Sat Aug 29 16:12:46 2009 +0900
@@ -119,7 +119,7 @@
         </dd>
         <dt>Previous version:</dt>
         <dd>
-          <a href="http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.54">http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.54</a>
+          <a href="http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.55">http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.55</a>
         </dd>
       </dl>
       <dl>
@@ -3542,7 +3542,7 @@
             <p>The physical layout of the keys may be of interest to authors developing games or other applications wherein the location of the keys has an ergonomic relationship as the desired user interface controls, with little or no attention paid to the representational value of the key itself.  For example, many games may use the keys <code class="value">'A'</code>, <code class="value">'S'</code>, <code class="value">'D'</code>, and <code class="value">'W'</code> for <code class="value">'left'</code>, <code class="value">'down'</code>, <code class="value">'right'</code>, and <code class="value">'up'</code> respectively.  Authors should provide a means for the user to assign the controller keys to a custom setting appropriate to their keyboard configurations.</p>
 
             <h5 id="keyboard-desktop" class="adiv2">6.1.1.1 Desktop and Laptop Keyboards</h5>
-            <p>In the case where an author wishes to rely on the mechanical layout of a desktop or laptop keyboard, this specification recommends the keyboard configuration specified in ISO/IEC-9995-3-FCD:2009A as a common layout appropriate to some international uses.</p>
+            <p>In the case where an author wishes to rely on the mechanical layout of a desktop or laptop keyboard, this specification suggests the keyboard configuration specified in ISO/IEC 9995-3-FCD:2009A [<cite><a class="noxref informative" href="#references-ISO-9995-3">ISO-9995-3</a></cite>] as a common layout appropriate to some international uses.</p>
 
             <p class="note"><strong>Note:</strong> This keyboard layout is still, in essence, a QWERTY keyboard, and will not match the keyboards or configurations of many users.  Authors cannot rely upon any particular configuration, and should create content in an internationalized and localizable manner.</p>
 
@@ -3554,7 +3554,7 @@
             </div>
 
             <h5 id="keyboard-mobile" class="adiv2">6.1.1.2 Mobile Keypads</h5>
-            <p>In the case where an author wishes to rely on the mechanical layout of a mobile keypad, this specification recommends the keyboard configuration specified in ISO/IEC 9995-8:2006 as a common layout appropriate to some international uses.</p>
+            <p>In the case where an author wishes to rely on the mechanical layout of a mobile keypad, this specification suggests the keyboard configuration specified in ISO/IEC 9995-8:2006 [<cite><a class="noxref informative" href="#references-ISO-9995-8">ISO-9995-8</a></cite>] as a common layout appropriate to some international uses.</p>
 
             <p class="note"><strong>Note:</strong> This keypad layout, and in particular the distribution of letters is for Western devices, and will not match the keypads or configurations of many users.  Authors cannot rely upon any particular configuration, and should create content in an internationalized and localizable manner.</p>
 
@@ -3806,7 +3806,7 @@
           </div>
           <!-- div2 KeySet-intro -->
           <div class="div2">
-            <h3 id="keyset-keyidentifiers" class="adiv2">6.3 Key identifiers set</h3>
+            <h3 id="keyset-keyidentifiers" class="adiv2">6.3 Key Identifiers</h3>
 
             <div class="div3">
               <h4 id="keyset-Guide" class="adiv3">6.3.1 Guidelines for defining key identifiers</h4>
@@ -7274,10 +7274,17 @@
             <strong>[<a id="references-HTML40">HTML 4.01</a>]</strong>
           </dt>
           <dd><cite><a href="http://www.w3.org/TR/1999/REC-html401-19991224/">HTML 4.01 Specification</a></cite>, D. Raggett, A. Le Hors, and I. Jacobs, Editors. World Wide Web Consortium, December 1999. This version of the HTML 4.01 Recommendation is http://www.w3.org/TR/1999/REC-html401-19991224. The <a class="normative" href="http://www.w3.org/TR/html4">latest version of HTML 4</a> is available at http://www.w3.org/TR/html4.</dd>
-          <dt>
-            <strong>[<a id="references-KeyEvent">KeyEvent for Java</a>]</strong>
-          </dt>
+
+          <dt><strong>[<a id="references-ISO-9995-3">ISO9995-3</a>]</strong></dt>
+          <dd><cite><a href="http://www.iso.org/iso/search.htm?qt=9995&published=on">ISO/IEC 9995-3:2009A, Information technology -- Keyboard layouts for text and office systems -- Part 3: Complementary layouts of the alphanumeric zone of the alphanumeric section.</a></cite></dd>
+
+          <dt><strong>[<a id="references-ISO-9995-8">ISO9995-8</a>]</strong></dt>
+          <dd><cite><a href="http://www.iso.org/iso/search.htm?qt=9995&published=on">ISO/IEC 9995-8:2006, Information technology -- Keyboard layouts for text and office systems -- Part 8: Allocation of letters to the keys of a numeric keypad.</a></cite></dd>
+
+          <dt><strong>[<a id="references-KeyEvent">KeyEvent for Java</a>]</strong></dt>
           <dd><cite><a href="http://java.sun.com/j2se/1.4.2/docs/api/java/awt/event/KeyEvent.html">Java 2 SDK, Standard Edition Documentation, Version 1.4.2, Class java.awt.events.KeyEvent</a></cite>. Sun Microsystems. Available at http://java.sun.com/j2se/1.4.2/docs/api/java/awt/event/KeyEvent.html.</dd>
+
+
           <dt>
             <strong>[<a id="references-Keys">Keys enumeration for .Net</a>]</strong>
           </dt>