A RetroSearch Logo

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

Search Query:

Showing content from http://developer.mozilla.org/ja/docs/Web/API/StylePropertyMap/append below:

StylePropertyMap.append() - Web API | MDN

StylePropertyMap.append()

Limited availability

Experimental: これは実験的な機能です。
本番で使用する前にブラウザー互換性一覧表をチェックしてください。

append() は StylePropertyMap インターフェイスのメソッドで、渡された CSS の値をこの StylePropertyMap の指定されたプロパティで追加します。

構文 引数
property

追加するスタイル特性(フォント、幅、背景色など)を示す識別子です。

value

指定されたプロパティが持つべき値です。

返値

なし (undefined)。

例

この例では、要素の background-image プロパティに、HTMLElement.attributeStyleMap を使用して追加の背景画像の値を追加しています。

// button 要素を取得
const buttonEl = document.querySelector("button");

// background-image プロパティに別の値を追加する
buttonEl.attributeStyleMap.append(
  "background-image",
  "linear-gradient(180deg, blue, black",
);
仕様書 ブラウザーの互換性

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