CSSKeywordValue: value-Eigenschaft
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Die value
-Eigenschaft der
CSSKeywordValue
-Schnittstelle gibt den Wert des
CSSKeywordValue
zurück oder setzt ihn.
Wert
Ein String.
Ausnahmen
Beispiele
Das folgende Beispiel setzt die CSS display
-Eigenschaft auf ihre Standardwerte zurück.
js
let indicator = document.getElementById("indicator");
indicator.attributeStyleMap.set("display", new CSSKeywordValue("initial"));
indicator.attributeStyleMap.get("display").value; // 'initial'
Spezifikationen
Specification |
---|
CSS Typed OM Level 1 # dom-csskeywordvalue-value |
Browser-Kompatibilität
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
value |
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.