Skip to content

Commit 997399b

Browse files
committed
[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 git-svn-id: http://svn.whatwg.org/webapps@8576 340c8d12-0b0e-0410-8428-c7bf67bfef74
1 parent 9775208 commit 997399b

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

complete.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97163,6 +97163,7 @@ <h4 id=the-fieldset-and-legend-elements><span class=secno>14.3.13 </span>The <co
9716397163
margin-left: 2px; margin-right: 2px;
9716497164
border: groove 2px ThreeDFace;
9716597165
padding: 0.35em 0.625em 0.75em;
97166+
min-width: min-content;
9716697167
}
9716797168

9716897169
legend {

index

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97163,6 +97163,7 @@ fieldset {
9716397163
margin-left: 2px; margin-right: 2px;
9716497164
border: groove 2px ThreeDFace;
9716597165
padding: 0.35em 0.625em 0.75em;
97166+
min-width: min-content;
9716697167
}
9716797168

9716897169
legend {

source

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108241,6 +108241,7 @@ fieldset {
108241108241
margin-left: 2px; margin-right: 2px;
108242108242
border: groove 2px ThreeDFace;
108243108243
padding: 0.35em 0.625em 0.75em;
108244+
min-width: min-content;
108244108245
}
108245108246

108246108247
legend {

0 commit comments

Comments
 (0)