CSSMathInvert: CSSMathInvert() Konstruktor
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Der CSSMathInvert() Konstruktor erzeugt ein
neues CSSMathInvert Objekt, das ein CSS
calc() darstellt, verwendet als calc(1 / value)
Syntax
js
new CSSMathInvert(arg)
Parameter
arg-
Ein
CSSNumericValue.
Ausnahmen
RangeError-
Wird ausgelöst, wenn der Arg-Wert 0 oder -0 ist.
Beispiele
To do
Spezifikationen
| Specification |
|---|
| CSS Typed OM Level 1> # dom-cssmathinvert-cssmathinvert> |