[html5] r3066 - [] (0) No triggering hidden or disabled commands, oops.
whatwg at whatwg.org
whatwg at whatwg.org
Sat May 2 22:37:42 PDT 2009
Author: ianh
Date: 2009-05-02 22:37:40 -0700 (Sat, 02 May 2009)
New Revision: 3066
Modified:
index
source
Log:
[] (0) No triggering hidden or disabled commands, oops.
Modified: index
===================================================================
--- index 2009-05-03 01:55:08 UTC (rev 3065)
+++ index 2009-05-03 05:37:40 UTC (rev 3066)
@@ -48742,8 +48742,10 @@
<p>When the user presses the key combination corresponding to the
<a href=#assigned-access-key>assigned access key</a> for an element, if the element
- <a href=#concept-command title=concept-command>defines a command</a>, the user
- agent must trigger the <a href=#command-facet-action title=command-facet-Action>Action</a> of the command.</p>
+ <a href=#concept-command title=concept-command>defines a command</a>, and the
+ command's <a href=#command-facet-hiddenstate title=command-facet-HiddenState>Hidden
+ State</a> facet is false (visible), and the command's <a href=#command-facet-disabledstate title=command-facet-DisabledState>Disabled State</a> facet is
+ also false (enabled), then the user agent must trigger the <a href=#command-facet-action title=command-facet-Action>Action</a> of the command.</p>
<p>User agents may expose elements that have an <code title=attr-accesskey><a href=#the-accesskey-attribute>accesskey</a></code> attribute in other ways as
well, e.g. in a menu displayed in response to a specific key
Modified: source
===================================================================
--- source 2009-05-03 01:55:08 UTC (rev 3065)
+++ source 2009-05-03 05:37:40 UTC (rev 3066)
@@ -56861,8 +56861,11 @@
<p>When the user presses the key combination corresponding to the
<span>assigned access key</span> for an element, if the element
- <span title="concept-command">defines a command</span>, the user
- agent must trigger the <span
+ <span title="concept-command">defines a command</span>, and the
+ command's <span title="command-facet-HiddenState">Hidden
+ State</span> facet is false (visible), and the command's <span
+ title="command-facet-DisabledState">Disabled State</span> facet is
+ also false (enabled), then the user agent must trigger the <span
title="command-facet-Action">Action</span> of the command.</p>
<p>User agents may expose elements that have an <code
More information about the Commit-Watchers
mailing list