From 40651bb85106adf49c1db200e76dc63d95894bac Mon Sep 17 00:00:00 2001 From: MDN Date: Thu, 4 Nov 2021 00:49:41 +0000 Subject: [CRON] sync translated content --- files/ja/_redirects.txt | 2 + files/ja/_wikihistory.json | 16 ++--- .../feature-policy/xr-spatial-tracking/index.html | 9 +++ .../web/http/headers/feature-policy/vr/index.html | 68 --------------------- .../feature-policy/xr-spatial-tracking/index.html | 69 ++++++++++++++++++++++ .../web/http/headers/feature-policy/xr/index.html | 8 --- 6 files changed, 88 insertions(+), 84 deletions(-) create mode 100644 files/ja/conflicting/web/http/headers/feature-policy/xr-spatial-tracking/index.html delete mode 100644 files/ja/web/http/headers/feature-policy/vr/index.html create mode 100644 files/ja/web/http/headers/feature-policy/xr-spatial-tracking/index.html delete mode 100644 files/ja/web/http/headers/feature-policy/xr/index.html diff --git a/files/ja/_redirects.txt b/files/ja/_redirects.txt index 345f525084..a8c358359f 100644 --- a/files/ja/_redirects.txt +++ b/files/ja/_redirects.txt @@ -4074,6 +4074,8 @@ /ja/docs/Web/HTTP/HTTP_access_control/Errors/CORSPreflightDidNotSucceed /ja/docs/Web/HTTP/CORS/Errors/CORSPreflightDidNotSucceed /ja/docs/Web/HTTP/HTTP_access_control/Errors/CORSRequestNotHttp /ja/docs/Web/HTTP/CORS/Errors/CORSRequestNotHttp /ja/docs/Web/HTTP/HTTP_response_codes /ja/docs/Web/HTTP/Status +/ja/docs/Web/HTTP/Headers/Feature-Policy/vr /ja/docs/Web/HTTP/Headers/Feature-Policy/xr-spatial-tracking +/ja/docs/Web/HTTP/Headers/Feature-Policy/xr /ja/docs/conflicting/Web/HTTP/Headers/Feature-Policy/xr-spatial-tracking /ja/docs/Web/HTTP/Proxy_servers_and_tunneling/Proxy_Auto-Configuration_(PAC)_file /ja/docs/Web/HTTP/Proxy_servers_and_tunneling/Proxy_Auto-Configuration_PAC_file /ja/docs/Web/HTTP/Response_codes /ja/docs/Web/HTTP/Status /ja/docs/Web/HTTP/Response_codes/204 /ja/docs/Web/HTTP/Status/204 diff --git a/files/ja/_wikihistory.json b/files/ja/_wikihistory.json index 2011f0bd59..4f501cb70e 100644 --- a/files/ja/_wikihistory.json +++ b/files/ja/_wikihistory.json @@ -36467,19 +36467,12 @@ "mfuji09" ] }, - "Web/HTTP/Headers/Feature-Policy/vr": { + "Web/HTTP/Headers/Feature-Policy/xr-spatial-tracking": { "modified": "2020-10-15T22:11:22.366Z", "contributors": [ "mfuji09" ] }, - "Web/HTTP/Headers/Feature-Policy/xr": { - "modified": "2020-08-12T12:42:41.854Z", - "contributors": [ - "mfuji09", - "tamura4278" - ] - }, "Web/HTTP/Headers/Forwarded": { "modified": "2020-10-15T22:07:23.420Z", "contributors": [ @@ -48630,6 +48623,13 @@ "sosleepy" ] }, + "conflicting/Web/HTTP/Headers/Feature-Policy/xr-spatial-tracking": { + "modified": "2020-08-12T12:42:41.854Z", + "contributors": [ + "mfuji09", + "tamura4278" + ] + }, "conflicting/Web/Web_Components": { "modified": "2020-10-15T22:23:11.378Z", "contributors": [ diff --git a/files/ja/conflicting/web/http/headers/feature-policy/xr-spatial-tracking/index.html b/files/ja/conflicting/web/http/headers/feature-policy/xr-spatial-tracking/index.html new file mode 100644 index 0000000000..1695b9bdcc --- /dev/null +++ b/files/ja/conflicting/web/http/headers/feature-policy/xr-spatial-tracking/index.html @@ -0,0 +1,9 @@ +--- +title: 'Feature-Policy: xr' +slug: conflicting/Web/HTTP/Headers/Feature-Policy/xr-spatial-tracking +translation_of: Web/HTTP/Headers/Feature-Policy/xr +original_slug: Web/HTTP/Headers/Feature-Policy/xr +--- +

{{HTTPSidebar}}

+ +

この機能ポリシーディレクティブは、ある時点では xr として定義されていました (ただし Chrome では {{httpheader("Feature-Policy/vr", "vr")}} として実装されていました)。代わりに {{httpheader("Feature-Policy/xr-spatial-tracking", "xr-spatial-tracking")}} を使用してください。

diff --git a/files/ja/web/http/headers/feature-policy/vr/index.html b/files/ja/web/http/headers/feature-policy/vr/index.html deleted file mode 100644 index 37919a64a6..0000000000 --- a/files/ja/web/http/headers/feature-policy/vr/index.html +++ /dev/null @@ -1,68 +0,0 @@ ---- -title: 'Feature-Policy: vr' -slug: Web/HTTP/Headers/Feature-Policy/vr -tags: - - Directive - - Feature Policy - - Feature-Policy - - HTTP - - Reference - - WebVR -translation_of: Web/HTTP/Headers/Feature-Policy/vr ---- -
{{HTTPSidebar}} {{SeeCompatTable}}
- -

WebVR APIWebXR Device API で置き換えられ、ウェブプラットフォームから削除されつつあるところです。代わりに WebXR Device API のための機能識別子 {{HTTPHeader("Feature-Policy/xr-spatial-tracking","xr-spatial-tracking")}} を使用してください。

- -

HTTP の {{HTTPHeader("Feature-Policy")}} ヘッダーにおける vr ディレクティブは、現在の文書が WebVR API を使用することを許可するかどうかを制御します。このポリシーが有効であれば、 {{DOMxRef("Navigator.getVRDisplays","Navigator.getVRDisplays()")}} から返却された {{JSxRef("Promise")}} が {{DOMxRef("DOMException")}} で拒否されます。

- -

構文

- -
Feature-Policy: vr <allowlist>;
- -
-
<allowlist>
-
{{page("/ja/docs/Web/HTTP/Feature_Policy/Using_Feature_Policy", "allowlist")}}
-
- -

既定のポリシー

- -

既定の許可リストは 'self' です。

-< - -

仕様書

- - - - - - - - - - - - - - - - - - - - - -
仕様書状態備考
WebXR Device API編集者草稿この仕様書における 'xr' の定義
{{SpecName('Feature Policy')}}{{Spec2('Feature Policy')}}初回定義
- -

ブラウザーの互換性

- -

{{Compat("http.headers.Feature-Policy.vr")}}

- -

関連情報

- - diff --git a/files/ja/web/http/headers/feature-policy/xr-spatial-tracking/index.html b/files/ja/web/http/headers/feature-policy/xr-spatial-tracking/index.html new file mode 100644 index 0000000000..3d848f95cb --- /dev/null +++ b/files/ja/web/http/headers/feature-policy/xr-spatial-tracking/index.html @@ -0,0 +1,69 @@ +--- +title: 'Feature-Policy: vr' +slug: Web/HTTP/Headers/Feature-Policy/xr-spatial-tracking +tags: + - Directive + - Feature Policy + - Feature-Policy + - HTTP + - Reference + - WebVR +translation_of: Web/HTTP/Headers/Feature-Policy/vr +original_slug: Web/HTTP/Headers/Feature-Policy/vr +--- +
{{HTTPSidebar}} {{SeeCompatTable}}
+ +

WebVR APIWebXR Device API で置き換えられ、ウェブプラットフォームから削除されつつあるところです。代わりに WebXR Device API のための機能識別子 {{HTTPHeader("Feature-Policy/xr-spatial-tracking","xr-spatial-tracking")}} を使用してください。

+ +

HTTP の {{HTTPHeader("Feature-Policy")}} ヘッダーにおける vr ディレクティブは、現在の文書が WebVR API を使用することを許可するかどうかを制御します。このポリシーが有効であれば、 {{DOMxRef("Navigator.getVRDisplays","Navigator.getVRDisplays()")}} から返却された {{JSxRef("Promise")}} が {{DOMxRef("DOMException")}} で拒否されます。

+ +

構文

+ +
Feature-Policy: vr <allowlist>;
+ +
+
<allowlist>
+
{{page("/ja/docs/Web/HTTP/Feature_Policy/Using_Feature_Policy", "allowlist")}}
+
+ +

既定のポリシー

+ +

既定の許可リストは 'self' です。

+< + +

仕様書

+ + + + + + + + + + + + + + + + + + + + + +
仕様書状態備考
WebXR Device API編集者草稿この仕様書における 'xr' の定義
{{SpecName('Feature Policy')}}{{Spec2('Feature Policy')}}初回定義
+ +

ブラウザーの互換性

+ +

{{Compat("http.headers.Feature-Policy.vr")}}

+ +

関連情報

+ + diff --git a/files/ja/web/http/headers/feature-policy/xr/index.html b/files/ja/web/http/headers/feature-policy/xr/index.html deleted file mode 100644 index b730a40b37..0000000000 --- a/files/ja/web/http/headers/feature-policy/xr/index.html +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: 'Feature-Policy: xr' -slug: Web/HTTP/Headers/Feature-Policy/xr -translation_of: Web/HTTP/Headers/Feature-Policy/xr ---- -

{{HTTPSidebar}}

- -

この機能ポリシーディレクティブは、ある時点では xr として定義されていました (ただし Chrome では {{httpheader("Feature-Policy/vr", "vr")}} として実装されていました)。代わりに {{httpheader("Feature-Policy/xr-spatial-tracking", "xr-spatial-tracking")}} を使用してください。

-- cgit v1.2.3-54-g00ecf