Skip to content

Commit c428893

Browse files
committed
[typed-om] 'invert a type' needs to preserve the percent hint
1 parent 4a4c20f commit c428893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-typed-om/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1890,7 +1890,7 @@ and to the CSS [=math functions=].
18901890

18911891
1. Let |result| be a new [=type=]
18921892
with an initially empty [=ordered map=]
1893-
and an initially null [=percent hint=]
1893+
and a [=percent hint=] matching that of |type|.
18941894
1. [=map/For each=] |unit| → |exponent| of |type|,
18951895
set |result|[|unit|] to (-1 * |exponent|).
18961896
3. Return |result|.

0 commit comments

Comments
 (0)