A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developer.mozilla.org/en-US/docs/Web/API/CSSUnparsedValue/CSSUnparsedValue below:

CSSUnparsedValue: CSSUnparsedValue() constructor - Web APIs

CSSUnparsedValue: CSSUnparsedValue() constructor

Limited availability

The CSSUnparsedValue() constructor creates a new CSSUnparsedValue object which represents property values that reference custom properties.

Syntax
new CSSUnparsedValue(members)
Parameters
members

An array whose values must be either a string or a CSSVariableReferenceValue.

Examples
const value = new CSSUnparsedValue(["4deg"]);
const values = new CSSUnparsedValue(["1em", "#445566", "-45px"]);

console.log(value); // CSSUnparsedValue {0: "4deg", length: 1}
console.log(values); // CSSUnparsedValue {0: "1em", 1: "#445566", 2: "-45px", length: 3}
Specifications Browser compatibility See also

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4