CSSKeywordValue.value
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The value
property of the
CSSKeywordValue
interface returns or sets the value of the
CSSKeywordValue
.
Value
A USVString
.
Exceptions
TypeError
-
If the
value
property is an emptyString
when being set.
Examples
The following example resets the CSS display
property to its defaults.
let indicator = document.getElementById('indicator');
indicator.attributeStyleMap.set('display', new CSSKeywordValue('initial'));
indicator.attributeStyleMap.get('display').value // 'initial'
Specifications
Specification |
---|
CSS Typed OM Level 2 # dom-csskeywordvalue-value |
Browser compatibility
BCD tables only load in the browser