[html5] r8576 - [giow] (1) Try to be more compatible in <fieldset> rendering rules. Fixing https [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Apr 14 16:21:57 PDT 2014


Author: ianh
Date: 2014-04-14 16:21:54 -0700 (Mon, 14 Apr 2014)
New Revision: 8576

Modified:
   complete.html
   index
   source
Log:
[giow] (1) Try to be more compatible in <fieldset> rendering rules.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24961
Affected topics: Rendering

Modified: complete.html
===================================================================
--- complete.html	2014-04-14 21:53:07 UTC (rev 8575)
+++ complete.html	2014-04-14 23:21:54 UTC (rev 8576)
@@ -97163,6 +97163,7 @@
   margin-left: 2px; margin-right: 2px;
   border: groove 2px ThreeDFace;
   padding: 0.35em 0.625em 0.75em;
+  min-width: min-content;
 }
 
 legend {

Modified: index
===================================================================
--- index	2014-04-14 21:53:07 UTC (rev 8575)
+++ index	2014-04-14 23:21:54 UTC (rev 8576)
@@ -97163,6 +97163,7 @@
   margin-left: 2px; margin-right: 2px;
   border: groove 2px ThreeDFace;
   padding: 0.35em 0.625em 0.75em;
+  min-width: min-content;
 }
 
 legend {

Modified: source
===================================================================
--- source	2014-04-14 21:53:07 UTC (rev 8575)
+++ source	2014-04-14 23:21:54 UTC (rev 8576)
@@ -108241,6 +108241,7 @@
   margin-left: 2px; margin-right: 2px;
   border: groove 2px ThreeDFace;
   padding: 0.35em 0.625em 0.75em;
+  min-width: min-content;
 }
 
 legend {




More information about the Commit-Watchers mailing list