CSSKeywordValue: value property

Limited availability

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

The value property of the CSSKeywordValue interface returns or sets the value of the CSSKeywordValue.

Value

A string.

Exceptions

TypeError

Thrown if the value property is an empty String when being set.

Examples

The following example resets the CSS display property to its defaults.

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

Specifications

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

Browser compatibility

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.