[
Lists Home |
Date Index |
Thread Index
]
Razvan MIHAIU wrote:
> Is there any browser that supports the XLINK specification (one that
> supports extended links) ?
Mozilla has support for simple links, e.g:
<foo xmlns="tag:example.org,2005-04-02:foo-ns"
xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:href="http://www.google.com/"
xlink:type="simple"/>
This doesn't work within XHTML though and within SVG you can only apply
it to svg:a elements at the moment, not to all elements.
--
Anne van Kesteren
<http://annevankesteren.nl/>
|