- From: anatoly techtonik <notifications@github.com>
- Date: Tue, 14 Jul 2015 06:53:31 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Tuesday, 14 July 2015 13:54:08 UTC
The requirement to use javascript to insert HTML snippet into main HTML document is daunting. The behavior that imported HTML is stored in strangely accessible way (through `link[import]` selector) is mystic. The user expectation is to have: ``` <body> <import src='header.html'/> </body> ``` --- Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/issues/280
Received on Tuesday, 14 July 2015 13:54:08 UTC