[html5] r3201 - [] (0) Allow accesskey='' to be implied by UAs.
whatwg at whatwg.org
whatwg at whatwg.org
Fri Jun 5 16:28:08 PDT 2009
Author: ianh
Date: 2009-06-05 16:28:06 -0700 (Fri, 05 Jun 2009)
New Revision: 3201
Modified:
index
source
Log:
[] (0) Allow accesskey='' to be implied by UAs.
Modified: index
===================================================================
--- index 2009-06-05 22:17:48 UTC (rev 3200)
+++ index 2009-06-05 23:28:06 UTC (rev 3201)
@@ -54452,8 +54452,8 @@
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
@@ -54481,10 +54481,13 @@
</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
<a href=#assigned-access-key>assigned access key</a> unless the <code title=attr-accesskey><a href=#the-accesskey-attribute>accesskey</a></code> content attribute is changed
Modified: source
===================================================================
--- source 2009-06-05 22:17:48 UTC (rev 3200)
+++ source 2009-06-05 23:28:06 UTC (rev 3201)
@@ -63814,8 +63814,8 @@
<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
@@ -63847,10 +63847,13 @@
</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>
<p>Once a user agent has selected and assigned an access key for an
More information about the Commit-Watchers
mailing list