- From: poot <cvsmail@w3.org>
- Date: Mon, 11 Jan 2010 20:25:28 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Require the label='' attribute on <command>, since without it the element is essentially useless. (whatwg r4575) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3651&r2=1.3652&f=h http://html5.org/tools/web-apps-tracker?from=4574&to=4575 =================================================================== 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:57 UTC