diff options
author | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-11-15 19:39:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-15 19:39:35 +0100 |
commit | 6f6e297fbfa7867b1f42c4245df20f4282b3b083 (patch) | |
tree | e602e617243ed4427e45c30554939818bfba8d6e /files/fr/glossary/client_hints | |
parent | 34d315396ca29d7ef51ecc27eeeeeb275e9b0ba9 (diff) | |
download | translated-content-6f6e297fbfa7867b1f42c4245df20f4282b3b083.tar.gz translated-content-6f6e297fbfa7867b1f42c4245df20f4282b3b083.tar.bz2 translated-content-6f6e297fbfa7867b1f42c4245df20f4282b3b083.zip |
Prepare Glossary section for Markdown conversion (#2971)
* Remove seoSummary and summary classes
* Fix hidden blocks / code samples
* Remove span cruft
* Remove <font> and <style .. font..>
* Remove notranslate
* Remove id other than in headings
* Fix pre blocks and remove style
* Fix other report one offs and remove absolute urls
* Remove external classes
* Fixing images url
Diffstat (limited to 'files/fr/glossary/client_hints')
-rw-r--r-- | files/fr/glossary/client_hints/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/files/fr/glossary/client_hints/index.html b/files/fr/glossary/client_hints/index.html index cb670a6b2c..f5adcc9f2d 100644 --- a/files/fr/glossary/client_hints/index.html +++ b/files/fr/glossary/client_hints/index.html @@ -19,16 +19,16 @@ translation_of: Glossary/Client_hints <p>Le serveur peut alors utiliser ces informations du client pour déterminer les ressources à lui envoyer.</p> -<div class="notecard note"> - <h4>Note</h4> - <p>Les indications du client peuvent aussi être formulées en HTML à l'aide de l'élément <a href="/fr/docs/Web/HTML/Element/meta"><code><meta></code></a> avec l'attribut <code><a href="/en-US/docs/Web/HTML/Element/meta#attr-http-equiv">http-equiv</a></code> :</p> +<div class="note"> + <p><strong>Note :</strong> Les indications du client peuvent aussi être formulées en HTML à l'aide de l'élément <a href="/fr/docs/Web/HTML/Element/meta"><code><meta></code></a> avec l'attribut <code><a href="/fr/docs/Web/HTML/Element/meta#attr-http-equiv">http-equiv</a></code> :</p> <pre><meta http-equiv="Accept-CH" content="Width, Viewport-Width, Downlink"></pre> </div> -Client Hints Infrastructures variables</h2> + +<h2>Client Hints Infrastructures variables</h2> <p>Afin d'indiquer à la gestion du cache que les <a href="/fr/docs/Web/HTTP/Headers#clients_hints">indications du client</a> peuvent modifier la teneur de la réponse, il faudra utiliser l'en-tête HTTP <code><a href="/fr/docs/Web/HTTP/Headers/Vary">Vary</a></code>.</p> -<p id="example_varying_response">Exemple de réponse variable :</p> +<p>Exemple de réponse variable :</p> <pre>Vary: Accept, Width, Viewport-Width, Downlink</pre> |