Skip to content

Commit d5bd8d0

Browse files
committed
remove unnecessary parens
1 parent 9c1f513 commit d5bd8d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css-shapes-1/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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">

0 commit comments

Comments
 (0)