Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. CSSKeywordValue
  4. value

CSSKeywordValue: value property

Limited availability

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

Thevalue property of theCSSKeywordValue interface returns or sets the value of theCSSKeywordValue.

Value

A string.

Exceptions

TypeError

Thrown if thevalue property is an emptyString when being set.

Examples

The following example resets the CSSdisplay 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

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp