File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -1198,7 +1198,6 @@ The following are the arithmetic operations you can perform on dimensions:
11981198 then return a new {{CSSMathSum}} object
11991199 whose {{CSSMathSum/values}} internal slot is set to |values|.
12001200
1201-
12021201 5. Otherwise,
12031202 let |result| initially be an empty [=list=] .
12041203 [=list/For each=] |unit| in |units|:
@@ -1216,7 +1215,7 @@ The following are the arithmetic operations you can perform on dimensions:
12161215 2. If |value unit| is a [=compatible unit=] with |unit|,
12171216 then:
12181217
1219- 1.[=convert a CSSUnitValue|convert =] |value| to |unit|.
1218+ 1. [=convert a CSSUnitValue|Convert =] |value| to |unit|.
12201219 2. Increment |temp|’s {{CSSUnitValue/value}} internal slot
12211220 by the value of |value|’s {{CSSUnitValue/value}} internal slot.
12221221 3. [=list/Remove=] |value| from |values|.
You can’t perform that action at this time.
0 commit comments