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

@DizWARE, imports - may be, but [microapplications ](https://github.com/EPA-WG/embed-page)are the way to go. While there is no standard on subject, there are variety of solutions. `embed-page` is just one of many.

```html
    <embed-page src="abc.html" ></embed-page><!-- like seamless iframe -->
    <embed-page src="demo-menu.html" scope="none" ></embed-page><!-- like html import, no insulation -->
```

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

Received on Thursday, 25 October 2018 06:02:16 UTC