diff options
Diffstat (limited to 'files/ja/orphaned/web/api/elementcssinlinestyle/index.html')
-rw-r--r-- | files/ja/orphaned/web/api/elementcssinlinestyle/index.html | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/files/ja/orphaned/web/api/elementcssinlinestyle/index.html b/files/ja/orphaned/web/api/elementcssinlinestyle/index.html new file mode 100644 index 0000000000..c654081ebb --- /dev/null +++ b/files/ja/orphaned/web/api/elementcssinlinestyle/index.html @@ -0,0 +1,57 @@ +--- +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> + +<div class="hidden">このページの互換性一覧表は構造化データから生成されています。データに協力していただけるのであれば、 <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送信してください。</div> + +<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> |