aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/domstringmap/index.html
blob: 62731ae42693ae6d8166e8589f7cebd065dfa6c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
title: DOMStringMap
slug: Web/API/DOMStringMap
tags:
  - API
  - HTML DOM
  - Interface
  - NeedsMarkupWork
  - NeedsNewLayout
  - NeedsUpdate
  - Reference
  - インターフェイス
translation_of: Web/API/DOMStringMap
---
<div>{{ APIRef("HTML DOM") }}</div>

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

<h2 id="Specifications" name="Specifications">仕様書</h2>

<table class="standard-table">
 <thead>
  <tr>
   <th scope="col">仕様書</th>
   <th scope="col">状態</th>
   <th scope="col">備考</th>
  </tr>
 </thead>
 <tbody>
  <tr>
   <td>{{SpecName('HTML WHATWG', "dom.html#domstringmap", "DOMStringMap")}}</td>
   <td>{{Spec2('HTML WHATWG')}}</td>
   <td></td>
  </tr>
 </tbody>
</table>

<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>

<p>{{Compat("api.DOMStringMap")}}</p>

<h2 id="See_also" name="See_also">関連情報</h2>

<ul>
 <li>{{ domxref("HTMLElement.dataset") }}</li>
 <li><a href="/ja/docs/Web/HTML/Global_attributes#attr-data-*">グローバル属性 - data-*</a></li>
</ul>