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/http_3 | |
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/http_3')
-rw-r--r-- | files/fr/glossary/http_3/index.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/files/fr/glossary/http_3/index.html b/files/fr/glossary/http_3/index.html index bd46ed765a..c445b71ffe 100644 --- a/files/fr/glossary/http_3/index.html +++ b/files/fr/glossary/http_3/index.html @@ -8,22 +8,22 @@ tags: translation_of: Glossary/HTTP_3 original_slug: Glossaire/HTTP_3 --- -<p><span class="seoSummary"><strong>HTTP/3</strong> est la prochaine révision majeure du <a href="/en-US/docs/Web/HTTP/Basics_of_HTTP">protocole réseau HTTP</a></span>, succédant à {{glossary("HTTP 2", "HTTP/2")}}. Le point majeur de HTTP/3 est qu'il utilise un nouveau protocole {{glossary("UDP")}} nommé QUIC, au lieu de {{glossary("TCP")}}.</p> +<p><strong>HTTP/3</strong> est la prochaine révision majeure du <a href="/fr/docs/Web/HTTP/Basics_of_HTTP">protocole réseau HTTP</a>, succédant à {{glossary("HTTP 2", "HTTP/2")}}. Le point majeur de HTTP/3 est qu'il utilise un nouveau protocole {{glossary("UDP")}} nommé QUIC, au lieu de {{glossary("TCP")}}.</p> + +<h2>Voir aussi</h2> -<section id="Quick_links"> <ol> <li>Culture générale <ol> - <li><a href="/en-US/docs/Web/HTTP">HTTP sur MDN</a></li> + <li><a href="/fr/docs/Web/HTTP">HTTP sur MDN</a></li> <li>{{interwiki("wikipedia", "HTTP/3", "HTTP/3")}} sur Wikipédia</li> </ol> </li> - <li><a href="/en-US/docs/Glossary">Glossaire</a> + <li><a href="/fr/docs/Glossary">Glossaire</a> <ol> <li>{{glossary("HTTP")}}</li> <li>{{glossary("HTTP 2")}}</li> <li>{{glossary("Latency")}}</li> </ol> </li> -</ol> -</section> +</ol>
\ No newline at end of file |