aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/svg/attribute/styling
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/svg/attribute/styling')
-rw-r--r--files/fr/web/svg/attribute/styling/index.html10
1 files changed, 4 insertions, 6 deletions
diff --git a/files/fr/web/svg/attribute/styling/index.html b/files/fr/web/svg/attribute/styling/index.html
index 488332eb22..60021207eb 100644
--- a/files/fr/web/svg/attribute/styling/index.html
+++ b/files/fr/web/svg/attribute/styling/index.html
@@ -5,20 +5,18 @@ translation_of: Web/SVG/Attribute/Styling
---
<p>Les <em>attributs SVG de style</em> sont tous les attributs qui peuvent être spécifiés sur tout élément SVG pour appliquer des styles CSS.</p>
-<div class="index">
<ul>
- <li><a href="#attr-class"><code>class</code></a></li>
- <li><a href="#attr-style"><code>style</code></a></li>
+ <li><code>class</code></li>
+ <li><code>style</code></li>
</ul>
-</div>
<h2 id="Attributs">Attributs</h2>
<dl>
- <dt id="attr-class">{{SVGAttr('class')}}</dt>
+ <dt>{{SVGAttr('class')}}</dt>
<dd>Assigne un nom de classe ou un ensemble de noms de classe à un élément. Il fonctionne de manière identique à l'attribut {{htmlattrxref('class')}} en HTML.<br>
<small><em>Valeur</em>: Tout ID valide; <em>Animation</em>: <strong>Oui</strong></small></dd>
- <dt id="attr-style">{{SVGAttr('style')}}</dt>
+ <dt>{{SVGAttr('style')}}</dt>
<dd>Spécifie les informations de style d'un élément. Il fonctionne de manière identique à l'attribut {{htmlattrxref('style')}} en HTML.<br>
<small><em>Valeur</em>: Toute chaîne de caractères valide; <em>Animation</em>: <strong>Non</strong></small>
<p> </p>