- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 01 Aug 2009 09:30:34 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv1303
Modified Files:
Overview.html
Log Message:
Remove text that was referring to command=''. (whatwg r3519)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2716
retrieving revision 1.2717
diff -u -d -r1.2716 -r1.2717
--- Overview.html 1 Aug 2009 09:15:15 -0000 1.2716
+++ Overview.html 1 Aug 2009 09:30:31 -0000 1.2717
@@ -35755,10 +35755,10 @@
and tool bars">rebuilding</a> the menu.</p>
</div><h4 id="commands"><span class="secno">4.11.6 </span>Commands</h4><p>A <dfn id="concept-command" title="concept-command">command</dfn> is the abstraction
- behind menu items, buttons, and links. Once a command is defined,
- other parts of the interface can refer to the same command, allowing
- many access points to a single feature to share aspects such as the
- disabled state.<p id="facets">Commands are defined to have the following
+ behind menu items, buttons, and links.<!--v2COMMAND: Once a command
+ is defined, other parts of the interface can refer to the same
+ command, allowing many access points to a single feature to share
+ aspects such as the disabled state.--><p id="facets">Commands are defined to have the following
<dfn id="concept-facet" title="concept-facet">facets</dfn>:<dl><dt><dfn id="command-facet-type" title="command-facet-Type">Type</dfn></dt>
<dd>The kind of command: "command", meaning it is a normal command;
Received on Saturday, 1 August 2009 09:30:46 UTC