Skip to content

Commit

Permalink
[e] (0) consistency (checkbox vs check box)
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11044

git-svn-id: http://svn.whatwg.org/webapps@5772 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 11, 2011
1 parent 38636c7 commit ced7587
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions complete.html
Expand Up @@ -1283,7 +1283,7 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
<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>
Expand Down Expand Up @@ -38029,7 +38029,7 @@ <h4 id=introduction-0><span class=secno>4.10.1 </span>Introduction</h4>
<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
Expand Down Expand Up @@ -87216,7 +87216,7 @@ <h4 id=the-input-element-as-a-color-well><span class=secno>14.4.7 </span>The <co

<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);

Expand All @@ -87226,7 +87226,7 @@ <h4 id=the-input-element-as-a-check-box-and-radio-button-widgets><span class=sec
<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
Expand Down
8 changes: 4 additions & 4 deletions index
Expand Up @@ -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>
Expand Down Expand Up @@ -38011,7 +38011,7 @@ the cell that corresponds to the values of the two dice.
<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
Expand Down Expand Up @@ -83186,7 +83186,7 @@ input[type=color] { binding: <i title="">input-color</i>; } /* <a href=#case-ins

<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);

Expand All @@ -83196,7 +83196,7 @@ input[type=radio] { binding: <i title="">input-radio</i>; } /* <a href=#case-ins
<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
Expand Down
6 changes: 3 additions & 3 deletions source
Expand Up @@ -42323,7 +42323,7 @@ the cell that corresponds to the values of the two dice.
<!--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
Expand Down Expand Up @@ -98810,7 +98810,7 @@ input[type=color] { binding: <i title="">input-color</i>; } /* <a href="#case-in

<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);

Expand All @@ -98822,7 +98822,7 @@ input[type=radio] { binding: <i title="">input-radio</i>; } /* <a href="#case-in
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
Expand Down

0 comments on commit ced7587

Please sign in to comment.