We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6019cfd commit aa26a41Copy full SHA for aa26a41
css-typed-om/Overview.bs
@@ -680,6 +680,11 @@ The following are the arithmetic operations you can perform on dimensions:
680
1. If |this| is a {{CSSMathNegate}} object,
681
return |this|’s {{CSSMathNegate/value}} internal slot.
682
683
+ 2. If |this| is a {{CSSUnitValue}} object,
684
+ return a new {{CSSUnitValue}}
685
+ with the same {{CSSUnitValue/unit}} internal slot as |this|,
686
+ and a {{CSSUnitValue/value}} internal slot set to the negation of |this|’s.
687
+
688
2. Otherwise,
689
return a new {{CSSMathNegate}} object
690
whose {{CSSMathNegate/value}} internal slot
0 commit comments