aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/svg/element/style
diff options
context:
space:
mode:
authorSphinxKnight <SphinxKnight@users.noreply.github.com>2021-11-01 07:45:47 +0100
committerGitHub <noreply@github.com>2021-11-01 07:45:47 +0100
commite7f1d07cba1f78b72eb43bfcdabc262359c4991a (patch)
tree04dbbcb9a5ed0ccf1cfb31bdce6a7ab9a5866be8 /files/fr/web/svg/element/style
parentaab1606ed15d15bb1dc3a73f33dd60b7230e77fa (diff)
downloadtranslated-content-e7f1d07cba1f78b72eb43bfcdabc262359c4991a.tar.gz
translated-content-e7f1d07cba1f78b72eb43bfcdabc262359c4991a.tar.bz2
translated-content-e7f1d07cba1f78b72eb43bfcdabc262359c4991a.zip
Prepare SVG section for Markdown conversion (#2570)
* Remove summary classes * Remove hidden classes out of pre * Remove spans * Remove notranslate class * Remove ids out of headings * missed 2 ids with regex * clean note and warning cards * fix headings errors * Fix dls and as * fix imgs * lint stuff (absolute urls, english links) * Temporarily readding file * delete inexisting doc in en-US with flaws * Fixes #2842 for SVG
Diffstat (limited to 'files/fr/web/svg/element/style')
-rw-r--r--files/fr/web/svg/element/style/index.html10
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
&lt;/svg&gt;
</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">&lt;style&gt; element in HTML</a></li>
+ <li><a href="/fr/HTML/Element/style">&lt;style&gt; element in HTML</a></li>
</ul>