aboutsummaryrefslogtreecommitdiff
path: root/files/ja/orphaned/web/api/elementcssinlinestyle/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/orphaned/web/api/elementcssinlinestyle/index.html')
-rw-r--r--files/ja/orphaned/web/api/elementcssinlinestyle/index.html55
1 files changed, 0 insertions, 55 deletions
diff --git a/files/ja/orphaned/web/api/elementcssinlinestyle/index.html b/files/ja/orphaned/web/api/elementcssinlinestyle/index.html
deleted file mode 100644
index 98acea3dc5..0000000000
--- a/files/ja/orphaned/web/api/elementcssinlinestyle/index.html
+++ /dev/null
@@ -1,55 +0,0 @@
----
-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>