From 99efa5cfa34c3f9d38b75352881acdfc99508ebf Mon Sep 17 00:00:00 2001 From: tristantheb Date: Fri, 2 Apr 2021 13:50:14 +0200 Subject: UPDATE: FR-ONLY - Remove all old CompatibilityTable to replace with {{Compat()}} (#311) * UPDATE: Removing CompatibilityTable script - Part 1 * UPDATE: Removing CompatibilityTable script - Part 2 * UPDATE: Removing CompatibilityTable script - Part 3 * UPDATE: Removing CompatibilityTable script - Part 4 * UPDATE: Removing CompatibilityTable script - Part 5/5 * FIX: Repair the EOL of one page * FIX: Fix conflicting file --- files/fr/web/api/htmlshadowelement/index.html | 113 ++++---------------------- 1 file changed, 17 insertions(+), 96 deletions(-) (limited to 'files/fr/web/api/htmlshadowelement') diff --git a/files/fr/web/api/htmlshadowelement/index.html b/files/fr/web/api/htmlshadowelement/index.html index 6da5cbc00c..74297aa31f 100644 --- a/files/fr/web/api/htmlshadowelement/index.html +++ b/files/fr/web/api/htmlshadowelement/index.html @@ -5,119 +5,40 @@ tags: - API - HTML DOM - Interface + - Obsolete - Reference - - Web Components translation_of: Web/API/HTMLShadowElement --- -

{{ APIRef("Web Components") }}

+
{{APIRef("Web Components")}}{{Deprecated_header}}
-

L'interface HTMLShadowElement représente un élement HTML {{HTMLElement("shadow")}}, utililisé dans le Shadow DOM

+

L'interface HTMLShadowElement représente un élement HTML {{HTMLElement("shadow")}}, utililisé dans le Shadow DOM.

-

Propriétés

+

{{InheritanceDiagram(600, 120)}}

-

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

+

Propriétés

-

Méthodes

+

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

-

Cette interface hérite des methodes 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>
+
Retourne un {{domxref("NodeList")}} statique du {{glossary("distributed nodes")}} associé avec l'élément <content>.
-

Spécifications

- - - - - - - - - - - - - - -
SpécificationStatutCommentaire
{{SpecName('Shadow DOM', '#the-shadow-element', 'shadow')}}{{Spec2('Shadow DOM')}} 
- -

Compatibilité des navigateurs

- -

{{CompatibilityTable}}

+

Spécifications

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
FonctionnalitéChromeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
Support de base35{{CompatGeckoDesktop("28")}} [1]{{CompatNo}}26{{CompatNo}}
{{domxref("HTMLShadowElement.getDistributedNodes", "getDistributedNodes()")}}35{{CompatNo}}{{CompatNo}}26{{CompatNo}}
-
+

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

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
FonctionnalitéAndroidFirefox Mobile (Gecko)IE PhoneOpera MobileSafari Mobile
Support de base37{{CompatGeckoMobile("28")}} [1]{{CompatNo}}{{CompatUnknown}}{{CompatUnknown}}
{{domxref("HTMLShadowElement.getDistributedNodes", "getDistributedNodes()")}}37{{CompatNo}}{{CompatNo}}{{CompatUnknown}}{{CompatUnknown}}
-
+

Compatibilité des navigateurs

-

[1] Si Shadow DOM n'est pas activé sur Firefox, les élements <content> agiront comme des  {{domxref("HTMLUnknownElement")}}. Les Shadow DOM ont été ajoutés à Firefox 28 et sont derrière une configuration dom.webcomponents.enabled, qui est désactivée par défaut.

+

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

-

See also

+

Voir aussi

- -
-
 
-
-- cgit v1.2.3-54-g00ecf