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

+1 for option 1. Basically, every reference should be local in a node tree. That's consistent with other features of Shadow DOM, and how DOM works in general. We should update the spec to reflect that.

Regarding implementation, Blink has already made idref be scoped to a local node tree ([bug](https://bugs.chromium.org/p/chromium/issues/detail?id=597080)).

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

Received on Wednesday, 24 October 2018 19:24:04 UTC