From 074785cea106179cb3305637055ab0a009ca74f2 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:52 -0500 Subject: initial commit --- files/pt-br/web/api/htmlshadowelement/index.html | 67 ++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 files/pt-br/web/api/htmlshadowelement/index.html (limited to 'files/pt-br/web/api/htmlshadowelement/index.html') diff --git a/files/pt-br/web/api/htmlshadowelement/index.html b/files/pt-br/web/api/htmlshadowelement/index.html new file mode 100644 index 0000000000..fe52a8caf5 --- /dev/null +++ b/files/pt-br/web/api/htmlshadowelement/index.html @@ -0,0 +1,67 @@ +--- +title: HTMLShadowElement +slug: Web/API/HTMLShadowElement +tags: + - API + - HTML DOM + - HTMLShadowElement + - Web/Api + - shadow dom +translation_of: Web/API/HTMLShadowElement +--- +

{{obsolete_header}}

+ +

{{ APIRef("Web Components") }}

+ +

A interface HTMLShadowElement representa um  elemento HTML {{HTMLElement("shadow")}}, Ao qual é usado no Shadow DOM.

+ +

Propriedades

+ +

 Esta interface herda as propriedades do {{domxref("HTMLElement")}}.

+ +

Métodos

+ +

Esta interface herda os métodos do {{domxref("HTMLElement")}}.

+ +
+
{{domxref("HTMLShadowElement.getDistributedNodes()")}}
+
Retorna uma estática {{domxref("NodeList")}} do {{glossary("distributed nodes")}} associado com este elemento <shadow>.
+
+ +

Especificações

+ + + + + + + + + + + + + + +
EspecificaçãoStatusComentário
{{SpecName('Shadow DOM', '#the-shadow-element', 'shadow')}}{{Spec2('Shadow DOM')}} 
+ +

Browser compatível

+ + + +

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

+ +

Se Shadow DOM não é habilitado no Firefox, os elementos <shadow> se comportarão como {{domxref("HTMLUnknownElement")}}. Shadow DOM foi implementado primeiro no Firefox 28 e está por trás de uma preferência, dom.webcomponents.enabled, ao qual é desabilitado por padrão. [1]

+ +

Veja também

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