@@ -4183,10 +4183,10 @@ Simplification</h4>
41834183 expressed in the value's [=canonical unit=] .
41844184 2. Otherwise, return |root|.
41854185
4186- 2 . At this point, |root| is an [=operator node=] .
4186+ 3 . At this point, |root| is an [=operator node=] .
41874187 [=Simplify=] all the children of |root|.
41884188
4189- 3 . If |root| is an [=operator node=]
4189+ 4 . If |root| is an [=operator node=]
41904190 that's not one of the [=calc-operator nodes=] ,
41914191 and all of its children are numeric values
41924192 with enough information to compute the operation |root| represents,
@@ -4213,7 +4213,7 @@ Simplification</h4>
42134213 </div>
42144214
42154215
4216- 8 . If |root| is a Min or Max node,
4216+ 5 . If |root| is a Min or Max node,
42174217 attempt to <em> partially</em> simplify it:
42184218
42194219 1. [=list/For each=] node |child| of |root|’s children:
@@ -4230,7 +4230,7 @@ Simplification</h4>
42304230
42314231 2. Return |root|.
42324232
4233- 4 . If |root| is a Negate node:
4233+ 6 . If |root| is a Negate node:
42344234
42354235 1. If |root|'s child is a numeric value,
42364236 return an equivalent numeric value,
@@ -4240,7 +4240,7 @@ Simplification</h4>
42404240 return the child's child.
42414241 3. Return |root|.
42424242
4243- 5 . If |root| is an Invert node:
4243+ 7 . If |root| is an Invert node:
42444244
42454245 1. If |root|'s child is a number
42464246 (not a percentage or dimension)
@@ -4249,7 +4249,7 @@ Simplification</h4>
42494249 return the child's child.
42504250 3. Return |root|.
42514251
4252- 6 . If |root| is a Sum node:
4252+ 8 . If |root| is a Sum node:
42534253
42544254 1. For each of |root|'s children
42554255 that are Sum nodes,
@@ -4269,7 +4269,7 @@ Simplification</h4>
42694269 return the child.
42704270 Otherwise, return |root|.
42714271
4272- 7 . If |root| is a Product node:
4272+ 9 . If |root| is a Product node:
42734273
42744274 1. For each of |root|'s children
42754275 that are Product nodes,
0 commit comments