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

> This particular issue is concerned about SVG use element and other elements which use href.

It absolutely is not limited to that; many of the early posts in this thread *explicitly* mention SVG CSS properties that take `url()`, and which are inherited.

Inheriting a `url()` value should *not* cause a complete reinterpretation of the value (possibly causing it to resolve to a completely different reference); if you don't take (3) or something similar to it, however, that's precisely what will happen.

You can't push this issue off until later, as resolving it one way or another changes the fundamental behavior of commonly used properties.

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

Received on Tuesday, 13 November 2018 19:27:12 UTC