The
object
element allows you to nest interactive documents, like an
iframe
but with better SVG scaling. Because it's interactive, the link inside the SVG should change it to an SVG-OK image:
By giving the object a
name
attribute, you can reference it as the target of links elsewhere in the page, too.
This link should also change the SVG above to SVG-OK
(You may need to run the pen again to first reset the object to the link SVG.)
Unfortunately, this does not work in MS Edge or IE. For them, the link opens in a new tab, the same as if you used any arbitrary
target
value.