Skip to content

Commit 95cb85a

Browse files
committed
calc() can also be used for frequency etc., not just lengths
1 parent b0102fb commit 95cb85a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

css3-values/Overview.src.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ <h5>The 'vm' unit</h5>
480480

481481
<h4>The 'calc', 'min' and 'max' functions</h4>
482482

483-
<p>The <dfn>calc()</dfn>, <dfn>min()</dfn>, and <dfn>max()</dfn> functions can be used wherever length values are allowed.
483+
<p>The <dfn>calc()</dfn>, <dfn>min()</dfn>, and <dfn>max()</dfn> functions can be used wherever length, frequency, angle, time, or number values are allowed.
484484

485485

486486
<div class="example">
@@ -541,7 +541,6 @@ <h4>The 'calc', 'min' and 'max' functions</h4>
541541
min | max | "(" S* sum ")" S* ];
542542
</pre>
543543
-->
544-
545544
<p>Division by zero is a parse error.
546545

547546
<!--

0 commit comments

Comments
 (0)