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 --- files/ja/web/api/window/ondevicelight/index.html | 57 ---------------------- .../ja/web/api/window/ondeviceproximity/index.html | 53 -------------------- 2 files changed, 110 deletions(-) delete mode 100644 files/ja/web/api/window/ondevicelight/index.html delete mode 100644 files/ja/web/api/window/ondeviceproximity/index.html (limited to 'files/ja/web/api/window') diff --git a/files/ja/web/api/window/ondevicelight/index.html b/files/ja/web/api/window/ondevicelight/index.html deleted file mode 100644 index e0a19b3ccb..0000000000 --- a/files/ja/web/api/window/ondevicelight/index.html +++ /dev/null @@ -1,57 +0,0 @@ ---- -title: window.ondevicelight -slug: Web/API/Window/ondevicelight -tags: - - Ambient Light - - B2G - - Firefox OS - - WebAPI - - Window -translation_of: 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/web/api/window/ondeviceproximity/index.html b/files/ja/web/api/window/ondeviceproximity/index.html deleted file mode 100644 index d3bd96413d..0000000000 --- a/files/ja/web/api/window/ondeviceproximity/index.html +++ /dev/null @@ -1,53 +0,0 @@ ---- -title: Window.ondeviceproximity -slug: Web/API/Window/ondeviceproximity -tags: - - API - - Event Handler - - Experimental - - Property - - Proximitiy Event - - Reference - - Window -translation_of: 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