html5/spec Overview.html,1.3908,1.3909

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv24313

Modified Files:
	Overview.html 
Log Message:
typos that affect what commandType returns (whatwg r4882)

Index: Overview.html
===================================================================
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:04:45 UTC