Skip to content

Commit

Permalink
[] (0) This was a bit vague. Make it clearer that the key on its own …
Browse files Browse the repository at this point in the history
…is fine (as suggested by the examples).

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13565

git-svn-id: http://svn.whatwg.org/webapps@6466 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 16, 2011
1 parent 6436fc8 commit e2533c3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
12 changes: 6 additions & 6 deletions complete.html
Expand Up @@ -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 &mdash; Last Updated 15 August 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>
Expand Down Expand Up @@ -71163,11 +71163,11 @@ <h4 id=processing-model-3><span class=secno>8.4.3 </span>Processing model</h4>
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>

Expand Down
12 changes: 6 additions & 6 deletions index
Expand Up @@ -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 &mdash; Last Updated 15 August 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>
Expand Down Expand Up @@ -71059,11 +71059,11 @@ interface <dfn id=navigatorstorageutils>NavigatorStorageUtils</dfn> {
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>

Expand Down
10 changes: 5 additions & 5 deletions source
Expand Up @@ -80966,11 +80966,11 @@ interface <dfn>NavigatorStorageUtils</dfn> {
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>

Expand Down

0 comments on commit e2533c3

Please sign in to comment.