- From: poot <cvsmail@w3.org>
- Date: Sat, 1 Aug 2009 18:30:55 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Remove text that was referring to command=''. (whatwg r3519)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2716&r2=1.2717&f=h
http://html5.org/tools/web-apps-tracker?from=3518&to=3519
===================================================================
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:31:38 UTC