Skip to content

Commit d73b46c

Browse files
committed
Change CSSMathNegate.type to be same as type of its argument.
1 parent b49bec2 commit d73b46c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

css-typed-om/Overview.bs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1699,8 +1699,10 @@ of all the "math" operations.
16991699
of each of the [=list/items=] in its {{CSSMathProduct/values}} internal slot.
17001700

17011701
: {{CSSMathNegate}}
1702+
:: The [=type=] is the same as the [=type=] of its {{CSSMathNegate/values}} internal slot.
1703+
17021704
: {{CSSMathInvert}}
1703-
:: The [=type=] is the same as the [=type=] of its {{CSSMathNegate/value}} internal slot,
1705+
:: The [=type=] is the same as the [=type=] of its {{CSSMathInvert/value}} internal slot,
17041706
but with all [=map/values=] negated.
17051707
</dl>
17061708
</div>

0 commit comments

Comments
 (0)