[html5] r4882 - [giow] (0) typos that affect what commandType returns
whatwg at whatwg.org
whatwg at whatwg.org
Sun Mar 28 22:04:36 PDT 2010
Author: ianh
Date: 2010-03-28 22:04:35 -0700 (Sun, 28 Mar 2010)
New Revision: 4882
Modified:
complete.html
index
source
Log:
[giow] (0) typos that affect what commandType returns
Modified: complete.html
===================================================================
--- complete.html 2010-03-29 04:58:41 UTC (rev 4881)
+++ complete.html 2010-03-29 05:04:35 UTC (rev 4882)
@@ -45472,8 +45472,8 @@
</dl><div class=impl>
<p>The <dfn id=dom-command-ro-commandtype title=dom-command-ro-commandType><code>commandType</code></dfn>
- attribute must return a string whose value is either "<code title="">command</code>", "<code title="">radio</code>", or "<code title="">checked</code>", depending on whether the <a href=#command-facet-type title=command-facet-Type>Type</a> of the command defined by the
- element is "command", "radio", or "checked" respectively. If the
+ attribute must return a string whose value is either "<code title="">command</code>", "<code title="">radio</code>", or "<code title="">checkbox</code>", depending on whether the <a href=#command-facet-type title=command-facet-Type>Type</a> of the command defined by the
+ element is "command", "radio", or "checkbox" respectively. If the
element does not define a command, it must return null.</p>
<p>The <dfn id=dom-command-ro-label title=dom-command-ro-label><code>label</code></dfn>
Modified: index
===================================================================
--- index 2010-03-29 04:58:41 UTC (rev 4881)
+++ index 2010-03-29 05:04:35 UTC (rev 4882)
@@ -45373,8 +45373,8 @@
</dl><div class=impl>
<p>The <dfn id=dom-command-ro-commandtype title=dom-command-ro-commandType><code>commandType</code></dfn>
- attribute must return a string whose value is either "<code title="">command</code>", "<code title="">radio</code>", or "<code title="">checked</code>", depending on whether the <a href=#command-facet-type title=command-facet-Type>Type</a> of the command defined by the
- element is "command", "radio", or "checked" respectively. If the
+ attribute must return a string whose value is either "<code title="">command</code>", "<code title="">radio</code>", or "<code title="">checkbox</code>", depending on whether the <a href=#command-facet-type title=command-facet-Type>Type</a> of the command defined by the
+ element is "command", "radio", or "checkbox" respectively. If the
element does not define a command, it must return null.</p>
<p>The <dfn id=dom-command-ro-label title=dom-command-ro-label><code>label</code></dfn>
Modified: source
===================================================================
--- source 2010-03-29 04:58:41 UTC (rev 4881)
+++ source 2010-03-29 05:04:35 UTC (rev 4882)
@@ -50489,9 +50489,9 @@
title="dom-command-ro-commandType"><code>commandType</code></dfn>
attribute must return a string whose value is either "<code
title="">command</code>", "<code title="">radio</code>", or "<code
- title="">checked</code>", depending on whether the <span
+ title="">checkbox</code>", depending on whether the <span
title="command-facet-Type">Type</span> of the command defined by the
- element is "command", "radio", or "checked" respectively. If the
+ element is "command", "radio", or "checkbox" respectively. If the
element does not define a command, it must return null.</p>
<p>The <dfn title="dom-command-ro-label"><code>label</code></dfn>
More information about the Commit-Watchers
mailing list