We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ec87c8 commit ae696ceCopy full SHA for ae696ce
css-values-4/Overview.bs
@@ -4470,11 +4470,11 @@ Simplification</h4>
4470
2. Otherwise, return |root|.
4471
4472
3. At this point, |root| is an [=operator node=].
4473
- [=Simplify=] all the children of |root|.
+ [=Simplify=] all the [=calculation=] children of |root|.
4474
4475
4. If |root| is an [=operator node=]
4476
that's not one of the [=calc-operator nodes=],
4477
- and all of its children are numeric values
+ and all of its [=calculation=] children are numeric values
4478
with enough information to compute the operation |root| represents,
4479
return the result of running |root|'s operation
4480
using its children,
0 commit comments