[html5] r6466 - [] (0) This was a bit vague. Make it clearer that the key on its own is fine (as [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Aug 15 17:39:35 PDT 2011


Author: ianh
Date: 2011-08-15 17:39:33 -0700 (Mon, 15 Aug 2011)
New Revision: 6466

Modified:
   complete.html
   index
   source
Log:
[] (0) This was a bit vague. Make it clearer that the key on its own is fine (as suggested by the examples).
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13565

Modified: complete.html
===================================================================
--- complete.html	2011-08-15 21:55:05 UTC (rev 6465)
+++ complete.html	2011-08-16 00:39:33 UTC (rev 6466)
@@ -239,7 +239,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1>Web Applications 1.0</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 15 August 2011</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 16 August 2011</h2>
    </hgroup><dl><dt>Multiple-page version:</dt>
     <dd><a href=http://www.whatwg.org/specs/web-apps/current-work/complete/>http://www.whatwg.org/specs/web-apps/current-work/complete/</a></dd>
     <dt>One-page version:</dt>
@@ -71163,11 +71163,11 @@
      keyboard, then skip the remainder of these steps for this
      value.</li>
 
-     <li><p>If the user agent can find a combination of modifier keys
-     that, with the key that corresponds to the value given in the
-     attribute, can be used as a shortcut key, then the user agent may
-     assign that combination of keys as the element's <a href=#assigned-access-key>assigned
-     access key</a> and abort these steps.</li>
+     <li><p>If the user agent can find a mix of zero or more modifier
+     keys that, combined with the key that corresponds to the value
+     given in the attribute, can be used as the access key, then the
+     user agent may assign that combination of keys as the element's
+     <a href=#assigned-access-key>assigned access key</a> and abort these steps.</li>
 
     </ol></li>
 

Modified: index
===================================================================
--- index	2011-08-15 21:55:05 UTC (rev 6465)
+++ index	2011-08-16 00:39:33 UTC (rev 6466)
@@ -243,7 +243,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 15 August 2011</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 16 August 2011</h2>
    </hgroup><dl><dt><strong>Web developer edition</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -71059,11 +71059,11 @@
      keyboard, then skip the remainder of these steps for this
      value.</li>
 
-     <li><p>If the user agent can find a combination of modifier keys
-     that, with the key that corresponds to the value given in the
-     attribute, can be used as a shortcut key, then the user agent may
-     assign that combination of keys as the element's <a href=#assigned-access-key>assigned
-     access key</a> and abort these steps.</li>
+     <li><p>If the user agent can find a mix of zero or more modifier
+     keys that, combined with the key that corresponds to the value
+     given in the attribute, can be used as the access key, then the
+     user agent may assign that combination of keys as the element's
+     <a href=#assigned-access-key>assigned access key</a> and abort these steps.</li>
 
     </ol></li>
 

Modified: source
===================================================================
--- source	2011-08-15 21:55:05 UTC (rev 6465)
+++ source	2011-08-16 00:39:33 UTC (rev 6466)
@@ -80966,11 +80966,11 @@
      keyboard, then skip the remainder of these steps for this
      value.</p></li>
 
-     <li><p>If the user agent can find a combination of modifier keys
-     that, with the key that corresponds to the value given in the
-     attribute, can be used as a shortcut key, then the user agent may
-     assign that combination of keys as the element's <span>assigned
-     access key</span> and abort these steps.</p></li>
+     <li><p>If the user agent can find a mix of zero or more modifier
+     keys that, combined with the key that corresponds to the value
+     given in the attribute, can be used as the access key, then the
+     user agent may assign that combination of keys as the element's
+     <span>assigned access key</span> and abort these steps.</p></li>
 
     </ol>
 




More information about the Commit-Watchers mailing list