aboutsummaryrefslogtreecommitdiff
path: root/files/pt-pt/web/api/mathmlelement/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-pt/web/api/mathmlelement/index.html')
-rw-r--r--files/pt-pt/web/api/mathmlelement/index.html72
1 files changed, 0 insertions, 72 deletions
diff --git a/files/pt-pt/web/api/mathmlelement/index.html b/files/pt-pt/web/api/mathmlelement/index.html
deleted file mode 100644
index ee2504017a..0000000000
--- a/files/pt-pt/web/api/mathmlelement/index.html
+++ /dev/null
@@ -1,72 +0,0 @@
----
-title: MathMLElement
-slug: Web/API/MathMLElement
-tags:
- - API
- - Interface
- - MathML
- - MathMLElement
- - Referencia
-translation_of: Web/API/MathMLElement
----
-<div>{{APIRef("MathML")}}</div>
-
-<p class="summary">A interface <strong><code>MathMLElement</code></strong> representa qualquer elemento <a href="/pt-PT/docs/Web/MathML">MathML</a>.</p>
-
-<h2 id="Propiedades">Propiedades</h2>
-
-<p><em>Esta interface não tem propriedades, mas herda propriedades de: {{DOMxRef("DocumentAndElementEventHandlers")}}, {{DOMxRef("Element")}}, {{DOMxRef("ElementCSSInlineStyle")}}, {{DOMxRef("GlobalEventHandlers")}}, {{DOMxRef("HTMLOrForeignElement")}}</em></p>
-
-<ul>
-</ul>
-
-<h2 id="Métodos">Métodos</h2>
-
-<p><em>Esta interface não tem métodos, mas herda métodos de: {{DOMxRef("DocumentAndElementEventHandlers")}}, {{DOMxRef("Element")}}, {{DOMxRef("ElementCSSInlineStyle")}}, {{DOMxRef("GlobalEventHandlers")}}, {{DOMxRef("HTMLOrForeignElement")}}</em></p>
-
-<h2 id="Exemplos">Exemplos</h2>
-
-<h3 id="MathML">MathML</h3>
-
-<pre class="brush: html notranslate">&lt;math xmlns="http://www.w3.org/1998/Math/MathML"&gt;
- &lt;msqrt&gt;
- &lt;mi&gt;x&lt;/mi&gt;
- &lt;/msqrt&gt;
-&lt;/math&gt;</pre>
-
-<h3 id="JavaScript">JavaScript</h3>
-
-<pre class="brush: js notranslate">document.querySelector('msqrt').constructor.name; // MathMLElement</pre>
-
-<h2 id="Specification" name="Specification">Especificações</h2>
-
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">Especificação</th>
- <th scope="col">Estado</th>
- <th scope="col">Comentário</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td><a href="https://mathml-refresh.github.io/mathml-core/#dom-mathmlelement">MathMLElement interface</a></td>
- <td></td>
- <td></td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Compatibilidade">Compatibilidade</h2>
-
-
-
-<p>{{Compat("api.MathMLElement")}}</p>
-
-<h2 id="Ver_também">Ver também</h2>
-
-<ul>
- <li>{{DOMxRef("Element")}}</li>
- <li>{{DOMxRef("HTMLElement")}}</li>
- <li>{{DOMxRef("SVGElement")}}</li>
-</ul>