hixie: typos that affect what commandType returns (whatwg r4882)

hixie: typos that affect what commandType returns (whatwg r4882)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3908&r2=1.3909&f=h
http://html5.org/tools/web-apps-tracker?from=4881&to=4882

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3908
retrieving revision 1.3909
diff -u -d -r1.3908 -r1.3909
--- Overview.html 29 Mar 2010 04:58:47 -0000 1.3908
+++ Overview.html 29 Mar 2010 05:04:40 -0000 1.3909
@@ -37547,8 +37547,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>

Received on Monday, 29 March 2010 05:05:20 UTC