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 GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
div |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
- No support
- No support
- See implementation notes.
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.