The xlink:title
attribute is used to describe the meaning of a link or resource in a human-readable fashion, along the same lines as the xlink:role
or xlink:arcrole
attribute. A value is optional; if a value is supplied, it shall contain a string that describes the resource. In general it is preferable to use a <title>
child element rather than a xlink:title
attribute.
Categories | Xlink attribute |
---|---|
Value | <string> |
Animatable | No |
Normative document | SVG 1.1 (2nd Edition) |
The following elements can use the xlink:title
attribute
<a>
<altglyph>
<animate>
<animatecolor>
<animatemotion>
<animatetransform>
<color-profile>
<cursor>
<feimage>
<filter>
<font-face-uri>
<glyphref>
<image>
<lineargradient>
<mpath>
<pattern>
<radialgradient>
<script>
<set>
<textpath>
<tref>
<use>
© 2005–2017 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/xlink:title