aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/mathml/attribute/values/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/mathml/attribute/values/index.html')
-rw-r--r--files/fr/web/mathml/attribute/values/index.html138
1 files changed, 138 insertions, 0 deletions
diff --git a/files/fr/web/mathml/attribute/values/index.html b/files/fr/web/mathml/attribute/values/index.html
new file mode 100644
index 0000000000..4fc2296665
--- /dev/null
+++ b/files/fr/web/mathml/attribute/values/index.html
@@ -0,0 +1,138 @@
+---
+title: Valeurs
+slug: Web/MathML/Attribute/Valeurs
+tags:
+ - MathML
+ - Référence MathML
+translation_of: Web/MathML/Attribute/Values
+---
+<h2 id="Longueurs">Longueurs</h2>
+
+<p>Plusieurs éléments de présentation MathML possèdent des attributs qui acceptent des valeurs pour mesurer des tailles ou des espacements. MathML accepte différentes unités et constantes pour spécifier les longueurs.</p>
+
+<h3 id="Unités">Unités</h3>
+
+<table class="standard-table">
+ <thead>
+ <tr>
+ <th>Uniét</th>
+ <th>Description</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td><code>em</code></td>
+ <td>Unité {{ Cssxref("font-size", "relative à la police") }}</td>
+ </tr>
+ <tr>
+ <td><code>ex</code></td>
+ <td>Unité {{ Cssxref("font-size", "relative à la police") }}. (La hauteur "x" de l'élément, <code>1ex ≈ 0.5em</code> dans beaucoup de polices)</td>
+ </tr>
+ <tr>
+ <td><code>px</code></td>
+ <td>Pixels</td>
+ </tr>
+ <tr>
+ <td><code>in</code></td>
+ <td>Pouces (1 pouce = 2,54 centimètres)</td>
+ </tr>
+ <tr>
+ <td><code>cm</code></td>
+ <td>Centimètres</td>
+ </tr>
+ <tr>
+ <td><code>mm</code></td>
+ <td>Millimètres</td>
+ </tr>
+ <tr>
+ <td><code>pt</code></td>
+ <td>Points (1 point = 1/72 pouce)</td>
+ </tr>
+ <tr>
+ <td><code>pc</code></td>
+ <td>Picas (1 pica = 12 points)</td>
+ </tr>
+ <tr>
+ <td><code>%</code></td>
+ <td>Pourcentage de la valeur par défaut.</td>
+ </tr>
+ </tbody>
+</table>
+
+<h3 id="Constantes">Constantes</h3>
+
+<table class="standard-table">
+ <thead>
+ <tr>
+ <th>Constante</th>
+ <th>Valeur</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td><code>veryverythinmathspace</code></td>
+ <td>1/18<code>em</code></td>
+ </tr>
+ <tr>
+ <td><code>verythinmathspace</code></td>
+ <td>2/18<code>em</code></td>
+ </tr>
+ <tr>
+ <td><code>thinmathspace</code></td>
+ <td>3/18<code>em</code></td>
+ </tr>
+ <tr>
+ <td><code>mediummathspace</code></td>
+ <td>4/18<code>em</code></td>
+ </tr>
+ <tr>
+ <td><code>thickmathspace</code></td>
+ <td>5/18<code>em</code></td>
+ </tr>
+ <tr>
+ <td><code>verythickmathspace</code></td>
+ <td>6/18<code>em</code></td>
+ </tr>
+ <tr>
+ <td><code>veryverythickmathspace</code></td>
+ <td>7/18<code>em</code></td>
+ </tr>
+ </tbody>
+ <thead>
+ <tr>
+ <th colspan="2">Les <em>contstantes</em> négatives ont été introduites avec Gecko 7.0 {{ geckoRelease("7.0") }} ({{ bug(650530) }})</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td><code>negativeveryverythinmathspace</code></td>
+ <td>-1/18<code>em</code></td>
+ </tr>
+ <tr>
+ <td><code>negativeverythinmathspace</code></td>
+ <td>-2/18<code>em</code></td>
+ </tr>
+ <tr>
+ <td><code>negativethinmathspace</code></td>
+ <td>-3/18<code>em</code></td>
+ </tr>
+ <tr>
+ <td><code>negativemediummathspace</code></td>
+ <td>-4/18<code>em</code></td>
+ </tr>
+ <tr>
+ <td><code>negativethickmathspace</code></td>
+ <td>-5/18<code>em</code></td>
+ </tr>
+ <tr>
+ <td><code>negativeverythickmathspace</code></td>
+ <td>-6/18<code>em</code></td>
+ </tr>
+ <tr>
+ <td><code>negativeveryverythickmathspace</code></td>
+ <td>-7/18<code>em</code></td>
+ </tr>
+ </tbody>
+</table>
+
+<p>Note : <a class="external" href="http://www.w3.org/TR/MathML3/chapter3.html#id.3.3.4.2.1" rel="external" title="http://www.w3.org/TR/MathML3/chapter3.html#id.3.3.4.2.1">L'association avec des espaces de noms a été dépréciée</a> dans MathML3 et a été retirée dans Gecko 15.0 {{ geckoRelease("15.0") }} (<a class="external" href="https://bugzilla.mozilla.org/show_bug.cgi?id=673759" rel="external">bug 673759</a>).</p>