From 8ac0274adfd130308698c98e92fb6cf9bc95e1ec Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Fri, 13 Aug 2021 17:27:45 +0900 Subject: orphaned/Web/API/DeviceProximityEvent 以下を削除 (#1924) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 非推奨のインターフェイスであり、英語版で既に削除されているページであるため --- files/ja/_redirects.txt | 3 -- files/ja/_wikihistory.json | 18 -------- .../web/api/deviceproximityevent/max/index.html | 52 ---------------------- .../web/api/deviceproximityevent/min/index.html | 52 ---------------------- .../web/api/deviceproximityevent/value/index.html | 52 ---------------------- 5 files changed, 177 deletions(-) delete mode 100644 files/ja/orphaned/web/api/deviceproximityevent/max/index.html delete mode 100644 files/ja/orphaned/web/api/deviceproximityevent/min/index.html delete mode 100644 files/ja/orphaned/web/api/deviceproximityevent/value/index.html (limited to 'files/ja') diff --git a/files/ja/_redirects.txt b/files/ja/_redirects.txt index 6494040c3e..23286c92bf 100644 --- a/files/ja/_redirects.txt +++ b/files/ja/_redirects.txt @@ -3197,9 +3197,6 @@ /ja/docs/Web/API/Coordinates /ja/docs/Web/API/GeolocationCoordinates /ja/docs/Web/API/DOMLocator /ja/docs/orphaned/Web/API/DOMLocator /ja/docs/Web/API/DeviceAcceleration /ja/docs/Web/API/DeviceMotionEventAcceleration -/ja/docs/Web/API/DeviceProximityEvent/max /ja/docs/orphaned/Web/API/DeviceProximityEvent/max -/ja/docs/Web/API/DeviceProximityEvent/min /ja/docs/orphaned/Web/API/DeviceProximityEvent/min -/ja/docs/Web/API/DeviceProximityEvent/value /ja/docs/orphaned/Web/API/DeviceProximityEvent/value /ja/docs/Web/API/Document.domConfig /ja/docs/Web/API/Document /ja/docs/Web/API/Document/async /ja/docs/Web/API/XMLDocument/async /ja/docs/Web/API/Document/defaultView/storage_event /ja/docs/Web/API/Window/storage_event diff --git a/files/ja/_wikihistory.json b/files/ja/_wikihistory.json index 80b1d4f29a..193aa4a888 100644 --- a/files/ja/_wikihistory.json +++ b/files/ja/_wikihistory.json @@ -50854,24 +50854,6 @@ "Fajrovulpo" ] }, - "orphaned/Web/API/DeviceProximityEvent/max": { - "modified": "2019-03-23T22:15:32.868Z", - "contributors": [ - "YuichiNukiyama" - ] - }, - "orphaned/Web/API/DeviceProximityEvent/min": { - "modified": "2019-03-23T22:15:40.764Z", - "contributors": [ - "YuichiNukiyama" - ] - }, - "orphaned/Web/API/DeviceProximityEvent/value": { - "modified": "2019-03-23T22:15:41.294Z", - "contributors": [ - "YuichiNukiyama" - ] - }, "orphaned/Web/API/Document_Object_Model/Events": { "modified": "2020-09-27T12:30:54.835Z", "contributors": [ diff --git a/files/ja/orphaned/web/api/deviceproximityevent/max/index.html b/files/ja/orphaned/web/api/deviceproximityevent/max/index.html deleted file mode 100644 index 4a262f2362..0000000000 --- a/files/ja/orphaned/web/api/deviceproximityevent/max/index.html +++ /dev/null @@ -1,52 +0,0 @@ ---- -title: DeviceProximityEvent.max -slug: orphaned/Web/API/DeviceProximityEvent/max -tags: - - API - - DevicProximitiy Event - - Experimenatal - - Property - - Reference -translation_of: Web/API/DeviceProximityEvent/max -original_slug: Web/API/DeviceProximityEvent/max ---- -

{{APIRef("Proximity Events")}}{{SeeCompatTable}}

- -

max プロパティは、センサーが報告可能なセンチメートル単位の最大検知距離をで提供します。

- -

構文

- -
var value = instanceOfDeviceProximityEvent.max;
- -

- -

デバイスの近接度センサーが報告可能なセンチメートル単位の最大検知距離を表す正の数値です。

- -

仕様

- - - - - - - - - - - - - - - - -
仕様ステータスコメント
{{ SpecName('Proximity Events', '', 'Proximity Events') }}{{ Spec2('Proximity Events') }}初期定義。
- -

ブラウザー実装状況

- -

{{Compat("api.DeviceProximityEvent.max")}}

- -

関連項目

- - diff --git a/files/ja/orphaned/web/api/deviceproximityevent/min/index.html b/files/ja/orphaned/web/api/deviceproximityevent/min/index.html deleted file mode 100644 index acceaea8fa..0000000000 --- a/files/ja/orphaned/web/api/deviceproximityevent/min/index.html +++ /dev/null @@ -1,52 +0,0 @@ ---- -title: DeviceProximityEvent.min -slug: orphaned/Web/API/DeviceProximityEvent/min -tags: - - API - - DeviceProximity Event - - Experimental - - Property - - Reference -translation_of: Web/API/DeviceProximityEvent/min -original_slug: Web/API/DeviceProximityEvent/min ---- -

{{APIRef("Proximity Events")}}{{SeeCompatTable}}

- -

min プロパティは、センチメートル単位でセンサーが報告可能な距離を提供します。

- -

構文

- -
var value = instanceOfDeviceProximityEvent.min;
- -

- -

デバイスの近接度センサーが報告可能なセンチメートル単位の最小距離を表す正の数値です。

- -

仕様

- - - - - - - - - - - - - - - - -
仕様ステータスコメント
{{ SpecName('Proximity Events', '#device-proximity', 'Proximity Events') }}{{ Spec2('Proximity Events') }}初期定義。
- -

ブラウザー実装状況

- -

{{Compat("api.DeviceProximityEvent.min")}}

- -

関連項目

- - diff --git a/files/ja/orphaned/web/api/deviceproximityevent/value/index.html b/files/ja/orphaned/web/api/deviceproximityevent/value/index.html deleted file mode 100644 index 3ae8090e6a..0000000000 --- a/files/ja/orphaned/web/api/deviceproximityevent/value/index.html +++ /dev/null @@ -1,52 +0,0 @@ ---- -title: DeviceProximityEvent.value -slug: orphaned/Web/API/DeviceProximityEvent/value -tags: - - API - - DeviceProximity Event - - Experimental - - Property - - Reference -translation_of: Web/API/DeviceProximityEvent/value -original_slug: Web/API/DeviceProximityEvent/value ---- -

{{APIRef("Proximity Events")}}{{SeeCompatTable}}

- -

{{domxref("DeviceProximityEvent")}} オブジェクトの value プロパティは、デバイスと検出したオブジェクトの間の現在の距離をセンチメートル単位で提供します。

- -

構文

- -
var distance = instanceOfDeviceProximityEvent.value;
- -

- -

デバイスの近接センサーと検出したオブジェクトの間の現在の距離をセンチメートル単位で表した正の数値です。

- -

仕様

- - - - - - - - - - - - - - - - -
仕様ステータスコメント
{{ SpecName('Proximity Events', '#device-proximity', 'Proximity Events') }}{{ Spec2('Proximity Events') }}初期定義。
- -

ブラウザー実装状況

- -

{{Compat("api.DeviceProximityEvent.value")}}

- -

関連項目

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