[html5] r5818 - [e] (0) RFC2119ify the "assigned access key" section Fixing http://www.w3.org/Bu [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Feb 3 12:35:09 PST 2011
Author: ianh
Date: 2011-02-03 12:35:08 -0800 (Thu, 03 Feb 2011)
New Revision: 5818
Modified:
complete.html
index
source
Log:
[e] (0) RFC2119ify the "assigned access key" section
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11279
Modified: complete.html
===================================================================
--- complete.html 2011-02-03 05:34:43 UTC (rev 5817)
+++ complete.html 2011-02-03 20:35:08 UTC (rev 5818)
@@ -67195,15 +67195,19 @@
<h4 id=processing-model-3><span class=secno>8.4.3 </span>Processing model</h4>
<p>An element's <dfn id=assigned-access-key>assigned access key</dfn> is a key combination
- derived from the element's <code title=attr-accesskey><a href=#the-accesskey-attribute>accesskey</a></code> content attribute as
- follows:</p>
+ derived from the element's <code title=attr-accesskey><a href=#the-accesskey-attribute>accesskey</a></code> content attribute.
+ Initially, an element must not have an <a href=#assigned-access-key>assigned access
+ key</a>.</p>
+ <p>Whenever an element's <code title=attr-accesskey><a href=#the-accesskey-attribute>accesskey</a></code> attribute is set, changed,
+ or removed, the user agent must update the element's <a href=#assigned-access-key>assigned
+ access key</a> by running the following steps:</p>
+
<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 <a href=#split-a-string-on-spaces title="split a string
- on spaces">split the attribute's value on spaces</a>, and let
- <var title="">keys</var> be the resulting tokens.</li>
+ <li><p>Otherwise, <a href=#split-a-string-on-spaces title="split a string on spaces">split the
+ attribute's value on spaces</a>, and let <var title="">keys</var> be the resulting tokens.</li>
<li>
Modified: index
===================================================================
--- index 2011-02-03 05:34:43 UTC (rev 5817)
+++ index 2011-02-03 20:35:08 UTC (rev 5818)
@@ -67203,15 +67203,19 @@
<h4 id=processing-model-3><span class=secno>8.4.3 </span>Processing model</h4>
<p>An element's <dfn id=assigned-access-key>assigned access key</dfn> is a key combination
- derived from the element's <code title=attr-accesskey><a href=#the-accesskey-attribute>accesskey</a></code> content attribute as
- follows:</p>
+ derived from the element's <code title=attr-accesskey><a href=#the-accesskey-attribute>accesskey</a></code> content attribute.
+ Initially, an element must not have an <a href=#assigned-access-key>assigned access
+ key</a>.</p>
+ <p>Whenever an element's <code title=attr-accesskey><a href=#the-accesskey-attribute>accesskey</a></code> attribute is set, changed,
+ or removed, the user agent must update the element's <a href=#assigned-access-key>assigned
+ access key</a> by running the following steps:</p>
+
<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 <a href=#split-a-string-on-spaces title="split a string
- on spaces">split the attribute's value on spaces</a>, and let
- <var title="">keys</var> be the resulting tokens.</li>
+ <li><p>Otherwise, <a href=#split-a-string-on-spaces title="split a string on spaces">split the
+ attribute's value on spaces</a>, and let <var title="">keys</var> be the resulting tokens.</li>
<li>
Modified: source
===================================================================
--- source 2011-02-03 05:34:43 UTC (rev 5817)
+++ source 2011-02-03 20:35:08 UTC (rev 5818)
@@ -76502,18 +76502,24 @@
<p>An element's <dfn>assigned access key</dfn> is a key combination
derived from the element's <code
- title="attr-accesskey">accesskey</code> content attribute as
- follows:</p>
+ title="attr-accesskey">accesskey</code> content attribute.
+ Initially, an element must not have an <span>assigned access
+ key</span>.</p>
+ <p>Whenever an element's <code
+ title="attr-accesskey">accesskey</code> attribute is set, changed,
+ or removed, the user agent must update the element's <span>assigned
+ access key</span> by running the following steps:</p>
+
<ol>
<li><p>If the element has no <code
title="attr-accesskey">accesskey</code> attribute, then skip to the
<i>fallback</i> step below.</p></li>
- <li><p>Otherwise, the user agent must <span title="split a string
- on spaces">split the attribute's value on spaces</span>, and let
- <var title="">keys</var> be the resulting tokens.</p></li>
+ <li><p>Otherwise, <span title="split a string on spaces">split the
+ attribute's value on spaces</span>, and let <var
+ title="">keys</var> be the resulting tokens.</p></li>
<li>
More information about the Commit-Watchers
mailing list