From 59f1389c6023be8ec1435f8f7e55d7de5a302b5b Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Mon, 8 Mar 2021 22:37:08 +0100 Subject: sync translated content --- files/fr/_redirects.txt | 1 + files/fr/_wikihistory.json | 16 ++--- .../orphaned/web/mathml/element/mglyph/index.html | 71 ++++++++++++++++++++++ files/fr/web/mathml/element/mglyph/index.html | 70 --------------------- 4 files changed, 80 insertions(+), 78 deletions(-) create mode 100644 files/fr/orphaned/web/mathml/element/mglyph/index.html delete mode 100644 files/fr/web/mathml/element/mglyph/index.html (limited to 'files/fr') diff --git a/files/fr/_redirects.txt b/files/fr/_redirects.txt index e21e5b5602..71050031ab 100644 --- a/files/fr/_redirects.txt +++ b/files/fr/_redirects.txt @@ -5650,6 +5650,7 @@ /fr/docs/Web/JavaScript/décoder_encoder_en_base64 /fr/docs/Glossary/Base64 /fr/docs/Web/JavaScript/guide_de_demarrage /fr/docs/conflicting/Learn/Getting_started_with_the_web/JavaScript_basics /fr/docs/Web/MathML/Attribute/Valeurs /fr/docs/Web/MathML/Attribute/Values +/fr/docs/Web/MathML/Element/mglyph /fr/docs/orphaned/Web/MathML/Element/mglyph /fr/docs/Web/MathML/Exemples /fr/docs/Web/MathML/Examples /fr/docs/Web/MathML/Exemples/Dériver_la_Formule_Quadratique /fr/docs/Web/MathML/Examples/Deriving_the_Quadratic_Formula /fr/docs/Web/MathML/Exemples/MathML_Theoreme_de_Pythagore /fr/docs/Web/MathML/Examples/MathML_Pythagorean_Theorem diff --git a/files/fr/_wikihistory.json b/files/fr/_wikihistory.json index 3b1152e3c9..772741df2f 100644 --- a/files/fr/_wikihistory.json +++ b/files/fr/_wikihistory.json @@ -24522,14 +24522,6 @@ "SphinxKnight" ] }, - "Web/MathML/Element/mglyph": { - "modified": "2020-10-15T21:23:58.877Z", - "contributors": [ - "SphinxKnight", - "Delapouite", - "Goofy" - ] - }, "Web/MathML/Element/mi": { "modified": "2019-03-23T23:29:00.435Z", "contributors": [ @@ -46002,5 +45994,13 @@ "SphinxKnight", "MasterFox" ] + }, + "orphaned/Web/MathML/Element/mglyph": { + "modified": "2020-10-15T21:23:58.877Z", + "contributors": [ + "SphinxKnight", + "Delapouite", + "Goofy" + ] } } \ No newline at end of file diff --git a/files/fr/orphaned/web/mathml/element/mglyph/index.html b/files/fr/orphaned/web/mathml/element/mglyph/index.html new file mode 100644 index 0000000000..b4785ad676 --- /dev/null +++ b/files/fr/orphaned/web/mathml/element/mglyph/index.html @@ -0,0 +1,71 @@ +--- +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")}}

diff --git a/files/fr/web/mathml/element/mglyph/index.html b/files/fr/web/mathml/element/mglyph/index.html deleted file mode 100644 index e19c07131f..0000000000 --- a/files/fr/web/mathml/element/mglyph/index.html +++ /dev/null @@ -1,70 +0,0 @@ ---- -title: -slug: Web/MathML/Element/mglyph -tags: - - Element - - MathML - - Reference -translation_of: 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