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/vrlayerinit/index.html | 4 ++-- files/ja/web/api/vrlayerinit/rightbounds/index.html | 2 +- files/ja/web/api/vrlayerinit/source/index.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'files/ja/web/api/vrlayerinit') diff --git a/files/ja/web/api/vrlayerinit/index.html b/files/ja/web/api/vrlayerinit/index.html index 31c567d459..4d2d9449c4 100644 --- a/files/ja/web/api/vrlayerinit/index.html +++ b/files/ja/web/api/vrlayerinit/index.html @@ -6,7 +6,7 @@ original_slug: Web/API/VRLayer ---
{{APIRef("WebVR API")}}{{SeeCompatTable}}
-

WebVR API の VRLayer インターフェイス (ディクショナリ)は,VRHMDへ表示したいコンテンツレイヤー( {{domxref("HTMLCanvasElement")}} または {{domxref("OffscreenCanvas")}})を表します。

+

WebVR API の VRLayer インターフェイス (ディクショナリ)は,VRHMDへ表示したいコンテンツレイヤー( {{domxref("HTMLCanvasElement")}} または {{domxref("OffscreenCanvas")}})を表します。

{{domxref("VRDisplay.requestPresent()")}} メソッドを使うことでレイヤーを表示することができます。

@@ -87,6 +87,6 @@ if(navigator.getVRDisplays) {

参照

diff --git a/files/ja/web/api/vrlayerinit/rightbounds/index.html b/files/ja/web/api/vrlayerinit/rightbounds/index.html index 681861967f..cee39018e6 100644 --- a/files/ja/web/api/vrlayerinit/rightbounds/index.html +++ b/files/ja/web/api/vrlayerinit/rightbounds/index.html @@ -64,6 +64,6 @@ myVRLayerInit.rightBounds = [0.5, 0.0, 0.5, 1.0];

関連項目

diff --git a/files/ja/web/api/vrlayerinit/source/index.html b/files/ja/web/api/vrlayerinit/source/index.html index df33e3c9fd..e6a3c3644d 100644 --- a/files/ja/web/api/vrlayerinit/source/index.html +++ b/files/ja/web/api/vrlayerinit/source/index.html @@ -55,6 +55,6 @@ myVRLayerInit.source = myCanvas;

関連項目

-- cgit v1.2.3-54-g00ecf