diff options
author | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-07-14 10:39:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-14 10:39:25 +0200 |
commit | 110a7a1592789759f0f427f40856899ea2c3cfd7 (patch) | |
tree | 1b4854c4a2f6bbdb4cf716a0bb7ddb108a7b4751 /files/fr/orphaned | |
parent | f4473fd7bab0912ce8a39d8523079a7cbdbdf68e (diff) | |
download | translated-content-110a7a1592789759f0f427f40856899ea2c3cfd7.tar.gz translated-content-110a7a1592789759f0f427f40856899ea2c3cfd7.tar.bz2 translated-content-110a7a1592789759f0f427f40856899ea2c3cfd7.zip |
fixes fr #1440 (#1448)
* fixes #1440 for fr
* UPDT: Update Backgrounds_and_borders
* UPDT: Update The_web_and_web_standards
* UPDT: Update First_steps/Arrays
* UPDT: Update First_steps/Math
* UPDT: Update Silly_story_generator
* UPDT: Update Django/development_environment
* UPDT: Update Client-side_JavaScript_frameworks
* UPDT: Update Command_line
* UPDT: Update API/tabs
* RMV: Removing tags
* UPDT: Cleanup html of Add-ons/WebExtensions
* UPDT: Fix flaws on WebExtensions/Native_messaging
* FIX: Fix flaws on Accessibility_inspector/Simulation
* UPDT: Html cleanup on Color_contrast
* UPDT: Mega html cleanup for Document_Object_Model/Introduction
* FIX: Fix flaws for API/Element
* UPDT: Update BCD
* FIX: Wrong link lang
* UPDT: Fix flaws/links
* FIX: Img flaws and link lang
* FIX: links error and html
* UPDT: Links and cleanup html
* FIX: link lang
* FIX: link lang
* FIX: broken example
* FIX: fix broken example and html
Co-authored-by: tristantheb <tristantheb@users.noreply.github.com>
Diffstat (limited to 'files/fr/orphaned')
-rw-r--r-- | files/fr/orphaned/web/api/navigatoronline/online/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/fr/orphaned/web/api/navigatoronline/online/index.html b/files/fr/orphaned/web/api/navigatoronline/online/index.html index 07dbaef7a9..fe5c16d221 100644 --- a/files/fr/orphaned/web/api/navigatoronline/online/index.html +++ b/files/fr/orphaned/web/api/navigatoronline/online/index.html @@ -45,7 +45,7 @@ original_slug: Web/API/NavigatorOnLine/onLine <p>Si le navigateur ne prend pas en charge <code>navigator.onLine</code>, l'exemple ci-dessus apparaîtra toujours comme <code>false</code> / <code>undefined</code>.</p> -<p>Pour voir les modifications de l'état du réseau, utilisez <a href="https://wiki.developer.mozilla.org/en-US/docs/DOM/element.addEventListener">addEventListener</a> pour écouter les événements sur {{domxref ("Window/offline_event", "window.online")}} et {{domxref ("Window/offline_event", "window.offline")}}, comme dans l'exemple suivant:</p> +<p>Pour voir les modifications de l'état du réseau, utilisez <a href="/fr/docs/DOM/element.addEventListener">addEventListener</a> pour écouter les événements sur {{domxref ("Window/offline_event", "window.online")}} et {{domxref ("Window/offline_event", "window.offline")}}, comme dans l'exemple suivant:</p> <pre class="brush: js notranslate">window.addEventListener('offline', function(e) { ... }) window.addEventListener('offline', (e) => { ... }) @@ -79,7 +79,7 @@ window.addEventListener('online', (e) => { ... }) <h2 id="Notes">Notes</h2> -<p>Voir <a href="https://wiki.developer.mozilla.org/en-US/docs/Online_and_offline_events">Événements en ligne / hors ligne</a> pour une description plus détaillée de cette propriété ainsi que des nouvelles fonctionnalités hors ligne introduites dans Firefox 3.</p> +<p>Voir <a href="/fr/docs/Online_and_offline_events">Événements en ligne / hors ligne</a> pour une description plus détaillée de cette propriété ainsi que des nouvelles fonctionnalités hors ligne introduites dans Firefox 3.</p> <h2 id="Voir_également">Voir également</h2> |