diff options
author | julieng <julien.gattelier@gmail.com> | 2021-10-02 17:20:14 +0200 |
---|---|---|
committer | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-10-02 17:30:20 +0200 |
commit | c05efa8d7ae464235cf83d7c0956e42dc6974103 (patch) | |
tree | 6ea911b2f2010f63a026de6bb7a1a51e7690a7e1 /files/fr/web/api/svgtitleelement/index.html | |
parent | 13a5e017558b248ee1647d4a5825f183b51f09ad (diff) | |
download | translated-content-c05efa8d7ae464235cf83d7c0956e42dc6974103.tar.gz translated-content-c05efa8d7ae464235cf83d7c0956e42dc6974103.tar.bz2 translated-content-c05efa8d7ae464235cf83d7c0956e42dc6974103.zip |
move *.html to *.md
Diffstat (limited to 'files/fr/web/api/svgtitleelement/index.html')
-rw-r--r-- | files/fr/web/api/svgtitleelement/index.html | 74 |
1 files changed, 0 insertions, 74 deletions
diff --git a/files/fr/web/api/svgtitleelement/index.html b/files/fr/web/api/svgtitleelement/index.html deleted file mode 100644 index 1a29aaefd1..0000000000 --- a/files/fr/web/api/svgtitleelement/index.html +++ /dev/null @@ -1,74 +0,0 @@ ---- -title: SVGTitleElement -slug: Web/API/SVGTitleElement -tags: - - Interface Title SVG - - SVG - - SVG DOM - - Title -translation_of: Web/API/SVGTitleElement ---- -<div>{{APIRef("SVG")}}</div> - -<h2 id="Interface_DOM_de_l'élément_SVG_title">Interface DOM de l'élément SVG <code>title</code></h2> - -<p>L'interface <code>SVGTitleElement</code> correspond à l'élément {{ SVGElement("title") }}.</p> - -<h3 id="Aperçu_de_l'interface">Aperçu de l'interface</h3> - -<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> - <tr> - <th scope="col">Spécification</th> - <th scope="col">Statut</th> - <th scope="col">Commentaire</th> - </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> - </tr> - <tr> - <td>{{SpecName("SVG1.1", "struct.html#InterfaceSVGTitleElement", "SVGTitleElement")}}</td> - <td>{{Spec2("SVG1.1")}}</td> - <td>Définition initiale.</td> - </tr> - </tbody> -</table> - -<h2 id="Browser_compatibility">Compatibilité des navigateurs</h2> - -<p>{{Compat("api.SVGTitleElement")}}</p> |