From f35245b5536f167c4c22dac32db7120b6dac5609 Mon Sep 17 00:00:00 2001 From: SphinxKnight Date: Sun, 21 Mar 2021 08:12:35 +0100 Subject: fr - Orphaned directory cleaning (#252) * Orphaned directory cleaning crypto + xpcom-xul + html js css * Orphaned cleaning: old editor/old devtools + span hell page * Old workflows from Kuma * Old Fx Devtools * rm CSS Indexes * rm community/contribute obsolete or outdated content * outdated (kuma/before en-US reorganization) contribute docs * Obsolete WebAPI content * removed WebExt docs moved to extensionworkshop.com + obsolete web content --- .../orphaned/web/mathml/element/mglyph/index.html | 71 ---------------------- 1 file changed, 71 deletions(-) delete mode 100644 files/fr/orphaned/web/mathml/element/mglyph/index.html (limited to 'files/fr/orphaned/web/mathml') diff --git a/files/fr/orphaned/web/mathml/element/mglyph/index.html b/files/fr/orphaned/web/mathml/element/mglyph/index.html deleted file mode 100644 index b4785ad676..0000000000 --- a/files/fr/orphaned/web/mathml/element/mglyph/index.html +++ /dev/null @@ -1,71 +0,0 @@ ---- -title: -slug: orphaned/Web/MathML/Element/mglyph -tags: - - Element - - MathML - - Reference -translation_of: Web/MathML/Element/mglyph -original_slug: Web/MathML/Element/mglyph ---- -
{{MathMLRef}}
- -

L'élément MathML <mglyph> est utilisé afin d'afficher des symboles non-standards n'ayant pas de caractères Unicode correspondants. Cet élément peut être utilisé avec les éléments jetons.

- -

Attributs

- -
-
alt
-
Cet attribut définit le texte alternatif décrivant l'image. Ce texte sera affiché si l'URL est incorrecte, si le format de l'image n'est pas supporté ou jusqu'à la fin du téléchargement de l'image.
-
class, id, style
-
Afin d'être utilisés avec les feuilles de styles.
-
height
-
La hauteur de l'image.
-
href
-
Un hyperlien pointant vers un URI donné.
-
mathbackground
-
La couleur de fond. Il est possible d'utiliser les codes au format #rgb, #rrggbb et les noms de couleurs HTML.
-
src
-
L'URL de l'image.
-
valign
-
Définit l'alignement vertical par rapport à la ligne de base courante.
-
width
-
La largeur de l'image.
-
- -

Exemples

- -
<math>
-  <mi><mglyph src="mon-glyphe.png" alt="mon glyphe"/></mi>
-</math>
-
- -

Spécifications

- - - - - - - - - - - - - - - - - - - - - -
SpécificationStatutCommentaires
{{ SpecName('MathML3', 'chapter3.html#presm.mglyph', 'mglyph') }}{{ Spec2('MathML3') }}Spécification actuelle
{{ SpecName('MathML2', 'chapter3.html#presm.mglyph', 'mglyph') }}{{ Spec2('MathML2') }}Spécification initiale
- -

Compatibilité des navigateurs

- - - -

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

-- cgit v1.2.3-54-g00ecf