diff options
author | Jb Audras <audrasjb@gmail.com> | 2021-07-30 07:46:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-30 07:46:48 +0200 |
commit | ad122316aa016b4c02cef3720311b86281b95f5a (patch) | |
tree | 2adbca6753ce9ea7dd9af38c07d9d3fddc687f94 /files/fr/web/html | |
parent | 3687f83280ac3ee3838d0bde02048decb6c91f56 (diff) | |
download | translated-content-ad122316aa016b4c02cef3720311b86281b95f5a.tar.gz translated-content-ad122316aa016b4c02cef3720311b86281b95f5a.tar.bz2 translated-content-ad122316aa016b4c02cef3720311b86281b95f5a.zip |
French translation of the `manifest` reference (#1795)
* initial translation
* r
* Initial translation
* remove double whitespace
* remove unwanted span
Diffstat (limited to 'files/fr/web/html')
-rw-r--r-- | files/fr/web/html/link_types/manifest/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/files/fr/web/html/link_types/manifest/index.html b/files/fr/web/html/link_types/manifest/index.html new file mode 100644 index 0000000000..c8086787ff --- /dev/null +++ b/files/fr/web/html/link_types/manifest/index.html @@ -0,0 +1,15 @@ +--- +title: 'Types de liens : manifest' +slug: Web/HTML/Link_types/manifest +browser-compat: html.elements.link.rel.manifest +translation_of: 'Web/HTML/Link_types/manifest' +--- +<p>Le mot-clé <strong><code>manifest</code></strong> de l'attribut {{HTMLAttrxRef("rel", "link")}} de l'élément {{HTMLElement("link")}} est une information indiquant que la ressource ciblée est un <a href="/fr/docs/Web/Manifest">manifeste d'application web</a>.</p> + +<h2 id="specifications">Spécifications</h2> + +<p>{{Specifications}}</p> + +<h2 id="Browser_compatibility">Compatibilité des navigateurs</h2> + +<p>{{Compat}}</p> |