File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 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>
757757 If the ratio of <code> border-radius/margin</code> is less than 1,
758758 and margin is positive,
759759 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> .
761761
762762 The <dfn value for="<shape-box>, shape-outside">border-box</dfn> value defines the shape
763763 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
11161116 <li> Moved path() back from level 2</li>
11171117 <li> Added handling of negative margins for margin-box</li>
11181118 <li> Added clarifications to shape-margin examples</li>
1119+ <li> Added margin=0 case for margin-box shape</li>
11191120 </ul>
11201121
11211122<h3 class="no-num" id="20140211">
You can’t perform that action at this time.
0 commit comments