@@ -4183,10 +4183,10 @@ Simplification</h4>
4183
4183
expressed in the value's [=canonical unit=] .
4184
4184
2. Otherwise, return |root|.
4185
4185
4186
- 2 . At this point, |root| is an [=operator node=] .
4186
+ 3 . At this point, |root| is an [=operator node=] .
4187
4187
[=Simplify=] all the children of |root|.
4188
4188
4189
- 3 . If |root| is an [=operator node=]
4189
+ 4 . If |root| is an [=operator node=]
4190
4190
that's not one of the [=calc-operator nodes=] ,
4191
4191
and all of its children are numeric values
4192
4192
with enough information to compute the operation |root| represents,
@@ -4213,7 +4213,7 @@ Simplification</h4>
4213
4213
</div>
4214
4214
4215
4215
4216
- 8 . If |root| is a Min or Max node,
4216
+ 5 . If |root| is a Min or Max node,
4217
4217
attempt to <em> partially</em> simplify it:
4218
4218
4219
4219
1. [=list/For each=] node |child| of |root|’s children:
@@ -4230,7 +4230,7 @@ Simplification</h4>
4230
4230
4231
4231
2. Return |root|.
4232
4232
4233
- 4 . If |root| is a Negate node:
4233
+ 6 . If |root| is a Negate node:
4234
4234
4235
4235
1. If |root|'s child is a numeric value,
4236
4236
return an equivalent numeric value,
@@ -4240,7 +4240,7 @@ Simplification</h4>
4240
4240
return the child's child.
4241
4241
3. Return |root|.
4242
4242
4243
- 5 . If |root| is an Invert node:
4243
+ 7 . If |root| is an Invert node:
4244
4244
4245
4245
1. If |root|'s child is a number
4246
4246
(not a percentage or dimension)
@@ -4249,7 +4249,7 @@ Simplification</h4>
4249
4249
return the child's child.
4250
4250
3. Return |root|.
4251
4251
4252
- 6 . If |root| is a Sum node:
4252
+ 8 . If |root| is a Sum node:
4253
4253
4254
4254
1. For each of |root|'s children
4255
4255
that are Sum nodes,
@@ -4269,7 +4269,7 @@ Simplification</h4>
4269
4269
return the child.
4270
4270
Otherwise, return |root|.
4271
4271
4272
- 7 . If |root| is a Product node:
4272
+ 9 . If |root| is a Product node:
4273
4273
4274
4274
1. For each of |root|'s children
4275
4275
that are Product nodes,
0 commit comments