[webcomponents] [imports] <import src='header.html'/> in <body> (#280)

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