[html5] r7526 - [giow] (3) controls with box-sizing: border-box in standards mode Fixing https:/ [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Nov 22 14:46:45 PST 2012
Author: ianh
Date: 2012-11-22 14:46:44 -0800 (Thu, 22 Nov 2012)
New Revision: 7526
Modified:
complete.html
index
source
Log:
[giow] (3) controls with box-sizing: border-box in standards mode
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=18801
Affected topics: Rendering
Modified: complete.html
===================================================================
--- complete.html 2012-11-22 22:44:28 UTC (rev 7525)
+++ complete.html 2012-11-22 22:46:44 UTC (rev 7526)
@@ -99072,8 +99072,12 @@
}
textarea { white-space: pre-wrap; }
-</pre>
+input[type="radio"], input[type="checkbox"], input[type="reset"], input[type="button"],
+input[type="submit"], select, button {
+ box-sizing: border-box;
+}</pre>
+
<p>In <a href=#quirks-mode>quirks mode</a>, the following rules are also
expected to apply:</p>
Modified: index
===================================================================
--- index 2012-11-22 22:44:28 UTC (rev 7525)
+++ index 2012-11-22 22:46:44 UTC (rev 7526)
@@ -99072,8 +99072,12 @@
}
textarea { white-space: pre-wrap; }
-</pre>
+input[type="radio"], input[type="checkbox"], input[type="reset"], input[type="button"],
+input[type="submit"], select, button {
+ box-sizing: border-box;
+}</pre>
+
<p>In <a href=#quirks-mode>quirks mode</a>, the following rules are also
expected to apply:</p>
Modified: source
===================================================================
--- source 2012-11-22 22:44:28 UTC (rev 7525)
+++ source 2012-11-22 22:46:44 UTC (rev 7526)
@@ -114848,8 +114848,12 @@
}
textarea { white-space: pre-wrap; }
-</pre>
+input[type="radio"], input[type="checkbox"], input[type="reset"], input[type="button"],
+input[type="submit"], select, button {
+ box-sizing: border-box;
+}</pre>
+
<p>In <span>quirks mode</span>, the following rules are also
expected to apply:</p>
More information about the Commit-Watchers
mailing list