aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api
diff options
context:
space:
mode:
authorMDN <actions@users.noreply.github.com>2021-04-28 00:11:21 +0000
committerMDN <actions@users.noreply.github.com>2021-04-28 00:11:21 +0000
commit641a75fbc5a15724440dce3fc41c92cb1ef23699 (patch)
tree08f4322484cc405a57ae2949fe88ca812667fdeb /files/fr/web/api
parent4c4eb4c4f905cef32b77d0c61205e36121d75559 (diff)
downloadtranslated-content-641a75fbc5a15724440dce3fc41c92cb1ef23699.tar.gz
translated-content-641a75fbc5a15724440dce3fc41c92cb1ef23699.tar.bz2
translated-content-641a75fbc5a15724440dce3fc41c92cb1ef23699.zip
[CRON] sync translated content
Diffstat (limited to 'files/fr/web/api')
-rw-r--r--files/fr/web/api/window/ondevicelight/index.html34
1 files changed, 0 insertions, 34 deletions
diff --git a/files/fr/web/api/window/ondevicelight/index.html b/files/fr/web/api/window/ondevicelight/index.html
deleted file mode 100644
index 4a4357ec9a..0000000000
--- a/files/fr/web/api/window/ondevicelight/index.html
+++ /dev/null
@@ -1,34 +0,0 @@
----
-title: Window.ondevicelight
-slug: Web/API/Window/ondevicelight
-tags:
- - API
- - Ambient Light Events
- - Experimental
- - Propriété
- - Reference
-translation_of: Web/API/Window/ondevicelight
----
-<div>{{obsolete_header}}</div>
-
-<p>Spécifie un écouteur d'événements pour recevoir des événements {{event ("devicelight")}}. Ces événements se produisent lorsque le capteur de niveau de lumière de l'appareil détecte une modification de l'intensité du niveau de lumière ambiante.</p>
-
-<h2 id="Syntaxe">Syntaxe</h2>
-
-<pre class="syntaxbox notranslate">window.ondevicelight = <var>funcRef</var></pre>
-
-<p><code><em>funcRef</em></code> est une fonction à appeler lorsque l'événement {{event("devicelight")}} se produit. Ces événements sont de type {{domxref("DeviceLightEvent")}}.</p>
-
-<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2>
-
-<div class="hidden">Le tableau de compatibilité de cette page est généré à partir de données structurées. Si vous souhaitez contribuer aux données, veuillez consulter <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> et envoyez-nous une pull request.</div>
-
-<p>{{Compat("api.Window.ondevicelight")}}</p>
-
-<h2 id="Voir_également">Voir également</h2>
-
-<ul>
- <li>{{event("devicelight")}}</li>
- <li>{{domxref("DeviceLightEvent")}}</li>
- <li><a href="/en-US/docs/Web/API/DeviceLightEvent/Using_light_events">Using Light Events</a></li>
-</ul>