--- title: SVGAElement slug: Web/API/SVGAElement tags: - API - Reference - SVG - SVG DOM - WebAPI translation_of: Web/API/SVGAElement --- ## SVG a DOM interface L'interface `SVGAElement `fournit un accès aux propriétés des éléments {{ SVGElement("a") }} ainsi qu'aux méthodes pour les manipuler. ### Interface overview
Egalement implémenté {{ domxref("SVGElement") }}, {{ domxref("SVGURIReference") }}, {{ domxref("SVGTests") }}, {{ domxref("SVGLangSpace") }}, {{ domxref("SVGExternalResourcesRequired") }}, {{ domxref("SVGStylable") }}, {{ domxref("SVGTransformable") }}
Methodes Aucune
Propriétés
  • lectureseule{{ domxref("SVGAnimatedString") }} cible
Document Normative SVG 1.1 (2nd Edition)
## Propriétés | Nom | Type | Description | | ------- | -------------------------------------------- | ----------------------------------------------------------------------------------------------------- | | `cible` | {{ domxref("SVGAnimatedString") }} | Correspond à attribuer {{ SVGAttr("cible") }} sur l'élément {{ SVGElement("a") }} donné. | ## Methodes L'interface `SVGAElement` ne fournit aucune méthode spécifique. ## Spécifications | Spécification | Statut | Commentaire | | -------------------------------------------------------------------------------- | ------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | {{SpecName("SVG2", "linking.html#InterfaceSVGAElement")}} | {{Spec2("SVG2")}} | Remplacement de l'héritage de {{domxref("SVGElement")}} par {{domxref("SVGGraphicsElement")}} et suppression des implémentations d'interface de {{domxref("SVGTests")}}, {{domxref("SVGLangSpace")}}, {{domxref("SVGExternalResourcesRequired")}}, {{domxref("SVGStylable")}}, et {{domxref("SVGTransformable")}} par {{domxref("HTMLHyperlinkElementUtils")}} | | {{SpecName("SVG1.1", "linking.html#InterfaceSVGAElement")}} | {{Spec2("SVG1.1")}} | Définition initiale | ## Compatibilité des navigateurs {{Compat("api.SVGAElement")}} ## Voir aussi - {{ SVGElement("a") }} SVG Element