Re: [w3c/webcomponents] HTML Modules (#645)

It looks like @TakayoshiKochi's experiment doesn't create a new document for the imported module. Not sure if this is an intentional omission or not, as the @dglazkov sketch does mention there being a new document like in html imports.

In the interest of listing problems and not solutions I would say some thing I want (in addition to other things mentioned by people above) are:

1. I want to be able to export JavaScript modules from an HTML module.
2. I want to be able to query for elements within the HTML module.
3. I want to be able to "reach in" to an HTML module some how from the outside and use stuff other than the HTML modules within. But maybe if (1) and (2) are satisfied that would mean that an HTML module could make the other parts (like the `<template>`) accessible?

-- 
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/645#issuecomment-309820248

Received on Tuesday, 20 June 2017 16:51:59 UTC