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/orphaned/web/api/linkstyle/index.html | 56 ++++++++++++++++ .../api/sourcebufferlist/sourcebuffer/index.html | 76 ++++++++++++++++++++++ 2 files changed, 132 insertions(+) create mode 100644 files/ja/orphaned/web/api/linkstyle/index.html create mode 100644 files/ja/orphaned/web/api/sourcebufferlist/sourcebuffer/index.html (limited to 'files/ja/orphaned/web/api') diff --git a/files/ja/orphaned/web/api/linkstyle/index.html b/files/ja/orphaned/web/api/linkstyle/index.html new file mode 100644 index 0000000000..3b5a1ee7e9 --- /dev/null +++ b/files/ja/orphaned/web/api/linkstyle/index.html @@ -0,0 +1,56 @@ +--- +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")}}

diff --git a/files/ja/orphaned/web/api/sourcebufferlist/sourcebuffer/index.html b/files/ja/orphaned/web/api/sourcebufferlist/sourcebuffer/index.html new file mode 100644 index 0000000000..0efe8848fb --- /dev/null +++ b/files/ja/orphaned/web/api/sourcebufferlist/sourcebuffer/index.html @@ -0,0 +1,76 @@ +--- +title: 'SourceBufferList: indexed property getter' +slug: orphaned/Web/API/SourceBufferList/SourceBuffer +tags: + - API + - Audio + - Experimental + - Getter + - MSE + - Media Source Extensions + - Method + - Reference + - SourceBuffer + - SourceBufferList + - Video +translation_of: Web/API/SourceBufferList/SourceBuffer +original_slug: 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