diff options
Diffstat (limited to 'files/pt-br/web/api/htmlspanelement/index.html')
-rw-r--r-- | files/pt-br/web/api/htmlspanelement/index.html | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/files/pt-br/web/api/htmlspanelement/index.html b/files/pt-br/web/api/htmlspanelement/index.html new file mode 100644 index 0000000000..dd06fbd0b0 --- /dev/null +++ b/files/pt-br/web/api/htmlspanelement/index.html @@ -0,0 +1,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> |