Skip to content

Commit

Permalink
[giow] (3) Match reality.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=18801
Affected topics: Rendering

git-svn-id: http://svn.whatwg.org/webapps@7700 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 6, 2013
1 parent 78800e8 commit f9f8a8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -95197,7 +95197,7 @@ <h4 id=form-controls><span class=secno>14.3.10 </span>Form controls</h4>

<pre class=css>@namespace url(http://www.w3.org/1999/xhtml);

input { box-sizing: border-box; }</pre>
input:not([type=image]), textarea { box-sizing: border-box; }</pre>

<p>Each kind of form control is also given a specific default binding, as described in subsequent
sections, which implements the look and feel of the control.</p>
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -95197,7 +95197,7 @@ input[type="submit"], select, button {

<pre class=css>@namespace url(http://www.w3.org/1999/xhtml);

input { box-sizing: border-box; }</pre>
input:not([type=image]), textarea { box-sizing: border-box; }</pre>

<p>Each kind of form control is also given a specific default binding, as described in subsequent
sections, which implements the look and feel of the control.</p>
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -110006,7 +110006,7 @@ input[type="submit"], select, button {

<pre class="css">@namespace url(http://www.w3.org/1999/xhtml);

input { box-sizing: border-box; }</pre>
input:not([type=image]), textarea { box-sizing: border-box; }</pre>

<p>Each kind of form control is also given a specific default binding, as described in subsequent
sections, which implements the look and feel of the control.</p>
Expand Down

0 comments on commit f9f8a8b

Please sign in to comment.