From 03385cc9f4f157cec2e5fd05f35e6af646055908 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Tue, 14 Sep 2021 11:07:46 +0900 Subject: Web/API以下の文書内のリンクURLを正規化 (#2360) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - /en-US へのリンクを /ja へのリンクに修正 - /ja が付いていないものに /ja を付加 - MDN内のリンクが完全URLの場合、 /ja/docs からのURLに修正 --- files/ja/web/api/vrdisplay/cancelanimationframe/index.html | 2 +- files/ja/web/api/vrdisplay/capabilities/index.html | 2 +- files/ja/web/api/vrdisplay/depthfar/index.html | 2 +- files/ja/web/api/vrdisplay/depthnear/index.html | 2 +- files/ja/web/api/vrdisplay/displayid/index.html | 4 ++-- files/ja/web/api/vrdisplay/geteyeparameters/index.html | 2 +- files/ja/web/api/vrdisplay/getimmediatepose/index.html | 2 +- files/ja/web/api/vrdisplay/getlayers/index.html | 2 +- files/ja/web/api/vrdisplay/getpose/index.html | 2 +- files/ja/web/api/vrdisplay/index.html | 6 +++--- files/ja/web/api/vrdisplay/isconnected/index.html | 2 +- files/ja/web/api/vrdisplay/ispresenting/index.html | 2 +- files/ja/web/api/vrdisplay/requestanimationframe/index.html | 2 +- files/ja/web/api/vrdisplay/requestpresent/index.html | 2 +- files/ja/web/api/vrdisplay/resetpose/index.html | 2 +- files/ja/web/api/vrdisplay/stageparameters/index.html | 2 +- files/ja/web/api/vrdisplay/submitframe/index.html | 2 +- 17 files changed, 20 insertions(+), 20 deletions(-) (limited to 'files/ja/web/api/vrdisplay') diff --git a/files/ja/web/api/vrdisplay/cancelanimationframe/index.html b/files/ja/web/api/vrdisplay/cancelanimationframe/index.html index e7a5bf91f8..779d52d486 100644 --- a/files/ja/web/api/vrdisplay/cancelanimationframe/index.html +++ b/files/ja/web/api/vrdisplay/cancelanimationframe/index.html @@ -52,6 +52,6 @@ original_slug: Web/API/VRDevice/cancelAnimationFrame

参照

diff --git a/files/ja/web/api/vrdisplay/capabilities/index.html b/files/ja/web/api/vrdisplay/capabilities/index.html index 7560a834b4..7e127d3358 100644 --- a/files/ja/web/api/vrdisplay/capabilities/index.html +++ b/files/ja/web/api/vrdisplay/capabilities/index.html @@ -58,6 +58,6 @@ original_slug: Web/API/VRDevice/capabilities

参照

diff --git a/files/ja/web/api/vrdisplay/depthfar/index.html b/files/ja/web/api/vrdisplay/depthfar/index.html index 5ece54efa8..93e24fe61a 100644 --- a/files/ja/web/api/vrdisplay/depthfar/index.html +++ b/files/ja/web/api/vrdisplay/depthfar/index.html @@ -47,6 +47,6 @@ vrDisplayInstance.depthFar = 7500.0;

参照

diff --git a/files/ja/web/api/vrdisplay/depthnear/index.html b/files/ja/web/api/vrdisplay/depthnear/index.html index 52bdc13d4d..439d82e3f9 100644 --- a/files/ja/web/api/vrdisplay/depthnear/index.html +++ b/files/ja/web/api/vrdisplay/depthnear/index.html @@ -47,6 +47,6 @@ vrDisplayInstance.depthNear = 1.0;

参照

diff --git a/files/ja/web/api/vrdisplay/displayid/index.html b/files/ja/web/api/vrdisplay/displayid/index.html index 01f67295bd..ec4d3ce04e 100644 --- a/files/ja/web/api/vrdisplay/displayid/index.html +++ b/files/ja/web/api/vrdisplay/displayid/index.html @@ -16,7 +16,7 @@ original_slug: Web/API/VRDevice/displayId ---
{{APIRef("WebVR API")}}{{SeeCompatTable}}
-

{{domxref("VRDisplay")}} インターフェイスの displayId 読み取り専用プロパティは、この特定の VRDisplay の識別子を返します。これは、 Gamepad API の関連付けポイントとしても使用されます( {{domxref("Gamepad.displayId")}} を参照)。

+

{{domxref("VRDisplay")}} インターフェイスの displayId 読み取り専用プロパティは、この特定の VRDisplay の識別子を返します。これは、 Gamepad API の関連付けポイントとしても使用されます( {{domxref("Gamepad.displayId")}} を参照)。

構文

@@ -54,6 +54,6 @@ original_slug: Web/API/VRDevice/displayId

関連項目

diff --git a/files/ja/web/api/vrdisplay/geteyeparameters/index.html b/files/ja/web/api/vrdisplay/geteyeparameters/index.html index a7abf158bb..30b549ef0a 100644 --- a/files/ja/web/api/vrdisplay/geteyeparameters/index.html +++ b/files/ja/web/api/vrdisplay/geteyeparameters/index.html @@ -52,6 +52,6 @@ original_slug: Web/API/VRDevice/getEyeParameters

参照

diff --git a/files/ja/web/api/vrdisplay/getimmediatepose/index.html b/files/ja/web/api/vrdisplay/getimmediatepose/index.html index 731d5d63e4..8493805842 100644 --- a/files/ja/web/api/vrdisplay/getimmediatepose/index.html +++ b/files/ja/web/api/vrdisplay/getimmediatepose/index.html @@ -49,6 +49,6 @@ original_slug: Web/API/VRDevice/getImmediatePose

参照

diff --git a/files/ja/web/api/vrdisplay/getlayers/index.html b/files/ja/web/api/vrdisplay/getlayers/index.html index 53781e7821..fe58bffb65 100644 --- a/files/ja/web/api/vrdisplay/getlayers/index.html +++ b/files/ja/web/api/vrdisplay/getlayers/index.html @@ -49,6 +49,6 @@ original_slug: Web/API/VRDevice/getLayers

参照

diff --git a/files/ja/web/api/vrdisplay/getpose/index.html b/files/ja/web/api/vrdisplay/getpose/index.html index 1ade69ec06..9e96fa3447 100644 --- a/files/ja/web/api/vrdisplay/getpose/index.html +++ b/files/ja/web/api/vrdisplay/getpose/index.html @@ -49,6 +49,6 @@ original_slug: Web/API/VRDevice/getPose

参照

diff --git a/files/ja/web/api/vrdisplay/index.html b/files/ja/web/api/vrdisplay/index.html index 22b9f888ac..8416a29330 100644 --- a/files/ja/web/api/vrdisplay/index.html +++ b/files/ja/web/api/vrdisplay/index.html @@ -17,7 +17,7 @@ original_slug: Web/API/VRDevice ---
{{APIRef("WebVR API")}}{{SeeCompatTable}}
-

WebVR API の VRDisplay インターフェイスは,このAPIがサポートしているVRデバイスを現します.VRDisplayにはデバイスIDやデスクリプションのような汎用的な情報が含まれていて,VRシーンの表示を開始するためのメソッドや,目のパラメータやディスプレイの備える機能の取得,その他の重要な機能を含んでいます。

+

WebVR API の VRDisplay インターフェイスは,このAPIがサポートしているVRデバイスを現します.VRDisplayにはデバイスIDやデスクリプションのような汎用的な情報が含まれていて,VRシーンの表示を開始するためのメソッドや,目のパラメータやディスプレイの備える機能の取得,その他の重要な機能を含んでいます。

{{domxref("Navigator.getVRDisplays()")}} を呼び出すことで,すべての接続されているVRのデバイスの配列が返されます。

@@ -31,7 +31,7 @@ original_slug: Web/API/VRDevice
{{domxref("VRDisplay.depthNear")}}
eye view frustum(ビューフラスタム;つまりシーンの可視領域の境界) のnear平面を定義しているz-depthの取得と設定を行います.
{{domxref("VRDisplay.displayId")}} {{readonlyInline}}
-
このVRDisplay固有のIDを返します.このIDはGamepad API (参照 {{domxref("Gamepad.displayId")}}) の関連付けのために使用されます.
+
このVRDisplay固有のIDを返します.このIDはGamepad API (参照 {{domxref("Gamepad.displayId")}}) の関連付けのために使用されます.
{{domxref("VRDisplay.displayName")}} {{readonlyInline}}
VRDisplayを識別するための人間が読める形式の名前を返します.
{{domxref("VRDisplay.isConnected")}} {{readonlyInline}}
@@ -125,6 +125,6 @@ original_slug: Web/API/VRDevice

参照

diff --git a/files/ja/web/api/vrdisplay/isconnected/index.html b/files/ja/web/api/vrdisplay/isconnected/index.html index f1ca3c7e0d..11c722b1ee 100644 --- a/files/ja/web/api/vrdisplay/isconnected/index.html +++ b/files/ja/web/api/vrdisplay/isconnected/index.html @@ -45,6 +45,6 @@ original_slug: Web/API/VRDevice/isConnected

参照

diff --git a/files/ja/web/api/vrdisplay/ispresenting/index.html b/files/ja/web/api/vrdisplay/ispresenting/index.html index 9341de26fb..edb5af87b8 100644 --- a/files/ja/web/api/vrdisplay/ispresenting/index.html +++ b/files/ja/web/api/vrdisplay/ispresenting/index.html @@ -45,6 +45,6 @@ original_slug: Web/API/VRDevice/isPresenting

参照

diff --git a/files/ja/web/api/vrdisplay/requestanimationframe/index.html b/files/ja/web/api/vrdisplay/requestanimationframe/index.html index 1dd9cc9f46..378f77c746 100644 --- a/files/ja/web/api/vrdisplay/requestanimationframe/index.html +++ b/files/ja/web/api/vrdisplay/requestanimationframe/index.html @@ -57,6 +57,6 @@ original_slug: Web/API/VRDevice/requestAnimationFrame

参照

diff --git a/files/ja/web/api/vrdisplay/requestpresent/index.html b/files/ja/web/api/vrdisplay/requestpresent/index.html index 091162b885..357cfc3fc6 100644 --- a/files/ja/web/api/vrdisplay/requestpresent/index.html +++ b/files/ja/web/api/vrdisplay/requestpresent/index.html @@ -110,6 +110,6 @@ original_slug: Web/API/VRDevice/requestPresent

参照

diff --git a/files/ja/web/api/vrdisplay/resetpose/index.html b/files/ja/web/api/vrdisplay/resetpose/index.html index 10bdf1d437..014d030b63 100644 --- a/files/ja/web/api/vrdisplay/resetpose/index.html +++ b/files/ja/web/api/vrdisplay/resetpose/index.html @@ -53,6 +53,6 @@ original_slug: Web/API/VRDevice/resetPose

参照

diff --git a/files/ja/web/api/vrdisplay/stageparameters/index.html b/files/ja/web/api/vrdisplay/stageparameters/index.html index 7f9327ccc2..60777779fd 100644 --- a/files/ja/web/api/vrdisplay/stageparameters/index.html +++ b/files/ja/web/api/vrdisplay/stageparameters/index.html @@ -45,6 +45,6 @@ original_slug: Web/API/VRDevice/stageParameters

参照

diff --git a/files/ja/web/api/vrdisplay/submitframe/index.html b/files/ja/web/api/vrdisplay/submitframe/index.html index 1e525c27eb..f41059ec72 100644 --- a/files/ja/web/api/vrdisplay/submitframe/index.html +++ b/files/ja/web/api/vrdisplay/submitframe/index.html @@ -54,6 +54,6 @@ original_slug: Web/API/VRDevice/submitFrame

参照

-- cgit v1.2.3-54-g00ecf