- From: suns <notifications@github.com>
- Date: Wed, 24 Oct 2018 23:01:53 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 25 October 2018 06:02:16 UTC
@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