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
| Specification |
|---|
| Scalable Vector Graphics (SVG) 2 # InterfaceSVGAElement |
Compatibilité des navigateurs
BCD tables only load in the browser
Voir aussi
<a>SVG Element