Skip to content

Commit 2634aeb

Browse files
committed
[css-values] Put reference to previous versions in a note.
1 parent 8148355 commit 2634aeb

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

css-values-4/Overview.bs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1750,14 +1750,15 @@ Type Checking</h4>
17501750
as specified in [[#calc-range]].)
17511751

17521752
Operators form sub-expressions, which gain types based on their arguments.
1753-
In previous versions of this specification,
1753+
1754+
Note: In previous versions of this specification,
17541755
multiplication and division were limited in what arguments they could take,
17551756
to avoid producing more complex intermediate results
17561757
(such as ''1px * 1em'', which is <<length>>²)
17571758
and to make division-by-zero detectable at parse time.
1759+
This version now relaxes those restrictions.
17581760

1759-
This version now relaxes those restrictions,
1760-
allowing arbitrary expressions,
1761+
[=Math functions=] allow arbitrary expressions,
17611762
so long as the expression as a whole resolves to a singular unit
17621763
according to the following rules:
17631764

0 commit comments

Comments
 (0)