Skip to content

Commit 0ccfcb3

Browse files
committed
[css-values-4] Non-property contexts treat math functions as specified values. w3c#7964
1 parent 0aa950c commit 0ccfcb3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

css-values-4/Overview.bs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4409,6 +4409,11 @@ Simplification</h4>
44094409
combining similar units,
44104410
etc.).
44114411

4412+
When used in non-property contexts
4413+
(such as in ''@font-face'' descriptors, for example),
4414+
[=math functions=] are simplified
4415+
as if they were [=specified values=].
4416+
44124417
<div algorithm>
44134418
To <dfn export local-lt="simplify" lt="simplify a calculation tree|simplifying a calculation tree">simplify a calculation tree</dfn> |root|:
44144419

@@ -4865,6 +4870,11 @@ Serialization</h3>
48654870
which then drops the ''calc()'' wrapper.)
48664871
</div>
48674872

4873+
When used in non-property contexts
4874+
(such as in ''@font-face'' descriptors, for example),
4875+
[=math functions=] are simplified
4876+
as if they were [=specified values=].
4877+
48684878
See [[!CSSOM]] for further information on serialization.
48694879

48704880
<h3 id='combine-math'>

0 commit comments

Comments
 (0)