aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/svgtitleelement/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/svgtitleelement/index.md')
-rw-r--r--files/fr/web/api/svgtitleelement/index.md90
1 files changed, 41 insertions, 49 deletions
diff --git a/files/fr/web/api/svgtitleelement/index.md b/files/fr/web/api/svgtitleelement/index.md
index 1a29aaefd1..1f3ac78830 100644
--- a/files/fr/web/api/svgtitleelement/index.md
+++ b/files/fr/web/api/svgtitleelement/index.md
@@ -8,67 +8,59 @@ tags:
- Title
translation_of: Web/API/SVGTitleElement
---
-<div>{{APIRef("SVG")}}</div>
+{{APIRef("SVG")}}
-<h2 id="Interface_DOM_de_l'élément_SVG_title">Interface DOM de l'élément SVG <code>title</code></h2>
+## Interface DOM de l'élément SVG `title`
-<p>L'interface <code>SVGTitleElement</code> correspond à l'élément {{ SVGElement("title") }}.</p>
+L'interface `SVGTitleElement` correspond à l'élément {{ SVGElement("title") }}.
-<h3 id="Aperçu_de_l'interface">Aperçu de l'interface</h3>
+### Aperçu de l'interface
<table class="standard-table">
- <tbody>
- <tr>
- <th scope="row">Implémente aussi</th>
- <td>{{ domxref("SVGElement") }}, {{ domxref("SVGLangSpace") }}, {{ domxref("SVGStylable") }}</td>
- </tr>
- <tr>
- <th scope="row">Metodes</th>
- <td><em>Aucunes</em></td>
- </tr>
- <tr>
- <th scope="row">Propritiétés</th>
- <td><em>Aucunes</em></td>
- </tr>
- <tr>
- <th scope="row">Norme</th>
- <td><a href="http://www.w3.org/TR/SVG11/struct.html#InterfaceSVGTitleElement">SVG 1.1 (2nd Edition)</a></td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Propriétés">Propriétés</h2>
-
-<p>L'interface <code>SVGTitleElement</code> n'a pas de propriétés spécifiques.</p>
-
-<h2 id="Methods">Méthodes</h2>
-
-<p>L'interface <code>SVGTitleElement</code> n'a pas de métodes spécifiques.</p>
-
-<h2 id="Specifications">Spécifications</h2>
-
-<table class="standard-table">
- <thead>
+ <tbody>
<tr>
- <th scope="col">Spécification</th>
- <th scope="col">Statut</th>
- <th scope="col">Commentaire</th>
+ <th scope="row">Implémente aussi</th>
+ <td>
+ {{ domxref("SVGElement") }},
+ {{ domxref("SVGLangSpace") }},
+ {{ domxref("SVGStylable") }}
+ </td>
+ </tr>
+ <tr>
+ <th scope="row">Metodes</th>
+ <td><em>Aucunes</em></td>
</tr>
- </thead>
- <tbody>
<tr>
- <td>{{SpecName("SVG2", "struct.html#InterfaceSVGTitleElement", "SVGTitleElement")}}</td>
- <td>{{Spec2("SVG2")}}</td>
- <td>Suppression de l'héritage de {{domxref("SVGLangSpace")}} et {{domxref("SVGStylable")}}.</td>
+ <th scope="row">Propritiétés</th>
+ <td><em>Aucunes</em></td>
</tr>
<tr>
- <td>{{SpecName("SVG1.1", "struct.html#InterfaceSVGTitleElement", "SVGTitleElement")}}</td>
- <td>{{Spec2("SVG1.1")}}</td>
- <td>Définition initiale.</td>
+ <th scope="row">Norme</th>
+ <td>
+ <a
+ href="http://www.w3.org/TR/SVG11/struct.html#InterfaceSVGTitleElement"
+ >SVG 1.1 (2nd Edition)</a
+ >
+ </td>
</tr>
</tbody>
</table>
-<h2 id="Browser_compatibility">Compatibilité des navigateurs</h2>
+## Propriétés
+
+L'interface `SVGTitleElement` n'a pas de propriétés spécifiques.
+
+## Méthodes
+
+L'interface `SVGTitleElement` n'a pas de métodes spécifiques.
+
+## Spécifications
+
+| Spécification | Statut | Commentaire |
+| ------------------------------------------------------------------------------------------------------------ | ------------------------ | ---------------------------------------------------------------------------------------------------------- |
+| {{SpecName("SVG2", "struct.html#InterfaceSVGTitleElement", "SVGTitleElement")}} | {{Spec2("SVG2")}} | Suppression de l'héritage de {{domxref("SVGLangSpace")}} et {{domxref("SVGStylable")}}. |
+| {{SpecName("SVG1.1", "struct.html#InterfaceSVGTitleElement", "SVGTitleElement")}} | {{Spec2("SVG1.1")}} | Définition initiale. |
+
+## Compatibilité des navigateurs
-<p>{{Compat("api.SVGTitleElement")}}</p>
+{{Compat("api.SVGTitleElement")}}