[Bug 23170] [imports]: Why not have imported documents share their importing document's defaultView?

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

--- Comment #1 from Rafael Weinstein <rafaelw@chromium.org> ---
HTML Template's creates the precedent that elements without a defaultView are
"inert" (this is colloquial, not specified).

I wonder if it's more useful separation of concerns that 

HTML Imports: are for importing remote resources (which likely do some
registration)

HTML Templates: are for defining fragments of DOM which may be used later.

An an import wishes to declare fragments for later use, it should wrap those
fragments in <template>s.

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

Received on Thursday, 5 September 2013 20:23:16 UTC