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 do navegador
BCD tables only load in the browser
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
Veja também
- O elemento HTML que implementa essa interface:
<span>
.