[html5] r5582 - [e] (0) mention what <command> can be used for Fixing http://www.w3.org/Bugs/Pub [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Oct 5 14:48:15 PDT 2010


Author: ianh
Date: 2010-10-05 14:48:11 -0700 (Tue, 05 Oct 2010)
New Revision: 5582

Modified:
   complete.html
   index
   source
Log:
[e] (0) mention what <command> can be used for
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10915

Modified: complete.html
===================================================================
--- complete.html	2010-10-05 17:04:18 UTC (rev 5581)
+++ complete.html	2010-10-05 21:48:11 UTC (rev 5582)
@@ -49971,6 +49971,12 @@
   </dl><p>The <code><a href=#the-command>command</a></code> element represents a command that the user
   can invoke.</p>
 
+  <p>A command can be part of a context menu or toolbar, using the
+  <code><a href=#menus>menu</a></code> element, or can be put anywhere else in the page,
+  to define a keyboard shortcut.</p> <!-- in the future we'll also add
+  a command="" attribute to refer to a command, which can then be
+  defined anywhere -->
+
   <p>The <dfn id=attr-command-type title=attr-command-type><code>type</code></dfn>
   attribute indicates the kind of command: either a normal command
   with an associated action, or a state or option that can be toggled,

Modified: index
===================================================================
--- index	2010-10-05 17:04:18 UTC (rev 5581)
+++ index	2010-10-05 21:48:11 UTC (rev 5582)
@@ -49951,6 +49951,12 @@
   </dl><p>The <code><a href=#the-command>command</a></code> element represents a command that the user
   can invoke.</p>
 
+  <p>A command can be part of a context menu or toolbar, using the
+  <code><a href=#menus>menu</a></code> element, or can be put anywhere else in the page,
+  to define a keyboard shortcut.</p> <!-- in the future we'll also add
+  a command="" attribute to refer to a command, which can then be
+  defined anywhere -->
+
   <p>The <dfn id=attr-command-type title=attr-command-type><code>type</code></dfn>
   attribute indicates the kind of command: either a normal command
   with an associated action, or a state or option that can be toggled,

Modified: source
===================================================================
--- source	2010-10-05 17:04:18 UTC (rev 5581)
+++ source	2010-10-05 21:48:11 UTC (rev 5582)
@@ -55862,6 +55862,12 @@
   <p>The <code>command</code> element represents a command that the user
   can invoke.</p>
 
+  <p>A command can be part of a context menu or toolbar, using the
+  <code>menu</code> element, or can be put anywhere else in the page,
+  to define a keyboard shortcut.</p> <!-- in the future we'll also add
+  a command="" attribute to refer to a command, which can then be
+  defined anywhere -->
+
   <p>The <dfn title="attr-command-type"><code>type</code></dfn>
   attribute indicates the kind of command: either a normal command
   with an associated action, or a state or option that can be toggled,




More information about the Commit-Watchers mailing list