File tree 1 file changed +2
-1
lines changed 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -757,7 +757,7 @@ Shapes from Box Values</h2>
757
757
If the ratio of <code> border-radius/margin</code> is less than 1,
758
758
and margin is positive,
759
759
then the margin box corner radius is
760
- <code> border-radius + ( margin * (1 + (ratio-1)^3) )</code> .
760
+ <code> border-radius + margin * (1 + (ratio-1)^3)</code> .
761
761
762
762
The <dfn value for="<shape-box>, shape-outside">border-box</dfn> value defines the shape
763
763
enclosed by the outside border edge.
@@ -1116,6 +1116,7 @@ Since <a href="https://www.w3.org/TR/2014/CR-css-shapes-1-20140320/">March 20th
1116
1116
<li> Moved path() back from level 2</li>
1117
1117
<li> Added handling of negative margins for margin-box</li>
1118
1118
<li> Added clarifications to shape-margin examples</li>
1119
+ <li> Added margin=0 case for margin-box shape</li>
1119
1120
</ul>
1120
1121
1121
1122
<h3 class="no-num" id="20140211">
You can’t perform that action at this time.
0 commit comments