ISSUE-2358: Resolve how nested links in referenced SVG are resolved

nested links

Resolve how nested links in referenced SVG are resolved

State:
RAISED
Product:
SVG 2
Raised by:
Doug Schepers
Opened on:
2010-08-06
Description:
If an SVG document has one or more links, and is referenced from an HTML <object> or <img> which has a block-level link around it, which link is followed, the one in the HTML page, or the one in the SVG?

What if the links in the SVG are nested:
<a href="foo.svg">
<circle r="20" />
<a href="bar.svg">
<circle r="10" />
</a>
</a>

My intuition is that in both cases, the most closely scoped (innermost) link should be followed. Perhaps there should be a way to override an inner link, but I think that would be bad for security.
Related Actions Items:
No related actions
Related emails:
  1. ISSUE-2358 (nested links): Resolve how nested links in referenced SVG are resolved [SVG 2] (from sysbot+tracker@w3.org on 2010-08-06)

Related notes:

No additional notes.

Display change log ATOM feed


Dirk Schulze <dschulze@adobe.com>, Chair, Chris Lilley <chris@w3.org>, Staff Contact
Tracker: documentation, (configuration for this group), originally developed by Dean Jackson, is developed and maintained by the Systems Team <w3t-sys@w3.org>.
$Id: 2358.html,v 1.1 2020/01/17 13:21:26 carcone Exp $