aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/api/htmlspanelement/index.html
blob: dd06fbd0b0f42e4187faf3499ff583a27671583f (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
68
69
70
71
72
---
title: HTMLSpanElement
slug: Web/API/HTMLSpanElement
tags:
  - API
  - HTML DOM
  - Interface
  - span
translation_of: Web/API/HTMLSpanElement
---
<p>{{APIRef("HTML DOM")}}</p>

<p>A interface <strong><code><span class="external">HTMLSpanElement</span></code></strong> representa um elemento {{HTMLElement("span")}} e deriva de uma interface {{DOMxRef("HTMLElement")}}, mas sem implementar propriedades ou métodos adicionais.</p>

<p>{{InheritanceDiagram(600, 120)}}</p>

<h2 id="Propriedades">Propriedades</h2>

<p><em>Essa interface não possui propriedades, mas herda propriedades de: {{DOMxRef("HTMLElement")}}.</em></p>

<h2 id="Métodos">Métodos</h2>

<p><em>Essa interface não possui métodos, mas herda métodos de: {{DOMxRef("HTMLElement")}}.</em></p>

<h2 id="Especificações">Especificações</h2>

<table class="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('HTML WHATWG', "text-level-semantics.html#htmlspanelement", "HTMLSpanElement")}}</td>
   <td>{{Spec2('HTML WHATWG')}}</td>
   <td></td>
  </tr>
  <tr>
   <td>{{SpecName('HTML5.3', "textlevel-semantics.html#htmlspanelement", "HTMLSpanElement")}}</td>
   <td>{{Spec2('HTML5.3')}}</td>
   <td></td>
  </tr>
  <tr>
   <td>{{SpecName('HTML5.2', "textlevel-semantics.html#htmlspanelement", "HTMLSpanElement")}}</td>
   <td>{{Spec2('HTML5.2')}}</td>
   <td></td>
  </tr>
  <tr>
   <td>{{SpecName('HTML5.1', "textlevel-semantics.html#htmlspanelement", "HTMLSpanElement")}}</td>
   <td>{{Spec2('HTML5.1')}}</td>
   <td></td>
  </tr>
  <tr>
   <td>{{SpecName('HTML5 W3C', "text-level-semantics.html#htmlspanelement", "HTMLSpanElement")}}</td>
   <td>{{Spec2('HTML5 W3C')}}</td>
   <td>A definição inicial, como {{HTMLElement("span")}} foi associada a um {{DOMxRef("HTMLElement")}}} antes disso.</td>
  </tr>
 </tbody>
</table>

<h2 id="Compatibilidade_do_navegador">Compatibilidade do navegador</h2>



<p>{{Compat("api.HTMLSpanElement")}}</p>

<h2 id="Veja_também">Veja também</h2>

<ul>
 <li>O elemento HTML que implementa essa interface: {{HTMLElement("span")}}.</li>
</ul>