diff options
Diffstat (limited to 'files/fr/web/api/windowclient')
4 files changed, 8 insertions, 8 deletions
diff --git a/files/fr/web/api/windowclient/focus/index.html b/files/fr/web/api/windowclient/focus/index.html index 577285459b..b78542bb67 100644 --- a/files/fr/web/api/windowclient/focus/index.html +++ b/files/fr/web/api/windowclient/focus/index.html @@ -14,7 +14,7 @@ translation_of: Web/API/WindowClient/focus --- <p>{{SeeCompatTable}}{{APIRef("Service Workers API")}}</p> -<p>La méthode <strong><code>focus()</code></strong> de l'interface {{domxref("WindowClient")}} focus le client en cours et retourne une {{jsxref("Promise")}} qui est résolue vers le<span> {{domxref("WindowClient")}} existant.</span></p> +<p>La méthode <strong><code>focus()</code></strong> de l'interface {{domxref("WindowClient")}} focus le client en cours et retourne une {{jsxref("Promise")}} qui est résolue vers le {{domxref("WindowClient")}} existant.</p> <h2 id="Syntaxe">Syntaxe</h2> diff --git a/files/fr/web/api/windowclient/index.html b/files/fr/web/api/windowclient/index.html index b5b0fe36e0..1a7d646b7a 100644 --- a/files/fr/web/api/windowclient/index.html +++ b/files/fr/web/api/windowclient/index.html @@ -86,7 +86,7 @@ translation_of: Web/API/WindowClient <li><a href="/en-US/docs/Web/API/ServiceWorker_API/Using_Service_Workers">Using Service Workers</a></li> <li><a href="https://github.com/mdn/sw-test">Service workers basic code example</a></li> <li><a href="https://jakearchibald.github.io/isserviceworkerready/">Is ServiceWorker ready?</a></li> - <li><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise">Promises</a></li> + <li><a href="/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise">Promises</a></li> <li><a href="/en-US/docs/Web/Guide/Performance/Using_web_workers">Using web workers</a></li> <li><a href="/en-US/docs/Web/API/Channel_Messaging_API">Channel Messaging API</a></li> </ul> diff --git a/files/fr/web/api/windowclient/navigate/index.html b/files/fr/web/api/windowclient/navigate/index.html index f7d35d7399..038f93f87c 100644 --- a/files/fr/web/api/windowclient/navigate/index.html +++ b/files/fr/web/api/windowclient/navigate/index.html @@ -14,7 +14,7 @@ translation_of: Web/API/WindowClient/navigate --- <p>{{SeeCompatTable}}{{APIRef("Service Workers API")}}</p> -<p>La méthode <strong><code>navigate()</code></strong> de l'interface {{domxref("WindowClient")}} <span id="noHighlight_0.005279926980020444">charge une URL spécifiée dans une page de client contrôlée, puis retourne une</span> {{jsxref("Promise")}} <span id="noHighlight_0.005279926980020444">qui devra être analysée p</span>ar {{domxref("WindowClient")}} (le demandeur).</p> +<p>La méthode <strong><code>navigate()</code></strong> de l'interface {{domxref("WindowClient")}} charge une URL spécifiée dans une page de client contrôlée, puis retourne une {{jsxref("Promise")}} qui devra être analysée par {{domxref("WindowClient")}} (le demandeur).</p> <h2 id="Syntaxe">Syntaxe</h2> @@ -26,7 +26,7 @@ translation_of: Web/API/WindowClient/navigate <dl> <dt><code>url</code></dt> - <dd><span id="noHighlight_0.8092575892867941">L'emplacement pour naviguer vers (url est une string)</span> .</dd> + <dd>L'emplacement pour naviguer vers (url est une string) .</dd> </dl> <h3 id="Retour">Retour</h3> diff --git a/files/fr/web/api/windowclient/visibilitystate/index.html b/files/fr/web/api/windowclient/visibilitystate/index.html index 0456b39d55..3f0d42838e 100644 --- a/files/fr/web/api/windowclient/visibilitystate/index.html +++ b/files/fr/web/api/windowclient/visibilitystate/index.html @@ -3,9 +3,9 @@ title: WindowClient.visibilityState slug: Web/API/WindowClient/visibilityState translation_of: Web/API/WindowClient/visibilityState --- -<p><span style="line-height: 19.0909080505371px;">{{SeeCompatTable}}{{APIRef("Service Workers API")}}</span></p> +<p>{{SeeCompatTable}}{{APIRef("Service Workers API")}}</p> -<p><span style="line-height: 19.0909080505371px;">La propriété <strong><code>visibilityState</code></strong>, en lecture seule de l'interface {{domxref("WindowClient")}} indique la visibilité du client courant</span>. La valeur pourra être : <code>hidden</code>, <code>visible</code>, <code>prerender</code>, or <code>unloaded</code>.</p> +<p>La propriété <strong><code>visibilityState</code></strong>, en lecture seule de l'interface {{domxref("WindowClient")}} indique la visibilité du client courant. La valeur pourra être : <code>hidden</code>, <code>visible</code>, <code>prerender</code>, or <code>unloaded</code>.</p> <h2 id="Syntaxe">Syntaxe</h2> @@ -33,9 +33,9 @@ translation_of: Web/API/WindowClient/visibilityState })); });</pre> -<h2 id="Spécifications" style="line-height: 30px; font-size: 2.14285714285714rem;">Spécifications</h2> +<h2 id="Spécifications">Spécifications</h2> -<table class="standard-table" style="line-height: 19.0909080505371px;"> +<table class="standard-table"> <tbody> <tr> <th scope="col">Specification</th> |