@@ -4515,29 +4515,28 @@ Changes</h2>
45154515<h3 class=no-num id="changes-recent">
45164516Recent Changes</h3>
45174517
4518- Changes since the <a href="https://www.w3.org/TR/2018/WD-css-values-4-20181010/">10 October 2018 Working Draft</a> consist of
4519- synchronizing with the <a href="https://www.w3.org/TR/2019/CR-css-values-3-20190131/#changes">recent changes in CSS Level 3</a> .
4520-
4521- Changes since the <a href="https://www.w3.org/TR/2018/WD-css-values-4-20180814/">14 August 2018 Working Draft</a> :
4522-
4523- <ul>
4524- <li> Added rules for interpolation per value type, and clarified computed values.
4525- </ul>
4526-
45274518<h3 class=no-num id="additions-L3">
45284519Additions Since Level 3</h3>
45294520
45304521 Changes since <a href="http://www.w3.org/TR/css-values-3/">CSS Values and Units Level 3</a> :
45314522
45324523 <ul>
4524+ <li> Added rules for interpolation per value type,
4525+ and their clarified computed values.
4526+ <li> Defined the <<dashed-ident>> type.
4527+ <li> Added ''src()'' to the <<url>> type.
45334528 <li> Added the ''vi'' , ''vb'' , ''ic'' , ''cap'' , ''lh'' and ''rlh'' units.
4534- <li> Added ''min()'' , ''max()'' , and ''clamp()'' functional notations.
4535- <li> Added unit arithmetic to ''calc()'' .
4536- <li> Added ''toggle()'' (punted from level 3 originally).
4537- <li> Added [[#calc-type-checking|unit algebra]] ,
4538- cribbing from [[css-typed-om-1]] .
4529+ <li> Added ''min()'' , ''max()'' , and ''clamp()''
4530+ [[#comp-func|comparison functions]] .
4531+ <li> Added ''round()'' , ''mod()'' , ''rem()'' , ''sin()'' , ''cos()'' , ''tan()'' , ''asin()'' , ''acos()'' , ''atan()'' , ''atan2()'' , ''pow()'' , ''sqrt()'' , ''hypot()'' , ''log()'' , ''exp()'' , ''abs()'' , ''sign()''
4532+ math functions.
4533+ <li> Added ''e'' , ''pi'' , ''infinity'' , ''-infinity'' , ''NaN''
4534+ constants for use in ''calc()'' .
4535+ <li> Added [[#calc-type-checking|unit algebra]] to ''calc()'' ,
4536+ allowing multiplication and division of [=dimensions=] .
4537+ <li> Added back ''toggle()'' (punted from level 3 originally).
45394538 <li> A non-integer in a calc() automatically rounds to the nearest integer
4540- when used where an <<integer>> is required.
4539+ when used where an <<integer>> is required.
45414540 <li> Defined [[#calc-serialize|serialization]] of [=math functions=] .
45424541 </ul>
45434542
0 commit comments