From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/api/domstringmap/index.html | 49 ++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 files/ja/web/api/domstringmap/index.html (limited to 'files/ja/web/api/domstringmap/index.html') diff --git a/files/ja/web/api/domstringmap/index.html b/files/ja/web/api/domstringmap/index.html new file mode 100644 index 0000000000..9df3fc26f7 --- /dev/null +++ b/files/ja/web/api/domstringmap/index.html @@ -0,0 +1,49 @@ +--- +title: DOMStringMap +slug: Web/API/DOMStringMap +tags: + - API + - HTML DOM + - Interface + - NeedsMarkupWork + - NeedsNewLayout + - NeedsUpdate + - Reference + - インターフェイス +translation_of: Web/API/DOMStringMap +--- +
{{ APIRef("HTML DOM") }}
+ +

DOMStringMap インターフェイスは、要素に追加されたカスタム属性のデータを表すために {{ domxref("HTMLElement.dataset") }} 属性で使用されます。

+ +

仕様書

+ + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName('HTML WHATWG', "dom.html#domstringmap", "DOMStringMap")}}{{Spec2('HTML WHATWG')}}
+ +

ブラウザーの互換性

+ + + +

{{Compat("api.DOMStringMap")}}

+ +

関連情報

+ + -- cgit v1.2.3-54-g00ecf