Skip to content

Commit f677a0c

Browse files
committed
[typed-om] Minor markup fixes.
1 parent 42ed2a0 commit f677a0c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

css-typed-om/Overview.bs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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|.

0 commit comments

Comments
 (0)