From 641a75fbc5a15724440dce3fc41c92cb1ef23699 Mon Sep 17 00:00:00 2001 From: MDN Date: Wed, 28 Apr 2021 00:11:21 +0000 Subject: [CRON] sync translated content --- .../web/api/devicelightevent/value/index.html | 58 ++++++++++++++++++++++ .../web/api/userproximityevent/near/index.html | 53 ++++++++++++++++++++ .../web/api/window/ondevicelight/index.html | 58 ++++++++++++++++++++++ .../web/api/window/ondeviceproximity/index.html | 54 ++++++++++++++++++++ 4 files changed, 223 insertions(+) create mode 100644 files/ja/orphaned/web/api/devicelightevent/value/index.html create mode 100644 files/ja/orphaned/web/api/userproximityevent/near/index.html create mode 100644 files/ja/orphaned/web/api/window/ondevicelight/index.html create mode 100644 files/ja/orphaned/web/api/window/ondeviceproximity/index.html (limited to 'files/ja/orphaned/web/api') diff --git a/files/ja/orphaned/web/api/devicelightevent/value/index.html b/files/ja/orphaned/web/api/devicelightevent/value/index.html new file mode 100644 index 0000000000..558268c276 --- /dev/null +++ b/files/ja/orphaned/web/api/devicelightevent/value/index.html @@ -0,0 +1,58 @@ +--- +title: DeviceLightEvent.value +slug: orphaned/Web/API/DeviceLightEvent/value +tags: + - Ambient Light + - B2G + - DOM + - Firefox OS + - WebAPI + - events +translation_of: Web/API/DeviceLightEvent/value +original_slug: Web/API/DeviceLightEvent/value +--- +

{{APIRef("Ambient Light Events")}}

+ +

DeviceLightEventvalue プロパティは、現在の環境光レベルを提供します。

+ +

構文

+ +
var light = instanceOfDeviceLightEvent.value;
+ +

+ +

光強度を表す正数のルクス

+ +

仕様

+ + + + + + + + + + + + + + + + +
仕様書策定状況コメント
{{SpecName('AmbientLight', '', 'Ambient Light Events')}}{{Spec2('AmbientLight')}}最初期の定義
+ +

ブラウザ実装状況

+ +
+ + +

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

+
+ +

関連情報

+ + diff --git a/files/ja/orphaned/web/api/userproximityevent/near/index.html b/files/ja/orphaned/web/api/userproximityevent/near/index.html new file mode 100644 index 0000000000..4350a1e377 --- /dev/null +++ b/files/ja/orphaned/web/api/userproximityevent/near/index.html @@ -0,0 +1,53 @@ +--- +title: UserProximityEvent.near +slug: orphaned/Web/API/UserProximityEvent/near +tags: + - B2G + - Firefox OS + - Proximity + - WebAPI +translation_of: Web/API/UserProximityEvent/near +original_slug: Web/API/UserProximityEvent/near +--- +

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

+ +

near プロパティは、デバイスの近くにものがあるかどうか(※近接センサーによる)を示す真偽値を返します。ある場合は true が、無い場合は false が返ります。

+ +

構文

+ +
var near = instanceOfUserProximityEvent.near;
+ +

+ +

真偽値

+ +

仕様

+ + + + + + + + + + + + + + + + +
仕様書策定状況コメント
{{SpecName('Proximity Events', '#user-proximity', 'Proximity Events')}}{{Spec2('Proximity Events')}}最初期の定義
+ +

ブラウザ実装状況

+ + + +

{{Compat("api.UserProximityEvent.near")}}

+ +

関連情報

+ + diff --git a/files/ja/orphaned/web/api/window/ondevicelight/index.html b/files/ja/orphaned/web/api/window/ondevicelight/index.html new file mode 100644 index 0000000000..35faf1c93e --- /dev/null +++ b/files/ja/orphaned/web/api/window/ondevicelight/index.html @@ -0,0 +1,58 @@ +--- +title: window.ondevicelight +slug: orphaned/Web/API/Window/ondevicelight +tags: + - Ambient Light + - B2G + - Firefox OS + - WebAPI + - Window +translation_of: Web/API/Window/ondevicelight +original_slug: Web/API/Window/ondevicelight +--- +

{{ApiRef}} {{obsolete_header}} 

+ +

デバイスの環境光センサが光の強度の変化を検出した際に発生する {{event("devicelight")}} イベントを受け取るイベントリスナーを指定します。

+ +

構文

+ +
window.ondevicelight = funcRef
+ + + +

仕様

+ + + + + + + + + + + + + + + + +
仕様書策定状況コメント
{{SpecName('AmbientLight', '#event-handlers', 'Ambient Light Events')}}{{Spec2('AmbientLight')}}最初期の定義
+ +

ブラウザ実装状況

+ +
+ + +

{{Compat("api.Window.ondevicelight")}}

+
+ +

関連情報

+ + diff --git a/files/ja/orphaned/web/api/window/ondeviceproximity/index.html b/files/ja/orphaned/web/api/window/ondeviceproximity/index.html new file mode 100644 index 0000000000..1ab860d64c --- /dev/null +++ b/files/ja/orphaned/web/api/window/ondeviceproximity/index.html @@ -0,0 +1,54 @@ +--- +title: Window.ondeviceproximity +slug: orphaned/Web/API/Window/ondeviceproximity +tags: + - API + - Event Handler + - Experimental + - Property + - Proximitiy Event + - Reference + - Window +translation_of: Web/API/Window/ondeviceproximity +original_slug: Web/API/Window/ondeviceproximity +--- +

{{ ApiRef() }}

+ +

{{event("deviceproximity")}} イベントを受け取るイベントリスナーを指定します。これらのイベントは、デバイスセンサーが、物がデバイスに近づいたこと、または離れたことを検知したときに発生します。

+ +

構文

+ +
window.onuserproximity = funcRef
+ +

funcRef は、{{event("deviceproximity")}} イベントが発生したときに呼び出される関数です。これらは {{domxref("DeviceProximityEvent")}} 型のイベントです。

+ +

仕様

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

ブラウザー実装状況

+ +

{{Compat("api.Window.ondeviceproximity")}}

+ +

関連項目

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