Skip to content

Commit

Permalink
[giow] (0) typos that affect what commandType returns
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@4882 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 29, 2010
1 parent d342c0d commit aabe337
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -45472,8 +45472,8 @@ <h4 id=commands><span class=secno>4.11.5 </span>Commands</h4>
</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>
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -45373,8 +45373,8 @@ interface <dfn>DataGridListener</dfn> {
</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>
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -50489,9 +50489,9 @@ interface <dfn>DataGridListener</dfn> {
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>
Expand Down

0 comments on commit aabe337

Please sign in to comment.