HTMLSpanElement
A interface HTMLSpanElement
representa um elemento <span>
e deriva de uma interface HTMLElement
, mas sem implementar propriedades ou métodos adicionais.
Propriedades
Essa interface não possui propriedades, mas herda propriedades de: HTMLElement
.
Métodos
Essa interface não possui métodos, mas herda métodos de: HTMLElement
.
Especificações
Especificação | Status | Comentário |
---|---|---|
HTML Living Standard The definition of 'HTMLSpanElement' in that specification. |
Padrão em tempo real | |
Unknown The definition of 'HTMLSpanElement' in that specification. |
Desconhecido | |
HTML 5.2 The definition of 'HTMLSpanElement' in that specification. |
Recomendação | |
HTML 5.1 The definition of 'HTMLSpanElement' in that specification. |
Recomendação | |
HTML5 The definition of 'HTMLSpanElement' in that specification. |
Recomendação | A definição inicial, como <span> foi associada a um HTMLElement } antes disso. |
Compatibilidade com navegadores
BCD tables only load in the browser
Veja também
- O elemento HTML que implementa essa interface:
<span>
.