added prefatory material, cleaned up key value list
authorschepers
Tue, 17 May 2011 01:44:30 +0900
changeset 322 6bb05e3560c3
parent 321 f9d54dd45696
child 323 8c3422731898
added prefatory material, cleaned up key value list
html/DOM3-Events.html
--- a/html/DOM3-Events.html	Tue May 17 01:03:43 2011 +0900
+++ b/html/DOM3-Events.html	Tue May 17 01:44:30 2011 +0900
@@ -25,16 +25,16 @@
       </p>
       <h1 id="Overview-title">Document Object Model (DOM) Level 3 Events Specification</h1>
 <!-- @-->
-      <h2 id="Overview-W3C-doctype">W3C Editor's Draft <time datetime="2011-05-12">12 May 2011</time></h2>
+      <h2 id="Overview-W3C-doctype">W3C Editor's Draft <time datetime="2011-05-16">16 May 2011</time></h2>
       <dl>
         <dt>This version:</dt>
-        <dd><a href="http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.193">http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.193</a></dd>
+        <dd><a href="http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.196">http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.196</a></dd>
 
         <dt>Latest stable version:</dt>
         <dd><a href="http://www.w3.org/TR/DOM-Level-3-Events">http://www.w3.org/TR/DOM-Level-3-Events</a></dd>
 
         <dt>Previous version:</dt>
-        <dd><a href="http://dev.w3.org/cvsweb/~checkout~/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.192">http://dev.w3.org/cvsweb/~checkout~/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.192</a></dd>
+        <dd><a href="http://dev.w3.org/cvsweb/~checkout~/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.195">http://dev.w3.org/cvsweb/~checkout~/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.195</a></dd>
 
         <dt>Editor's Draft:</dt>
         <dd><a href="http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html">http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html</a></dd>
@@ -275,7 +275,12 @@
               </li>
               <li><a href="#keys-cancelable_keys">6.2.5 Default actions and cancelable keyboard events</a></li>
               <li><a href="#keys-Guide">6.2.6 Guidelines for selecting and defining key values</a></li>
-              <li><a href="#key-values">6.2.7 Key Values Set</a></li>
+              <li><a href="#key-values">6.2.7 Key Values Set</a>
+                <ul class="toc">
+                  <li><a href="#key-values-legend">6.2.7.1 Key Values Legend</a></li>
+                  <li><a href="#key-values-list">6.2.7.2 Key Values List</a></li>
+                </ul>
+              </li>
             </ul>
           </li>
         </ul>
@@ -5317,20 +5322,7 @@
           </div>
 
         </div>
-        
-        
-        
-        
-<!--         
-        
-        <a href="#events-KeyboardEvent-char">char</a> attribute
-        <a href="#events-KeyboardEvent-key">key</a> attribute
-        <a href="#events-KeyboardEvent-supplemental-keyCode">keycode</a> attribute
-        
-        
-        
-         -->
-        
+                
 
         <div>
           <h4><a id="key-values" href="#key-values">6.2.7 Key Values Set</a></h4>
@@ -5361,19 +5353,23 @@
             </ul>
           </div>
           
-          <h5 id="key-values-legend">Legend for the following list:</h5>
+          <h5 id="key-values-legend">6.2.7.1 Key Values Legend</h5>
+          <p>In the <a href="#key-values-list">Key Values List</a>, the following conventions apply:</p>
           <ul>
             <li>Key values are denoted with a <code class="value keyname">blue background</code>, and are the first term in a set</li>
             <li>Character values, where present, are denoted with a <code class="value charval">green background</code>, and follow the key value.</li>
           </ul>
           
-          <div id="key-values-list">
+          
+          <h5 id="key-values-list">6.2.7.2 Key Values List</h5>
+          <p>The following list contains the normative list of key values, their character values (where applicable), a non-normative description of typical usage, and a non-normative categorization.</p>
+          <div>
             <table class="data-table" id="table-key-values" summary="">
               <tr>
                 <th>Key</th>
                 <th>Char</th>
-                <th>Typical Usage</th>
-                <th>Category</th>
+                <th>Typical Usage (Informative)</th>
+                <th>Category (Informative)</th>
               </tr>
 
               <tr>
@@ -5385,13 +5381,7 @@
               <tr>
                 <td><code id="key-Again" class="value keyname">'Again'</code></td>
                 <td> </td>
-                <td>The Again key.</td>
-                <td class="category"> </td>
-              </tr>
-              <tr>
-                <td><code id="key-Apps" class="value keyname">'Apps'</code></td>
-                <td> </td>
-                <td>The Application key.</td>
+                <td>The Again key, to redo or repeat an action.</td>
                 <td class="category"> </td>
               </tr>
               <tr>