Re: [w3c/webcomponents] How should various document internal references work when SVG is being used in shadow DOM (#179)

For SVG this would mean `<use>` would reference the matching element within the current context of the use element - the Web Component in the example above. This does not apply to SVG’s `<a>` element which is navigational.

@rniwa Was it discussed if this new rule applies to `href` only or to `xlink:href` as well (which is defined as alias in SVG2 to `href`)? You were sceptical about allowing it on `xlink:href`.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/179#issuecomment-433476465

Received on Friday, 26 October 2018 17:03:03 UTC