[html5] r7700 - [giow] (3) Match reality. Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id= [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Feb 6 15:06:24 PST 2013


Author: ianh
Date: 2013-02-06 15:06:23 -0800 (Wed, 06 Feb 2013)
New Revision: 7700

Modified:
   complete.html
   index
   source
Log:
[giow] (3) Match reality.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=18801
Affected topics: Rendering

Modified: complete.html
===================================================================
--- complete.html	2013-02-06 22:53:28 UTC (rev 7699)
+++ complete.html	2013-02-06 23:06:23 UTC (rev 7700)
@@ -95197,7 +95197,7 @@
 
   <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>

Modified: index
===================================================================
--- index	2013-02-06 22:53:28 UTC (rev 7699)
+++ index	2013-02-06 23:06:23 UTC (rev 7700)
@@ -95197,7 +95197,7 @@
 
   <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>

Modified: source
===================================================================
--- source	2013-02-06 22:53:28 UTC (rev 7699)
+++ source	2013-02-06 23:06:23 UTC (rev 7700)
@@ -110006,7 +110006,7 @@
 
   <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>




More information about the Commit-Watchers mailing list