Skip to content

Commit eeb2d6f

Browse files
committed
[css-values] Add issue noting that unit algebra will be added to this level, so we can go ahead and get a FPWD done without waiting for me to port the concepts from Typed OM.
1 parent 44d07ea commit eeb2d6f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

css-values-4/Overview.bs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1611,6 +1611,11 @@ Mathematical Expressions: ''calc()'', ''min()'', and ''max()''</h3>
16111611
or other expressions, such as ''attr()'',
16121612
that evaluate to a valid argument type (like <<length>>).
16131613

1614+
Issue: Per WG resolution, [=math functions=] will be extended to handle arbitrary unit algebra,
1615+
like ''calc(1px / 1em)'' resolving to a <<number>>.
1616+
This is already fully specified in [[css-typed-om]];
1617+
it just needs to be converted over to raw CSS values for this spec.
1618+
16141619
<div class="example">
16151620
<pre>
16161621
section {

0 commit comments

Comments
 (0)