Short URL: http://html5.org/r/5772
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 5772 | 11044 | consistency (checkbox vs check box) | 2011-01-11 20:34 |
Index: source =================================================================== --- source (revision 5771) +++ source (revision 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