aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/svg/attribute/accent-height/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
commit33058f2b292b3a581333bdfb21b8f671898c5060 (patch)
tree51c3e392513ec574331b2d3f85c394445ea803c6 /files/fr/web/svg/attribute/accent-height/index.html
parent8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff)
downloadtranslated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip
initial commit
Diffstat (limited to 'files/fr/web/svg/attribute/accent-height/index.html')
-rw-r--r--files/fr/web/svg/attribute/accent-height/index.html50
1 files changed, 50 insertions, 0 deletions
diff --git a/files/fr/web/svg/attribute/accent-height/index.html b/files/fr/web/svg/attribute/accent-height/index.html
new file mode 100644
index 0000000000..e19d3c01bd
--- /dev/null
+++ b/files/fr/web/svg/attribute/accent-height/index.html
@@ -0,0 +1,50 @@
+---
+title: accent-height
+slug: Web/SVG/Attribute/accent-height
+tags:
+ - Attribut
+ - NeedsCompatTable
+ - NeedsExample
+ - NeedsUpdate
+ - Reference
+ - SVG
+translation_of: Web/SVG/Attribute/accent-height
+---
+<div>{{SVGRef}}</div>
+
+<p>L'attribut <strong><code>accent-height</code></strong> définit la distance entre l'origine et le haut des accents placés sur les caractères. Cette distance est mesurée dans le système de coordonnées de la police.</p>
+
+<p>Si cet attribut n'est pas défini, l'effet obtenu est identique à celui obtenu avec la valeur de l'attribut {{SVGAttr("ascent")}}.</p>
+
+<h2 id="Contexte_d'utilisation">Contexte d'utilisation</h2>
+
+<table class="standard-table">
+ <tbody>
+ <tr>
+ <th scope="row">Catégories</th>
+ <td>Aucune</td>
+ </tr>
+ <tr>
+ <th scope="row">Type de valeur</th>
+ <td><a href="/fr/docs/Web/SVG/Content_type#Length" title="https://developer.mozilla.org/en/SVG/Content_type#Number">&lt;number&gt;</a></td>
+ </tr>
+ <tr>
+ <th scope="row">Peut être animé</th>
+ <td>Non</td>
+ </tr>
+ <tr>
+ <th scope="row">Spécification</th>
+ <td><a class="external" href="https://www.w3.org/TR/SVG/fonts.html#FontFaceElementAccentHeightAttribute">SVG 1.1 (seconde édition)</a></td>
+ </tr>
+ </tbody>
+</table>
+
+<p>{{page("/fr/docs/Web/SVG/Content_type","Number")}}</p>
+
+<h2 id="Éléments">Éléments</h2>
+
+<p>On peut utiliser l'attribut <code>accent-height</code> sur les éléments suivants :</p>
+
+<ul>
+ <li>{{SVGElement("font-face")}}</li>
+</ul>