aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJb Audras <audrasjb@gmail.com>2021-08-02 07:25:32 +0200
committerGitHub <noreply@github.com>2021-08-02 07:25:32 +0200
commit840f1fcc950d01ecf3f866483a333927ed874ec0 (patch)
treefd1cb1a38c599a37f895929b39868009e58fc387
parent175179608bfe2fb8c273bc0cc27b4fa0c2c039e9 (diff)
downloadtranslated-content-840f1fcc950d01ecf3f866483a333927ed874ec0.tar.gz
translated-content-840f1fcc950d01ecf3f866483a333927ed874ec0.tar.bz2
translated-content-840f1fcc950d01ecf3f866483a333927ed874ec0.zip
French translation for the `part` reference (#1824)
* initial translation * r * original translation * address issues from sphinx's review
-rw-r--r--files/fr/web/html/global_attributes/part/index.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/files/fr/web/html/global_attributes/part/index.html b/files/fr/web/html/global_attributes/part/index.html
new file mode 100644
index 0000000000..649ae677ec
--- /dev/null
+++ b/files/fr/web/html/global_attributes/part/index.html
@@ -0,0 +1,25 @@
+---
+title: part
+slug: Web/HTML/Global_attributes/part
+browser-compat: html.global_attributes.part
+translation_of: 'Web/HTML/Global_attributes/part'
+---
+<div>{{HTMLSidebar("Global_attributes")}}</div>
+
+<p><a href="/fr/docs/Web/HTML/Global_attributes">L'attribut universel</a> <strong><code>part</code></strong> contient une liste des parties du nom de l'élément, séparées par des espaces. Les parties du nom permettent de sélectionner et de mettre en forme en CSS des parties spécifiques du <i lang="en">DOM</i> dans l'arbre fantôme avec le pseudo-élément {{CSSxRef("::part")}}.</p>
+
+<p>Consultez notre <a href="https://mdn.github.io/web-components-examples/shadow-part/">exemple d'utilisation des parties fantômes du DOM</a>.</p>
+
+<h2 id="specifications">Spécifications</h2>
+
+<p>{{Specifications}}</p>
+
+<h2 id="browser_compatibility">Compatibilité des navigateurs</h2>
+
+<p>{{Compat}}</p>
+
+<h2 id="see_also">Voir aussi</h2>
+
+<ul>
+ <li>Liste de tous les <a href="/fr/docs/Web/HTML/Global_attributes">attributs universels</a>.</li>
+</ul>