Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[] (0) Allow accesskey='' to be implied by UAs.
git-svn-id: http://svn.whatwg.org/webapps@3201 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 5, 2009
1 parent 781cc7b commit fb3c8c7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
13 changes: 8 additions & 5 deletions index
Expand Up @@ -54452,8 +54452,8 @@ at the first element with the given ID must be treated as if it was cloned and r
derived from the element's <code title=attr-accesskey><a href=#the-accesskey-attribute>accesskey</a></code> content attribute as
follows:</p>

<ol><li><p>If the element has no <code title=attr-accesskey><a href=#the-accesskey-attribute>accesskey</a></code> attribute, then the element
has no <a href=#assigned-access-key>assigned access key</a>.</li>
<ol><li><p>If the element has no <code title=attr-accesskey><a href=#the-accesskey-attribute>accesskey</a></code> attribute, then skip to the
<i>fallback</i> step below.</li>

<li><p>Otherwise, the user agent must must <a href=#split-a-string-on-spaces title="split a
string on spaces">split the attribute's value on spaces</a>, and
Expand Down Expand Up @@ -54481,9 +54481,12 @@ at the first element with the given ID must be treated as if it was cloned and r

</ol></li>

<li><p>If none of the values (if any) result in an access key being
assigned, then the element has no <a href=#assigned-access-key>assigned access
key</a>.</li>
<li><p><i>Fallback</i>: Optionally, the user agent may assign a key
combination of its chosing as the element's <a href=#assigned-access-key>assigned access
key</a> and then abort these steps.</li>

<li><p>If this step is reached, the element has no <a href=#assigned-access-key>assigned
access key</a>.</li>

</ol><p>Once a user agent has selected and assigned an access key for an
element, the user agent should not change the element's
Expand Down
13 changes: 8 additions & 5 deletions source
Expand Up @@ -63814,8 +63814,8 @@ at the first element with the given ID must be treated as if it was cloned and r
<ol>

<li><p>If the element has no <code
title="attr-accesskey">accesskey</code> attribute, then the element
has no <span>assigned access key</span>.</p></li>
title="attr-accesskey">accesskey</code> attribute, then skip to the
<i>fallback</i> step below.</p></li>

<li><p>Otherwise, the user agent must must <span title="split a
string on spaces">split the attribute's value on spaces</span>, and
Expand Down Expand Up @@ -63847,9 +63847,12 @@ at the first element with the given ID must be treated as if it was cloned and r

</li>

<li><p>If none of the values (if any) result in an access key being
assigned, then the element has no <span>assigned access
key</span>.</p></li>
<li><p><i>Fallback</i>: Optionally, the user agent may assign a key
combination of its chosing as the element's <span>assigned access
key</span> and then abort these steps.</p></li>

<li><p>If this step is reached, the element has no <span>assigned
access key</span>.</p></li>

</ol>

Expand Down

0 comments on commit fb3c8c7

Please sign in to comment.