aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/svgtitleelement/index.md
blob: 1f3ac78830b6cd2dcad57f5d2b58e933b7bfce46 (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
---
title: SVGTitleElement
slug: Web/API/SVGTitleElement
tags:
  - Interface Title SVG
  - SVG
  - SVG DOM
  - Title
translation_of: Web/API/SVGTitleElement
---
{{APIRef("SVG")}}

## Interface DOM de l'élément SVG `title`

L'interface `SVGTitleElement` correspond à l'élément {{ SVGElement("title") }}.

### 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>

## 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

{{Compat("api.SVGTitleElement")}}