aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/htmlshadowelement/index.md
blob: bab0902a2add262484c0a4579290920ffc9e1d63 (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
---
title: HTMLShadowElement
slug: Web/API/HTMLShadowElement
tags:
  - API
  - HTML DOM
  - Interface
  - Obsolete
  - Reference
translation_of: Web/API/HTMLShadowElement
---
{{APIRef("Web Components")}}{{Deprecated_header}}

L'interface **`HTMLShadowElement`** représente un élement HTML {{HTMLElement("shadow")}}, utililisé dans le [Shadow DOM](/fr/docs/Web/Web_Components/Shadow_DOM).

{{InheritanceDiagram(600, 120)}}

## Propriétés

_Cette interface hérite des propriétés de {{domxref("HTMLElement")}}._

## Méthodes

_Cette interface hérite des methodes de {{domxref("HTMLElement")}}._

- {{domxref("HTMLContentElement.getDistributedNodes()")}}
  - : Retourne un {{domxref("NodeList")}} statique du {{glossary("distributed nodes")}} associé avec l'élément `<content>`.

## Spécifications

Cette fonctionnalité n'est plus définie par aucune spécification.

## Compatibilité des navigateurs

{{Compat("api.HTMLShadowElement")}}

## Voir aussi

- L'élément HTML {{HTMLElement("shadow")}}, qui implémente cette interface.
- [Shadow DOM](/fr/docs/Web/Web_Components/Shadow_DOM)