[html5] r4575 - [ac] (0) Require the label='' attribute on <command>, since without it the eleme [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Jan 11 03:25:14 PST 2010
Author: ianh
Date: 2010-01-11 03:25:12 -0800 (Mon, 11 Jan 2010)
New Revision: 4575
Modified:
complete.html
index
source
Log:
[ac] (0) Require the label='' attribute on <command>, since without it the element is essentially useless.
Modified: complete.html
===================================================================
--- complete.html 2010-01-11 11:18:13 UTC (rev 4574)
+++ complete.html 2010-01-11 11:25:12 UTC (rev 4575)
@@ -42939,7 +42939,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>
+ 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>
<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
Modified: index
===================================================================
--- index 2010-01-11 11:18:13 UTC (rev 4574)
+++ index 2010-01-11 11:25:12 UTC (rev 4575)
@@ -42804,7 +42804,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>
+ 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>
<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
Modified: source
===================================================================
--- source 2010-01-11 11:18:13 UTC (rev 4574)
+++ source 2010-01-11 11:25:12 UTC (rev 4575)
@@ -47658,7 +47658,9 @@
</dl>
<p>The <dfn title="attr-command-label"><code>label</code></dfn>
- attribute gives the name of the command, as shown to the user.</p>
+ attribute gives the name of the command, as shown to the user. The
+ <code title="attr-command-label">label</code> attribute must be
+ specified and must have a value that is not the empty string.</p>
<p>The <dfn title="attr-command-title"><code>title</code></dfn>
attribute gives a hint describing the command, which might be shown
More information about the Commit-Watchers
mailing list