aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/htmlshadowelement/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/htmlshadowelement/index.md')
-rw-r--r--files/fr/web/api/htmlshadowelement/index.md44
1 files changed, 44 insertions, 0 deletions
diff --git a/files/fr/web/api/htmlshadowelement/index.md b/files/fr/web/api/htmlshadowelement/index.md
new file mode 100644
index 0000000000..baaff80c85
--- /dev/null
+++ b/files/fr/web/api/htmlshadowelement/index.md
@@ -0,0 +1,44 @@
+---
+title: HTMLShadowElement
+slug: Web/API/HTMLShadowElement
+tags:
+ - API
+ - HTML DOM
+ - Interface
+ - Obsolete
+ - Reference
+translation_of: Web/API/HTMLShadowElement
+---
+<div>{{APIRef("Web Components")}}{{Deprecated_header}}</div>
+
+<p>L'interface <code><strong>HTMLShadowElement</strong></code> représente un élement HTML {{HTMLElement("shadow")}}, utililisé dans le <a href="/fr/docs/Web/Web_Components/Shadow_DOM">Shadow DOM</a>.</p>
+
+<p>{{InheritanceDiagram(600, 120)}}</p>
+
+<h2 id="Properties">Propriétés</h2>
+
+<p><em>Cette interface hérite des propriétés de {{domxref("HTMLElement")}}.</em></p>
+
+<h2 id="Methods">Méthodes</h2>
+
+<p><em>Cette interface hérite des methodes de {{domxref("HTMLElement")}}.</em></p>
+
+<dl>
+ <dt>{{domxref("HTMLContentElement.getDistributedNodes()")}}</dt>
+ <dd>Retourne un {{domxref("NodeList")}} statique du {{glossary("distributed nodes")}} associé avec l'élément <code>&lt;content&gt;</code>.</dd>
+</dl>
+
+<h2 id="Specifications">Spécifications</h2>
+
+<p>Cette fonctionnalité n'est plus définie par aucune spécification.</p>
+
+<h2 id="Browser_compatibility">Compatibilité des navigateurs</h2>
+
+<p>{{Compat("api.HTMLShadowElement")}}</p>
+
+<h2 id="See_also">Voir aussi</h2>
+
+<ul>
+ <li>L'élément HTML {{HTMLElement("shadow")}}, qui implémente cette interface.</li>
+ <li><a href="/fr/docs/Web/Web_Components/Shadow_DOM">Shadow DOM</a></li>
+</ul>