diff options
author | Jb Audras <audrasjb@gmail.com> | 2021-07-30 08:18:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-30 08:18:09 +0200 |
commit | 1a0fea97e08d9756225732f1a8ff1651722d2011 (patch) | |
tree | c1891d94c78ae184f61443de48559e6f0182f5cc /files/fr/web/html | |
parent | d8b7da622f78cb8ed3062baf296a67f252885183 (diff) | |
download | translated-content-1a0fea97e08d9756225732f1a8ff1651722d2011.tar.gz translated-content-1a0fea97e08d9756225732f1a8ff1651722d2011.tar.bz2 translated-content-1a0fea97e08d9756225732f1a8ff1651722d2011.zip |
French translation of the `preconnect` reference (#1800)
* initial translation
* r
* original translation
* fix a small typo in the original translation
Diffstat (limited to 'files/fr/web/html')
-rw-r--r-- | files/fr/web/html/link_types/preconnect/index.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/files/fr/web/html/link_types/preconnect/index.html b/files/fr/web/html/link_types/preconnect/index.html new file mode 100644 index 0000000000..8aaf4d4420 --- /dev/null +++ b/files/fr/web/html/link_types/preconnect/index.html @@ -0,0 +1,18 @@ +--- +title: 'Types de liens : preconnect' +slug: Web/HTML/Link_types/preconnect +browser-compat: html.elements.link.rel.preconnect +translation_of: 'Web/HTML/Link_types/preconnect' +--- +<p>Le mot-clé <strong><code>preconnect</code></strong> de l'attribut {{HTMLAttrxRef("rel", "link")}} de l'élément {{HTMLElement("link")}} est une information destinée à indiquer aux navigateurs que la personne visitant le site va avoir besoin de charger des ressources provenant de l'origine de la ressource cible, et donc que le navigateur peut sans doute améliorer l'expérience de visite en initialisant une connexion vers l'origine de la ressource de façon préventive.</p> + +<pre class="brush: html"><link rel="preconnect" href="https://example.com"> +</pre> + +<h2 id="specifications">Spécifications</h2> + +<p>{{Specifications}}</p> + +<h2 id="browser_compatibility">Compatibilité des navigateurs</h2> + +<p>{{Compat}}</p> |