html5/spec Overview.html,1.2224,1.2225

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv25144

Modified Files:
	Overview.html 
Log Message:
No triggering hidden or disabled commands, oops. (whatwg r3066)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2224
retrieving revision 1.2225
diff -u -d -r1.2224 -r1.2225
--- Overview.html	3 May 2009 01:55:14 -0000	1.2224
+++ Overview.html	3 May 2009 05:37:47 -0000	1.2225
@@ -43515,8 +43515,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

Received on Sunday, 3 May 2009 05:38:01 UTC