aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/svg
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/svg')
-rw-r--r--files/fr/web/svg/element/altglyph/index.html71
-rw-r--r--files/fr/web/svg/element/defs/index.html58
-rw-r--r--files/fr/web/svg/element/ellipse/index.html74
-rw-r--r--files/fr/web/svg/element/image/index.html54
-rw-r--r--files/fr/web/svg/element/line/index.html54
-rw-r--r--files/fr/web/svg/element/pattern/index.html48
-rw-r--r--files/fr/web/svg/element/polyline/index.html52
-rw-r--r--files/fr/web/svg/element/radialgradient/index.html56
-rw-r--r--files/fr/web/svg/element/style/index.html56
-rw-r--r--files/fr/web/svg/element/svg/index.html54
-rw-r--r--files/fr/web/svg/element/text/index.html50
-rw-r--r--files/fr/web/svg/element/tspan/index.html52
-rw-r--r--files/fr/web/svg/element/use/index.html82
13 files changed, 67 insertions, 694 deletions
diff --git a/files/fr/web/svg/element/altglyph/index.html b/files/fr/web/svg/element/altglyph/index.html
index 0309fc608f..84e3dc7422 100644
--- a/files/fr/web/svg/element/altglyph/index.html
+++ b/files/fr/web/svg/element/altglyph/index.html
@@ -50,61 +50,30 @@ translation_of: Web/SVG/Element/altGlyph
<p>Cet élément implémente l'interface <code><a href="/fr/docs/Web/API/SVGAltGlyphElement" title="en/DOM/SVGAltGlyphElement">SVGAltGlyphElement</a></code>.</p>
-<h2 id="Browser_compatibility" name="Browser_compatibility">Compatibilité des navigateurs</h2>
-
-<p>{{ CompatibilityTable() }}</p>
-
-<div id="compat-desktop">
-<table class="compat-table">
- <tbody>
- <tr>
- <th scope="col">Fonctionnalité</th>
- <th scope="col">Chrome</th>
- <th scope="col">Firefox (Gecko)</th>
- <th scope="col">Internet Explorer</th>
- <th scope="col">Opera</th>
- <th scope="col">Safari</th>
- </tr>
- <tr>
- <td>Support simple</td>
- <td>1.0</td>
- <td>{{ CompatGeckoDesktop('2.0') }} <a href="#supportGecko">[1]</a></td>
- <td>{{ CompatUnknown() }}</td>
- <td>{{ CompatOpera('10.6') }}</td>
- <td>{{ CompatSafari('4.0') }}</td>
- </tr>
- </tbody>
+<h2 id="Specifications">Spécifications</h2>
+
+<table class="standard-table">
+ <thead>
+ <tr>
+ <th scope="col">Spécification</th>
+ <th scope="col">Statut</th>
+ <th scope="col">Commentaire</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>{{SpecName('SVG1.1', 'text.html#AltGlyphElement', '&lt;altGlyph&gt;')}}</td>
+ <td>{{Spec2('SVG1.1')}}</td>
+ <td>Définition initiale</td>
+ </tr>
+ </tbody>
</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Fonctionnalité</th>
- <th>Android</th>
- <th>Firefox Mobile (Gecko)</th>
- <th>IE Phone</th>
- <th>Opera Mobile</th>
- <th>Safari Mobile</th>
- </tr>
- <tr>
- <td>Support simple</td>
- <td>{{ CompatUnknown() }}</td>
- <td>{{ CompatGeckoMobile('2.0') }} <a href="#supportGecko">[1]</a></td>
- <td>{{ CompatNo() }}</td>
- <td>{{ CompatOperaMobile('11.0') }}</td>
- <td>{{ CompatSafari('4.0') }}</td>
- </tr>
- </tbody>
-</table>
-</div>
-<p id="supportGecko">[1] support partiel, voir <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=456286" rel="external">bug 456286</a> et <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=571808" rel="external">bug 571808</a>.</p>
+<h2 id="Browser_compatibility">Compatibilité des navigateurs</h2>
-<p>Le graphique est basé sur <a href="/fr/docs/Web/SVG/Compatibility_sources">ces sources</a>.</p>
+<p>{{Compat("svg.elements.altGlyph")}}</p>
-<h2 id="Voir_également">Voir également</h2>
+<h2 id="See_also">Voir aussi</h2>
<ul>
<li>{{ SVGElement("tspan") }}</li>
diff --git a/files/fr/web/svg/element/defs/index.html b/files/fr/web/svg/element/defs/index.html
index 56fbe41a82..2531f7524a 100644
--- a/files/fr/web/svg/element/defs/index.html
+++ b/files/fr/web/svg/element/defs/index.html
@@ -78,60 +78,6 @@ translation_of: Web/SVG/Element/defs
</tbody>
</table>
-<h2 id="Compatibilité_avec_les_navigateurs">Compatibilité avec les navigateurs</h2>
+<h2 id="Browser_compatibility">Compatibilité des navigateurs</h2>
-<p>{{CompatibilityTable}}</p>
-
-<div id="compat-desktop">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Feature</th>
- <th>Chrome</th>
- <th>Firefox (Gecko)</th>
- <th>Internet Explorer</th>
- <th>Opera</th>
- <th>Safari</th>
- </tr>
- <tr>
- <td>Basic support</td>
- <td>1.0</td>
- <td>{{CompatGeckoDesktop('1.8')}}</td>
- <td>{{CompatIE('9.0')}}</td>
- <td>{{CompatOpera('8.0')}}</td>
- <td>{{CompatSafari('3.0.4')}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Feature</th>
- <th>Android</th>
- <th>Firefox Mobile (Gecko)</th>
- <th>IE Phone</th>
- <th>Opera Mobile</th>
- <th>Safari Mobile</th>
- </tr>
- <tr>
- <td>Basic support</td>
- <td>{{CompatAndroid('3.0')}}</td>
- <td>{{CompatGeckoMobile('1.8')}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatSafari('3.0.4')}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<p>The chart is based on <a href="/en-US/docs/Web/SVG/Compatibility_sources">these sources</a>.</p>
-
-<h2 id="En_lien_avec">En lien avec</h2>
-
-<ul>
- <li>{{SVGElement("use")}}</li>
-</ul>
+<p>{{Compat("svg.elements.defs")}}</p>
diff --git a/files/fr/web/svg/element/ellipse/index.html b/files/fr/web/svg/element/ellipse/index.html
index 571dbe6acd..f896739821 100644
--- a/files/fr/web/svg/element/ellipse/index.html
+++ b/files/fr/web/svg/element/ellipse/index.html
@@ -96,60 +96,36 @@ translation_of: Web/SVG/Element/ellipse
<p>Cet élément implémente l'interface <code><a href="/en/DOM/SVGEllipseElement" title="en/DOM/SVGEllipseElement">SVGEllipseElement</a></code>.</p>
-<h2 id="Compatibilité_avec_les_navigateurs">Compatibilité avec les navigateurs</h2>
+<h2 id="Specifications">Spécifications</h2>
-<p>{{ CompatibilityTable() }}</p>
-
-<div id="compat-desktop">
-<table class="compat-table">
- <tbody>
- <tr>
- <th scope="col">Fonctionnalités</th>
- <th scope="col">Chrome</th>
- <th scope="col">Firefox (Gecko)</th>
- <th scope="col">Internet Explorer</th>
- <th scope="col">Opera</th>
- <th scope="col">Safari</th>
- </tr>
- <tr>
- <td>Support basique</td>
- <td>1.0</td>
- <td>{{ CompatGeckoDesktop('1.8') }}</td>
- <td>{{ CompatIE('9.0') }}</td>
- <td>{{ CompatOpera('8.0') }}</td>
- <td>{{ CompatSafari('3.0.4') }}</td>
- </tr>
- </tbody>
+<table class="standard-table">
+ <thead>
+ <tr>
+ <th scope="col">Spécification</th>
+ <th scope="col">Statut</th>
+ <th scope="col">Commentaire</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>{{SpecName('SVG2', 'shapes.html#EllipseElement', '&lt;ellipse&gt;')}}</td>
+ <td>{{Spec2('SVG2')}}</td>
+ <td>Ajout de la valeur <code>auto</code> pour <code>rx</code> et <code>ry</code>.</td>
+ </tr>
+ <tr>
+ <td>{{SpecName('SVG1.1', 'shapes.html#EllipseElement', '&lt;ellipse&gt;')}}</td>
+ <td>{{Spec2('SVG1.1')}}</td>
+ <td>Définition initiale.</td>
+ </tr>
+ </tbody>
</table>
-</div>
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Fonctionnalité</th>
- <th>Android</th>
- <th>Firefox Mobile (Gecko)</th>
- <th>IE Phone</th>
- <th>Opera Mobile</th>
- <th>Safari Mobile</th>
- </tr>
- <tr>
- <td>Support basique</td>
- <td>{{ CompatAndroid('3.0') }}</td>
- <td>{{ CompatGeckoMobile('1.8') }}</td>
- <td>{{ CompatNo() }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatSafari('3.0.4') }}</td>
- </tr>
- </tbody>
-</table>
-</div>
+<h2 id="Browser_compatibility">Compatibilité des navigateurs</h2>
-<p>Cette table est basée sur <a href="/en/SVG/Compatibility_sources" title="fr/SVG/Compatibility sources"> ces ressources</a>.</p>
+<p>{{Compat("svg.elements.ellipse")}}</p>
-<h2 id="Corrélat">Corrélat</h2>
+<h2 id="See_also">Voir aussi</h2>
<ul>
- <li>{{ SVGElement("circle") }}</li>
+ <li>Autres formes de base SVG : <strong>{{SVGElement('circle')}}</strong>, {{SVGElement('line')}}, {{SVGElement('polygon')}}, {{SVGElement('polyline')}}, {{SVGElement('rect')}}</li>
</ul>
diff --git a/files/fr/web/svg/element/image/index.html b/files/fr/web/svg/element/image/index.html
index 3e9e1ff699..e81004b2f9 100644
--- a/files/fr/web/svg/element/image/index.html
+++ b/files/fr/web/svg/element/image/index.html
@@ -57,56 +57,4 @@ translation_of: Web/SVG/Element/image
<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2>
-<p>{{ CompatibilityTable() }}</p>
-
-<div id="compat-desktop">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Fonctionnalité</th>
- <th>Chrome</th>
- <th>Firefox (Gecko)</th>
- <th>Internet Explorer</th>
- <th>Opera</th>
- <th>Safari (WebKit)</th>
- </tr>
- <tr>
- <td>Accepté</td>
- <td>1.0</td>
- <td>{{ CompatGeckoDesktop('1.8') }}</td>
- <td>{{ CompatIE('9.0') }}</td>
- <td>{{ CompatOpera('8.0') }}</td>
- <td>{{ CompatSafari('3.0.4') }}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Fonctionnalité</th>
- <th>Android</th>
- <th>Firefox Mobile (Gecko)</th>
- <th>IE Phone</th>
- <th>Opera Mobile</th>
- <th>Safari Mobile</th>
- </tr>
- <tr>
- <td>Accepté</td>
- <td>{{ CompatAndroid('3.0') }}</td>
- <td>{{ CompatGeckoMobile('1.8') }}</td>
- <td>{{ CompatNo() }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatSafari('3.0.4') }}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<p>Cette table s'appuit sur <a href="/fr/SVG/Compatibility_sources" title="en/SVG/Compatibility sources">ces sources</a>.</p>
-
-<h3 id="Notes_spécifiques_à_Gecko">Notes spécifiques à Gecko</h3>
-
-<p>Avant <span>Gecko 2.0 {{ geckoRelease("2.0") }}</span> seule les images matricielles étaient acceptées.</p>
+<p>{{Compat("svg.elements.image")}}</p>
diff --git a/files/fr/web/svg/element/line/index.html b/files/fr/web/svg/element/line/index.html
index 851e87030b..c80dd0aeed 100644
--- a/files/fr/web/svg/element/line/index.html
+++ b/files/fr/web/svg/element/line/index.html
@@ -60,57 +60,9 @@ translation_of: Web/SVG/Element/line
<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2>
-<p>{{ CompatibilityTable() }}</p>
-
-<div id="compat-desktop">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Fonctionnalité</th>
- <th>Chrome</th>
- <th>Firefox (Gecko)</th>
- <th>IE</th>
- <th>Opera</th>
- <th>Safari</th>
- </tr>
- <tr>
- <td>Support basique</td>
- <td>1.0</td>
- <td>{{ CompatGeckoDesktop('1.8') }}</td>
- <td>{{ CompatIE('9.0') }}</td>
- <td>{{ CompatOpera('8.0') }}</td>
- <td>{{ CompatSafari('3.0.4') }}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Fonctionnalité</th>
- <th>Android</th>
- <th>Firefox Mobile (Gecko)</th>
- <th>IE Phone</th>
- <th>Opera Mobile</th>
- <th>Safari Mobile</th>
- </tr>
- <tr>
- <td>Support basique</td>
- <td>{{ CompatAndroid('3.0') }}</td>
- <td>{{ CompatGeckoMobile('1.8') }}</td>
- <td>{{ CompatNo() }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatSafari('3.0.4') }}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<p>Cette table est basée sur <a href="/fr/SVG/Compatibility_sources" title="en/SVG/Compatibility sources">ces ressources</a>.</p>
-
-<h2 id="Élément_connexes">Élément connexes</h2>
+<p>{{Compat("svg.elements.line")}}</p>
+
+<h2 id="See_also">Voir aussi</h2>
<ul>
<li>{{ SVGElement("polygon") }} ;</li>
diff --git a/files/fr/web/svg/element/pattern/index.html b/files/fr/web/svg/element/pattern/index.html
index ba728e5c0e..800b18c89c 100644
--- a/files/fr/web/svg/element/pattern/index.html
+++ b/files/fr/web/svg/element/pattern/index.html
@@ -117,50 +117,4 @@ translation_of: Web/SVG/Element/pattern
<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2>
-<p>{{CompatibilityTable}}</p>
-
-<div id="compat-desktop">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Fonction</th>
- <th>Chrome</th>
- <th>Firefox (Gecko)</th>
- <th>Internet Explorer</th>
- <th>Opera</th>
- <th>Safari</th>
- </tr>
- <tr>
- <td>Support simple</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Fonction</th>
- <th>Android</th>
- <th>Firefox Mobile (Gecko)</th>
- <th>IE Phone</th>
- <th>Opera Mobile</th>
- <th>Safari Mobile</th>
- </tr>
- <tr>
- <td>Support simple</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- </tr>
- </tbody>
-</table>
-</div>
+<p>{{Compat("svg.elements.pattern")}}</p>
diff --git a/files/fr/web/svg/element/polyline/index.html b/files/fr/web/svg/element/polyline/index.html
index e692ae8c7f..42325ffe60 100644
--- a/files/fr/web/svg/element/polyline/index.html
+++ b/files/fr/web/svg/element/polyline/index.html
@@ -119,57 +119,7 @@ translation_of: Web/SVG/Element/polyline
<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2>
-<p>{{CompatibilityTable}}</p>
-
-<div id="compat-desktop">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Fonctionnalité</th>
- <th>Chrome</th>
- <th>Edge</th>
- <th>Firefox (Gecko)</th>
- <th>IE</th>
- <th>Opera</th>
- <th>Safari</th>
- </tr>
- <tr>
- <td>Support simple</td>
- <td>{{CompatChrome("1.0")}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatGeckoDesktop("1.8")}}</td>
- <td>{{CompatIE("9.0")}}</td>
- <td>{{CompatOpera("8.0")}}</td>
- <td>{{CompatSafari("3.0.4")}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Fonctionnalité</th>
- <th>Android</th>
- <th>Edge</th>
- <th>Firefox Mobile (Gecko)</th>
- <th>IE Phone</th>
- <th>Opera Mobile</th>
- <th>Safari Mobile</th>
- </tr>
- <tr>
- <td>Support simple</td>
- <td>{{CompatAndroid("3.0")}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatGeckoMobile("1.8")}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatSafari("3.0.4")}}</td>
- </tr>
- </tbody>
-</table>
-</div>
+<p>{{Compat("svg.elements.polyline")}}</p>
<h2 id="Voir_aussi">Voir aussi</h2>
diff --git a/files/fr/web/svg/element/radialgradient/index.html b/files/fr/web/svg/element/radialgradient/index.html
index 389e54aec3..41fd9ec42e 100644
--- a/files/fr/web/svg/element/radialgradient/index.html
+++ b/files/fr/web/svg/element/radialgradient/index.html
@@ -94,61 +94,7 @@ translation_of: Web/SVG/Element/radialGradient
<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2>
-<p>{{CompatibilityTable}}</p>
-
-<div id="compat-desktop">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Feature</th>
- <th>Chrome</th>
- <th>Edge</th>
- <th>Firefox (Gecko)</th>
- <th>IE</th>
- <th>Opera</th>
- <th>Safari</th>
- </tr>
- <tr>
- <td>Basic support</td>
- <td>{{CompatChrome('1.0')}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatGeckoDesktop('1.8')}}</td>
- <td>{{CompatIE('9.0')}}</td>
- <td>{{CompatOpera('9.0')}}</td>
- <td>{{CompatSafari('3.0.4')}}<sup>[1]</sup></td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Feature</th>
- <th>Android</th>
- <th>Edge</th>
- <th>Firefox Mobile (Gecko)</th>
- <th>IE Phone</th>
- <th>Opera Mobile</th>
- <th>Safari Mobile</th>
- </tr>
- <tr>
- <td>Basic support</td>
- <td>{{CompatAndroid('3.0')}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatGeckoMobile('1.8')}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatSafari('3.0.4')}}<sup>[1]</sup></td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<p>Le tableau est basé sur <a href="/en-US/docs/Web/SVG/Compatibility_sources">ces ressources</a>.</p>
-
-<p>[1] WebKit ne supporte pas l'interpolation des couleurs ({{WebKitBug("6034")}}).</p>
+<p>{{Compat("svg.elements.radialGradient")}}</p>
<h2 id="Voir_aussi">Voir aussi</h2>
diff --git a/files/fr/web/svg/element/style/index.html b/files/fr/web/svg/element/style/index.html
index b053d89292..d7daa868fd 100644
--- a/files/fr/web/svg/element/style/index.html
+++ b/files/fr/web/svg/element/style/index.html
@@ -1,6 +1,10 @@
---
title: <style>
slug: Web/SVG/Element/style
+tags:
+ - Element
+ - Reference
+ - SVG
translation_of: Web/SVG/Element/style
---
<div>{{SVGRef}}</div>
@@ -77,57 +81,9 @@ translation_of: Web/SVG/Element/style
</tbody>
</table>
-<h2 id="Compatibilité_avec_les_navigateurs"><span class="short_text" id="result_box" lang="fr"><span class="hps">Compatibilité avec les navigateurs</span></span></h2>
+<h2 id="Browser_compatibility">Compatibilité des navigateurs</h2>
-<p>{{CompatibilityTable}}</p>
-
-<div id="compat-desktop">
-<table class="compat-table">
- <tbody>
- <tr>
- <th><span class="short_text" id="result_box" lang="fr"><span class="hps">Fonctionnalité</span></span></th>
- <th>Chrome</th>
- <th>Firefox (Gecko)</th>
- <th>Internet Explorer</th>
- <th>Opera</th>
- <th>Safari</th>
- </tr>
- <tr>
- <td><span class="short_text" id="result_box" lang="fr"><span class="hps">Support de base</span></span></td>
- <td>1.0</td>
- <td>{{CompatGeckoDesktop('1.8')}}</td>
- <td>{{CompatIE('9.0')}}</td>
- <td>{{CompatOpera('9.0')}}</td>
- <td>{{CompatSafari('3.0.4')}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th><span class="short_text" id="result_box" lang="fr"><span class="hps">Fonctionnalité</span></span></th>
- <th>Android</th>
- <th>Firefox Mobile (Gecko)</th>
- <th>IE Phone</th>
- <th>Opera Mobile</th>
- <th>Safari Mobile</th>
- </tr>
- <tr>
- <td><span class="short_text" id="result_box" lang="fr"><span class="hps">Support de base</span></span></td>
- <td>{{CompatAndroid('3.0')}}</td>
- <td>{{CompatGeckoMobile('1.8')}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatSafari('3.0.4')}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<p>Ce tableau est basé sur <a href="/en-US/SVG/Compatibility_sources">ces sources</a>.</p>
+<p>{{Compat("svg.elements.style")}}</p>
<h2 id="Voir_aussi">Voir aussi</h2>
diff --git a/files/fr/web/svg/element/svg/index.html b/files/fr/web/svg/element/svg/index.html
index cd9e15dd9f..7146137754 100644
--- a/files/fr/web/svg/element/svg/index.html
+++ b/files/fr/web/svg/element/svg/index.html
@@ -3,6 +3,8 @@ title: <svg>
slug: Web/SVG/Element/svg
translation_of: Web/SVG/Element/svg
---
+<div>{{SVGRef}}</div>
+
<p>L'élément <code>svg</code> peut être utilisé pour intégrer des fragments de code SVG à l'intérieur d'un document (par exemple, un document HTML). Ce fragment de code SVG dispose de ses propres <a href="/en-US/docs/">viewport</a> et système de coordonnée.</p>
<h2 id="Contexte_d'utilisation">Contexte d'utilisation</h2>
@@ -101,54 +103,4 @@ translation_of: Web/SVG/Element/svg
<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2>
-<p>{{CompatibilityTable}}</p>
-
-<div id="compat-desktop">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Feature</th>
- <th>Chrome</th>
- <th>Firefox (Gecko)</th>
- <th>IE</th>
- <th>Opera</th>
- <th>Safari</th>
- </tr>
- <tr>
- <td>Support basique</td>
- <td>{{CompatChrome("1.0")}}</td>
- <td>{{CompatGeckoDesktop('1.8')}}</td>
- <td>{{CompatIE('9.0')}}</td>
- <td>{{CompatOpera('8.0')}}</td>
- <td>{{CompatSafari('3.0.4')}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Feature</th>
- <th>Android</th>
- <th>Firefox Mobile (Gecko)</th>
- <th>IE Phone</th>
- <th>Opera Mobile</th>
- <th>Safari Mobile</th>
- </tr>
- <tr>
- <td>Support basique</td>
- <td>{{CompatAndroid('3.0')}}</td>
- <td>{{CompatGeckoMobile('1.8')}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatSafari('3.0.4')}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<p>Ce tableau est basé d'après ces <a href="/fr/docs/Web/SVG/Sources_compatibilite">sources de thèses</a>.</p>
-
-<p>{{SVGRef}}</p>
+<p>{{Compat("svg.elements.svg")}}</p>
diff --git a/files/fr/web/svg/element/text/index.html b/files/fr/web/svg/element/text/index.html
index 1cbf5fe96a..a7658a4f87 100644
--- a/files/fr/web/svg/element/text/index.html
+++ b/files/fr/web/svg/element/text/index.html
@@ -100,55 +100,7 @@ translation_of: Web/SVG/Element/text
<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2>
-<p>{{ CompatibilityTable() }}</p>
-
-<div id="compat-desktop">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>PC</th>
- <th>Chrome</th>
- <th>Firefox (Gecko)</th>
- <th>IE</th>
- <th>Opera</th>
- <th>Safari</th>
- </tr>
- <tr>
- <td>Support basique</td>
- <td>{{ CompatChrome('1.0') }}</td>
- <td>{{ CompatGeckoDesktop('1.8') }}</td>
- <td>{{ CompatIE('9.0') }}</td>
- <td>{{ CompatOpera('8.0') }}</td>
- <td>{{ CompatSafari('3.0.4') }}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Mobile</th>
- <th>Android</th>
- <th>Firefox Mobile (Gecko)</th>
- <th>IE Phone</th>
- <th>Opera Mobile</th>
- <th>Safari Mobile</th>
- </tr>
- <tr>
- <td>Support basique</td>
- <td>{{ CompatAndroid('3.0') }}</td>
- <td>{{ CompatGeckoMobile('1.8') }}</td>
- <td>{{ CompatNo() }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatSafari('3.0.4') }}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<p>Le tableau se base sur <a href="/en/SVG/Compatibility_sources" title="en/SVG/Compatibility sources">ces sources</a>.</p>
+<p>{{Compat("svg.elements.text")}}</p>
<h2 id="Articles_liés">Articles liés</h2>
diff --git a/files/fr/web/svg/element/tspan/index.html b/files/fr/web/svg/element/tspan/index.html
index f380e18ae9..8221e0cc27 100644
--- a/files/fr/web/svg/element/tspan/index.html
+++ b/files/fr/web/svg/element/tspan/index.html
@@ -76,57 +76,7 @@ translation_of: Web/SVG/Element/tspan
<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2>
-<p>{{CompatibilityTable}}</p>
-
-<div id="compat-desktop">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Fonctionnalité</th>
- <th>Chrome</th>
- <th>Firefox (Gecko)</th>
- <th>IE</th>
- <th>Opera</th>
- <th>Safari</th>
- </tr>
- <tr>
- <td>Support basique</td>
- <td>1.0</td>
- <td>{{CompatGeckoDesktop('1.8')}}<sup>[1]</sup></td>
- <td>{{CompatIE('9.0')}}</td>
- <td>{{CompatOpera('9.0')}}</td>
- <td>{{CompatSafari('3.0.4')}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Fonctionnalité</th>
- <th>Android</th>
- <th>Firefox Mobile (Gecko)</th>
- <th>IE Phone</th>
- <th>Opera Mobile</th>
- <th>Safari Mobile</th>
- </tr>
- <tr>
- <td>Support basique</td>
- <td>{{CompatAndroid('3.0')}}</td>
- <td>{{CompatGeckoMobile('1.8')}}<sup>[1]</sup></td>
- <td>{{CompatNo}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatSafari('3.0.4')}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<p>Le tableau est basé sur<a href="/en-US/docs/Web/SVG/Compatibility_sources"> ces sources</a>.</p>
-
-<p>[1] Certains attributs de présentation ne fonctionnent pas. L'attribut <code>rotate</code> a été implémenté dans Gecko 2.0 {{geckoRelease("2.0")}}.</p>
+<p>{{Compat("svg.elements.tspan")}}</p>
<h2 id="Voir_aussi">Voir aussi</h2>
diff --git a/files/fr/web/svg/element/use/index.html b/files/fr/web/svg/element/use/index.html
index c8e179ea8a..7320a50611 100644
--- a/files/fr/web/svg/element/use/index.html
+++ b/files/fr/web/svg/element/use/index.html
@@ -99,84 +99,6 @@ translation_of: Web/SVG/Element/use
</tbody>
</table>
-<h2 id="Compatibilité_avec_les_navigateurs">Compatibilité avec les navigateurs</h2>
+<h2 id="Browser_compatibility">Compatibilité des navigateurs</h2>
-<p>{{CompatibilityTable}}</p>
-
-<div id="compat-desktop">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Feature</th>
- <th>Chrome</th>
- <th>Firefox (Gecko)</th>
- <th>Internet Explorer</th>
- <th>Opera</th>
- <th>Safari (WebKit)</th>
- </tr>
- <tr>
- <td>Basic support</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- </tr>
- <tr>
- <td>Load from external URI</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- </tr>
- <tr>
- <td>Load from data: URI</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatGeckoDesktop("10.0")}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Feature</th>
- <th>Android</th>
- <th>Firefox Mobile (Gecko)</th>
- <th>IE Mobile</th>
- <th>Opera Mobile</th>
- <th>Safari Mobile</th>
- </tr>
- <tr>
- <td>Basic support</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- </tr>
- <tr>
- <td>Load from external URI</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- </tr>
- <tr>
- <td>Load from data: URI</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- </tr>
- </tbody>
-</table>
-</div>
+<p>{{Compat("svg.elements.use")}}</p>