Skip to content

Commit

Permalink
[giow] (1) Try to be more compatible in <fieldset> rendering rules.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Hixie committed Apr 14, 2014
1 parent 9775208 commit 997399b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions complete.html
Expand Up @@ -97163,6 +97163,7 @@ <h4 id=the-fieldset-and-legend-elements><span class=secno>14.3.13 </span>The <co
margin-left: 2px; margin-right: 2px;
border: groove 2px ThreeDFace;
padding: 0.35em 0.625em 0.75em;
min-width: min-content;
}

legend {
Expand Down
1 change: 1 addition & 0 deletions index
Expand Up @@ -97163,6 +97163,7 @@ fieldset {
margin-left: 2px; margin-right: 2px;
border: groove 2px ThreeDFace;
padding: 0.35em 0.625em 0.75em;
min-width: min-content;
}

legend {
Expand Down
1 change: 1 addition & 0 deletions source
Expand Up @@ -108241,6 +108241,7 @@ fieldset {
margin-left: 2px; margin-right: 2px;
border: groove 2px ThreeDFace;
padding: 0.35em 0.625em 0.75em;
min-width: min-content;
}

legend {
Expand Down

0 comments on commit 997399b

Please sign in to comment.