blob: fe52a8caf5ebea8f337d8dc825918b0747be3eb8 (
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
---
title: HTMLShadowElement
slug: Web/API/HTMLShadowElement
tags:
- API
- HTML DOM
- HTMLShadowElement
- Web/Api
- shadow dom
translation_of: Web/API/HTMLShadowElement
---
<p>{{obsolete_header}}</p>
<p>{{ APIRef("Web Components") }}</p>
<p>A interface <code><strong>HTMLShadowElement</strong></code> representa um elemento HTML {{HTMLElement("shadow")}}, Ao qual é usado no <a href="/en-US/docs/Web/Web_Components/Shadow_DOM">Shadow DOM</a>.</p>
<h2 id="Properties" name="Properties">Propriedades</h2>
<p><em> Esta interface herda as propriedades do {{domxref("HTMLElement")}}.</em></p>
<h2 id="Métodos">Métodos</h2>
<p><em>Esta interface herda os métodos do {{domxref("HTMLElement")}}.</em></p>
<dl>
<dt>{{domxref("HTMLShadowElement.getDistributedNodes()")}}</dt>
<dd>Retorna uma estática {{domxref("NodeList")}} do {{glossary("distributed nodes")}} associado com este elemento <shadow>.</dd>
</dl>
<h2 id="Especificações">Especificações</h2>
<table class="spec-table standard-table">
<tbody>
<tr>
<th scope="col">Especificação</th>
<th scope="col">Status</th>
<th scope="col">Comentário</th>
</tr>
<tr>
<td>{{SpecName('Shadow DOM', '#the-shadow-element', 'shadow')}}</td>
<td>{{Spec2('Shadow DOM')}}</td>
<td> </td>
</tr>
</tbody>
</table>
<h2 id="Browser_compatível">Browser compatível</h2>
<div class="hidden">
<p>The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>and send us a pull request.</p>
</div>
<p>{{Compat("api.HTMLShadowElement")}}</p>
<p>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, <code>dom.webcomponents.enabled</code>, ao qual é desabilitado por padrão. [1]</p>
<h2 id="Veja_também">Veja também</h2>
<ul>
<li>O elemento HTML {{HTMLElement("shadow")}} , implementa esta interface.</li>
<li><a href="/en-US/docs/Web/Web_Components/Shadow_DOM">Shadow DOM</a></li>
</ul>
<dl>
<dt> </dt>
</dl>
|