この文書は翻訳中です。他国語のままの部分などがあるのはその為です。
是非お気軽に MDN に登録して翻訳に参加し、私たちの手助けをして下さい!
概要
SVGのアンカー要素(<a>)は、ハイパーリンクを定義します。
使用可能な場所
カテゴリ | コンテナ要素 |
---|---|
許可された内容 | 任意の数、任意の順で以下の要素を配置可能: アニメーション要素 説明的要素 図形要素 構造的要素 グラデーション要素 <a> 、 <altGlyphDef> 、 <clipPath> 、 <color-profile> 、 <cursor> 、 <filter> 、 <font> 、 <font-face> 、 <foreignObject> 、 <image> 、 <marker> 、 <mask> 、 <pattern> 、 <script> 、 <style> 、 <switch> 、 <text> 、 <view> |
例
<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>
実行結果:
属性
グローバル属性
- 条件処理属性 »
- コア属性 »
- グラフィカルイベント属性 »
- プレゼンテーション属性 »
- Xlink属性 »
class
style
externalResourcesRequired
transform
専用属性
DOM インターフェース
この属性は SVGAElement
インターフェースを提供します。
ブラウザ実装状況
機能 | Chrome | Firefox (Gecko) | IE | Opera | Safari |
---|---|---|---|---|---|
基本サポート | 1.0 | 1.5 (1.8) | 9.0 | 9.0 | 3.0.4 |
機能 | Android | Firefox Mobile (Gecko) | IE Phone | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
基本サポート | 3.0 | 1.0 (1.8) | 未サポート | (有) | 3.0.4 |
Compatibility sources に基づく。
註: No browser supports the full XLink set.