html5/spec infrastructure.html,1.885,1.886 interactive-elements.html,1.872,1.873 spec.html,1.907,1.908

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

Modified Files:
	infrastructure.html interactive-elements.html spec.html 
Log Message:
typos that affect what commandType returns (whatwg r4882)

[updated by splitter]


Index: infrastructure.html
===================================================================
RCS file: /sources/public/html5/spec/infrastructure.html,v
retrieving revision 1.885
retrieving revision 1.886
diff -u -d -r1.885 -r1.886
--- infrastructure.html	27 Mar 2010 03:46:33 -0000	1.885
+++ infrastructure.html	29 Mar 2010 05:06:35 -0000	1.886
@@ -3495,9 +3495,9 @@
   doesn't fall into any of the above categories, then the getting and
   setting must be done in a transparent, case-preserving manner.</p>
 
-  <p>If a reflecting IDL attribute is a <a href="#boolean-attribute">boolean
-  attribute</a>, then on getting the IDL attribute must return true
-  if the attribute is set, and false if it is absent. On setting, the
+  <p>If a reflecting IDL attribute is a <code title="">boolean</code>
+  attribute, then on getting the IDL attribute must return true if the
+  content attribute is set, and false if it is absent. On setting, the
   content attribute must be removed if the IDL attribute is set to
   false, and must be set to have the same value as its name if the IDL
   attribute is set to true. (This corresponds to the rules for <a href="#boolean-attribute" title="boolean attribute">boolean content attributes</a>.)</p>

Index: interactive-elements.html
===================================================================
RCS file: /sources/public/html5/spec/interactive-elements.html,v
retrieving revision 1.872
retrieving revision 1.873
diff -u -d -r1.872 -r1.873
--- interactive-elements.html	17 Mar 2010 23:56:32 -0000	1.872
+++ interactive-elements.html	29 Mar 2010 05:06:35 -0000	1.873
@@ -3596,8 +3596,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>

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.907
retrieving revision 1.908
diff -u -d -r1.907 -r1.908
--- spec.html	29 Mar 2010 04:56:33 -0000	1.907
+++ spec.html	29 Mar 2010 05:06:35 -0000	1.908
@@ -307,7 +307,7 @@
    </dl><p>This specification is available in the following formats: 
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>.
-This is revision 1.3907.
+This is revision 1.3909.
    </p> 
    <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide

Received on Monday, 29 March 2010 05:06:39 UTC