aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/svgtitleelement/index.md
blob: 1a29aaefd1b03d9d7c408038a252777101066818 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
---
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>