CSSKeywordValue: value プロパティ

Limited availability

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

valueCSSKeywordValue インターフェイスのプロパティで、 CSSKeywordValue の値を取得または設定します。

文字列です。

例外

TypeError

設定時に value プロパティが空文字列になった場合。

次の例では、CSS の display プロパティを既定値へリセットします。

js
let indicator = document.getElementById("indicator");
indicator.attributeStyleMap.set("display", new CSSKeywordValue("initial"));
indicator.attributeStyleMap.get("display").value; // 'initial'

仕様書

Specification
CSS Typed OM Level 1
# dom-csskeywordvalue-value

ブラウザーの互換性

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
value

Legend

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

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