A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developer.mozilla.org/en-US/docs/Web/API/CSSNumericValue/sub below:

CSSNumericValue: sub() method - Web APIs

CSSNumericValue: sub() method

Limited availability

The sub() method of the CSSNumericValue interface subtracts a supplied number from the CSSNumericValue.

Syntax Parameters
number

Either a number or a CSSMathSum.

Return value

A CSSMathSum

Exceptions
TypeError

Thrown if an invalid type was passed to the method.

Examples
let mathSum = CSS.px("23")
  .sub(CSS.percent("4"))
  .sub(CSS.cm("3"))
  .sub(CSS.in("9"));
// Prints "calc(23px - 4% - 3cm - 9in)"
console.log(mathSum.toString());
Specifications Browser compatibility

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4