From 4897b54ec3604e55dcf74bea1c2aa24f1b3d64cf Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Sun, 15 Aug 2021 14:25:59 +0900 Subject: orphaned/Web/API/LinkStyle を削除 (#1967) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 英語版で既に削除されているため --- files/ja/_redirects.txt | 1 - files/ja/_wikihistory.json | 7 ---- files/ja/orphaned/web/api/linkstyle/index.html | 56 -------------------------- 3 files changed, 64 deletions(-) delete mode 100644 files/ja/orphaned/web/api/linkstyle/index.html (limited to 'files/ja') diff --git a/files/ja/_redirects.txt b/files/ja/_redirects.txt index acf99ad1ed..91dbb556ec 100644 --- a/files/ja/_redirects.txt +++ b/files/ja/_redirects.txt @@ -3209,7 +3209,6 @@ /ja/docs/Web/API/IDBFactory.deleteDatabase /ja/docs/Web/API/IDBFactory/deleteDatabase /ja/docs/Web/API/IDBFactory.open /ja/docs/Web/API/IDBFactory/open /ja/docs/Web/API/IndexedDB_API/Basic_Concepts_Behind_IndexedDB /ja/docs/orphaned/Web/API/IndexedDB_API/Basic_Concepts_Behind_IndexedDB -/ja/docs/Web/API/LinkStyle /ja/docs/orphaned/Web/API/LinkStyle /ja/docs/Web/API/LocalMediaStream /ja/docs/orphaned/Web/API/LocalMediaStream /ja/docs/Web/API/MediaRecorder_API /ja/docs/Web/API/MediaStream_Recording_API /ja/docs/Web/API/Navigator.getUserMedia /ja/docs/Web/API/Navigator/getUserMedia diff --git a/files/ja/_wikihistory.json b/files/ja/_wikihistory.json index 26036b5778..ed411a46a8 100644 --- a/files/ja/_wikihistory.json +++ b/files/ja/_wikihistory.json @@ -50517,13 +50517,6 @@ "yyss" ] }, - "orphaned/Web/API/LinkStyle": { - "modified": "2019-03-23T23:29:59.357Z", - "contributors": [ - "yyss", - "ethertank" - ] - }, "orphaned/Web/API/LocalMediaStream": { "modified": "2020-10-15T21:46:16.531Z", "contributors": [ 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 ---- -
{{APIRef("CSSOM")}}
- -

LinkStyle インターフェイスで、ノードに関連付けられた CSS スタイルシートにアクセスできます。

- -

LinkStyle は生のインターフェイスであり、この型のオブジェクトは生成できません。これは {{domxref("HTMLLinkElement")}} および {{domxref("HTMLStyleElement")}} オブジェクトによって実装されています。

- -

プロパティ

- -

継承しているプロパティはありません。

- -
-
{{domxref("LinkStyle.sheet")}} {{readonlyInline}}
-
指定した要素に関連付けられている {{domxref("StyleSheet")}} オブジェクトを返します。何も関連付けられていない場合は null を返します。
-
- -

メソッド

- -

このインターフェイスはメソッドを実装していません。

- -

仕様

- - - - - - - - - - - - - - - - - - - -
仕様書策定状況コメント
{{SpecName('CSSOM', '#the-linkstyle-interface', 'LinkStyle')}}{{Spec2('CSSOM')}}{{SpecName('DOM2 Style')}} から変更なし。
{{SpecName('DOM2 Style', 'stylesheets.html#StyleSheets-LinkStyle', 'LinkStyle')}}{{Spec2('DOM2 Style')}}初期定義
- -

ブラウザー実装状況

- -

{{Compat("api.LinkStyle")}}

-- cgit v1.2.3-54-g00ecf