Skip to content

Commit ae696ce

Browse files
committed
[css-values-4] Math functions can have non-calculation children. #6506
1 parent 8ec87c8 commit ae696ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-values-4/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -4470,11 +4470,11 @@ Simplification</h4>
44704470
2. Otherwise, return |root|.
44714471

44724472
3. At this point, |root| is an [=operator node=].
4473-
[=Simplify=] all the children of |root|.
4473+
[=Simplify=] all the [=calculation=] children of |root|.
44744474

44754475
4. If |root| is an [=operator node=]
44764476
that's not one of the [=calc-operator nodes=],
4477-
and all of its children are numeric values
4477+
and all of its [=calculation=] children are numeric values
44784478
with enough information to compute the operation |root| represents,
44794479
return the result of running |root|'s operation
44804480
using its children,

0 commit comments

Comments
 (0)