CSSNumericValue.div()

Limited availability

This feature is not Baseline because it does not work in some of the most widely-used browsers.

Experimental: これは実験的な機能です。
本番で使用する前にブラウザー互換性一覧表をチェックしてください。

div()CSSNumericValue インターフェイスのメソッドで、 CSSNumericValue を指定された値で除算します。

構文

js
div(number);

引数

number

数値または CSSNumericValue です。

返値

CSSMathProduct です。

例外

TypeError

無効な型がメソッドに渡された場合に発生します。

js
let mathProduct = CSS.px("24").div(CSS.percent("4"));
// Prints "calc(24px / 4%)"
mathProduct.toString();

仕様書

Specification
CSS Typed OM Level 1
# dom-cssnumericvalue-div

ブラウザーの互換性

Report problems with this compatibility data on GitHub
desktopmobile
Chrome
Edge
Firefox
Opera
Safari
Chrome Android
Firefox for Android
Opera Android
Safari on iOS
Samsung Internet
WebView Android
WebView on iOS
div

Legend

Tip: you can click/tap on a cell for more information.

Full support
Full support
No support
No support
See implementation notes.