aboutsummaryrefslogtreecommitdiff
path: root/files/ja/orphaned/web/api
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-08-15 14:25:59 +0900
committerGitHub <noreply@github.com>2021-08-15 14:25:59 +0900
commit4897b54ec3604e55dcf74bea1c2aa24f1b3d64cf (patch)
tree10f4f68900a95005cbfeea5ed05d192e5338a622 /files/ja/orphaned/web/api
parentcfcd3aed381ed1924961f13ebbbeb171a1c9be8a (diff)
downloadtranslated-content-4897b54ec3604e55dcf74bea1c2aa24f1b3d64cf.tar.gz
translated-content-4897b54ec3604e55dcf74bea1c2aa24f1b3d64cf.tar.bz2
translated-content-4897b54ec3604e55dcf74bea1c2aa24f1b3d64cf.zip
orphaned/Web/API/LinkStyle を削除 (#1967)
- 英語版で既に削除されているため
Diffstat (limited to 'files/ja/orphaned/web/api')
-rw-r--r--files/ja/orphaned/web/api/linkstyle/index.html56
1 files changed, 0 insertions, 56 deletions
diff --git a/files/ja/orphaned/web/api/linkstyle/index.html b/files/ja/orphaned/web/api/linkstyle/index.html
deleted file mode 100644
index 3b5a1ee7e9..0000000000
--- a/files/ja/orphaned/web/api/linkstyle/index.html
+++ /dev/null
@@ -1,56 +0,0 @@
----
-title: LinkStyle
-slug: orphaned/Web/API/LinkStyle
-tags:
- - API
- - CSSOM
- - Interface
- - NeedsBrowserCompatibility
- - Reference
-translation_of: Web/API/LinkStyle
-original_slug: Web/API/LinkStyle
----
-<div>{{APIRef("CSSOM")}}</div>
-
-<p><code><strong>LinkStyle</strong></code> インターフェイスで、ノードに<em>関連付けられた CSS スタイルシート</em>にアクセスできます。</p>
-
-<p><code>LinkStyle</code> は生のインターフェイスであり、この型のオブジェクトは生成できません。これは {{domxref("HTMLLinkElement")}} および {{domxref("HTMLStyleElement")}} オブジェクトによって実装されています。</p>
-
-<h2 id="Properties" name="Properties">プロパティ</h2>
-
-<p><em>継承しているプロパティはありません。</em></p>
-
-<dl>
- <dt>{{domxref("LinkStyle.sheet")}} {{readonlyInline}}</dt>
- <dd>指定した要素に関連付けられている {{domxref("StyleSheet")}} オブジェクトを返します。何も関連付けられていない場合は <code>null</code> を返します。</dd>
-</dl>
-
-<h2 id="Methods" name="Methods">メソッド</h2>
-
-<p><em>このインターフェイスはメソッドを実装していません。</em></p>
-
-<h2 id="Specifications" name="Specifications">仕様</h2>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">仕様書</th>
- <th scope="col">策定状況</th>
- <th scope="col">コメント</th>
- </tr>
- <tr>
- <td>{{SpecName('CSSOM', '#the-linkstyle-interface', 'LinkStyle')}}</td>
- <td>{{Spec2('CSSOM')}}</td>
- <td>{{SpecName('DOM2 Style')}} から変更なし。</td>
- </tr>
- <tr>
- <td>{{SpecName('DOM2 Style', 'stylesheets.html#StyleSheets-LinkStyle', 'LinkStyle')}}</td>
- <td>{{Spec2('DOM2 Style')}}</td>
- <td>初期定義</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザー実装状況</h2>
-
-<p>{{Compat("api.LinkStyle")}}</p>