aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/elementcssinlinestyle/index.html
diff options
context:
space:
mode:
authorMDN <actions@users.noreply.github.com>2021-06-09 00:40:02 +0000
committerMDN <actions@users.noreply.github.com>2021-06-09 00:40:02 +0000
commitbbed12e574958e07af25518c7e66bd5ee2fb2d2c (patch)
tree6e15ea0aabe07bcc53e1bcf571c0e086e3976a25 /files/ja/web/api/elementcssinlinestyle/index.html
parent67bda90e70fdf1714ec4f4886ec9261992bd4422 (diff)
downloadtranslated-content-bbed12e574958e07af25518c7e66bd5ee2fb2d2c.tar.gz
translated-content-bbed12e574958e07af25518c7e66bd5ee2fb2d2c.tar.bz2
translated-content-bbed12e574958e07af25518c7e66bd5ee2fb2d2c.zip
[CRON] sync translated content
Diffstat (limited to 'files/ja/web/api/elementcssinlinestyle/index.html')
-rw-r--r--files/ja/web/api/elementcssinlinestyle/index.html56
1 files changed, 0 insertions, 56 deletions
diff --git a/files/ja/web/api/elementcssinlinestyle/index.html b/files/ja/web/api/elementcssinlinestyle/index.html
deleted file mode 100644
index 92dcedfaba..0000000000
--- a/files/ja/web/api/elementcssinlinestyle/index.html
+++ /dev/null
@@ -1,56 +0,0 @@
----
-title: ElementCSSInlineStyle
-slug: Web/API/ElementCSSInlineStyle
-tags:
- - API
- - CSS
- - ElementCSSInlineStyle
- - Interface
- - Mixin
- - Reference
- - ミックスイン
-translation_of: 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>