aboutsummaryrefslogtreecommitdiff
path: root/files/ja/orphaned/web/api/elementcssinlinestyle/index.html
blob: 98acea3dc5a53ce36688552f2e2a3a29764fa53d (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
48
49
50
51
52
53
54
55
---
title: ElementCSSInlineStyle
slug: orphaned/Web/API/ElementCSSInlineStyle
tags:
  - API
  - CSS
  - ElementCSSInlineStyle
  - Interface
  - Mixin
  - Reference
  - ミックスイン
translation_of: Web/API/ElementCSSInlineStyle
original_slug: Web/API/ElementCSSInlineStyle
---
<p>{{APIRef("CSSOM")}}{{Draft}}</p>

<p><span class="seoSummary"><strong><code>ElementCSSInlineStyle</code></strong> ミックスインは、 {{DOMxRef("HTMLElement")}}, {{DOMxRef("SVGElement")}}, {{DOMxRef("MathMLElement")}} インターフェイスで共通の CSSOM に特化した機能を記述します。</span>これらのインターフェイスは、もちろん、以下に上げたものに加えて機能を追加することができます。</p>

<div class="blockIndicator note">
<p><strong></strong>: <code>ElementCSSInlineStyle</code> はミックスインであり、インターフェイスではありません。実際に <code>ElementCSSInlineStyle</code> 型のオブジェクトを生成することはできません。</p>
</div>

<div>{{InterfaceOverview("CSSOM")}}</div>

<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("CSSOM", "#the-elementcssinlinestyle-mixin", '<code>HTMLOrForeignElement</code>')}}</td>
   <td>{{Spec2("CSSOM")}}</td>
   <td>初回定義</td>
  </tr>
 </tbody>
</table>

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

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

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

<ul>
 <li>{{DOMxRef("HTMLElement")}}</li>
 <li>{{DOMxRef("SVGElement")}}</li>
 <li>{{DOMxRef("MathMLElement")}}</li>
 <li>{{DOMxRef("HTMLOrForeignElement")}}</li>
</ul>