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

You mean `xlink:href`? It seems that has very similar considerations to CSS. Also, if we forget about shadow trees, would

    <html:base href="https://elsewhere.com/"/>
    <svg:use xlink:href="#test"/>
    <svg:blah id="test">...</svg:blah>

end up finding `svg:blah` or not? If it does and the base URL gets ignored I think that would be a very strong argument for having similar semantics to CSS.

-- 
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-321477375

Received on Thursday, 10 August 2017 07:46:45 UTC