diff options
Diffstat (limited to 'files/fr/web/svg/element/style/index.html')
-rw-r--r-- | files/fr/web/svg/element/style/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/files/fr/web/svg/element/style/index.html b/files/fr/web/svg/element/style/index.html index d7daa868fd..11454c2331 100644 --- a/files/fr/web/svg/element/style/index.html +++ b/files/fr/web/svg/element/style/index.html @@ -11,7 +11,7 @@ translation_of: Web/SVG/Element/style <p>L'élément <code>style</code> permet d'intégrer directement des feuilles de style dans un contenu SVG. L'élément style de SVG possède les mêmes attributs que l'élément correspondant au format HTML (voir l'élément HTML {{HTMLElement("style")}}).</p> -<h2 id="Contexte_d'utilisation" lang="fr">Contexte d'utilisation</h2> +<h2 id="Contexte_d'utilisation">Contexte d'utilisation</h2> <p>{{svginfo}}</p> @@ -33,7 +33,7 @@ translation_of: Web/SVG/Element/style </svg> </pre> -<p><span class="short_text" id="result_box" lang="fr"><span class="hps">Résultat en direct</span><span>:</span></span></p> +<p>Résultat en direct:</p> <p>{{EmbedLiveSample("Exemple",150,165)}}</p> @@ -42,7 +42,7 @@ translation_of: Web/SVG/Element/style <h3 id="Attributs_Globaux">Attributs Globaux</h3> <ul> - <li><a href="/en-US/SVG/Attribute#Core">Core attributes</a> »</li> + <li><a href="/fr/SVG/Attribute#Core">Core attributes</a> »</li> </ul> <h3 id="Attributs_Specifiques">Attributs Specifiques</h3> @@ -55,7 +55,7 @@ translation_of: Web/SVG/Element/style <h2 id="Interface_DOM">Interface DOM</h2> -<p>Cet élément implemente l'interface <code><a href="/en-US/DOM/SVGStyleElement">SVGStyleElement</a></code>.</p> +<p>Cet élément implemente l'interface <code><a href="/fr/DOM/SVGStyleElement">SVGStyleElement</a></code>.</p> <h2 id="Specifications">Specifications</h2> @@ -88,5 +88,5 @@ translation_of: Web/SVG/Element/style <h2 id="Voir_aussi">Voir aussi</h2> <ul> - <li><a href="/en-US/HTML/Element/style"><style> element in HTML</a></li> + <li><a href="/fr/HTML/Element/style"><style> element in HTML</a></li> </ul> |