Cette traduction est incomplète. Aidez à traduire cet article depuis l'anglais.
L'élément SVG Ancre (<a>) définit un hyperlien.
Contexte d'usage
Catégories | Élément conteneur |
---|---|
Contenu autorisé | Tout élément de cette liste, quel qu'en soit l'ordre: Éléments d'animation Éléments descriptifs Éléments de formes Éléments structurels Eléments de dégradés <a> , <altGlyphDef> , <clipPath> , <color-profile> , <cursor> , <filter> , <font> , <font-face> , <foreignObject> , <image> , <marker> , <mask> , <pattern> , <script> , <style> , <switch> , <text> , <view> |
Exemple
<svg width="140" height="30" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"> <a xlink:href="https://developer.mozilla.org/en-US/docs/SVG" target="_blank"> <rect height="30" width="120" y="0" x="0" rx="15"/> <text fill="white" text-anchor="middle" y="21" x="60">SVG on MDN</text> </a> </svg>
Résultat en direct:
Attributs
Attributs globaux
- Conditional processing attributes »
- Core attributes »
- Graphical event attributes »
- Presentation attributes »
- Xlink attributes »
class
style
externalResourcesRequired
transform
Attributs spécifiques
Interface DOM
Cet élément implémente l'interface SVGAElement
.
Compatibilité naviguateurs
Fonctionnalité | Chrome | Firefox (Gecko) | IE | Opera | Safari |
---|---|---|---|---|---|
Support simple | 1.0 | 1.5 (1.8) | 9.0 | 9.0 | 3.0.4 |
Fonctionnalité | Android | Firefox Mobile (Gecko) | IE Phone | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
Support simple | 3.0 | 1.0 (1.8) | Pas de support | (Oui) | 3.0.4 |
Ce tableaux est basé sur ces sources.
Note : Aucun navigateur ne supporte le set XLink complet.