From 77835841639ac5dfa31fc45395e3c3bf0caba0c1 Mon Sep 17 00:00:00 2001 From: MDN Date: Thu, 10 Jun 2021 00:38:43 +0000 Subject: [CRON] sync translated content --- files/ja/web/api/linkstyle/index.html | 55 ---------------- .../api/sourcebufferlist/sourcebuffer/index.html | 75 ---------------------- 2 files changed, 130 deletions(-) delete mode 100644 files/ja/web/api/linkstyle/index.html delete mode 100644 files/ja/web/api/sourcebufferlist/sourcebuffer/index.html (limited to 'files/ja/web/api') diff --git a/files/ja/web/api/linkstyle/index.html b/files/ja/web/api/linkstyle/index.html deleted file mode 100644 index 5b9d0dc86c..0000000000 --- a/files/ja/web/api/linkstyle/index.html +++ /dev/null @@ -1,55 +0,0 @@ ---- -title: LinkStyle -slug: Web/API/LinkStyle -tags: - - API - - CSSOM - - Interface - - NeedsBrowserCompatibility - - Reference -translation_of: 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")}}

diff --git a/files/ja/web/api/sourcebufferlist/sourcebuffer/index.html b/files/ja/web/api/sourcebufferlist/sourcebuffer/index.html deleted file mode 100644 index 8b5651a441..0000000000 --- a/files/ja/web/api/sourcebufferlist/sourcebuffer/index.html +++ /dev/null @@ -1,75 +0,0 @@ ---- -title: 'SourceBufferList: indexed property getter' -slug: Web/API/SourceBufferList/SourceBuffer -tags: - - API - - Audio - - Experimental - - Getter - - MSE - - Media Source Extensions - - Method - - Reference - - SourceBuffer - - SourceBufferList - - Video -translation_of: Web/API/SourceBufferList/SourceBuffer ---- -
{{APIRef("Media Source Extensions")}}{{SeeCompatTable}}
- -

{{domxref("SourceBufferList")}} インターフェイスの indexed property getter(インデックス指定のプロパティゲッター)を使用すると、リスト内の SourceBuffer オブジェクトに配列演算子(つまり [])でアクセスできます。

- -

構文

- -
var mySourceBuffer = sourceBufferList[index];
- -

パラメーター

- -
-
index
-
返す {{domxref("SourceBuffer")}} オブジェクトのインデックス位置。
-
- -

戻り値

- -

{{domxref("SourceBuffer")}} オブジェクト。

- -

例外

- -

特定の例外はスローされませんが、指定されたインデックスが {{domxref("SourceBufferList.length")}} 以上の場合、undefined を返します。

- -

- -

未定

- -

仕様

- - - - - - - - - - - - - - -
仕様状態コメント
{{SpecName('Media Source Extensions', '#idl-def-sourcebufferlist-(unsigned_long)', 'SourceBuffer() getter')}}{{Spec2('Media Source Extensions')}}初期定義
- -

ブラウザーの互換性

- -
- - -

{{Compat("api.SourceBufferList.SourceBuffer")}}

-
- -

関連情報

- - -- cgit v1.2.3-54-g00ecf