aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/htmlshadowelement/index.html
blob: baaff80c8592c786abbea5d12c459cc65856731e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
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>