SVG a DOM 接口
SVGAElement接口提供了对<a>元素的属性的访问,而且还提供了操作该元素的方法。
接口概览
| 又作用于 | SVGElement、 SVGURIReference、 SVGTests、 SVGLangSpace、 SVGExternalResourcesRequired、 SVGStylable、 SVGTransformable |
|---|---|
| 方法 | 无 |
| 属性 |
|
| 规范文档 | SVG 1.1 (2nd Edition) |
属性
| 名称 | 类型 | 描述 |
|---|---|---|
target |
SVGAnimatedString |
对应于给定<a>元素上的属性target |
方法
该SVGAElement接口没有提供任何专有的方法。
浏览器兼容性
| Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
|---|---|---|---|---|---|
| Basic support | (Yes) | (Yes) | 9.0 | (Yes) | (Yes) |
| Feature | Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
|---|---|---|---|---|---|
| Basic support | ? | (Yes) | ? | (Yes) | (Yes) |
参见
<a>SVG Element