html5/spec Overview.html,1.4634,1.4635

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

Modified Files:
	Overview.html 
Log Message:
consistency (checkbox vs check box) (whatwg r5772)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4634
retrieving revision 1.4635
diff -u -d -r1.4634 -r1.4635
--- Overview.html	11 Jan 2011 20:21:16 -0000	1.4634
+++ Overview.html	11 Jan 2011 20:34:14 -0000	1.4635
@@ -1291,7 +1291,7 @@
      <li><a href="#the-input-element-as-domain-specific-widgets"><span class="secno">10.4.5 </span>The <code>input</code> element as domain-specific widgets</a></li>
      <li><a href="#the-input-element-as-a-range-control"><span class="secno">10.4.6 </span>The <code>input</code> element as a range control</a></li>
      <li><a href="#the-input-element-as-a-color-well"><span class="secno">10.4.7 </span>The <code>input</code> element as a color well</a></li>
-     <li><a href="#the-input-element-as-a-check-box-and-radio-button-widgets"><span class="secno">10.4.8 </span>The <code>input</code> element as a check box and radio button widgets</a></li>
+     <li><a href="#the-input-element-as-a-checkbox-and-radio-button-widgets"><span class="secno">10.4.8 </span>The <code>input</code> element as a checkbox and radio button widgets</a></li>
      <li><a href="#the-input-element-as-a-file-upload-control"><span class="secno">10.4.9 </span>The <code>input</code> element as a file upload control</a></li>
      <li><a href="#the-input-element-as-a-button"><span class="secno">10.4.10 </span>The <code>input</code> element as a button</a></li>
      <li><a href="#the-marquee-element-0"><span class="secno">10.4.11 </span>The <code>marquee</code> element</a></li>
@@ -29087,7 +29087,7 @@
     <tr><th scope="row"> Percentage of net sales
          <td> 11.6% <td> 12.3% <td> 12.6%
   </table><h3 id="forms"><span class="secno">4.10 </span>Forms</h3><h4 id="introduction-0"><span class="secno">4.10.1 </span>Introduction</h4><p><i>This section is non-normative.</i><p>A form is a component of a Web page that has form controls, such
-  as text fields, buttons, check boxes, range controls, or color
+  as text fields, buttons, checkboxes, range controls, or color
   pickers. A user can interact with such a form, providing data that
   can then be sent to the server for further processing (e.g.
   returning the results of a search or calculation). No client-side
@@ -64920,7 +64920,7 @@
 
   </div><div class="impl">
 
-  <h4 id="the-input-element-as-a-check-box-and-radio-button-widgets"><span class="secno">10.4.8 </span>The <code><a href="#the-input-element">input</a></code> element as a check box and radio button widgets</h4>
+  <h4 id="the-input-element-as-a-checkbox-and-radio-button-widgets"><span class="secno">10.4.8 </span>The <code><a href="#the-input-element">input</a></code> element as a checkbox and radio button widgets</h4>
 
   <pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
 
@@ -64930,7 +64930,7 @@
   <p>When the <i title="">input-checkbox</i> binding applies to an
   <code><a href="#the-input-element">input</a></code> element whose <code title="attr-input-type"><a href="#attr-input-type">type</a></code> attribute is in the <a href="#checkbox-state" title="attr-input-type-checkbox">Checkbox</a> state, the element
   is expected to render as an 'inline-block' box containing a single
-  check box control, with no label.</p>
+  checkbox control, with no label.</p>
 
   <p>When the <i title="">input-radio</i> binding applies to an
   <code><a href="#the-input-element">input</a></code> element whose <code title="attr-input-type"><a href="#attr-input-type">type</a></code> attribute is in the <a href="#radio-button-state" title="attr-input-type-radio">Radio Button</a> state, the element

Received on Tuesday, 11 January 2011 20:34:20 UTC