SVGAElement
SVG a DOM interface
L'interface SVGAElement
fournit un accès aux propriétés des éléments <a>
ainsi qu'aux méthodes pour les manipuler.
Interface overview
Egalement implémenté |
SVGElement ,
SVGURIReference (en-US),
SVGTests ,
SVGLangSpace ,
SVGExternalResourcesRequired ,
SVGStylable ,
SVGTransformable
|
---|---|
Methodes | Aucune |
Propriétés |
|
Document Normative | SVG 1.1 (2nd Edition) |
Propriétés
Nom | Type | Description |
---|---|---|
cible |
SVGAnimatedString (en-US) |
Correspond à attribuer cible sur l'élément <a> donné. |
Methodes
L'interface SVGAElement
ne fournit aucune méthode spécifique.
Spécifications
Spécification | Statut | Commentaire |
---|---|---|
Scalable Vector Graphics (SVG) 2 | Candidat au statut de recommandation | Remplacement de l'héritage de SVGElement par SVGGraphicsElement (en-US) et suppression des implémentations d'interface de SVGTests , SVGLangSpace , SVGExternalResourcesRequired , SVGStylable , et SVGTransformable par HTMLHyperlinkElementUtils |
Scalable Vector Graphics (SVG) 1.1 (Second Edition) | Recommendation | Définition initiale |
Compatibilité des navigateurs
BCD tables only load in the browser
Voir aussi
<a>
SVG Element