[Bug 21976] [imports]: Preventing DOM hierarchy cycles

https://www.w3.org/Bugs/Public/show_bug.cgi?id=21976

--- Comment #7 from Rafael Weinstein <rafaelw@chromium.org> ---
I think this is really for Dimitri is address, but I think the reason is that,
during development, you may have lots of components, each in it's own file.
Many components may "depend" on a given other component, and they all want to
"import" it, but you don't want to import it once for each component that wants
it. You want to import it once and let all them share it.

I don't know what the right solution is. Having multiple hosts seems scary.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 22 August 2013 19:17:20 UTC