[html5] r5772 - [e] (0) consistency (checkbox vs check box) Fixing http://www.w3.org/Bugs/Public [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Jan 11 12:34:09 PST 2011


Author: ianh
Date: 2011-01-11 12:34:07 -0800 (Tue, 11 Jan 2011)
New Revision: 5772

Modified:
   complete.html
   index
   source
Log:
[e] (0) consistency (checkbox vs check box)
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11044

Modified: complete.html
===================================================================
--- complete.html	2011-01-11 20:21:11 UTC (rev 5771)
+++ complete.html	2011-01-11 20:34:07 UTC (rev 5772)
@@ -1283,7 +1283,7 @@
      <li><a href=#the-input-element-as-domain-specific-widgets><span class=secno>14.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>14.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>14.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>14.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>14.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>14.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>14.4.10 </span>The <code>input</code> element as a button</a></li>
      <li><a href=#the-marquee-element-0><span class=secno>14.4.11 </span>The <code>marquee</code> element</a></li>
@@ -38029,7 +38029,7 @@
   <p><i>This section is non-normative.</i></p>
 
   <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
@@ -87216,7 +87216,7 @@
 
   <div class=impl>
 
-  <h4 id=the-input-element-as-a-check-box-and-radio-button-widgets><span class=secno>14.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>14.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);
 
@@ -87226,7 +87226,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

Modified: index
===================================================================
--- index	2011-01-11 20:21:11 UTC (rev 5771)
+++ index	2011-01-11 20:34:07 UTC (rev 5772)
@@ -1208,7 +1208,7 @@
      <li><a href=#the-input-element-as-domain-specific-widgets><span class=secno>12.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>12.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>12.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>12.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>12.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>12.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>12.4.10 </span>The <code>input</code> element as a button</a></li>
      <li><a href=#the-marquee-element-0><span class=secno>12.4.11 </span>The <code>marquee</code> element</a></li>
@@ -38011,7 +38011,7 @@
   <p><i>This section is non-normative.</i></p>
 
   <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
@@ -83186,7 +83186,7 @@
 
   <div class=impl>
 
-  <h4 id=the-input-element-as-a-check-box-and-radio-button-widgets><span class=secno>12.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>12.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);
 
@@ -83196,7 +83196,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

Modified: source
===================================================================
--- source	2011-01-11 20:21:11 UTC (rev 5771)
+++ source	2011-01-11 20:34:07 UTC (rev 5772)
@@ -42323,7 +42323,7 @@
   <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
 
   <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
@@ -98810,7 +98810,7 @@
 
   <div class="impl">
 
-  <h4>The <code>input</code> element as a check box and radio button widgets</h4>
+  <h4>The <code>input</code> element as a checkbox and radio button widgets</h4>
 
   <pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
 
@@ -98822,7 +98822,7 @@
   title="attr-input-type">type</code> attribute is in the <span
   title="attr-input-type-checkbox">Checkbox</span> 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>input</code> element whose <code




More information about the Commit-Watchers mailing list