Skip to content

Commit 2a6917f

Browse files
committed
[css-values-4] Filled in Changes section.
1 parent d96773b commit 2a6917f

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

css-values-4/Overview.bs

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2645,6 +2645,17 @@ Registration for the <code>about:invalid</code> URL scheme</h3>
26452645
</table>
26462646

26472647

2648+
<!--
2649+
████████ ████████ ██████
2650+
██ ██ ██ ██
2651+
██ ██ ██
2652+
██████ ██ ██
2653+
██ ██ ██
2654+
██ ██ ██ ██
2655+
████████ ██ ██████
2656+
-->
2657+
2658+
26482659
<h2 class="no-num" id="acknowledgments">
26492660
Acknowledgments</h2>
26502661

@@ -2666,8 +2677,14 @@ Changes</h2>
26662677

26672678
<ul>
26682679
<li>Added the ''vi'', ''vb'', ''ic'', ''cap'', ''lh'' and ''rlh'' units.
2669-
<li>Added ''min()'' and ''max()'' functional notations.
2680+
<li>Added ''min()'', ''max()'', and ''clamp()'' functional notations.
26702681
<li>Added unit arithmetic to ''calc()''.
2682+
<li>Added ''toggle()'' (punted from level 3 originally).
2683+
<li>Added [[#calc-type-checking|unit algebra]],
2684+
cribbing from [[css-typed-om-1]].
2685+
<li>A non-integer in a calc() automatically rounds to the nearest integer
2686+
when used where an <<integer>> is required.
2687+
<li>Defined [[#calc-serialize|serialization]] of [=math functions=].
26712688
</ul>
26722689

26732690
<h2 class="no-num" id="sec-pri">

0 commit comments

Comments
 (0)