- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 11 Jan 2010 11:25:22 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv409
Modified Files:
Overview.html
Log Message:
Require the label='' attribute on <command>, since without it the element is essentially useless. (whatwg r4575)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3651
retrieving revision 1.3652
diff -u -d -r1.3651 -r1.3652
--- Overview.html 11 Jan 2010 11:19:51 -0000 1.3651
+++ Overview.html 11 Jan 2010 11:25:19 -0000 1.3652
@@ -35433,7 +35433,9 @@
<dd><p>The element <a href="#represents">represents</a> a selection of one item from a list of items.</dd>
</dl><p>The <dfn id="attr-command-label" title="attr-command-label"><code>label</code></dfn>
- attribute gives the name of the command, as shown to the user.<p>The <dfn id="attr-command-title" title="attr-command-title"><code>title</code></dfn>
+ attribute gives the name of the command, as shown to the user. The
+ <code title="attr-command-label"><a href="#attr-command-label">label</a></code> attribute must be
+ specified and must have a value that is not the empty string.<p>The <dfn id="attr-command-title" title="attr-command-title"><code>title</code></dfn>
attribute gives a hint describing the command, which might be shown
to the user to help him.<p>The <dfn id="attr-command-icon" title="attr-command-icon"><code>icon</code></dfn>
attribute gives a picture that represents the command. If the
Received on Monday, 11 January 2010 11:25:23 UTC