From 074785cea106179cb3305637055ab0a009ca74f2 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:52 -0500 Subject: initial commit --- files/pt-pt/web/mathml/element/mglyph/index.html | 72 ++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 files/pt-pt/web/mathml/element/mglyph/index.html (limited to 'files/pt-pt/web/mathml/element/mglyph') diff --git a/files/pt-pt/web/mathml/element/mglyph/index.html b/files/pt-pt/web/mathml/element/mglyph/index.html new file mode 100644 index 0000000000..1ae5f170dc --- /dev/null +++ b/files/pt-pt/web/mathml/element/mglyph/index.html @@ -0,0 +1,72 @@ +--- +title: +slug: Web/MathML/Element/mglyph +tags: + - MathML + - 'MathML:Element' + - Referência de MathML +translation_of: Web/MathML/Element/mglyph +--- +
{{MathMLRef}}
+ +

O elemento de MathML <mglyph> é usado para apresentar símbolos sem carateres de Unicode disponíveis. Pode ser usado dentro de token elements.

+ +

Atributos

+ +
+
alt
+
Este atributo define o texto alternativo que descreve a imagem. Os utilizadores verão isto apresentado se o URL da imagem estiver errado, se a imagem não estiver num dos formatos suportados, ou até a imagem ser descarregada.
+
class, id, style
+
Para uso com stylesheets.
+
height
+
A altura da imagem.
+
href
+
Usado para criar uma hiperligação para um URI.
+
mathbackground
+
A cor de fundo (se a imagem tem transparência). Pode usar #rgb, #rrggbb e nomes de cores de HTML.
+
src
+
O URL da imagem.
+
valign
+
Indica o alinhamento vertical com respeito à linha de base atual.
+
width
+
A largura da imagem.
+
+ +

Exemplos

+ +
<math>
+  <mi><mglyph src="my-glyph.png" alt="my glyph"/></mi>
+</math>
+
+ +

Especificações

+ + + + + + + + + + + + + + + + + + + + + +
EspecificaçãoEstadoComentário
{{ SpecName('MathML3', 'chapter3.html#presm.mglyph', 'mglyph') }}{{ Spec2('MathML3') }}Especificação atual
{{ SpecName('MathML2', 'chapter3.html#presm.mglyph', 'mglyph') }}{{ Spec2('MathML2') }}Especificação inicial
+ +

Compatibilidade

+ + + + + +

{{Compat("mathml.elements.mglyph")}}

-- cgit v1.2.3-54-g00ecf