aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/mathml/element/msub/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/mathml/element/msub/index.md')
-rw-r--r--files/fr/web/mathml/element/msub/index.md98
1 files changed, 37 insertions, 61 deletions
diff --git a/files/fr/web/mathml/element/msub/index.md b/files/fr/web/mathml/element/msub/index.md
index 364b6c9d94..5647fb72ef 100644
--- a/files/fr/web/mathml/element/msub/index.md
+++ b/files/fr/web/mathml/element/msub/index.md
@@ -3,81 +3,57 @@ title: <msub>
slug: Web/MathML/Element/msub
translation_of: Web/MathML/Element/msub
---
-<div>{{MathMLRef}}</div>
+{{MathMLRef}}
-<p>L'élément MathML <code>&lt;msub&gt;</code> est utilisé pour attaché un indice à une expression. On utilise la syntaxe suivante: <code>&lt;msub&gt; base indice &lt;/msub&gt;</code>.</p>
+L'élément MathML `<msub>` est utilisé pour attaché un indice à une expression. On utilise la syntaxe suivante: `<msub> base indice </msub>`.
-<h2 id="Attributes">Attributes</h2>
+## Attributes
-<dl>
- <dt>class, id, style</dt>
- <dd>Fournit pour être utilisé avec <a href="/fr/docs/CSS">stylesheets</a>.</dd>
- <dt>href</dt>
- <dd>Utilisé pour ajouter un hyperlien vers une URI.</dd>
- <dt>mathbackground</dt>
- <dd>La couleur d'arrière plan. Vous pouvez utiliser <code>#rgb</code>, <code>#rrggbb</code> et les <a href="/fr/docs/Web/CSS/Type_color#Les_mots-cl%C3%A9s">noms de couleurs HTML</a>.</dd>
- <dt>mathcolor</dt>
- <dd>La couleur du texte. Vous pouvez utiliser <code>#rgb</code>, <code>#rrggbb</code> et les <a href="/fr/docs/Web/CSS/Type_color#Les_mots-cl%C3%A9s">noms de couleurs HTML</a>.</dd>
- <dt>subscriptshift</dt>
- <dd>The minimum space by which to shift the subscript below the baseline of the expression, as a <a href="/fr/docs/MathML/Attributes/Values#Lengths">length value</a>.</dd>
-</dl>
+- class, id, style
+ - : Fournit pour être utilisé avec [stylesheets](/fr/docs/CSS).
+- href
+ - : Utilisé pour ajouter un hyperlien vers une URI.
+- mathbackground
+ - : La couleur d'arrière plan. Vous pouvez utiliser `#rgb`, `#rrggbb` et les [noms de couleurs HTML](/fr/docs/Web/CSS/Type_color#Les_mots-cl%C3%A9s).
+- mathcolor
+ - : La couleur du texte. Vous pouvez utiliser `#rgb`, `#rrggbb` et les [noms de couleurs HTML](/fr/docs/Web/CSS/Type_color#Les_mots-cl%C3%A9s).
+- subscriptshift
+ - : The minimum space by which to shift the subscript below the baseline of the expression, as a [length value](/fr/docs/MathML/Attributes/Values#Lengths).
-<h2 id="Example">Example</h2>
+## Example
-<p>Image fixe: <img alt="x1" src="msub.png"></p>
+Image fixe: ![x1](msub.png)
-<p>Rendu dans votre navigateur: <math> <msub> <mi>X</mi> <mn>1</mn> </msub> </math></p>
+Rendu dans votre navigateur: <math><msub><mi>X</mi> <mn>1</mn></msub></math>
-<pre class="brush: html">&lt;math&gt;
+```html
+<math>
-  &lt;msub&gt;
-    &lt;mi&gt;X&lt;/mi&gt;
-    &lt;mn&gt;1&lt;/mn&gt;
-  &lt;/msub&gt;
+  <msub>
+    <mi>X</mi>
+    <mn>1</mn>
+  </msub>
-&lt;/math&gt;
-</pre>
+</math>
+```
-<h2 id="Spécifications">Spécifications</h2>
+## Spécifications
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">Specification</th>
- <th scope="col">Status</th>
- <th scope="col">Comment</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{ SpecName('MathML3', 'chapter3.html#presm.msub', 'msub') }}</td>
- <td>{{ Spec2('MathML3') }}</td>
- <td>Spécification actuelle</td>
- </tr>
- <tr>
- <td>{{ SpecName('MathML2', 'chapter3.html#presm.msub', 'msub') }}</td>
- <td>{{ Spec2('MathML2') }}</td>
- <td>Spéficication initiale.</td>
- </tr>
- </tbody>
-</table>
+| Specification | Status | Comment |
+| -------------------------------------------------------------------------------- | ---------------------------- | ----------------------- |
+| {{ SpecName('MathML3', 'chapter3.html#presm.msub', 'msub') }} | {{ Spec2('MathML3') }} | Spécification actuelle |
+| {{ SpecName('MathML2', 'chapter3.html#presm.msub', 'msub') }} | {{ Spec2('MathML2') }} | Spéficication initiale. |
-<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2>
+## Compatibilité des navigateurs
+{{Compat("mathml.elements.msub")}}
+## Notes spécifiques à Gecko
-<p>{{Compat("mathml.elements.msub")}}</p>
+- À partir de Gecko 26.0 {{geckoRelease("26")}} il ne sera bientôt plus possible d'utiliser `<none/>` comme un élément enfant. The rendering has been made more consistent with equivalent configurations of {{MathMLElement("msup")}} and {{MathMLElement("mmultiscripts")}} and a bug with an incorrect application ` of the ``superscriptshift` attribute has been fixed (see {{bug("827713")}} for details).
-<h2 id="Notes_spécifiques_à_Gecko">Notes spécifiques à Gecko</h2>
+## Voir aussi
-<ul>
- <li>À partir de Gecko 26.0 {{geckoRelease("26")}} il ne sera bientôt plus possible d'utiliser <code>&lt;none/&gt;</code> comme un élément enfant. The rendering has been made more consistent with equivalent configurations of {{MathMLElement("msup")}} and {{MathMLElement("mmultiscripts")}} and a bug with an incorrect application <code>of the </code><code>superscriptshift</code> attribute has been fixed (see {{bug("827713")}} for details).</li>
-</ul>
-
-<h2 id="Voir_aussi">Voir aussi</h2>
-
-<ul>
- <li>{{ MathMLElement("msup") }} (Superscript)</li>
- <li>{{ MathMLElement("msubsup") }} (Subscript-superscript pair)</li>
- <li>{{ MathMLElement("mmultiscripts") }} (Prescripts and tensor indices)</li>
-</ul>
+- {{ MathMLElement("msup") }} (Superscript)
+- {{ MathMLElement("msubsup") }} (Subscript-superscript pair)
+- {{ MathMLElement("mmultiscripts") }} (Prescripts and tensor indices)