File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments